
body { 
  background-color: #FFFFFF;
  font-family: Georgia, "Times New Roman", Times, serif;
 }
img
{  border-style: none;
}
div#bandeau_haut {
  margin-top:2%;
	line-height: 3em ;
	}

div#titre {
	font-size: 4em;
	color: #18285A;
  text-align: center;
	}

div#page_en_court {
  float:right;
  width:65%;
	font-size: 2.2em;
	text-align: center;
	color: #A7550C;
	}

div#bandeau_navigation {
	clear:both;
	margin-top:4%; 
  margin-bottom:4%;
	font-size: 1.2em;
	color: #CCCCCC;
	text-align: center;
	}
	
#bandeau_navigation a {
  color: #666666;
  }
	
div#contenu {
  border-left-style: solid;
  border-left-width: thin;
  border-left-color: black;
  float:left;
  position: relative; 
	width:63%;
	padding-left:5%; 
	margin-right:15%; 
	font-size: 1em;
  line-height: 150%;
  text-align : justify;
	}
	

div#menu_gauche { 
  float:left;
  position:relative;
  list-style-type:none;
  text-align : left;
  font-size: 1.5em;
  width: 15%;
  height: 100%;
	color: #5d665b;
	}

#menu_gauche ul {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
  }

#menu_gauche li {
    border-bottom: 1px solid black;
    margin: 15%;
   }
   
#menu_gauche li a:link {
	   color: #A7550C;
	   text-decoration:none;
   }

#menu_gauche li a:visited {
	   color: #A7550C;
	   text-decoration:none;
   }

#menu_gauche li a:active {
    	text-decoration:none;
   }

#menu_gauche li a:hover {
    	color:black;
    	text-decoration:none;
   }


div#pied_page {
  position: relative; 
  clear: both;
  width: 100%;
	font-size: small;
	text-align: center;
  margin-top: 4%;
	}
