body
{
	background-color: #D8C48D; 					/* couleur de fond de la page */
	margin: 0px;
}

body, h1, h2, h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #94895F;
}

strong
{
	font-weight: normal;						/* le texte renforcé par strong n'apparaitra pas en gras */
}

a, a:active, a:focus								/* caractéristiques des liens actifs */
{
	text-decoration: none;
	color: #94895F;   
}

a:hover											/* caractéristiques des liens survolés par la souris */
{
	text-decoration: underline;					
	color: #94895F;
}

#xiti											/* attributs de la balise xiti */
{
	position: absolute;
	left: 0px;
	top: 0px;
}

#header											/* première ligne du block de haut de page */
{
	width: 800px;
	position: absolute;
	top: 3px;
	left:50%;
	margin-left: -400px;
	text-align: center;
}

#ligne2_header									/* 2e ligne du block de haut de page (inactif) */
{
	width: 100%;
	position: absolute;
	top: 8px;
	text-align: center;
}

#corps											/* Corps central de la page index */
{
	width: 100%; 
	text-align: center; 
	top: 0px;
	position: absolute;
	margin-top: 70px;
}



.image_index									/* Visuel principal de la page index */
{
	width: 650px;
	height: 400px;
	border: none;
	margin-bottom: 60px;
	margin-top: 60px;
}

a img 											/* Toutes les images faisant l’objet d’un lien */
{
   border: 1px solid #94895F;; 								
}

												
#boutons_index_en
{												/* caractéristiques du tableau "boutons" */
	position: absolute;
	width: 600px;
	height: 40px;
	border: none;
	margin-top: 5px;
	margin-bottom: 100px;
	font-family: Times New Roman, Times, serif;
	color: #660000;
	left:50%;
	margin-left: -300px;
}

#boutons_index_en th
{												/* caractéristiques des celleules du tableau "boutons" */
	text-align: center; 							
}

#boutons_index_en a:hover 
{
   text-decoration: none;
   color: #847453;
}

#boutons_index_en a:active,  #boutons_index_en a:focus,  #boutons_index_en a
{
   text-decoration: none;
   color: #660000;
}

#boutons_index
{												/* caractéristiques du tableau "boutons" */
	position: absolute;
	width: 600px;
	height: 40px;
	border: none;
	margin-top: 25px;
	margin-bottom: 100px;
	font-family: Times New Roman, Times, serif;
	color: #660000;
	left:50%;
	margin-left: -300px;
}

#boutons_index th
{												/* caractéristiques des celleules du tableau "boutons" */
	text-align: center; 							
}

#boutons_index a:hover 
{
   text-decoration: none;
   color: #847453;
}

#boutons_index a:active,  #boutons_index a:focus,  #boutons_index a
{
   text-decoration: none;
   color: #660000;
}
												/* caractéristiques spécifiques à chaque bouton */
.entrez, .enter
{
	font-size: 16px;
	font-weight: bold;
}

.english, .french
{
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}

#ligne_info
{												/* caractéristiques de la ligne sous image titre */
	width: 100%;
	color: #660000;
	text-align: center;
}

#ligne_info a:hover 
{
   text-decoration: none;
   color: #94895F;
}

#ligne_info a:active,  #ligne_info a:focus,  #ligne_info a
{
   text-decoration: none;
   color: #660000;
}

#ligne_info2
{												/* caractéristiques de la ligne bbc */
	font-size: 12px;
	width: 100%;
	color: #c3770a;
	text-align: center;
	font-weight: bold;
}

												/* caractéristiques du block de bas de page */
#footer
{
	width: 800px;
	height: 300px;
	position: absolute;
	top: 620px;
	text-align: center;
	left:50%;
	margin-left: -400px;
}

#footer_en
{
	width: 800px;
	height: 300px;
	position: absolute;
	top: 650px;
	text-align: center;
	left:50%;
	margin-left: -400px;
}

#footer table, #footer_en table
{
	width: 100%;
	position: absolute;
	text-align: center;
}


												/* css du plan du site*/
#titre_plan_du_site
{
	color: #660000;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	height: 50px;
	border: none;
	top: 150px;
	margin-bottom: 50px;
	text-align: center; 
}

#plan_du_site
{
	color: #660000;
	position: absolute;
	height: 250px;
	border: none;
	top: 200px;
	width: 40%;
	left: 30%;
	text-align: center;
}

#plan
{
	text-align: left; 
}

#plan a
{
   color: #660000;
}

#plan a:hover 
{
   text-decoration: none;
   background-color: #a2a859;
}
