html, body {
	width : 100%;
	height : 100%;
}

body {
	background: white url('../images/fond_pictos_web.png') 50% 50% repeat;
	background-size: 130%;
	margin : 0;
}

.logo {
	width: 20%;
	height: auto;
}

.head {
	height : 4%;
	width : 100%;
}

#infobulle {
	position:absolute;
	width:400px;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index:1;	
	background-color: white;
	padding: 15px;
	border: 1px solid #d3d3d3;
	background: white url("../images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
}

#boxAction {
	width : 100%;
	background-color:#DADADA;
}

#boxBody {
	width : 100%;
	height : 91%;
}

#boxFoot {
	height : 5%;
	width : 100%;
	background-color:#8A8A8A;
}

#bxAdd {
	-moz-transition: opacity 0.9s;
	-webkit-transition: opacity 0.9s;
	-o-transition: opacity 0.9s;
}

#bxAdd:hover{
	opacity:0.8;
	-moz-transition: opacity 0.7s;
	-webkit-transition: opacity 0.7s;
	-o-transition: opacity 0.7s;
}

.tablePadding tr td {
	padding: 5px;
}

.tableColor tr:nth-child(odd){
	background-color:#EEF;
}

.boxModal {
	/*background: white url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;*/
	opacity: 0.3;
	cursor:wait;
	pointer-events:none;
}

.bordRond {
	border:2px solid #BBBBBB;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:5px 5px 5px 5px;
	padding:15px 15px 15px 15px;
}

.rond {
	background:#ACACAC;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	width:25px;
	height:25px;
	border:1px solid #9E9E9E;
}

/* boite modale */
.modalDialog {
	display:none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: auto;
}

.modalDialog > div {
	width:50%;
	position: relative;
	margin: 5% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.close {
	font-family : tahoma;
	cursor:pointer;
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover {
	background: #00D9FF;
}
/* Fin boite modale */

/* ************************************************************************************************ */
/* media query testees sous http://apps-fr.orson.io/piresponsive et http://ami.responsivedesign.is/ */

@media only screen and (max-width : 768px) {
    /* CSS mobile portrait */
}

@media only screen and (min-width : 768px)  {
    /* CSS tablettes paysage */
}

/* media query                                                                                      */
/* ************************************************************************************************ */
