/*******************
feuille de style
*******************/

/*******************
balises
*******************/
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial;
	font-size: 11px;
}
table,tr,td,div,img,h1,h2,h3,h4,h5,p {
	margin: 0;
	padding: 0;
}
dl,dt,dd,ul,li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
tr,td{
	vertical-align: top;
}
table{
	border-spacing: 0;
	border-collapse: collapse;
}
a{
	text-decoration: none;
}
a img{
	border: none;
}

/*******************
mep generales
*******************/
#total {
}
#footer{
	display: none;
}

/*******************
mep header
*******************/
#header{
	display: none;
}
#header #logo {
	display: block;
}
#date{
	color: #789eff;
}
#title_header{
	display: none;
}
#menu{
	display: none;
}


/*******************
mep colonne gauche
*******************/
#col_gauche{
	display: none;
}

/*******************
mep contenu
*******************/
#contenu{
	width: 650px;
}
#contenu a{
	color: #789eff;
}
#contenu ul,#contenu li{
	margin-left: 20px;
}
#contenu li{
	padding-left: 15px;
	background-image: url('../images/puce-bleu.gif');
	background-repeat: no-repeat;
	background-position: 0 6px;
}
#chemin{
	margin: 0 0 10px 0;
	padding: 2px;
	color: #789eff;
	font-size: 9px;
}
#imprimer{
	display: none;
}
#contenu h1{
	padding: 2px;
	margin-bottom: 10px;
	color: white;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #789eff;
}

/*******************
mep colonne droite
*******************/
#col_droite{
	display: none;
}

/*******************
mep plan du site
*******************/

#sitemap .rubrique1 a,#sitemap .rubrique2 a,#sitemap .rubrique3 a,#sitemap .rubrique4 a,#sitemap .rubrique5 a{
	margin-top: 15px;
	padding: 2px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}
#sitemap .rubrique1{
	background: #a5b03a;
}
#sitemap .rubrique2{
	background: #f49f26;
}
#sitemap .rubrique3{
	background: #91336f;
}
#sitemap .rubrique4{
	background: #b28a6c;
}
#sitemap .rubrique5{
	background: #789eff;
}
#sitemap p.page1,#sitemap p.page2,#sitemap p.page3,#sitemap p.page4,#sitemap p.page5{
	margin-top: 5px;
}
#sitemap p.page1 a,#sitemap p.page2 a,#sitemap p.page3 a,#sitemap p.page4 a,#sitemap p.page5 a{
	margin-left:20px; 
	text-transform: uppercase;
}
#sitemap p.page1 a{
	color: #a5b03a;
}
#sitemap p.page2 a{
	color: #f49f26;
}
#sitemap p.page3 a{
	color: #91336f;
}
#sitemap p.page4 a{
	color: #b28a6c;
}
#sitemap p.page5 a{
	color: #789eff;
}
#sitemap p.souspage{
	margin-left: 40px;
}

/*******************
mep accueil
*******************/
#contenu .tableau_accueil table td,#contenu td.bordure_contenu{
	padding: 5px;
}
.tableau_accueil{
	width: 650px;
}

/*******************
mep formulaire
*******************/
.formulaire_bloc{
	padding: 5px;
	color: #789EFF;
	border: 1px solid #789EFF;
}
.formulaire_bloc input,.formulaire_bloc textarea,.formulaire_bloc select{
	margin: 1px;
	font-size: 11px;
	border: 1px solid #789EFF;
}
.formulaire_message{
	margin-bottom: 10px;
	padding: 2px 10px;
	color: #f00;
	border: 1px solid #f00;
}
.formulaire_champ,.formulaire_champ_obligatoire{
	width: 130px;
}
.formulaire_champ_obligatoire{
	font-weight: bold;
}

/*******************
mep module
*******************/
#module_bloc{
	padding: 5px;
	border: 1px solid #789EFF;
}
.module_titre{
	padding-bottom: 5px;
	color: #789EFF;
	font-size: 14px;
	font-weight: bold;
}
.module_separe{
	margin-top: 14px;
	border-top: 1px solid #789EFF;
}
.sondage_choix{
	width: 100px;
}
.fleche_grise{
	padding-left: 12px;
	background-image: url('../images/fleche_gris.gif');
	background-repeat: no-repeat;
}

/*******************
classes
*******************/
.clear{
	clear: both;
}
.center{
	text-align: center;
}
.image_vertical_milieu{
	vertical-align: middle;
}
.texte_noir{
	color: #000;
}
.texte_gris{
	color: #666;
}