body{
	background-color: #B4C9DE;
	font-family: Arial;
	text-align: center;
}

a:link, a:visited, a:active {  
color: #333333; 
text-decoration: none 
}

a img {
	border:none;
}

ul#intro li{
	list-style-type:none;
	list-style-position:outside;
	font:normal 0.8em Georgia, "Times New Roman", Times, serif;
	color: #777777;   	  
}

.entete {
	background: url(/img/page_entete.png) no-repeat #FFFFFF;
	text-align: center;
	font-family: "Palatino Linotype", "Times New Roman";
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	margin: auto;
	width: 700px;
	height: 98px;
}

.menu_v_temp {
	float: left;
	vertical-align: middle;
	background: url(/img/test/menu_test.png) no-repeat #FFFFFF;
	text-align: left;
	font-family: Palatino, Arial;
	font-size: 11px;
	color: #333333;
	margin-left: 2em;
	margin-top: 2em;
	width: 110px;
	height: 119px;
}

.menu_v {
	/*float: left;*/
	position: absolute;
	vertical-align: middle;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em; /*Equivalent à 12px*/
	font-weight: bold;
	color: #0c2c4d;
	left: 2em;
	top: 1em;
	width: 150px;
}

.menu_v_top {
	background:url(/img/menu_v_top_souris.gif) no-repeat;
	width: 50px;
	height: 45px;
}

.rub_fermee {
	background: url(/img/menu_v_rub_fermee.png) no-repeat;
	padding-left: 32px; /* 27 image + 5 espace */
	height: 16px;
}

.rub_ouverte {
	background: url(/img/menu_v_rub_ouverte.png) no-repeat;
	font-style: italic;
	padding-left: 37px; /* 27 image + 5 espace */
	height: 16px;
}

.ssrub_fermee {
	background: url(/img/menu_v_ssrub_fermee.png) no-repeat;
	padding-left: 46px; /* 41 image + 5 espace */
	height: 16px;
}

.ssrub_ouverte {
	background: url(/img/menu_v_ssrub_ouverte.png) no-repeat;
	font-style: italic;
	padding-left: 51px; /* 41 image + 5 espace */
	height: 16px;
}

.ssrub_fermee_fin {
	background: url(/img/menu_v_ssrub_fermee_fin.png) no-repeat;
	padding-left: 46px; /* 41 image + 5 espace */
	height: 16px;
}

.ssrub_ouverte_fin {
	background: url(/img/menu_v_ssrub_ouverte_fin.png) no-repeat;
	font-style: italic;
	padding-left: 51px; /* 41 image + 5 espace */
	height: 16px;
}

.corps {
	position: relative;
	background: url(/img/page_fond.png) repeat-y #FFFFFF;
	width: 700px;
	margin: auto;
}

.contenu_page {
	text-align: left;
	font-family: "Palatino Linotype", "Times New Roman";
	font-size: 0.75em; /*Equivalent à 12px*/
	color: #333333;
	padding-left: 14.25em;	/*Equivalent 170px*/
}

.titre_page {
	background: url(/img/nenuphar.png) no-repeat;
	text-align: left;
	font-family: "Palatino Linotype", "Times New Roman";
	font-size: 16px;
	color: #000066;
	vertical-align: sub;
	padding-left: 30px;
	height: 20px;
}

.carte_id {
	float: right;
	background: url(/img/Carte_ID.png) no-repeat;
	margin-right: 1.5em;
	width: 264px;
	height: 174px;
}
	

.pied {
	background: url(/img/page_pied.png) repeat-y #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: auto;
	width: 700px;
	height: 93px;
}

