BODY {
	font-size: 10pt;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #FFFE87; /* DDDE28 pour le petit texte FFDE28*/
	background-color: #6666FF;
		margin: 0;
	padding: 0;
}

h1 {
	color: #FFDE28;
	font-size: 15pt;
   font-family: verdana, arial, helvetica, sans-serif
}

h2 {
	color: #FFDE28;
	font-size: 15px;
	text-align: right;
	text-transform: uppercase;
}

img {
	padding: 5px 5px 5px 5px;
	border: 0;
}

a:link {
	color: #FFDE28;
	text-decoration: none;
	font-weight: bold;
	border: 0;
}	
a:visited {
	color: #FFDE28;
	text-decoration: none;
	font-weight: bold;
	border: 0;
}	
a:hover {
	color: #000000;
	text-decoration: none;
	background: #FFDE28;
	border: 0;
}

/* div principale */

div.main {
	margin: 0 auto;
	padding: 0 16px;
	background: url(images/bg_dark.gif) repeat-y;
	width: 750px;
	background-color: #6666FF;
	border: solid;
	border-width: 1px;
	border-left-color: #6666FF;
	border-top-color: #6666FF;
	border-right-color: #6666FF;
	border-bottom-color: #6666FF;
}

h2.main {
	background-color: #6666FF;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-left-color: #6666FF;
	border-top-color: #6666FF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 5px;
	padding-right: 5px;
}

/* div de gauche */

div.contenu {
	margin-left:20px;
	margin-right:200px;
}

/* div de droite */ 

div.droite {
	float:right;
}

div.etabs {
	width:150px;
	text-align: right;
	padding-bottom: 6px;
	padding-right: 6px;
}

a.etabs:link {
	color: #FFDE28;
	text-decoration: none;
}	
a.etabs:visited {
	color: #FFDE28;
	text-decoration: none;
}	
a.etabs:hover {
	color: #000000;
	text-decoration: none;
	background: #FFDE28;
}
h2.etabs {
	font-size: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: solid;
	border-bottom: solid;
	border-color: #FFDE28;
	border-width: 3px;
}

img.etabs {
	padding: 0px 10px 0px 0px;
	border: 0;
}