/* ************* Positionnement - début ************** */
#page {
	position: absolute;
	left: 50%;
	margin-left: -380px;
	width: 760px;
	z-index: 1;	
	}

#header_image {
	position: absolute;
	top: 0px;
	right: -204px;
	z-index: 20;
	}
	
#header_slogan {
	position: absolute;
	top: 74px;
	right: -26px;
	z-index: 30;
	}
	
#menu {
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: 100;
	}
	
#contenu {
	position: relative;
	margin-top: 140px;
	margin-left: 330px;
	width: 420px;
	margin-bottom: 200px;
	z-index: 50;
	}

#imgfond {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 40;
	}
	
/* ************* Positionnement - fin ************** */


/* ************* Styles - début ************** */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #dddddd;
	background-color: #000000;
	}
h1 {
	font-size: 22px;
	text-align: center;
	color:#FFFFCC;
	}	
h2 {
	font-size: 16px;
	}
h3 {
	font-size: 14px;
	}
h4 	{
	font-size: 22px;
	text-align: center;
	color:#FF0000;
	}	
li {margin-left: -14px;}

.caption {margin-bottom: 0; font-weight: bold; font-size: 16px; text-align: center;}
table {width: 430px; margin-left: 0px; border-collapse: collapse; font-size: 12px; margin-bottom: 30px;}
table td {width: 215px; border: 1px solid #cccccc; padding: 5px; vertical-align: top;}

.categorie {
	font-size: 17px;
	font-weight: bold;
	}
.scategorie {	
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	}
.titre {
	font-size: 14px;
	font-weight: bold;
	}

#contenu a:link{color: #0093b2; text-decoration: underline;}
#contenu a:visited {color: #0093b2; text-decoration: underline;}
#contenu a:hover {color: #ffffff; text-decoration: none;}
#contenu a:active {color: #ffffff; text-decoration: underline;}

.Style11 {color: #909511; }
.Style19 {color: #FFFFFF}
.Style21 {font-size: 20px}
.Style22 {color: #FF0066; }
.Style23 {font-size: 18px}
.Style24 {color: #FF0066; font-size: 18px; }
.Style25 {color: #000000}

.Style18 {color: #FF0066; }
.Style75 {color: #FF0066; font-weight: bold; }


#header_image2 {
	position: absolute;
	top: 0px;
	z-index: 20;
	}
