/* ------------------------------------------------------------	*/
/* definition generales pour les pages pwe.						*/
/* theme general: noir sur fond gris							*/
/* mise a jour: version 1.00.01 du 18 fevrier 2008				*/
/* ------------------------------------------------------------	*/
body {
	background: 		#eee;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	margin: 			0px;
	padding: 			0px;
	border:				none;
	}

a:link	{ color: #337; text-decoration: none; }
a:visited	{ color: #337; text-decoration: none; }
a:hover	{ color: #833; }
a:active { color: #833; }

h1, h2, h3, h4, h5, h6, p { color: #777; } /* tous les textes -> textdark par defaut */
table, th, td { color: #777; } /* tous les textes -> textdark par defaut */

/* ------------------------------------------------------------	*/
/* definition des styles pour debug.							*/
/* ------------------------------------------------------------	*/
#debug {
	position: absolute;
	top: 0;
	margin:			0px;
	border:			0px;
	padding:		0px 12px 0px 12px;
	}

#debug p {
	color:			#800;
	font-size:		12px;
	margin:			0px;
	padding:		0px;
	}

/* ------------------------------------------------------------	*/
/* definition du style pour la boite entete						*/
/* ------------------------------------------------------------	*/
#entete {
	text-align:		right;
	background: 	#111;
	margin:			0px 0px 0px 0px;
	padding:		0px 0px 0px 0px;
	}

#entete h1 {
	font-size:		24px;
	font-weight:	normal; 
	letter-spacing:	1.5px;
	color: 			#eee;
	margin:			0px 12px 0px 200px;
	}

#entete h1 strong {
	font-weight:	900;
	}

#entete h2 {
	font-size:		16px;
	font-weight:	normal;
	letter-spacing:	0px;
	color: 			#eee;
	margin:			0px 12px 0px 200px;
	}

/* ------------------------------------------------------------	*/
/* definition des styles pour la boite navigation				*/
/* ------------------------------------------------------------	*/
#navigation { text-align: right; }

#navigation ul {
	font-size:		13px;
	font-style:		normal;
	font-weight:	450;
	margin:			0px 12px 0px 0px;
	}

#navigation ul li {
	display: inline;
	margin:			0px 0px 0px 12px;
	}

#navigation a span { display: none; }

#navigation a:hover span {
	display:			block;
	position:			absolute;
	top:				120px;
	right:				12px;
	color:				#777;
	background-color:	yellow;
	}

/* ------------------------------------------------------------	*/
/* definition du style pour la boite contenant la page			*/
/* ------------------------------------------------------------	*/
#avertissement {
	width:			900px;
	margin:			12px auto 0px auto;
	color: 			red;
	text-align: 	justify;
	}

#conteneur {
	width:			980px;
	margin:			30px auto 0px auto;
	}

.erreur {
	font-size:		14px;
	font-weight:	bold; 
	color: 			red;
	margin:			12px 12px 0px 12px;
	}

/* ------------------------------------------------------------	*/
/* definition des styles generaux pour la boite contenu			*/
/* ------------------------------------------------------------	*/

/* ------------------------------------------------------------	*/
/* definition des styles pour la boite pied						*/
/* ------------------------------------------------------------	*/
