/* propriétés de la page- centrée largeur 980 */
body
{
	width: 980px;
	margin: auto;
}
/* propriétés des titres de haut de page */
h1
{
	font-size: 1.5em;
	font-family: "Comic Sans MS", "Arial Black", Arial, Verdana, serif;
	text-align: center;
}
/* propriétés de test */
.flottant_droite
{
	float: right;
}
/* propriétés de test */
.flottant_gauche
{
	float: left;
}
/* propriétés de test */
.flottant_fin
{
	clear: both;
}
/* propriétés du bandeau de gauche */
#menugauche
{
	float: left;
	width: 140px;
	margin-top: 2px;
	background-color: #000000;
}
/* propriétés du bandeau de droite */
#menudroite
{
	float: right;
	width: 140px;
	margin-top: 2px;
	background-color: #DDDDDD;
}
/* propriétés du haut de page */
#header
{

}
/* propriétés du texte principal sans bandeau de droite */
#corps
{
	margin-top: 15px;
	margin-left: 145px;
}
/* propriétés du texte principal avec bandeau de droite */
#corpsmain
{
	margin-top: 15px;
	margin-left: 160px;
	margin-right: 160px;
}