* { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	-moz-box-sizing:border-box;
}
body {
	width:100%; 
	margin:0;
	padding:0;
	/*overflow:auto;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#EEF7F6;
}
a, a:visited{color:#0596E3}
html, body {width:100%;/*height : 100%;*/   }
.titre span{font-size:inherit;}
.ligne_index_accueil{
	margin-top:10px;	
	padding-left:10px;
}
.small{font-size:10px;}
.spacer {
	clear:both;
}
.padding{padding:5px;}
img{
	vertical-align:middle;
	border:0;}
.bold{font-weight:bold;}
.blanc{color:#FFF;}
#container {
	background-color:#FFFFFF; 
	position:relative;text-align:left;width:1016px;/*height:100%;*/}
#maincontainer{width:1200px;margin:0 auto 0 auto;height:100%;position:relative;}
#ombreG {
	background-image:url(images/ombre_droite.png);
	height:100%;position:absolute;right:-4px;top:0;width:4px;
}
#ombreD {
	background-image:url(images/ombre_gauche.png);
	height:100%;
	left:-4px;
	position:absolute;
	top:0;
	width:4px;
}
#ombreB {
	background-image:url(images/ombre_bas.png);
	background-repeat:no-repeat;
	width:1024px;
	height:4px;
}
#skyscraper{
	position:absolute;
	width:160px;
	height:600px;
	left:1026px;
	top:171px;
	} 
.tablecadre{width:90%;margin:0px auto;}
.tablecadre td a{font-size:10px;}
.tablecadre td table{width:100%;}
.tablecadre td table td{
	height:10px;
	font-size:10px;
	border-bottom:1px dotted blue;
	}
.jaune{color:#FFCC00;}
.vert{color:#93D706;}
.bleu{color:#0596E3}
.bleufonce{color:#003399}
.barrefooter, .barrefooter td{  
	font-size:14px;
	background-color:#C4E3F7;
	color:#0596E3;
	font-weight:bold;
	text-align:center;
	}
	select{margin:2px 0;}