@charset "utf-8";
/* CSS Document */

body{
background-color:#d6d935;
margin:0px 0px 0px 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

#conteneur{
width:879px;
height:605px;
padding:auto;
margin:auto;
}

#header{
width:875px;
height:130px;
background-image:url(../imx/banniere.jpg);
background-repeat:no-repeat;
}

#centrale{
height:505px;
}

#bloc_gauche{
width:275px;
height:505px;
float:left;
}

#bloc_menu{
width:44px;
height:505px;
float:left;
}

#bloc_templates{
width:554px;
height:505px;
float:left;
background-image:url(../imx/back_templates.jpg);
}

#texto{
width:530px;
height:465px;
margin:auto;
padding:auto;
color:#FFFFFF;
overflow:auto;
padding-top:10px;
padding-left:10px;
}

#texto_contacts{
width:530px;
height:465px;
margin:auto;
padding:auto;
color:#FFFFFF;
overflow:auto;
padding-top:5px;
padding-left:10px;
}


#footer{
width:879px;
height:61px;
color:#084598;
}

#footer a{
color:#084598;
text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}


.menu_accueil{
width:290px; 
float:left; 
text-align:justify; 
padding-top:30px; 
margin-left:30px; 
font-size:14px; 
font-weight:bold
}

.menu_accueil a{
text-decoration:none;
color:#FFFF00;
}

.menu_accueil a:hover{
color:#243ece;
}

.input{
width:150px;
border: 1px solid #e30045;
height:15px;
/*background-image:url(../imx/back_input.jpg);
background-repeat:repeat-x;*/
}

.form_contactez label{
font-size:12px;
}

.lien_site{
	width:160px;
	margin:10px 0px 0px 140px;
	text-decoration:none;
	color:#FFF;
}

.lien_site a{
	color:#FFF;
	text-decoration:none;
	font-size:18px;
}



