/************************************* CSS Document */
body {
	width: 800px;
	margin: auto;
	margin-top: 10px;
	background-image:url(images/fond.jpg);
	background-color:#d67f3c;           
	font-family: "Century Gothic", Arial, "Times New Roman", Times, serif;
	font-size: 15px;
	color: white;
}
/*************************************L'en-tete */
#en_tete {
	font-size: 50px;
	height: 80px;		
}
.lettrine
{
  font-size: 60px;
  font-weight: normal;
  float: left;  
  margin-right: 5px;
  margin-top: 5px;
}
/************************************* Le menu */
#menu ul {
	height: 25px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	float: right;	
}
#menu a {
	color: white;
	padding: 0px 2px 0px 22px;
	font-size: 15px;	
}
a.LIEN_menu:link {
	text-decoration: none;
}
a.LIEN_menu:visited {
	text-decoration: none;
}
a.LIEN_menu:hover {
	text-decoration: underline;
}
a.LIEN_menu_on:link {
	text-decoration: underline;
}
a.LIEN_menu_on:visited {
	text-decoration: underline;
}
a.LIEN_menu_on:hover {
	text-decoration: underline;
}
/************************************* Le corps de la page */
#corps {
	height: 375px;
	width: 775px;
	padding: 5px;
  padding-left: 20px;	
	background-color: white;
  color: #666666;
  font-size: 15px;
	text-align: justify;	
}
#corps_contact {
	height: 375px;
	width: 775px;
	padding: 0px;
  padding-left: 0px;	
	background-color: white;
  color: #666666;
  font-size: 15px;
	text-align: justify;	
}
#corps_contact h1{
	padding-top: 15px;
	margin: 2px;
	margin-left:97px;
	padding: 0px;
	font-size: 18px;
	color:#6d0406;
}
#corps_contact a
{
  color: black;
  font-weight:bold;
  }

.imageflottante {
	float: right;
	margin-left: 25px;
	padding: 0;
  width: 500px;
  height: 375px;	
}
#defilement1 {
	float: right;
	margin-left: 25px;
	padding: 0;
  width: 500px;
  height: 375px;
  -moz-opacity:0;
  opacity: 0;
  filter: alpha(opacity=0);  	
}
#defilement2 {
	margin-left: 25px;
	padding: 0;
  width: 500px;
  height: 375px;
  -moz-opacity:1; 
  opacity:1 ;
  filter: alpha(opacity=100);
  position:relative;
  top:-375px;
  left:250px;  	
}

#texteadroite {
  width: 500px;
  float: right;
	margin-left: 30px;
	font-size: 14px;
	padding-right: 15px;
	padding-top: 15px
}
#texteadroite p  {
  margin: 0px;
  padding-bottom: 5px;
}
#texteadroite h2  {
  margin: 20px;
  padding: 15px;
}

h1 {
	padding-top: 15px;
	margin: 5px;
	padding: 0px;
	font-size: 18px;
	color:#6d0406;
}
#corps h2 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight:bold;
}
#corps h3 {
	margin-left: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight:normal;
}
#corps ul
{
  margin: 0px;
  padding-left: 25px;
}
#corps li
{
  margin: 0px;
  padding: 4px;
}
#corps a  {
  color: #666666;
	font-size: 15px;
	font-weight: bold;	
}
p.description {
  padding: 0px;
  margin: 0px;
  font-size: 13px;
}
table {
  padding-top: 1px;
}
#sous-menu a {
  font-size: 13px;
  font-weight: normal;  
}
#sous-menu table {
  padding-top: 0px;
  padding-left: 0px;
}
#sous-menu td {
  width: 120px;
  text-align: left;  
}
#sous-menu ul {
  list-style-type: square;      
}
#sous-menu li {
  padding: 0px;
}
.diapo {
  float: right;
	margin-left: 300px;	
	color: red;
	font-size: 15px;
	font-weight: bold;  
	font-size: 14px;
}





/************************************* Sous le corps, l'adresse*/
#pied_de_page {
	padding-top: 10px;
	padding-left: 8px;
	color: white;
	font-size: 13px;
	
}
#pied_de_page a {
	float:right;
  font-weight:bold;
	color:white;
  padding-left: 10px;	
}

/***********************************Sous l'adresse */

#bas_de_page {
	width: 790px;
  padding-top: 10px;
	padding-left: 8px;
	color: white;
	font-size: 14px;
}
#bas_de_page a {
	color:white;  
}
#bas_de_page1 {
	width: 790px;
  padding-top: 10px;
	padding-left: 8px;
	color: #666666;
	font-weight: bold;
	font-size: 14px;
}
#bas_de_page1 a {
	color:#666666;
 	font-size: 15px;	
}
#bas_de_page1 li {
  display : inline; 
  padding: 0px 20px 0px 0px;	
}
#bas_de_page1 ul {
  height: 15px;
	list-style-type: none;
}
a.LIEN_promo {
  color: white;
 	padding: 0px 0px 0px 5px;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}


