/* Orange : #E17300
Chocolat : #631C10 */

* { margin:0px; padding:0px; font-family: Bodoni MT,Times New Roman;}

#header_background {
	height: 101px;
	background-image: url("./../img/template/header_background.jpg");
	background-repeat: repeat;
	}

#header_logo {
	width: 543px;
	height:101px;
	/*background-image: url("./../img/template/header_logo.jpg");*/
	background-image: url("./../img/template/logo.jpg");
	background-repeat: no-repeat;
	margin-left:43%;
	}

#annim_background {
	height: 300px;
	width: 100%;
	background-color: #000;
	}

#annim_logo {
	width: 900px;
	height:300px;
	margin: auto;
	}
	
#corps_background {
	min-height: 300px;
	width: 100%;
	background-color: #F1EAE4;
	}

#corps_datas {
	width: 1000px;
	min-height: 500px;
	margin: auto;
	border-left:1px solid #AAA;
	border-right:1px solid #AAA;
	}
	
#menu {
	float: left;
  	width: 190px; 	
  	padding-left: 50px;
	}

#menu2 {
	width: 179px;
	background-color: #635C52;
	}
	
#menu2_head {
  	width: 179px;
  	height: 19px;
  	background-color: #631C10;
	}

#menu2_footer {
  	width: 179px;
  	height: 10px;
  	background-image: url("./../img/template/menu_footer.jpg");
	}

	
#menu2 a {
  text-align:center;
  text-decoration:none; 
  color: #BFB9AB;
  display:block; 
  width: 179px;
  height:35px;
  background-image: url("./../img/template/menu_background.jpg");
  background-repeat: no-repeat;
  font-variant: small-caps;
  font-size:15px;
  }
#menu2 a:hover {
  color:#888;
  background-color: #635C52;
  /*background-image: url("./../img/template/menu_background2.jpg");*/
  background-image: url("./../img/template/menu_background_over.jpg");
  background-repeat: no-repeat;
  }

#dataBody {
	margin-left: 260px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	width: 728px;
	color: #444;
	font-size: 16px;
	line-height: 23px;
	}

#dataBody span {
	font-style:italic;
	font-weight:bold;
	font-family: Bodoni MT,Times New Roman;
}	

#dataBody img {
	border:2px solid #631C10;
	margin: 10px;
	}
	
#dataBody .link {
	color: #631C10;
	text-decoration:none;
	background-image: url("./../img/template/puce_lien.gif");
	background-repeat:no-repeat;
	padding-left:16px;
	}
	
#dataBody .link:hover {
	border-bottom: 1px dashed #631C10;
	}
	
#dataBody h1 {
	font-size: 25px;
	margin-bottom: 15px;
	color: #635C52;
	}

#dataBody h2 {
	font-size: 20px;
	margin-bottom: 0px;
	margin-top: 5px;
	color: #631C10;
	text-transform: uppercase;
	}
	

#footer_background {
	height: 20px;
	width: 100%;
	background-color: #635C52;
	}

#footer_datas {
	width: 1000px;
	height: 20px;
	margin: auto;
	padding-top:2px;
	text-align: center;
	font-family: times, verdana, sans-serif ;
    font-size: 14px;
    color: #BFB9AB;
	}
	
#footer_datas a {
	color: #FFF;
	text-decoration: none;
	}
	
#footer_datas a:hover {
	border-bottom: 1px dashed #FFF;
	}
	
input, textarea {
  border: 1px solid #888;
}
