		*{
			margin:0;
			padding:0;
			list-style:none;
			
		}
		
body { 
	color:#5E5F61; 
	font:14px/1.8em arial; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(images/haut_gris_clair.jpg) repeat-x top;
	background-color:#5E5F61; 
	}

.header { 
	position:relative; 
	margin-top: 40px;
	width:730px;
	}
.titreform88 {
	font:12px arial;
}	

.alerte {
color:#aaaaff;
font-weight:bold;
text-align:center;
}

.logo { 
	position:relative;  
	float:left; 
	width:350px; 
	text-align: left;
	}
	
.menuhaut { 
	position:relative; 
	float:right; 
	width:350px; 
	text-align: right;
	}
.menuhaut a {
	font:12px arial;
	text-decoration:none;
	color:#000;
	font-weight: bold;
}

.accroche  {
	clear:both;
	width:730px;
}
#chamob {

	font-size:10px;
	color:#DA1A21

}

#footer {

	font:10px arial;
	color:#fff;
	padding: 10px 0 0 0;

}

#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover {

	text-decoration:none;
	color:#fff;

}

ul.listerouge li a:link {

	font:12px arial;
	color:#DA1A21;

}
		
		div.domtab{
			padding:0 2em;
			width:730px;
			font-size:1em;
		}
		ul.domtabs{
			float:left;
			width:100%;
			margin:1em 0 0 0;				
		}
		ul.domtabs li{
			float:left;
			padding:0 .5em 0 0;
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			width:170px;
			display:block;
			background:#F1F1F2;
			color:#000;
			height:50px;
			font-weight:bold;
			text-decoration:none;
			text-transform:uppercase;
			min-height:40px;
			padding-top:10px;
			
		}

		ul.domtabs a:hover{
			background:#F1F1F2;
		}
		
		div.domtab div{
			clear:both;
			width:auto;
			background: #fff;
			color:#323233;
			padding:3em 3em;
			text-align: left;
		}
		
		ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover{
			background:#FFF;
			color:#5E5F61;
			text-transform:uppercase;
			background:url(images/haut_rouge.jpg) repeat-x #FFFFFF top;
		}


		ul.domtabs li.active a.activetabs {
			background:#FFF;
			color:#5E5F61;
			text-transform:uppercase;
			background:url(images/haut_rouge.jpg) repeat-x #FFFFFF top;
		}
		
		
		p{
			margin:0 0 .5em 0;
			line-height:1.3em;
		}
		h2{
			font-size:1.3em;
			color:#323233;
			font-family:Arial,Sans-Serif;
			padding:0 0 .7em .2em;
		}
		h1{
			font-size:2.1em;
			text-align:left;
			font-family: Arial,Sans-Serif;
			padding-top: 40px;
			padding-bottom: 30px;
			line-height: 1.1em;
		}
		pre{
			font-size:1.2em;
			padding:1em;
		}
		
		div.domtab div ul {
		
			margin:30px 0 30px 30px;
		
		}
		
		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active
		{
			color:#DA1A21;
			
			padding:0 0 0 0px;
			font-weight:bold;
			font-size:0.9em;
			line-height:1.5em;
		}

		


.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

#corpForm {	/*** Mise en fome du corp du formulaire (bordure, couleur du fond...) ***/
	border: 1px solid black;
	color: black;
	background: #efefef;
	margin: 0;
	padding: 1em;
}
#corpForm fieldset {	/*** Mise en forme des cadres ***/
	margin: 0;
	font-style: normal;
	padding: 0 1em 1em;
}
#corpForm legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color: black;
	background: transparent;
}
#corpForm p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .2em 0;
	margin: 0 0 .2em 0;
}
#corpForm fieldset#coordonnees label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 30%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centrés verticalement. ***/
}
#corpForm fieldset#periodicite label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 20%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centrés verticalement. ***/
}
#corpForm fieldset#connexion label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 30%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centrés verticalement. ***/
}
#corpForm label:hover, #piedForm input {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés ***/
}
