body
{
	background-color: #180d51;
	background-image: url(backgroundh.gif);
	background-repeat: repeat-y;
	font-family: "Arial", Arial, Verdana, serif;
	color: #FFFFB6;
}

a
{
	color: #ADD8E6;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


#top
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(backgroundv.gif);
	background-repeat: repeat-x;
	width:100%;
}

#menu
{
	position: absolute;
	top: 150px;
	left : 0px;
}

#menu ul
{
   padding: 0px;
   padding-left: 15px;
   margin: 0px;
   margin-bottom: 5px;
}

#menu a
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
}

#menu a:hover
{
	color: Yellow;
}

#corps
{

	margin-left: 200px;
	margin-top: 120px;
}

p
{

}

TABLE
{
	width: 80%;
}

.tableau_consulter
{
	width: 650px;
}

.colonne1
{
	width: 200px;
	color: Aqua;
}

.colonne2
{
	width: 450px;
	color: Fuchsia;
}

.tete_tableau
{
	background-color: Gray;
}

.titre_acceuil
{
	font-style: italic;
	font-weight: bold;
	font-size: xx-large;
	text-align: center;
	
}
.sous_titre_acceuil
{
	font-style: italic;
	font-weight: bold;
	font-size: x-large;
	text-align: center;
}
.texte
{
	width: 80%;
	font-style: normal;
	font-weight: normal;
	font-size: medium;
}
.legende_image
{
	font-style: normal;
	font-weight: normal;
	font-size: smaller;
}
.texte_rouge
{
	font-style: normal;
	font-weight: normal;
	font-size: medium;
	color: Red;
}
.texte_italique
{
	font-style: normal;
	font-weight: normal;
	font-size: medium;
	font-style: italic;
}
.tete_tableau
{
	font-style: normal;
	font-weight: bold;
	font-size: medium;
}
.petits_italiques
{
	font-style: normal;
	font-weight: normal;
	font-size: x-small;
	font-style: italic;
	text-align: center;
}

img
{
	border: 0px;
}
