/* CSS Document */

html, body {
	height: 100%;
	margin:0;
	padding:0;
	background-color:  #000000;
	color: #ffffff;
	font: "Tahoma", sans-serif;
	}

body,td,th {
	color: #ffffff;
	font-family: Tahoma;
	font-size: 16px;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	background-color:#cccccc;
}

a:active {
	text-decoration: none;
}

.h1 {font-size: 16px; font-weight: bold; color: #CCCCCC;
}

.h2 {font-size: 16px; font-weight: bold;
}

.accueil {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}

.titrage {
	font-size: 12px;
	color: #999999;
}

.bottom {
	font-size: 14px;
	color: #FFFFFF;
	border-top: 1px solid #ff0000;
}

#site {
	min-height: 100%;
	margin-bottom: 10px;
	position: relative;
}

<!--[if lt IE 7]>
<style>
#theSite {
height: 100%;
}
</style>
<![endif]-->

.clearfooter {
	height: 20px;
	clear: both;
}

div#footer {
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	width: 100%;
	margin: auto;
	position: relative;
	bottom: 0;
	border-top: 1px solid #ff0000;
	}

div#scroller {
	height: 610;
	max-width: 935px;
	margin:auto;
	overflow-x: scroll;
	white-space: nowrap;
	border: 3px solid #000000;
	border-style: inset;
}

div#scroller_vertical {
	max-height: 610px;
	width: 935px;
	margin:auto;
	overflow: auto;
	border: 3px solid #000000;
	border-style: inset;
}

div#accueil {
	width: 935px;
	margin:auto;
	border: 3px solid #000000;
	border-style: inset;
}

ul#menu_horizontal li {
	display: inline;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	color: #ffffff;
	font: small-caps 20px "Goudy old style",serif;
	font-weight: bold;
	text-decoration: none;
	padding : 0 0.5em;
	margin-left: 5px;
}

ul#menu_horizontal li a:hover {
	color: #FF0000;
	background-color:#cccccc;
}

.image {
	float: left;
	margin-right: 10px;
	margin-top: 15px;
	border: 1px solid #FF0000;
}

.reportages_style1 {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}

.reportages_style2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFffff;
}

.reportages_style2 a:hover {
	color: #FF0000;
	background-color:#cccccc;
}

.reportages_style3 {
	font-size: 12px;
	color: #666666;
}