body{
	width: 700px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	background: #ffffff;  
	font-family: Verdana, Arial, "Arial Narrow", "Arial Black", Times, serif;	
	font-size: 12px;
	color: #005073;
	border: 0px;
	}

#page{
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #ffffff url('../images/bg.gif') center top repeat-y;
	}

form, p{
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

/* l'entete en haut ;-) */

#page #annonce{
	float: right;
	margin: 0px;
	padding: 0px;
	width: 700px;
	height: 30px;
	background: #00539c;  
	vertical-align: middle;
	border: 0px;
	}
	
#page #annonce p{
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	line-height: 30px;
	}

#page #entete{
	display: none;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	vertical-align: middle;
	border: 0px;
	background: #00539c url('../images/top.gif') center top no-repeat;
	text-align: right;
	}

/* le menu en haut ;-) */

#page #entete #langue{
	float: left;
	margin: 0px;
	margin-left: 10px;
	margin-top: 109px;
	padding: 0px;
	width: 200px;
	height: 20px;
	vertical-align: middle;
	border: 0px;
	text-align: left;
	}

#page #entete #langue img{
	vertical-align: middle;
	border: 0px;
	}

#page #entete #menu-top{
	float: right;
	margin: 0px;
	margin-top: 109px;
	padding: 0px;
	width: 650px;
	height: 20px;
	vertical-align: middle;
	border: 0px;
	}

#page #entete #menu-top table{
	width: 100%;
	border-collapse: collapse;
	}

#page #entete #menu-top table td{
	text-align: center;
	border-left: 1px solid #e3e3e3;
	padding-left: 6px;
	padding-right: 6px;
	}

#page #entete #menu-top a, #page #entete #menu-top a:visited{
	display: block;
	text-decoration: none;
	color: #00539c;
	font-weight: bold;
	border-bottom: 3px solid #e9e9ff;
	}


#page #entete #menu-top a:hover{
	text-decoration: none;
	color: #012670;
	font-weight: bold;
	border-bottom: 3px solid #fba600;
	}

/* le menu a gauche ;-) */

#page #menuleft{
	display: none;
	visibility: hidden;
	float: left;
	margin: 0px;
	margin-left: 20px;
	margin-top: 20px;
	padding: 0px;
	width: 250px;
	background: #ffffff;  
	vertical-align: middle;
	border: 0px;
	}

#page #menuleft .menu_content{
	border: 0px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
	}

#page #menuleft .menu_content h1{
	height: 20px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	padding-left: 5px;
	border: 0px;
	border-bottom: 1px dashed #66a3be;
	background: #ffffff url('../images/h1-menu.gif') no-repeat right bottom;
	font-size: 14px;
	font-weight: bold;
	color: #208251;
	text-align: left;
	vertical-align: middle;
	font-variant: normal;
	line-height: 20px;
	}



#page #menuleft .menu_content ul{
	margin: 0px;
	margin-left: 25px;
	padding: 0px;
	}
	
#page #menuleft .menu_content ul li{
  list-style-position: outside;
	list-style-image: url("../images/puce-li.gif");
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	margin-bottom: 8px;
	}

#page #menuleft .menu_content a, #page #menuleft .menu_content a:visited{
	display: block;
	margin: 0px;
	margin-left: 10px;
	margin-bottom: 8px;
	padding: 0px;
	padding-left: 20px;
	background: url('../images/puce-h4.gif') no-repeat center left;
	text-decoration :none;
	color: #005073;
	font-weight: normal;
	}

#page #menuleft .menu_content a:hover{
	color: #000000;
	font-weight: bold;
	background: url('../images/puce-h6.gif') no-repeat center left;
	}

#page #menuleft .menu_content p.actif,#page #menuleft .menu_content p.actifbis{
	display: block;
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 8px;
	padding: 0px;
	padding-left: 20px;
	background: url('../images/puce-h6.gif') no-repeat center left;
	text-decoration :none;
	color: #000000;
	font-weight: bold;
	}
	
/* message d'erreur ;-) */

#message{
	margin: 1px;
	padding: 4px;
	width: 500px;
	border: 1px solid #ff0000;
	background: #ffff00;
	vertical-align: middle;
	}

#message p{
	color:#ff0000;
	font-weight: bold;
	}

/* le corps de la page ;-) */

#corps{
	width: 600px;
	float: right;
	border: 0px;
	margin: 0px;
	margin-right: 20px;
	padding: 0px;
	border: 0px solid #cccccc;
	height-min: 400px;
	}

#corps .content{
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

#corps .content h1{ 
	height: 40px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #ffffff url('../images/h1.gif') no-repeat right bottom;
	font-size: 14px;
	font-weight: bold;
	color: #005073;
	text-align: left;
	vertical-align: middle;
	font-variant: normal;
	line-height: 24px;
	}

#corps a{
	font-weight: Bold;
	font-style: normal;
	text-decoration: none;
	color: #005073;
	border: 0px;
	}

#corps a:hover{
	font-weight: Bold;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}

#corps p{ 
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	}


/* le formulaire ;-) */

	
#corps .content form input{
	border: 1px solid #c0c0c0;
	border-top: 0px;
	padding-left: 2px;
	background-color: #e9e9ff;
	}

#corps .content form textarea{
	border: 1px solid #c0c0c0;
	padding-left: 2px;
	background-color: #e9e9ff;
	}

#corps .content form button.envoyer{
	width: 185px;
	height: 18px;
	vertical-align: middle;
  border: 0px none;
  cursor: pointer;
  background: none;
	}

#corps .content form table{
	width: 100%;
	border-collapse: collapse;
	}
		
#corps .content form table th{
	width: 200px;
	text-align: right;
	font-weight: normal;
	}

/* le pied de page ;-) */

#pied-de-page{
	clear: both;
	width: 700px;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	height: 115px;
	border: 0px;
	}

#pied-de-page .content{
	margin: 0px;
	padding: 0px;
	margin-top: 42px;
	}

#pied-de-page p{
	color: #005073;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	}

#pied-de-page p img{
	border: 0px;
	vertical-align: middle;
	}
	
#pied-de-page a{
	color: #005073;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	}

#pied-de-page a:hover{
	color: #ffff00;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	}
	
	
