/* CSS Document */
/* Positionnement */
body, table, td, p, div, fieldset, form {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #505A61;
}
body {
	/*margin: 10px 0px 10px 0px;*/
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: #505B61;/*#505A61;*/
	background-image:url(../images/bgPattern.gif);
	background-repeat:repeat;
}
#bgBody {
	background-image:url(../images/bgPattern.jpg);
	background-repeat:repeat-x;
}

input, textarea, select {
	color: #505A61;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	border: 1px solid #999999;
	width: 98%;
}

ul {
	list-style-type:square;
}

.checkbox {
	width: auto;
	border: none;
}
a {
	color:#7ABE16;
	text-decoration:none;
}

a:hover {
	color:#7ABE16;
	text-decoration:underline;
}

a.lienExterne {
	color:#011E3E;
	text-decoration:none;
	font-weight:bold;
}

a.lienExterne:hover {
	color:#011E3E;
	text-decoration:underline;
	font-weight:bold;
}
img, a img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

fieldset{
	border: 1px solid #7ABE16;/* #ECECEC; */
	padding: 8px;
	margin-bottom: 10px;
}
legend{
	font-weight:bold;
	color: #011E3E;/*#747474;*/
	padding: 10px 4px;
	font-size:12px;
}

#normadin_level0 {
	width: 760px;
	margin: 0px auto 0px auto;
}
#fond {
	background-color:#FFFFFF;
	padding: 0px 6px 0px 6px;
	background-image:url(../images/bgFond.gif);
	clear: both;
}

#fond_bottom {
	background-color:#FFFFFF;
	height:6px;
	font-size:4px;
}

#header {
	padding-top:10px;
}

#header #nav {
	color:#FFFFFF;
	text-align:right;
	margin-bottom:5px;
	margin-right: 6px;
	font-weight:normal;
	width: 100%;
}
#header #nav a{
	color:#FFFFFF;
	text-decoration:none;
}
#header #nav a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#header #top {
	clear: both;
	background-color:#FFFFFF;
	width: 754px;
	height: 269px;
	padding: 6px 0px 3px 6px;
}
#header #top #logo {
	width: 181px;
	height: 224px;
	float: left;
	padding: 0px 6px 3px 0px;
}
#header #top #photo {
	width: 439px;
	height: 224px;
	float: left;
	padding: 0px 6px 3px 0px;
}
#header #top #virage_vert {
	width: 116px;
	height: 224px;
	float: left;
	padding: 0px 0px 3px 0px;
}
#header #top #demandedetaux {
	width: 181px;
	height: 41px;
	float: left;
	padding: 0px 6px 0px 0px;
}
#header #top #menu_flash {
	width: 561px;
	height: 41px;
	float: left;
}
#header #top #menu_flash .alternate_html {
	background-image: url(../images/menu/menu_bg.gif);
	background-repeat: repeat-x;	
	text-align:center;
	padding: 12px 0px 7px 0px;
}
#header #top #menu_flash .alternate_html ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header #top #menu_flash .alternate_html ul li {
	margin: 0px 6px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}

#footer {
	color:#858B90;
	text-align:left;
	margin-top:8px;
	margin-right:0px;
	padding-bottom:30px;
	margin-left:0px;
}

#colonneGauche{
	float:left;
	width: 181px;
	background-color:#011E3E;
}
#colonneDroite {
	float:right;
	background-color:#FFFFFF;
	background-image:url(../images/bgContenu.gif);
	background-repeat: no-repeat;
	background-position:top;
	width:561px;
}
html>body #colonneDroite {
	height:auto;
}

.imageGauche{
	float:left;
	margin-right: 10px;
}
.imageDroite{
	float:right;
	margin-left: 10px;
}
/* CSS HACKS */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
