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

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

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: #C75E10;   
}

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

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

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

#ligne2_header									/* 2e ligne du block de haut de page */
{
	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: 50px;
}

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

a img 											/* Toutes les images faisant l’objet d’un lien */
{
   border: none; 								/* Pas de bordure */
}

												/* caractéristiques des 2 boutons "entrez" et "english version" */
#boutons_index
{												/* caractéristiques communes aux 2 boutons */
	position: absolute;
	width: 100px;
	height: 80px;
	border: none;
	margin-top: 25px;
	margin-bottom: 100px;
	font-family: Times New Roman, Times, serif;
	color: #eba60d;
	text-align: right; 							/* à l'intérieur du block le texte est aligné à droite */
	right: 50%;									/* le block est callé à 50% du bord droit de l'écran */
}

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

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

.english
{
	font-size: 12px;
	font-style: italic;
}
												/* caractéristiques du block de bas de page */
#footer
{
	width: 100%;
	height: 300px;
	position: absolute;
	top: 620px;
	text-align: center;
}

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

												/* css du plan du site*/
#titre_plan_du_site
{
	color: #eba60d;
	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: #eba60d;
	position: absolute;
	height: 250px;
	border: none;
	top: 200px;
	width: 40%;
	left: 30%;
	text-align: center;
}

#plan
{
	text-align: left; 
}

#plan a
{
   color: #eba60d;
}

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