/* STYLE REVACTIF*/

/* LOGO */
div.logo_rev{
	position:absolute; top:0; left:0 ;
	padding:0 0 0 0 ; margin:0 0 0 0 ;
	background-color:#FFFFFF;
	z-index:2;
}
div.logo_rev a {
	margin-top:0;
	margin-bottom:0;
}
div.logo_rev h1 {
	margin-top:0;
	margin-bottom:0;
	margin-left:0.5em;
	margin-right:0;
	color:#660033; 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
/*MENU NAVIGATION*/
div.menu_rev{ 
	background-color:#333333;
	position:absolute;
	top:0;
	right:0;
	height:1.5em;
	margin-left:220px;
	z-index:1;
	min-width:500px;
	font-size:1em;
	font-weight:bold;
}
div.menu_rev h2 {
	display:none;
}
div.menu_rev ul {
	height:100%; margin:0 0 0 0;
}
div.menu_rev li {
	float:right;
	list-style:none;
	line-height:1.5em;
	text-align:center;
/*	min-width:100px; */
}
div.menu_rev  a, div.menu_rev a:link, div.menu_rev  a:visited {
	display:block;
	height:1.5em;
	text-decoration: none;
	color: #dee0e5;
	border-left: 1px solid #576178;
	border-right: 1px solid #1f2635;
	padding:0 5px;
	width:6em; /*Pour IE : 100px */
	font-weight:bold;
}
div.menu_rev ul a:hover {
	background: #660033;
	color: #fff;
	text-decoration: underline;
}
div.menu_rev .menu_select{background-color:#FFFFFF}

/* Affichage différent du menu sélecionné */
	body.approcheSection li#menu_approche a,
	body.prestationSection li#menu_prestation a,
	body.referenceSection li#menu_reference a,
	body.contactSection li#menu_contact a
	{
		background-color:white;
		color:#005A9C;
	}
/*	body.approcheSection li#menu_approche a:link,
	body.prestationSection li#menu_prestation a:link,
	body.referenceSection li#menu_reference a:link,
	body.contactSection li#menu_contact a:link,
*/
/*CONTENU*/
div.contenu_rev{
position:relative;
margin-top:60px;
margin-left:10%;
margin-right:1em;
margin-bottom:0;
color:#333333;
}

div.contenu_rev li{ margin-bottom:0.4em ; margin-top:0 ; list-style-type:square
}