body,
html{
	margin:0;
	padding:0;
	background-color: #000000;
}
body {
	min-width:750px;
	font-size: 12px;
	width: 100%;
}
/* position:absolute for all browsers - the whole page scrolls */
div#headerwrap {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:50px;
}
/* position:fixed for modern browsers - header and footer do not scroll */
body>div#headerwrap {
	position:fixed;
	height: 100px;
	border-bottom-style: solid;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #000000;
	border-bottom-width: 2px;
	border-bottom-color: #666666;
}
div#header {
	height:100px;
	width:650px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/font/header.png);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
/* set a left margin to compensate for IE/Win always making room for a scrollbar */
div#middlewrap {
	margin-left:16px;
	/* set left margin and bottom padding for others */
	voice-family: "\"}\"";
	voice-family:inherit;
	margin-left:16px;
	padding-bottom:200px;
	padding-right: 0;
	padding-left: 0;
	padding-top: 100px;
	background-attachment: fixed;
	background-image: url(images/font/font.png);
	background-repeat: no-repeat;
	background-position: left center;
}
/* set left margin for modern browsers */
body>div#middlewrap {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	display: block;
}
div#middle {
	width:750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	padding: 0px;
}
div#sidebar {
	width:160px;
	float:left;
	text-align: right;
	display: block;
	height: auto;
	margin-top: 130px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
}
div#content {
	margin-left:100px;
	color: #CCCCCC;
	width: 650px;
	display: block;
	height: auto;
	margin-top: 130px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 70px;
	background-image: url(images/font/gris.png);
	background-repeat: repeat;
}
/* no positioning for IE5/Win - the whole page scrolls */
div#footerwrap {
	width:100%;
	p\osition:absolute;
	bottom:0;
	left:0;
	height:50px;
}
body>div#footerwrap {
	position:fixed;
	background-color: #000000;
	border-top-style: solid;
	width: 100%;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-bottom-style: none;
}
div#footer {
	height:auto;
	width:850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
}

/* Styling rules to make this demo page look nice. */
body,
html{
	font-family:"Trebuchet MS", Georgia, Verdana, serif;
	background-image: url(images/font/font.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 0px center;
	
}
div#header,
div#footer {
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#middle,
div#sidebar {
}
h1,
h2 {
	padding:0;
	margin:0;
}
div#sidebar h2 {
	padding-left:5px;
}
div#footer h2 {
	text-align:center;
	padding:0;
	margin:0;
}
div #footer p {
	margin:0;
	padding:0;
	text-align:center;
	font-size: 12px;
}
div#footer a:link {
	color:#3366CC;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
div#footer a:hover {
	color:#3366CC;
	text-decoration: underline;
}
div#footer a:active {
	color:#3366CC;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#footer a:visited {
    color:#3366CC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size:20px;
	text-align:left;
	padding-top:0px;
	color: #990000;
	padding-bottom: 20px;
	font-weight: normal;
	font-family: "Arial Black";

	
}
h2 {
	font-size:16px;
	padding-top:0em;
	color: #990000;
	padding-bottom: 0px;
	margin: 0;
	font-weight: bold;
	padding-right: 0em;
	padding-left: 0px;
	
}
h3 {
	font-size:14px;
	padding-top:0em;
	color: #990000;
	padding-bottom: 5px;
	margin: 0;
	font-weight: normal;
	padding-right: 0px;
	padding-left: 0px;
}	
	h4 {
	color: #CCCCCC;
	font-size: 0.85em;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-align: left;

}

#middlewrap #middle #content a {
	text-decoration: none;
	color: #FFFFFF;
}
#middlewrap #middle #content a:hover{
	text-decoration: none;
	color: #990000;
}

p {
	font-size:14px;
	color: #CCCCCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: justify;
}
pre {
	font-size:0.9em;
	line-height:1.4em;
}
ul {
	font-size:12px;
	list-style-position: inside;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.adwrap,
.adwrap iframe {
	width:300px;
	height:250px;
}
.adwrap {
	float:left;
	height: auto;
	width: auto;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding: 0px;
	background-color: #000000;
}
#headerwrap #header ul {
	display: inline;
	margin-top: 80px;
	border-bottom-style: none;
	width: 600px;
	float: right;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#headerwrap #header li {
	display: inline;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-right: 0px;
	margin-left: 0px;
	color: #666666;
	padding-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#headerwrap #header li a {
	display: inline;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#headerwrap #header li a:hover {
	display: inline;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.bloc_centre {
	display: block;
	float: none;
	width: auto;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.bloc_d {
	display: block;
	float: right;
	width: 310px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: none;
}


.bloc_g {
	display: block;
	float: left;
	width: 310px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;

}
.clear {
	width: 100%;
	height: 10px;
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;

}
#content img {
	vertical-align: middle;
}
strong {
	font-weight: bold;
	color: #FFFFFF;
}
.img_titre {
	display: block;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin: 0px;
}
.img {
	display: block;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#middlewrap #middle #content .list {
	float: left;
	height: 200px;
	width: 550px;
	overflow: auto;
	color: #999999;
	clear: both;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 20px;
}
#footerwrap #footer #labfooter img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.img_centre {
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.img_haut {
	float: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

