body {
    margin: 0px;
    padding: 0px;
	background-image:url(../img/contact_fond.jpg);
	background-repeat:repeat;
	
	font-family:"Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

/************************************************************** HEADER **************************************************************/

#header
{
    text-align: center;
	margin: 0px;
}

#header_titre {
    background-color: #000000;
    height: 47px;
	background-image:url(../img/contact_titre.jpg);
	background-repeat:no-repeat;
}

#header_menu {
    background-color: #871408;
    height: 51px;
    margin-top: 19px;
	background-repeat:repeat-x;
	width:100%;
}

#menu_rubrique{
	display:inline;
	float:left;
}
#menu_logo{
	margin-top:-30px;
}
.W4{width:4%;}
.W5{width:5%;}
.W6{width:6%;}
.W7{width:7%;}
.W8{width:8%;}
.W9{width:9%;}
.W10{width:10%;}
.W11{width:11%;}
.W12{width:12%;}
.W15{width:15%;}
.W16{width:16%;}


#page{
	float:left;
	margin-top:20px;
	width:69%;
	text-align:center;
}
#blocG{
	float:left;
	width:14%;
}
#blocD{
	float:left;
	width:15%;
}

#milieu{
	width:955px;
	margin:auto;
}

/************************************************************** GAUCHE **************************************************************/

#gauche {
    padding: 14px 10px;
    width: 132px;
    float: left;
	height:100%;
}

*+html #gauche {
	margin-top:15px;
}

#gauche_haut{
	background-image:url(../img/postitG_haut.png);
	background-repeat:no-repeat;
	height:49px;
}
*+html #gauche_haut {
	margin-bottom:15px;
}
#gauche_milieu{
	background-image:url(../img/postitG_centre.png);
	background-repeat:repeat-y;
	margin-top:0px;
	padding-bottom:3px;
	margin-bottom:-5px;
}
#gauche_bas{
	background-image:url(../img/postitG_bas.png);
	background-repeat:no-repeat;
	height:10px;
	margin-top:0px;
}
#gauche li{
	list-style:none;
	text-align:center;
	margin-left:-27px;
}
#gauche_img{
	margin-bottom:-14px;
}
*+html #gauche_img{
	margin-top:-15px;
	margin-bottom:-20px;
}

/************************************************************** DROITE **************************************************************/

#droite {
	padding: 14px 10px;
	width: 150px;
	float: left;
	height:100%;
}

*+html #droite {
	margin-top:15px;
}

#droite_haut{
	background-image:url(../img/postitD_haut.png);
	background-repeat:no-repeat;
	height:47px;
}
#droite_milieu{
	background-image:url(../img/postitD_centre.png);
	background-repeat:repeat-y;
	margin-top:0px;
	padding-bottom:5px;
}
#droite_bas{
	background-image:url(../img/postitD_bas.png);
	background-repeat:no-repeat;
	height:10px;
	margin-top:0px;
}
#droite li{
	list-style:none;
	text-align:center;
	margin-left:-37px;
}
#droite_img{
	margin-bottom:-14px;
}
*+html #droite_img{
	margin-bottom:-20px;
}
#droite_texte{
	padding-left:15px;
	padding-top:20px;
}
*+html #droite_texte{
	padding-top:0px;
	margin-top:20px;
}







#titre_page{
	padding-left:50px;
	padding-top:80px;
}







#footer {
    padding: 10px;
    text-align: center;
    clear: both;
} 





.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
h2{
	margin:0px;
	padding:0px;
	font-size:24px;
	color:#871408;
}

h4{
	margin-top:50px;
	margin-bottom:2px;
	font-size:14px;
	color:#871408;
}



a:link, a:visited{
	font-family:"Comic sans MS", Verdana, Arial, Helvetica, sans-serif;
	color:black;
	text-decoration:none;
}
a:hover{
	/*text-decoration:underline;*/
	color:#871408;
	/*font-weight:bold;*/
	text-decoration:underline;
}
a:active{
	text-decoration:none;

	color:#871408;
}


#center{
	text-align:center;
}



.PB10{
	padding-bottom:10px;
}



.alignLeft{
	text-align:left;
}
