body
{
	width: 800px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px; 
	background-color: #A4D2F2;
}

#principal
{
	
}

/* L'en-tête */

#banniere
{
	width: 800px;
	height: 146px;
	background-image: url("../images/banniere.jpg");
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

/* Le pied de page pour les copyrights */

#pied_de_page
{
	margin-left: 150px;
	padding: 5px;
	text-align: center;
	color: black;
	background-image: none;
	font-family: Tahoma, serif;
	font-size: 10px;
}

#pied_de_page a
{
	text-decoration: underline;
	color: black;
}

/* Menu sous la banniere*/
#menuhaut
{
	height: 20px;
/*	background-image: url("../images/fondcellule.gif");
	background-repeat: repeat-x;*/
	font-family: Tahoma, serif;
	font-size: 13px;
	font-weight: bold;
	color: #708090;
	text-align: center;
}


/* Menu à gauche  */
#menugauche
{
	float: left;
	width: 150px;
	margin-top : 5px;
	font-family: Tahoma, serif;
	font-size: 14px;
	text-align: center;
	border: none;
}

#menugauche h4
{
	font-family: Tahoma, serif;
	font-size: 10px;
	text-align: center;
}

/* Quelques effets sur les menus */

#menuhaut a
{
	color: #000080;
	text-decoration: none;
}

#menuhaut a:hover
{
	background-color: #000080;
	color: white;
	text-decoration: underline;
}

#menugauche a
{
	text-decoration: underline;
	color: #50287C;
}

/* Le corps de la page */

#contenu
{

}

.imageindex
{
	margin-left: 30px;
}

.right
{
	float: right;
	margin-left: 10px;
}

.left
{
	float: left;
	margin-right: 10px;
}

.center
{
	text-align: center;
}


.corps1
{
	margin-left: 180px;
	margin-bottom: 0px;
	padding: 5px;
	font-family: Tahoma, serif;
	font-size: 13px;
   	color: #50287C;
	font-weight: bold;
	border-bottom: 1px solid #708090;
	text-align: justify;
}

.corps1 h2
{
	font-family: Tahoma, serif;
	font-size: 18px;
	text-align: center;
}

.corps1 h3
{
	font-family: Tahoma, serif;
	font-size: 18px;
	text-align: left;
}

.corps1 a:link
{
	color: #000080;
}

.corps1 a:visited
{
	color: #778899;
}

.corps1 a:hover
{
	color: red;
}

.corps2
{
	margin-left: 180px;
	margin-bottom: 0px;
	padding: 5px;
	font-family: Tahoma, serif;
	font-size: 13px;
   	color: #778899;
	font-weight: bold;
	border-bottom: 1px solid #708090;
	text-align: center;
}

.corps2 h2
{
	font-family: Tahoma, serif;
	font-size: 18px;
	text-align: center;
}

.promo
{
	font-size: 18px;
	text-align: center;
	color: red;
}

.italic
{
	font-style: italic;
}

.puce
{
	list-style-image: url(../images/puce.gif);
	text-align: left;
	font-family: Tahoma, serif;
	font-size: 13px;
   	color: #50287C;
	font-weight: bold;
	border: none;
}

.bordure
{
	border: 2px solid white;
}

.red
{
	color: red;
}

.blue
{
	color: #00FFFF;
}

.gris
{
	color: #999999;
}

a img
{
	border: none;
}

table
{
	border-collapse: collapse;
	text-align: center;
}

td, th
{
	border: 1px solid blue;
}

th
{
	color: blue;
}
