﻿body {
	margin: 0;
	padding: 0;
	background-color:#FFFF66;
	height:100%;
	/* Pour le texte du site */
	color:black;
	font-family:Verdana;
	font-size:14px;
	
}

#header {
	height: 100px;
	background-color: Transparent;
	text-align:center;
}

#news {
	height: 25px;
	background-color:#F0F0F0;
	border-width:1px;
	border-style:solid ;
	border-color:#ff0033; 
}

#news p
{
	text-align:center;
	font-weight:bold;
	font-size:13px;
	color:black;
	line-height:25px;
}

#conteneur {
	position: relative;
	width: 90%;
	margin: 0 auto; 
	background-color:#FFFF66;
}

#centre 
{
	padding-left:20px;
	padding-right:20px;
	background-color:#F0F0F0;
	margin-left: 202px;
	margin-right: 130px;
	overflow:auto;
}

#centre p
{
	font-size:14px;
}


#gauche {
	position: absolute;
	text-align:center;
	background-color:#F0F0F0;
	left:0;
	width: 200px;
	border-left-width:1px;
	border-left-style:solid ;
	border-left-color:#ff0033; 
	border-right-width:1px;
	border-right-style:solid ;
	border-right-color:#ff0033; 
}

#droite 
{
		
	position: absolute;
	right:0;
	background-color:#F0F0F0;
	width: 130px;
	border-left-width:1px;
	border-left-style:solid ;
	border-left-color:#ff0033; 
	border-right-width:1px;
	border-right-style:solid ;
	border-right-color:#ff0033; 
		
}

#droite p
{
	text-align:center;
	margin-top:13px;
	font-size:13px;
}


#pied 
{
	border-width:1px;
	border-style:solid ;
	border-color:#ff0033; 
	height: 32px;
	background-color: #F0F0F0;
}


#pied p
{
	text-align:left;
	color:Red;
	font-weight:bold;
	font-family:Verdana;
	font-size:11px;
	margin-left:5px;
	margin-top:5px;
	line-height:4px;	
}

.HyperlinkRed
{ color:Red;
}

#powered
{
	text-align:right;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:Red
}



p {margin: 0 0 10px 0;}



h1
{
	text-decoration:underline;
	font-size:17px;
	font-weight:bold;
	text-align:center;
}


h2
{
	text-decoration:underline;
	font-size:15px;
	font-weight:normal;
	text-align:left;
}

.sponsors 
{
	text-decoration: none;
	color:Black;
	width:110px;
}

.sponsors:hover {
	
	font-weight:bold;
	font-size:14px;
}

.logoBMVRC
{
	width:180px;
}

.logoSponsors
{
	width:110px;
}

.cssValidator
{
	border:0;
	width:88px;
	height:31px;
}