/***************************************************************
* Présentation générale
***************************************************************/
body { 
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 14px;
	color:#000000;
	margin: 0em;
	padding: 0em;
	background-color: #000000;
	background-image: url('../img/bg.jpg');
	background-repeat: repeat-x;
	text-align: justify;
}

a, a:visited { text-decoration: none; color: #637776; }
a:hover { text-decoration: underline; color: #637776; }

div.droite a, div.droite a:visited { text-decoration: none; color: #b60704; }
div.droite a:hover { text-decoration: underline; color: #b60704; }

span.red {
  color: red;
}

span.souligne {
  style=text-decoration : none;
  color : #000000;
  border-bottom : 1px;
  border-bottom-style : solid;
  border-bottom-color : #CC0000;
}
/* Contenu de la page */
div.container {
	_position: absolute;
	_left: 50%;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	_margin-right:;
	_margin-left: -445px;
	background-color: #FFFFFF;
}

/* Gestion du Header */
div.header {
	height: 150px;
}

/* Gestion du contenu */
div.content {
  
  background-color: #FFFFFF;
  border: 1px red solid;
}
div.gauche {
  float: left;
  width: 240px;
  overflow: hidden;
}

div.droite {
  float: left;
  width: 690px;
  _overflow: hidden;
  padding: 5px;
}

/* Gestion du Footer */
div.footer {
	clear: both;
  background-image: url('../img/footer.jpg');
	background-repeat: repeat-x;
	height: 71px;
}

div.footer_txt {
  font-size: 12px;
	color: #FFFFFF;
	padding: 10px 0px 0px 10px;
	float: left;
}

div.footer_txtright {
  font-size: 12px;
	color: #FFFFFF;
	padding: 10px 10px 0px 10px;
	float: right;
}

div.footer_url {
  font-size: 16px;
  font-weight: bold;
	color: #FFFFFF;
	padding: 40px 0px 0px 250px;
	float: left;
}
#footerLien {
font-size: 10px;
margin: 0 auto;
text-align: center;
width: 950px;
}
/* Le menu */
ul.menu_df {
	list-style-type: none;
	margin: 0;
	padding: 10px;
	border: 0;
	width: 214px;
}

li.m_header {
  height: 33px;
  padding-left: 20px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 13px;
  background-image: url('../img/menu_haut.jpg');
	background-repeat: no-repeat;
}

div.m_header_titre {
  padding-top: 10px;
}

li.m_liste {
  padding-left: 33px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #637776;
  font-size: 14px;
  border-left: 1px #c2c2c2 solid;
  border-right: 1px #c2c2c2 solid;
  border-bottom: 1px #c2c2c2 dashed;
  background-image: url('../img/img-li.gif');
	background-repeat: no-repeat;
}

h1 {
  padding-left: 120px;
  padding-top: 4px;
  background-image: url('../img/img-h1.gif');
	background-repeat: no-repeat;
	color: #5f6a6c;
	text-transform: uppercase
}

h2 {
  padding-left: 38px;
  padding-top: 4px;
	color: #a32723;

}

span.histoire {
  color: #a31f1c;
  font-weight: bold;
  font-size: 18px;
}

img.image {
  margin: 6px;
}

span.citation {
  font-size: 16px;
  color: #a31f1c;
}
