* {
	padding:0;
	margin:0;
}

body {
	background-color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000000;
	width : 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#page {
	width: 995px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	padding: 5px;
}

#entete {
	vertical-align: middle; 
	height:270px;
	width: 970px;
	text-align: center;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	background : #FFFFFF;
	border: 1px solid #989898;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#menuh {
	height:30px;
	width: 970px;
	text-align: center;
	vertical-align: middle;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	background : #E7E7E7;
	border: 1px solid #989898;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#infos {
	height:23px;
	width: 970px;
	text-align: center;
	vertical-align: center;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	background : #E7E7E7;
	border: 1px solid #989898;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#corps{
	float:left;
}


#corps {
	width: 970px;
	margin: 0px 5px 5px 5px;
	padding : 5px 5px 5px 5px;
	background : #ffffff;
	border: 1px solid #989898;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#publicite {
	float:right;
	width: 970px;
	margin: 0px 5px 5px 5px;
	padding : 5px 5px 5px 5px;
	text-align: center;
	background : #ffffff;
	border: 1px solid #989898;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#menuh a:link, #menuh a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menuh a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#pied {
	margin: 5px 5px 5px 5px;
	padding : 5px 5px 5px 5px;
	background : #E7E7E7;
	border: 1px solid #989898;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	height:25px;
	width:970px;
	text-align: center;
	vertical-align:middle;
	clear: both;
}

#pied a:link, #pied a:visited {
	font-color: #000000;
	text-decoration: none;
}

#pied a:hover {
	font-color: #000000;
	text-decoration: underline;
}
#pied a {
	color: #000000;
	text-decoration: none;
}
/* Titre rubrique */
h1 {
	font-size: 1.1em;
	line-height:1.6em;
	padding-left:0.5em;
	margin: 0.5em 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #OOOOOO;
}

/* Affichage rubrique */
div.block h4 { 
	text-transform: uppercase;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 12;
}
div.block {
	width: 970px;
}

div.block ul { list-style: none; }
div.block ul.tree li { padding-left:1.2em; }
div.block a:hover { text-decoration: underline; }
div.block .block_content {
	background: #f1f2f4;
}
div.block li {
	list-style-position: outside;
}
div.block a {
	color: #595a5e;
	text-decoration: none;
}



/* Button */
input.button_large, a.button_large, span.button_large {
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	color:black!important;
	font-weight: bold;
	font-size: 10px!important;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	display: block;
	line-height: 18px;
	height: 18px;
		padding-bottom:2px;
}

input.button_large {
	width: 180px;
	background-image: url('../images/button-large.gif');
}
