body {
	background-color: #aca6a6;
	margin-top: 5px;
	font-family:verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	/*text-transform:uppercase;*/
}

a {
	text-decoration : none;
	color: #a36508;
	font-size: 0.8em;
}

#header{ 
    display:block; 
    background: url(/images/Header.png) no-repeat;
	/*background-color: red; */
	margin-left: auto;
	margin-right: auto;
    height:59px; /* sans la barre 161px */
    width:965px;
	z-index: 1;
} 

/* barre de navigation */

#navbar{
	position: absolute;
	background: url(images/barreverte.png) no-repeat;
	margin-top: 56px;
	width : 965px;
	height: 35px;
	/*background-color: red;*/
	z-index:5;
}

.cadre { 
		float: right;
		width: 290px;
		height: 32px;
		color: #a36508;
		/* background-color: #f8f7f3; */
		/*background: URl(/images/Recherche.png) no-repeat;	*/	
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: auto;
		padding-top: 0px;
		padding-bottom: 2px;
		padding-right: auto;
		padding-left: auto;		
		/*border: 1px solid red;*/
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		border-radius: 10px; 
	}
		
		.span4 {
			font-size: 0.7em;
			color: #c7c7c6;
			font-weight: bold;
			color: #a36508; 
		}

.button {
	background-color: #ffeea9;
	font-size: 0.8em;
	color: #a36508;
	font-weight: bold;	
}		

ul#topnav {
	margin-top: 0; padding: 0; /*fonctionne sous FF et Chrome mais pas IE8*/
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
	z-index: 4;
	
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
	
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 35px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }

/*Les images des menus commencent ici : 
home pour la maison - Etablissement - Usagers - Professionnels
*/

ul#topnav a.home {
	background: url(/images/HomeVert.png) no-repeat;
	width: 45px; 
}

ul#topnav a:hover.home {
	background: url(/images/HomeVert.png) no-repeat;
	width: 45px; 
}

ul#topnav a.Etablissement {
	background: url(/images/MenuVertEtablissement.png) no-repeat;
	width: 140px; 
}
ul#topnav a:hover.Etablissement {
	background: url(/images/MenuJauneHoverEtablissement.png) no-repeat;
	width: 140px; 
}
ul#topnav a.Usagers {
	background: url(/images/MenuVertUsagers.png) no-repeat;
	width: 140px; 
}
ul#topnav a:hover.Usagers {
	background: url(/images/MenujauneHoverUsagers.png) no-repeat;
	width: 140px; 
}

ul#topnav a.Professionnels{
	background: url(/images/MenuVertProfessionnels.png) no-repeat;
	width: 140px; 
}
ul#topnav a:hover.Professionnels {
	background: url(/images/MenujauneHoverProfessionnels.png) no-repeat;
	width: 140px; 
}

ul#topnav a.MenuVert{
	background: url(/images/MenuVert.png) no-repeat;
	width: 140px; 
}
ul#topnav a:hover.MenuVert {
	background: url(/images/MenuVert.png) no-repeat;
	width: 140px; 
}

/*Les sous-menus commencent ici*/
/*le "ul#topnav li .sub"... est le sous-menu pour la rubrique Etablissement
      "ul#topnav li .sub2"  un peu plus bas est le sous-menu pour la 
	  rubrique Usagers  et¨Professionnels
	  
/*Rubrique Etablissement*/ 
ul#topnav li .sub {
	position: absolute;	
	z-index: 10;
	top: 35px; left: 0; /* espace entre le menu et le sous-menu */
	/*background:#f9ecc1 url(sub_bg.png) repeat-x; /* couleur des sous-menus */
	background-image: url(/images/SousMenu1.png);
	padding: 20px 20px 20px;
	float: left;
	border-left: 2px solid #a36508;/* contour cadre sous-menu*/
	border-bottom: 2px solid #a36508;
	border-right: 2px solid #a36508;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #a36508;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 0.9em;
	font-weight: normal;
	color: teal; /* titre de la liste du sous-menu*/
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #a36508; 
	font-weight: bold;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	/*background: url(/images/navlist_arrow.png) no-repeat 5px 12px;*/
	padding: 5px 1px 1px 11px;
	display: block;
	text-decoration: none;
	color: #a36508;
	font-size: 0.8em;
}
ul#topnav .sub ul li a:hover {color: #a36508; background-position: 5px 12px ;font-weight: bold;}

ul#topnav .sub ul li hr {
height: 1px;
padding: 0;
color: #a36508;
background-color: #a36508;
border: 0;
}


/* Fin barre de navigation */
/*Rubrique Usagers et Professionnels*/ 
ul#topnav li .sub2 {
	position: absolute;	
	z-index: 10;
	top: 35px; left: 0; /* espace entre le menu et le sous-menu */
	/*background:#f9ecc1 url(sub_bg.png) repeat-x; /* couleur des sous-menus */
	background-image: url(/images/SousMenu2.png);
	padding: 20px 20px 20px;
	float: left;
	border-left: 2px solid #a36508;/* contour cadre sous-menu*/
	border-bottom: 2px solid #a36508;
	border-right: 2px solid #a36508;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub2 ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub2 ul li {
	width: 100%;
	color: #a36508;
}
ul#topnav .sub2 ul li h2 {
	padding: 0;  margin: 0;
	font-size: 0.9em;
	font-weight: normal;
	color: teal; /* titre de la liste du sous-menu*/
}
ul#topnav .sub2 ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #a36508; 
	font-weight: bold;
}
ul#topnav .sub2 ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	/*background: url(/images/navlist_arrow.png) no-repeat 5px 12px;*/
	padding: 5px 1px 1px 11px;
	display: block;
	text-decoration: none;
	color: #a36508;
	font-size: 0.8em;
}
ul#topnav .sub2 ul li a:hover {color: #a36508; background-position: 5px 12px ;font-weight: bold;}

ul#topnav .sub2 ul li hr {
height: 1px;
padding: 0;
color: #a36508;
background-color: #a36508;
border: 0;
}
/* Fin barre de navigation */


/*COntenu de la page*/
#contenu {
    display:block; 
    background: url(/images/trait_contenu.png) repeat-Y;
	margin-left : auto;
	margin-top: 35px;
	margin-right : auto;
	background-color: white;
    width:965px;
	min-height: 710px;
	/*border: solid 1px black;*/
}

/*Menu gauche de la page*/

#indexgauche {
	float: left;
	margin-top: 15px;
	padding-left: 0px;
	/*background-color: red;*/
	width: 193px;
}

#livret {
	position: relative;
	margin-top: 250px;
	margin-left: -60px;
	
}

#contenuprincipal {
	float: right;
	margin-top: 0px;
	margin-right: 2px;
	/*background-color: blue;*/
	width: 750px;
	height: 700px;
	}

#footer{ 
    display:block; 
    background: url(/images/FooterVert.png) no-repeat;
	/*background-color: red; */
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
    height:32px; /* sans la barre 189px */
    width:965px;
	z-index: 1;
} 
