/* CSS Document */
@import "menu.css";

body {
	margin:0;
	background-color:#777;
	text-align:center;
}

* {
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
}

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

img { border:0; }


/* --------------------------------------- */	
#conteneur {
	width:980px;
	height:auto;
	margin:5px auto;
	text-align:left;
	/*background-color:#fff;*/
}

#top {
	width:100%;
	background-color:#fff;
	height:63px;
	margin-bottom:10px;
	text-align:right;
}

#main {
	width:100%;
	height:auto;
	background:#fff url(/v2/images/structure/images_fond2.jpg) no-repeat bottom right;
}
#centre {
	float:left;
	width:76%;
	padding:0 2%;
	/*background-color:#fff;*/
	height:auto;
}
#baseline {
	width:100%;
	text-align:center;
	color:#fff;
}
#baseline a{
	color:#fff;
}

/* --------------------------------------- */
.gros_titre {
	font-weight:bold;
	font-size:16px;
	color:#4C4D93;
	border-left:6px solid #4C4D93;
	padding-left:10px;
	margin:10px 0;
	display:block;
}
/* ------  Partenaire */
.partenaire {
	float:left;
	margin:10px 18px;
	width:200px;
	height:auto;
	border:1px solid #ccc;
	text-align:center;
}
.partenaire_logo {
	height:90px;
	padding-top:10px;
}
.partenaire_info {
	height:40px;
	padding-top:10px;
	background-color:#ffcc00;
}
/* ------ autre course */
.coupe {
	float:left;
	margin:10px 45px;
	width:150px;
	height:60px;
	border:1px dashed #ccc;
	font-weight:bold;
	text-align:center;
}
.coupe_nom{font-size:17px;color:#999;}
.coupe_nom2{font-size:17px;color:#555;}
.coupe_legende{font-size:17px;color:#d7293e;}

/* ------ Mag */
.mag_dl {
	float:left;
	background:#ccc url(/v2/images/logoRI.jpg) no-repeat top center;
	text-align:center;
	padding-top:55px;
	height:18px;
	width:150px;
	font-weight:bold;
	margin:10px;
}
/* ------ roller infos net */
.rin_dl {
	float:left;
	background:#ccc url(/v2/images/roller_infos_net.gif) no-repeat top center;
	text-align:center;
	padding-top:22px;
	height:18px;
	width:150px;
	font-weight:bold;
	margin:10px;
}
/* ------ rglt */
.rglt_rub {
	border-bottom:1px solid #000;
	display:block;
	font-weight:bold;
	padding-bottom:3px;
	margin-bottom:10px;
	
}
/* ------ classement */
.titre_clst{	
	background:#fff url(/v2/images/tit_class.gif) no-repeat center left;
	width:90%;
	height:40px;
	text-align:right;
	padding-right:10%;
	font-weight:bold;
	font-size:22px;
	font-style: italic;
	padding-bottom:8px;
	border-bottom:3px solid #ff0000;
	margin-top:20px;
}

.clst {
	float:left;
	margin:10px 18px;
	width:320px;
	height:auto;
	border:1px solid #ccc;
	text-align:center;
}
.clst_titre {
	height:25px;
	padding-top:10px;
	background-color:#333399;
	font-weight:bold;
	color:#FFF;
}
.clst_dl {
	height:40px;
	padding-top:10px;
	background:#fff url(/v2/classements/xls2.gif) no-repeat 30px center;
	cursor:pointer;
	text-align:right;
	font-style: italic;
}