body {
	margin:0;
	padding:0;
	background: #2f2f2f url(../images/header.jpg) no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
}
a img {
	border:0px;
}

#fond_header {
	height: 199px;
	width:100%;
}

#header {
	width:996px;
	margin: 0 auto;
	position: relative;
}
#logo {
	float:left;
	padding:30px 0px 0px 20px;
	height: 70px;
	width:240px;
}
#global {
	width: 996px;
	margin: 0 auto;
	background: #eff0f2 url(../images/fond-global.gif) repeat-y top;
}

.separator {
	clear:both;
	float:none;
	width:100%;
	border:none;
	height:0px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}	

#navigation {
	position: relative;
	width: 680px;	
	height: 57px;	
	top : 42px;	
	left :0px;	
	background: url(../images/haut-gauche.png) no-repeat bottom left;
}

#navigation img{
	margin: 0px;
}

#navigation ul {
	padding:0px;
	margin:0px 0px 0px 8px;
}

#navigation li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation a {
	background: url(../images/onglet-gauche.png) no-repeat 0% 0%;
	color: #6e6e6e;
	cursor: pointer;
	float: left;
	padding: 0px 0px 0px 7px;
	text-decoration: none;
}

#navigation span {
	background: url(../images/onglet-droit.png) no-repeat 100% 0%;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 6px 18px 6px 0px;
	text-align: center;
	text-decoration: none;	
}
#navigation a:hover, #navigation .selected a {
	background-position: 0% -28px;
}
#navigation a:hover span, #navigation .selected a span {
	background-position: 100% -28px;
	color:#8fb760;
}



#global #principal {
	float: left;
	width: 650px;
	padding:0px 15px;
}

#global #secondaire {
	float: left;
	width: 301px;
	border-left:1px solid #FFFFFF;
	background: url(../images/haut-droit.png) no-repeat top left;
	min-height:100px;
	padding:30px 7px;
	
}
#fond_pied {
	width:100%;
	background:#000000 url(../images/footer.jpg) no-repeat top center;
	min-height:300px;

}
#pied {
	clear:both;
	width: 996px;
	margin: 0 auto;
	background: url(../images/footer_inter.png) no-repeat top center;
}
#principal_pied {
	float: left;
	width: 650px;
	height:80px;
	padding:0px 15px;
}

#secondaire_pied {
	float: left;
	width: 302px;
	padding:15px 7px;
}
#pied_pied{
	float: left;
	width: 100%;
	color:#fff;
	font-size:12px;
}
#pied_pied ul {
	padding:0px;
	margin:0px 0px 0px 10px;
}
#pied_pied li{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px 40px 0px 0px;
}

#syndication{
	float:right;
	width:230px;
	height: 68px;
}
#syndication li{
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0px 7px 0px 0px;
	padding: 0px 0px 0px 0px;

}
#syndication li span{
	display: block;
	width: 68px;
	height: 68px;
	cursor: pointer;
}
#syndication #rss{
 	background: url(../images/rss.png) no-repeat top;
}
#syndication #rss:hover{
 	background-position: 0px -68px;
}
#syndication #twitter{
 	background: url(../images/twitter.png) no-repeat top;
}
#syndication #twitter:hover{
 	background-position: 0px -68px;
}
#syndication #facebook{
 	background: url(../images/facebook.png) no-repeat top;
}
#syndication #facebook:hover{
 	background-position: 0px -68px;
}
#motogp{
 	background: url(../images/motogp.png);
}
#motogp:hover{
 	background: url(../images/motogp_on.png);
}

.titre_page
{
	font-size: 1.2em;
	float: left;
}

.lien_ecurie
{
	font-size: 1em;
}

.lien_ecurie a
{
	color:#666;
}

.lien_ecurie_pilote
{
	font-size: 0.8em;
}

.lien_ecurie_pilote a
{
	color:#666;
}

.bouton
{
	background: #E2E9F1 url(../images/fond_bouton.gif) repeat-x 2px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.bouton:hover
{
	background: white;
}

.erreur {
display: block;
text-align: left;
margin: 15px 0px;
padding: 5px 10px;
background: #FFE8E8;
color: #260000;
font-weight: normal;
border: 1px solid red;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}

.validation {
display: block;
text-align: left;
margin: 15px 0px;
padding: 5px 10px;
background: #ccff99;
color: #333;
font-weight: normal;
border: 1px solid green;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}

.pagination {
display: block;
float: left;
min-width: 15px;
border: 1px solid #CCC;
padding: 5px 3px;
text-decoration: none;
margin-left: 3px;
color: #636363;
background: url(../images/fond-pagination.png) repeat-x;
text-align: center;
font-size: 0.8em;
}

#Badges {
position:absolute;
top:580px;
background-color:#eee;
width:68px;
margin-top:10px;
}

#Badges.fixed {
position:fixed;
top:0;
}
