/* Feuille de styles */
* { padding: 0; margin: 0; }
body {
	color: black;
	background-image: url(../images/bg.gif);
	background-color: #8c8c8c;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: small;
	 }
/* ======================================================
    Zones DIV
====================================================== */
#wrapper {
	color: black;
	background-color: green;
	background-position: top left;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	 }
#bandeau {
	position: relative;
	color: black;
	background-color: olive;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 38px;
	}
#bandeau p {
	position:absolute;
	top: 5px;
	left: 290px;
	font-weight: bold;
	padding: 5px 0 5px 0;
	margin-bottom: 0;
	}
#bandeau p span {
	color: red;
	} 
#zone_de_texte {
  float: right; 
  width: 650px; 
  background-color: white;
  border: 0px dashed #8c8c8c;
}
    #zone_de_texte h2,
    #zone_de_texte p
    {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 100px;
    }
 .image_carte_generale {
 position:relative;
 top: 0px;
 left: 150px;
 }
 /*
  #contenu_secondaire {
    float: right;  
    width: 180px; 
    background-color: white; 
  }
  */
#zone_de_navigation {
  float: left; 
  width: 130px; 
  background-color: green; 
  padding-top: 20px; 
  padding-bottom: 0px; 
}
.nav-box {
float : left; 
width : 140px; 
height : 65px; 
margin : 0.2em 0 0 0.05em; 
border : 1px solid #e0dfdd; 
background-color : #ffffff; 
} 
.s1 {
float : left; 
width : 4px; 
height : 65px; 
margin-left : 0.01em; 
background-color : olive; 
} 
.s2 {
float : left; 
width : 4px; 
height : 65px; 
margin-left : 0.05em; 
background-color : #6ca2be; 
} 
.nav-box-text {
width : 100px; 
height : 25px; 
margin-top : 1em; 
margin-left : 1.5em; 
background-color : #fefdfb; 
} 
a:hover {
color : #6ca2be; 
text-decoration : none; 
} 
a {
color : #b8a07a; 
text-decoration : none; 
} 
/*
    #zone_de_navigation li {
      list-style: none; 
      padding-right: 20px; 
      padding-left: 20px; 
    }
*/
#zone_de_navigation p {
	position:relative;
	top: 8px;
	bottom: 0px;
	right: 0px;
	left: 31px;
	}
#pied_de_page {
  clear:both; 
  background-color: olive;  
  padding: 0px; 
}
address	{
	color: silver;
	background-color: olive;
	text-align: center;
	font-size: 80%;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.5em;
		}

	

