
html, body, div, p, ul, li, img, h1, h2, h3, h4 {margin:0; padding:0; border:none; list-style-type:none; font-family:Verdana}

#header {
width:1200px;
height:416px;
margin:0 auto;
}
#header h1 {
	width:inherit;
	height:inherit;
	background: url('http://www.popmoi.com/graphics/banniere/BanniA_re_FA_te_des_Grands_MA_res_2012.jpg') no-repeat scroll 0 0 transparent;
}
#header h1 span {
display:none;
}


/*	MENU HAUT	*/
#main_menu {
width:1010px;
margin:0 auto;
height:50px;
background-color:#ff6100;
border-right:1px solid #941106;
border-left:1px solid #941106;

}
#main_menu li {
float:left;
height:inherit;
margin-right:1px;
font-family:Tahoma;
font-weight:bolder;
font-size:30px;
}
#main_menu li a {
display:block;
width:1px; /*	Chrome ne veut pas de width:0px;	*/
height:inherit;
line-height:0;
overflow:hidden;
text-decoration:none;
background-repeat:no-repeat;
background-color:#ff6100;
border-right:1px solid #fe9d22;
}
#main_menu li a:hover {
background-color:red;
}
#main_menu li a#li_accueil { padding-left:165px; background-image:url('../graphics/main_menu/accueil.png'); background-position:25px 5px;  }
#main_menu li a#li_styles { padding-left:120px; background-image:url('../graphics/main_menu/styles.png'); background-position:10px 5px;    }
#main_menu li a#li_tarifs { padding-left:120px; background-image:url('../graphics/main_menu/tarifs.png'); background-position:0 5px;    }
#main_menu li a#li_procedures { padding-left:200px; background-image:url('../graphics/main_menu/procedure.png'); background-position:10px 5px;    }
#main_menu li a#li_galerie { padding-left:140px; background-image:url('../graphics/main_menu/galerie.png'); background-position:10px 5px;    }
#main_menu li a#li_commander { padding-left:200px; background-image:url('../graphics/main_menu/commander.png'); background-position:0 5px;    }
#main_menu li a#li_faq { padding-left:40px; background-image:url('../graphics/main_menu/faq.png'); background-position:0 5px; border:0;    }

/*	// MENU HAUT	*/


/*	CONTENU	*/
#main {
clear:both;
width:960px;
min-height:800px;
margin:0 auto;
padding:20px 10px 0 40px;
background:#fe9d22;
border-right:1px solid #941106;
border-left:1px solid #941106;
}


#content {
}

p {
margin-top:15px;

font-family: Verdana, Arial;
font-size: 14px;
text-align: left;
color:white;

}

#main ul li {
margin-top:15px;
margin-left:35px;
font-family: Verdana, Arial;
font-size: 12px;
text-align: left;
color:white;
list-style-type:circle;
}

h2 {
margin-top:10px;
font-family: Tahoma;
font-size: 30px;
font-weight: 700;
text-align: center;
color:white;
}


h3 {
margin-top:20px;
font-family: Verdana, Arial;
font-size: 17px;
font-weight: bolder;
color:white;
}

a {
color:#eee;
text-decoration:none;
}
a:hover {
color:red;
text-decoration:underline;
}




#content form {
width:600px;
margin:0 auto;
	padding:15px;
	background:#e46d26;
	border-radius:30px;
	-moz-border-radius:30px;
}


#content form h2 {
	margin:0 0 20px 0;
}

#content form h3 {
	margin:0 0 20px 0;
	padding:10px 0;
	border-bottom:2px solid #fe9d22;
}

/*	// CONTENU	*/




#footer {
width:1012px;
height:20px;
margin:0 auto;
padding-top:180px;
background: url('../graphics/footer.jpg') no-repeat -1px 0;
}

#footer li {
display:inline;
padding:0 20px;
border-right:1px solid #555;
}

#footer li a {
color:orange;
text-decoration:none;
}
#footer li a:hover {
color:orange;
text-decoration:underline;
}
#footer li:last-child { border:none; }


/*	CHOIX STYLES	*/

.categorie {
clear:both;

}


hr.clear_both {
clear:both; 
visibility:hidden; 
margin:0;
}

#content span.alerte, .alerte {
font-weight:bold;
color:yellow;
}



input.submit{
width:auto;
height:50px;
margin:5px 0;
font-size:15px;
font-weight:bold;
color:white;
border:3px solid #ff9d22;
background:green;
cursor:pointer;
}

.alert {
font-weight:bold;
color:yellow;
}

