html{
	background:url(../img/html_rose.jpg)repeat scroll center top;	

}

body{
	background:url(../img/repeatBody_rose.jpg) repeat-x scroll center 250px;		
}

#page{
	background:url(../img/repeatPage_rose.jpg) repeat-y scroll center -1px;	

}

#pageContent{
	background:url(../img/topPage_rose.jpg)no-repeat scroll center top;	
}

#menu #c a,
#menu #c a:hover,
#menu #c a:visited{
	background:#000;
	color:#FFF;
}

#center h1{
	text-transform:uppercase;
	font-weight:bold;
	font-size:20px;
	color:#FFF;
	padding:4px 0 15px 10px;
	margin:20px 0 0 0;
	background:transparent url(../img/bg_titre.png) no-repeat top left;
}

#filtres{
	margin:6px 0;
	background:transparent url(../img/filtres.jpg) no-repeat center bottom;
}


/* filtres gauche */

#categories .filters-title{
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase;
}

#categories .filters{
	font-size:16px;
	padding:15px 5px;
}

#categories .filters a,
#categories .filters a:hover,
#categories .filters a:visited{
	color:#b8b8b8;
	padding:0 5px 0 11px;
	margin:0 5px 0 0px;
	text-decoration:none;
	background: url(../img/off.jpg) no-repeat left center;
}

#categories .filters a.on,
#categories .filters a.on:hover,
#categories .filters a.on:visited{
	color:#000;
	background: url(../img/on.jpg) no-repeat left center;
}

/* filtres droite */


#ordre .filters-title{
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase;
}

#ordre .filters{
	font-size:16px;
	padding:15px 5px;
}

#ordre .filters a,
#ordre .filters a:hover,
#ordre .filters a:visited{
	padding:15px 2px 0 0;
	color:#b8b8b8;
	text-decoration:none;
}


#ordre .filters a.on,
#ordre .filters a.on:hover,
#ordre .filters a.on:visited{
	color:#000;
}

#infos-vote{
	padding:0 0 15px;
	margin:0 0 5px;
	border:dotted #ac5894;
	border-width:0 0 1px 0;
	color:#FFF;
	font-size:14px;
}

/* FICHE RIDER */



.fiche{
	background:url(../img/bg_news.png) no-repeat left 16px;
	border:solid #000;
	border-width:0 0 2px 0;
	margin:10px 0 20px;
	padding:15px 0 5px;
}

.fiche .topL{
	margin:0 0 0 40px;
}

.fiche .topL .rider-nom a,
.fiche .topL .rider-nom a:hover,
.fiche .topL .rider-nom a:visited{
	font-size:20px;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}


.fiche .topL .rider-cat{
	font-size:14px;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	margin:6px 0 5px 0;
}


.fiche .topL .rider-cat span{
	background:#FFF;
	padding:2px;
	color:#000;
}


.fiche .topR{
	margin:0 8px 0 0;
}
.fiche .topR .rider-points{
	font-size:25px;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	text-align:right;
}

.fiche .topR .rider-points span{
	font-size:16px;
	color:#000;
	text-transform:lowercase;

}

.fiche .rider-tps{
	margin:15px 7px 0 0;
	font-size:12px;
	color:#000;
	text-transform:uppercase;
	display:none;
}

.fiche .video,
.fiche .embed{
	width:100%;
	height:425px;
}

.fiche .eb{
	width:98%;
	margin:10px 0;
}
.fiche .videoObject{
	width:98%;
	margin:10px 0;
	border:solid #FFF 6px;	
}
.fiche img{
	width:98%;
	margin:10px 0;
	border:solid #FFF 6px;
	cursor:pointer;
}

.fiche .bigPlay{
	width:120px;
	border:0;
	position:relative;
	top:-70px;
	left:10px;
}

.fiche .rider-qualif{
	margin:0 0 5px 0px;
	font-size:14px;
	color:#000;
	text-transform:uppercase;
}

.fiche .rider-infos div{
	width:28%;
	margin:0 18px 0 0px;
	color:#FFF;
	font-size:15px;
	text-transform:uppercase;
}

.fiche .rider-infos div span{
	color:#000;
	font-size:15px;
	text-transform:uppercase;
}
.fiche .rider-infos div span:first-letter{

	text-transform:uppercase;
}

.fiche .rider-infos .voter{
	font-size:16px;
	margin:0;
	padding:9px 23px 22px 44px;
	text-transform:uppercase;
	width:76px;
	background:url(../img/voter.png) no-repeat bottom right;
	cursor:pointer;
	display:none;
}


.fiche .riderBottom{
	margin:5px 10px;
	color:#000;
	font-size:14px;
	text-transform:uppercase;
	text-align:right;
}
.vote:link,
.vote:hover,
.vote:visited{
	color:#FFF;
	text-decoration:none;
}

.fiche .riderBottom a,
.fiche .riderBottom a:hover,
.fiche .riderBottom a:visited{
	text-decoration:none;
}

.fiche .riderBottom .go2coms{
	padding:0 0 0 20px;
	background:url(../img/com.jpg) no-repeat center left;
}

.fiche .riderBottom .share{
	padding:5px 25px 5px 0px;
	background:url(../img/fb.jpg) no-repeat center right;
}


/* FORMULLAIRE DE COMMENTAIRES  */



#center form{
	padding:0 10px;
	color:#FFF;
}

#center form h2{
	text-transform:uppercase;
	font-weight:bold;
	font-size:20px;
	color:#FFF;
	padding:4px 0 15px 10px;
	margin:30px 0 0 0;
	background:transparent url(../img/bg_titre.png) no-repeat top left;
}

#center form p{
	margin:5px 0;
	width:100%;
}

#center label{
	text-transform:uppercase;
}

#center input[type=text]{
	display:block;
	margin:3px 0;
	width:220px;
}

#center form textarea{
	width:590px;
}


#center input[type=submit]{
	width:100px;
	border:0;
	background:#000;
	color:#FFF;
	text-transform:uppercase;
	padding:5px;
}


/* Commentaires */

#commentaires  h2{
	text-transform:uppercase;
	font-weight:bold;
	font-size:20px;
	color:#FFF;
	padding:4px 0 15px 10px;
	margin:30px 0 0 0;
	background:transparent url(../img/bg_titre.png) no-repeat top left;
}

.aCom{
	background:url(../img/bg_news.png) no-repeat left 10px;
	border:dotted #ab5893;
	border-width:0 0 1px 0;
	margin:0px  0 20px 0;
	padding:10px 0;
	
}

.aCom .comNom{
	padding:0 0 0 35px;
	font-size:20px;
	text-transform:uppercase;
	color:#FFF;
}

.aCom .comDate{
	padding:0 0 0 35px;
	font-size:12px;
	color:#000;
}

.aCom .com{
	font-size:11px;
	color:#FFF;
	margin:5px 0;
	text-transform:uppercase;
}









