@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
}
html, body {
	height: 100%;
}

body {
	background: url(../images/bg_top.jpg) repeat-x top #404040;
}

div#header {
	height: 246px;
}

div#wrapper {
	width: 999px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -66px; /* the bottom margin is the negative value of the footer's height */
	position: relative;
}

div#nouvelles {
	float:left;
	display:inline;
	padding: 0;
}
	
div#corps {
	float:left;
	padding: 0;
	margin-top: 5px;
	display:inline;
}

div#droit {
	float:right;
	padding: 0;
	display:inline;
}

div#footer, div#push {
	height: 66px; /* .push must be the same height as .footer */
}


div#footer {
	text-align:center;
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url(../images/bg_bas.jpg) repeat-x bottom;
}

div#footer div#footercontent {
	padding-top: 30px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #b7e2f7;
}


table.fiche {
	width: 470px;
	background-color:#232323;
	padding: 10px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	color:#FFFFFF;
}

table.tableau {
	width: 98%;
	margin-left: 25px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	color:#FFFFFF;
	text-align:center;
}

table.tableau th {
	font-size: 14px;
	line-height: 18px;
	background-color:#232323;
}

table.tableau th.titre {
	background-color:#000000;
}

table.tableau td {
	background-color:#373737;
	border-bottom: 2px solid #404040;
}

table.tableau td.separ {
	background-color:#333333;
	border-bottom: 2px solid #404040;
}


span.jaune {
	color: #e0b001;
}

img.body {
	border: 5px solid #333333;
}

h1 {
	font: 30px "Arial Black", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 18px 10px 15px 25px;
	letter-spacing: -2px;
	font-weight: bold;
	text-transform:uppercase;
}

h2 {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #8b8b8b;
	margin: 15px 10px 5px 25px;
	letter-spacing: 2px;
}

h3 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 15px 10px 0 25px;
	padding: 0 0 5px 5px;
	letter-spacing: 1px;
	text-transform:uppercase;
	font-weight: bold;
	border-bottom: 1px solid #7f7f7f;
}

div#nouvelles h1 {
	font: 24px "Arial Black", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 10px 10px 15px 25px;
	letter-spacing: -1px;
	font-weight: bold;
	text-transform:uppercase;
}

div#nouvelles h2 {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #8b8b8b;
	margin: 15px 10px 5px 25px;
	letter-spacing: 2px;
}

p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #e0e0e0;
	line-height: 21px;
	margin: 5px 25px 15px 25px;
	padding-bottom: 15px;
}

p.bloc {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color:#232323;
	text-align: justify;
	color: #e0e0e0;
	line-height: 21px;
	margin: 0 10px 15px 25px;
	padding: 5px 10px;
}

div#nouvelles p {
	border-bottom: 1px solid #535353;
	text-align: left;
	color: #fff;
	margin: 0 10px 15px 25px;
}

ul {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #e0e0e0;
	line-height: 19px;
	margin: 5px 25px 15px 30px;
	padding-left: 30px;
}

ul li {
	list-style-type:none;
	list-style-image: none;
	padding-left: 20px;
	border-bottom: 0px;
	background:url(../images/dot.gif) left top no-repeat;
}

a {
	text-decoration: underline;
	color: #e9b106;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

div#footer div#footercontent a {
	color: #fff;
	text-decoration: underline;
}

div#footer div#footercontent a:hover {
	color: #000000;
	text-decoration: none;
}

div#nouvelles a {
	color: #fff;
	text-decoration: none;
}

div#nouvelles a:hover {
	color: #e9b106;
	text-decoration: underline;
}