* {
	margin: 0;
	padding: 0;
}

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

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

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

.sep {
	width: 795px;
	margin: 0 auto;
}

.baseline {
	width: 495px;
	float: left;
	margin: 0 auto;
	padding:10px 0 0 35px;
}

.flag {
	float:right;
	margin: 0 10px 0 0;
}

.flag a img{
	border: none;
	margin: 4px 10px 0 0;
}

.clear {
	clear: both;
}

/* Début mise en page*/

div#wrapper {
	width: 795px;
	margin: 0 auto;
}

div#colgauche {
	width: 175px;
	height: 380px;
	float: left;
	margin: 0 0;
}

div#coldroite {
	width: 608px;
	float:left;
	margin:0 0;
}

/* Fin mise en page*/

/*Début box centrale*/

.box-one { 
	width: 795px;  
	margin: -15px 0 0 0;
	background: url(images/centre-box-one.jpg) left repeat-y;
}

.box-one .inside { 
	width: 795px;
}

/*Fin box centrale*/

/*Début box noire*/

.box-two { 
	width: 581px;  
	background: url(images/centre-box-two.jpg) bottom left repeat-y;
	margin: 20px 0 0 10px;
	overflow:hidden;
}

.box-two .inside2 { 
	width: 581px;
}

.bandeau {
	width:581px;
	margin: -2px 0 0 3px;
}

/*Fin box noire*/

/*Début footer*/

div#footer {
	width: 100%;
}

.pied {
	width: 742px;
	margin:0 auto 20px auto;
	font-size: 0.8em;
}

.pied a {
	text-decoration: none;
}

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

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

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

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

ul#footer1 li a:hover {
	text-decoration: underline;	
}

/*Fin footer*/

.navigation {
    margin-left: 0;
	margin-right: 5px;
	margin-top: 25px;
	padding-left: 5px;
	width: 180px;
	height: 1em;
	font-size: 0.75em;
	font-family: tahoma,verdana,arial;
	font-weight: bold;
}

.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:0 0 0 0;
	font-weight:bold;
	height:1em;
   }

   .navigation a:hover, .navigation a:focus, .navigation a:active {
      text-decoration: underline;
   }

   .navigation .subMenu {
      font-size: 0.78em;
      margin: 0;
      padding: 0;
   }

   .navigation ul.subMenu li {
      background: none;
      padding: 3px 20px;
	  list-style-image:none;
   }
