/* mise en page globale */

body {
margin: 0;
padding: 0;
background: white;
color: #18283E;
font-family: Verdana, Arial, Helvetica, serif;
font-size: 80%;
}

/* entête */
#header {
width: 775px;
height: 124px;
background: #416DA4 url('../images/head.jpg') no-repeat top left;
}

#header img {
	float: right;
	margin: 0 0 0 0;
}

/* menu horizontal */

#menuhaut {
    width: 730px;
	margin: 0;
	padding: 0.4em 2.5em 0.4em 1em;
	list-style-type: none;
	background-color: #A2937D;
	color: white;
	text-align: left;
}
#menuhaut li {
	display: inline;
}
#menuhaut a {
	color: white;
	text-decoration: none;
}
#menuhaut a:hover {
	text-decoration: underline;
}

/* menu vertical - gauche */
#menugche {
	float: left;
	width: 100%;
	padding: 3em 0 3em 0;	
    margin: 10px 0;
  	background: bottom left no-repeat;
	background: #6789B6 /*url(design/fondmenu.jpg) */bottom left no-repeat;
}
#menugche ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 0.1em;
}
#menugche li a {
	display: block;
	text-decoration: none;
	height: 1.4em;
	line-height: 1.4em;
	color: #0E2B56;
	font-weight: bold;
	font-size: 90%;
	text-indent: 0.1em;
	white-space: nowrap;
}
#menugche li a:hover {
	background: #ECAC2A;
	color: #0E2B56;
}