* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	font-size: 75%;
	font-family: helvetica, sans-serif;
	background:#ebe9ea;
}

div#header {
	margin: auto;
	width: 779px;
	height:127px;
	background: url(images/img-header2.jpg) no-repeat;
	list-style-type: none;
}

div#barre-separation {
	height: 37px;
	width: 100%;
	background: url(images/barre-separation.jpg) repeat-x;
	margin:0 0 2px 0;
}

.baseline {
	width: 72%;
	margin: 0 auto;
	padding:6px 0 0 0px;
}

.clear {
	clear: both;
}


/* Début mise en page*/
div#wrapper {
	width: 620px;
	margin: 0 auto;
}
div#colgauche {
	margin: 0 0;
	float: left;
	width: 120px;
}
div#separation {
	width:2px;
	height:350px;
	background-color:#ed8408;
	float:left;
	margin:20px 0 0 10px;
}
div#coldroite {
	margin:0 0;
	float:left;
	width: 486px;
}
/* Fin mise en page*/

/*Début box centrale*/
.box-one { 
	width: 620px;  
	margin: -15px auto;
	padding: 0 0 0 0;
	background: url(images/centre-box-one.jpg) left repeat-y;
}
.box-one .inside { 
	width: 620px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
/*Fin box centrale*/

/*Début box noire*/
.box-two { 
	width: 466px;  
	margin: 20px auto 0 auto;
	background: url(images/centre-box-two.jpg) left repeat-y;
}
.box-two .inside2 { 
	width: 466px;
	overflow:hidden;
}
.bandeau img {
	width:461px;
	margin: -3px 0 0 2px;
}
.contenu {
	width:97%;
	float:right;
	margin: 0 10px 0 0;
}

/*Fin box noire*/

/*Début footer*/

div#footer {
	width: 100%;
}

.pied {
	width: 540px;
	margin:15px auto 10px auto;
	font-size: 0.7em;
}

.pied a {
	text-decoration: none;
}

ul#footer1 {
	margin: 0 auto 0 auto;
	display:block;
	width: 300px;
	list-style-type: none;
}

ul#footer1 li {
	display: inline;
	list-style-type: none;
}

ul#footer1 li a {
	color: black;
	text-decoration: none;
	margin-right:5px;	
}

ul#footer1 li a.map {
	color: black;
	text-decoration: none;
	margin-left:10px;
	margin-right:5px;	
}

ul#footer1 li a:hover {
	text-decoration: underline;	
}
/*Fin footer*/

.navigation {
    margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-left: 5px;
	width: 125px;
	height:1em;
	font-size:0.71em;
	font-family: verdana,helvetica,arial;
}
.navigation li {
	margin-top:15px;
	list-style-image:url(images/fleche-menu.jpg);
	list-style-position:inside;
}
   .navigation a, .navigation span {
    text-decoration: none;
	color:black;
	margin:0px 0 0px 10px;
	font-weight:bold;
	height:1em;
   }
   .navigation a:hover, .navigation a:focus, .navigation a:active {
      text-decoration: underline;
   }
   .navigation .subMenu {
      font-size: .9em;
      margin: 0;
      padding: 0;
   }
   .navigation ul.subMenu li {
      background: none;
      padding: 0 20px;
	  list-style-image:none;
   }
