@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	background-image: url(../images/body.jpg);
	background-repeat: repeat;
}
.oneColElsCtr #container {
	width: 925px;
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
.oneColElsCtr #mainContent {
	padding: 20px;
}

.carre {
	float: left;
	height: 275px;
	width: 275px;
	}

.void {
	width:30px;
	height:275px;
	float:left;"
}

#line {
	width:100%;
	height:275px;
	
	}
	
.carrep {
	text-align:justify;
	padding:20px 20px 20px 20px;
}

a {
	color: #F00;
	text-decoration: none;
	font-size: 9px;
}

a:link {
	color: #F00;
	text-decoration: none;
	font-size: 9px;
}
a:visited {
	color: #F00;
	text-decoration: none;
	font-size: 9px;
}
a:hover{
	text-decoration: none;
	color: #FFF;
}

#main a
{
	color: #CCC;
	text-decoration: none;
	font-size: 12px;
}
#main a:link {
	color: #CCC;
	text-decoration: none;
	font-size: 12px;
}
#main a:visited {
	color: #CCC;
	text-decoration: none;
	font-size: 12px;
}
#main a:hover{
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}


.paddings {	padding: 20px 20px 20px 20px;}

.justification { text-align:justify;}


#line2 a {
	color: #3F5E7B;
	text-decoration: none;
	font-size: 12px;
}
#line2 a:link {
	color: #3F5E7B;
	text-decoration: none;
	font-size: 12px;
}
#line2 a:visited {
	color: #333B48;
	text-decoration: none;
	font-size: 12px;
}
#line2 a:hover{
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}

#ulist ul{

	
	}
#ulist li{
	list-style-type: none;
	text-align: right;
	padding-top: 10px;
	
	}
.bgh2 {
	background-image: url(../images/body.jpg);
	background-repeat: repeat-x;
}
h2 {
	font-size: 12px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h1 {
	font-size: 18px;
	color: #F00;
}
.actualYear {
	text-align:left;
	height: 100px;
	background-position: left;
	background-image: url(../images/Historique-Palmares/actualyear.jpg);
	background-repeat: no-repeat;
	background-color: #111111;
	padding-left: 300px;
}

.preYear {
	text-align:left;
	height: 75px;
	background-image: url(../images/Historique-Palmares/preyear.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #111111;
	padding-left: 300px;
}

.others {
	text-align:left;
	background-position: left;
	background-repeat: no-repeat;
	background-color: #111111;
	height: 50px;
	padding-left: 300px;
}
.heightVoid {height:30px; width:100%;}

#ie6Warning {
	background-color: #111111;
	height: 400px;
	text-align: left;
	border: thin solid #FFF;
	padding: 10px;
}
