/* CSS Document */
body {
	margin: 0px auto;
	padding: 0px;
	background-color: #ffffff;
}

#conteneur {
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-550px;
  margin-top:-320px;
}

#flashcontent {
    position:absolute;
    left: 50%;
    top: 50%;
    width: 1100px;
    height: 620px;
    margin-top: -320px; /* moiti? de la hauteur */
    margin-left: -550px; /* moiti? de la largeur */
}

#header {
  /*position:absolute;
  left:50%;
  top:50%;
  margin-left:-550px;
  margin-top:-340px;*/
  margin-left:57px;
}


.vertmap, a.vertmap:link, a.vertmap:active, a.vertmap:visited {
    font-family: arial, verdana, helvetica, sans-serif;	
	font-size: 12px;	 
    color: #45750c;
	text-decoration: none;
}

a.vertmap:hover {    	 
		text-decoration: underline;	
}

ul {
  margin: 0 0 0 2px;
  padding: 0 0 0 2px;
  list-style-image: url(../../graphics/images/fleche-verte.gif);
}

.vertfooter, a.vertfooter:link, a.vertfooter:active, a.vertfooter:visited {
    font-family: arial, verdana, helvetica, sans-serif;	
	font-size: 12px;	 
    color: #85996d;
	text-decoration: none;
}

a.vertfooter:hover {    	 
		color: #33550b;	
}

a.map1 {	
	display: block;
	width: 136px;
	height: 32px;
	background: url(../../graphics/images/map1.jpg) no-repeat 0 0;
}

a.map1:hover {
 	background: url(../../graphics/images/map1.jpg) no-repeat 0 -32px;
}
a.map2 {	
	display: block;
	width: 151px;
	height: 32px;
	background: url(../../graphics/images/map2.jpg) no-repeat 0 0;
}

a.map2:hover {
 	background: url(../../graphics/images/map2.jpg) no-repeat 0 -32px;
}
a.map3 {	
	display: block;
	width: 132px;
	height: 32px;
	background: url(../../graphics/images/map3.jpg) no-repeat 0 0;
}

a.map3:hover {
 	background: url(../../graphics/images/map3.jpg) no-repeat 0 -32px;
}
a.map4 {	
	display: block;
	width: 148px;
	height: 32px;
	background: url(../../graphics/images/map4.jpg) no-repeat 0 0;
}

a.map4:hover {
 	background: url(../../graphics/images/map4.jpg) no-repeat 0 -32px;
}
a.map5 {	
	display: block;
	width: 195px;
	height: 32px;
	background: url(../../graphics/images/map5.jpg) no-repeat 0 0;
}

a.map5:hover {
 	background: url(../../graphics/images/map5.jpg) no-repeat 0 -32px;
}
a.map6 {	
	display: block;
	width: 203px;
	height: 32px;
	background: url(../../graphics/images/map6.jpg) no-repeat 0 0;
}

a.map6:hover {
 	background: url(../../graphics/images/map6.jpg) no-repeat 0 -32px;
}


/* Mentions legales */
#mentions {
  position: absolute;
  width: 550px;
  height: 620px;
}

#mentions #title {
  height: 44px;
  background: #83b333 url(../../graphics/images/mentions-fond.jpg) repeat-y left top;  
}

#mentions h1 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  margin: 0px;
  padding: 0px; 
  padding-top: 15px;
  padding-left: 40px;
}

#mentions .fermer {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  padding-top: 10px;
  padding-left: 285px;
}

#mentions ul {
   margin: 0px;
   padding: 0px; 
}

#mentions ul li {    
  list-style-type: none;
  float: left;
}

#mentions .scroll {
    overflow: auto; width: 505px; height: 315px;
    scrollbar-face-color: #E5E5E5; 
    scrollbar-shadow-color: #E5E5E5;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #9F9F9F; 
    scrollbar-darkshadow-color: #9F9F9F;
    scrollbar-arrow-color: #000000;    
}

#mentions p {
  margin: 0px;
  padding: 0 0 0 40px;
}

#mentions h5 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #45750c;
  font-size: 13px;
  font-weight: bold;
  padding-left: 40px;
}

#mentions p.vert10 {
  padding-right: 40px;
  padding-bottom: 14px;    
}

#mentions .vert10 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #45750c;
  font-size: 10px;
}

#mentions .vert11 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #45750c;
  font-size: 11px;
}

#mentions .vert12 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #45750c;
  font-size: 12px;
}

