body {
	margin:0;
	padding:0;
}

/* -------------------------------------------------------------------------*/
/* définition du bandeau supérieur                                          */
/* -------------------------------------------------------------------------*/

.bandeau {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding:0px;
	height: 50px;
	width: 100%;
	background-color: #00FF99;
	border: thin none #009900;
	background-image: url(images/fondetoile.jpg);
	text-align: right;
	color: #FFFFFF;
	vertical-align: middle;
}

/* -------------------------------------------------------------------------*/
/* définition du menu principal                                             */
/* -------------------------------------------------------------------------*/

.menuhaut {
	position: absolute;
	left: 0px;
	top: 50px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align:center;
	border-top-width: 100%;
	border-right-width: 100%;
	border-bottom-width: 100%;
	border-left-width: 100%;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	height: 20px;
}
.menuhaut ul {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

.menuhaut li {
	display:inline;
	vertical-align: top;
}
.menuhaut li a:link {
	text-decoration:none;
	background-color:#CCCCCC;
	color:#000066;
}

.menuhaut li a:visited {
	text-decoration:none;
	background-color:#CCCCCC;
	color:#000066;
}

.menuhaut li a:hover {
	text-decoration:none;
	background-color:#000066;
	color:#CCFFFF;
}

.choixhaut {
	text-decoration:none;
	background-color:#3366CC;
	color:#33FFFF;
}

/* -------------------------------------------------------------------------*/
/* Définition de la zone d'information                                      */
/* -------------------------------------------------------------------------*/
.contenularge {
	margin: 12px -490px;
	padding: 15px;
	border: medium ridge;
	position: absolute;
	left: 50%;
	top: 85px;
	background-color: #FFFFCC;
	width: 950px;
}

/* -------------------------------------------------------------------------*/
/* Définition du menu gauche de la zone d'informations                      */
/* -------------------------------------------------------------------------*/

.menugauche {
	background-color: #FFCC99;
	width: 20%;
	float: left;
}

/* -------------------------------------------------------------------------*/
/* définition des objets du menu de gauche                                  */
/* -------------------------------------------------------------------------*/

/* Boites de choix */

.lchoixmenu {
	padding: 0px;
	margin:0px;
	width:100%;
	text-align:right;
	background-color:#FFCC99;
}

.lchoixmenu a {
	display:block;
	text-decoration:none;
	background-color:#FFFCC99;
	color:#000066;
}

.lchoixmenu a:hover {
	display:block;
	background-color:#CC9999;
	color:#FFFFFF;
}

/* Boites de titres menus */
.ltitremenu {
	padding: 0px;
	margin:0px;
	width:100%;
	text-align:left;
	background-color:#996699;
	color: #CCCCFF;
}

/* Boites de choix en cours */
.lchoixecmenu {
	padding: 0px;
	margin:0px;
	width:100%;
	text-align:right;
	background-color:#CC9999;
	color: #000066;
	font-style: oblique;
}

/* -------------------------------------------------------------------------*/


/* -------------------------------------------------------------------------*/
/* Définition de la zone de contenu d'informations                          */
/* -------------------------------------------------------------------------*/

.contenu {
	margin: 0px 10px;
	padding: 10px;
	left: 165px;
	width:75%;
	background-color: #FFFFFF;
	border-right-style: dotted;
	border-left-style: dotted;
	float: left;
}

/* -------------------------------------------------------------------------*/

/* -------------------------------------------------------------------------*/
/* Définition des mentions légales                                          */
/* -------------------------------------------------------------------------*/

.mentions {
	display:block;
	padding:0;
	margin:0;
	width:100%;
	background-color:#FFFFFF;
	color:#000000;
	font-style: italic;
	border-top-width: thin;
	border-top-style: solid;
	height: 95%;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
}
/* -------------------------------------------------------------------------*/

/* -------------------------------------------------------------------------*/
/* Définition du pavé gauche d'informations                                 */
/* -------------------------------------------------------------------------*/

.messagegauche {
	top:100%;
	margin: -260px 0px;
	background-color: #FFCC99;
	width: 20%;
	float: left;
}

.msggatitre {
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: blink;
}

.msggamsg {
	background-color: #FFCC99;
	color: #000000;
}


