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

/********
Date : 11/2011
Auteur : f-50
Version 1.0

Project : f-50prod Site V3

***/

html, body, div {
    margin : 0px;
    padding : 0px;
}

body{
    background : #eee1ca url(../img/bg_header.png)center top repeat-x;
    font-family : Verdana, Arial, sans-serif;
    color : #fff;
    font-size : 12px;
}

@font-face {
	font-family:"Sony Sketch EF";
	src:url("font/Sony_Sketch_EF.eot?") format("eot"),url("font/Sony_Sketch_EF.woff") format("woff"),url("font/Sony_Sketch_EF.ttf") format("truetype"),url("font/Sony_Sketch_EF.svg#SonySketchEF") format("svg");
	font-weight:normal;
	font-style:normal;
}



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

a:hover {
	color : #eee1ca;
}

#wrapper {
    width : 940px;
    margin : 0 auto 0 auto;
}


/*** Header **/


#header {
	padding:16px 0 16px 0px;
	margin:0 0 0 63px;
	background :  url(../img/trace_pneu.png)center no-repeat ;
	width: 820px;
	height: 100px;
}

#header h1 {
    margin : -8px 0 0 0;
    padding : 0px;      
}


/*** Navigation **/


#nav {
	background:url(../img/bg_nav.jpg) repeat-x;	
	height:42px;
	margin:49px 0 30px 0;	
	padding:4px 0 0 0;
	text-align:center;
}

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

#nav li a {
	height:42px;
	font-size:30px;
	font-family:"Sony Sketch EF";
}


/*** Couroufredsel **/



#carousel {
	background-color:#343434;
	box-shadow: 1px 1px 12px #555;
	border: 5px #000 ridge;
	width:820px;
	height:180px;
	margin:0 55px 0 55px;
	padding:0px;
}

.caroufredsel {
	margin-left:0px;
}

.caroufredsel a {
	display:block;
	float: left;
	width:250px;
	height:141px;
	margin:20px 5px 20px 5px;
	margin-right:10px;

}


/*** Contenu **/


#content {
	background-color:#343434; repeat-y;
	border: 2px #000 ridge;
	box-shadow: 1px 1px 12px #555;
	margin-top:40px;
	margin-bottom:40px;
	margin-left:-30px;
	display:block;
	width:940px;
	padding:30px 30px 76px 30px;

}

#content h2 {
	margin-top:-55px;
	margin-left:50px;
	font-size:24px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	color:#eee1ca;
	float:left;
	position:absolute;
}

#content h2 ul li {
	list-style:none;
	display:inline;	
}

.video {
	margin-left:0px;
}

.skins {
	margin-left:165px;
}
	
.wallpapers {
	margin-left:135px;
}

.avatars {
	margin-left:125px;
}

.maniaplanet {
	margin-left:-30px;
}
	
.nation {
	margin-left:122px;
}

.united {
	margin-left:152px;
}

.tmu {
	margin-left:245px;
}

.tmu_team {
	margin-left:160px;
}


.autre {
	margin-left:160px;
}

.stad {
	margin-left:235px;
}

.stad_team {
	margin-left:150px;
}

#content h1 {
	margin-top:26px;
	font-family:Sony Sketch EF;
	font-size:30px;
	color:#d60000;
	text-align:center;
	margin-bottom:80px;
}

#vignette.nation {
	margin-left:300px;
}

#vignette {
	display:inline;
	margin-left:56px;
	width:140px;
	height:140px;
}
#vignette img {
	z-index:1;
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}

#vignette a {
	margin-right:86px;
}




/*** Footer **/


#footer {
	background:url(../img/bg_footer.jpg) bottom repeat-x;
	height:80px;
}

#footer h2 {
	margin:0px;
	padding:33px 0 33px 0;
}