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

/* ------------ */
/*   GÉNÉRAL    */
/* ------------ */
* { margin:0; padding:0; outline:0;
	font-family:Verdana, Geneva, sans-serif;
 }
 small{ font-size:11px;}
html { background-color:#161616; }
.fl { float:left; }
.cb { clear:both; }

/* ------------ */
/* PAGE ACCUEIL */
/* ------------ */
#accueil_main {
	position:relative;
	width:980px;
	height:590px;
	margin:0 auto;
	background-image:url(../images/accueil.jpg);
}

#accueil_actu {
	position:absolute;
	width:128px;
	height:129px;
	padding:50px 10px 0 10px;
	top:0;
	left:797px;
}

#actualite_accueil {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#ffffff;
}

#actualite_accueil h1 {
	margin-bottom:7px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}

#accueil_menu {
	position:absolute;
	width:267px;
	top:203px;
	right:0px;
	text-align:right;
}

#accueil_menu a:link, #accueil_menu a:active, #accueil_menu a:visited {
	display:block;
	width:230px;
	padding-right:37px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:19px;
	font-weight:bold;
	text-decoration:none;
	line-height:24px;
	color:#303030;
}

#accueil_menu a:hover {
	color:#E64394;
	background-image:url(../images/flecherose.png);
	background-repeat:no-repeat;
	background-position:235px center;
}

.link_resa_accueil {
	display:block;
	width:314px;
	height:133px;
	position:absolute;
	bottom:0;
	right:0;
}

.blanc {
	display:block;
	margin-top:3px;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#ffffff;
} .blanc:hover { text-decoration:underline; }


/* ----------- */
/*  PAGES SITE */
/* ----------- */
#main {
	width:980px;
	margin:0 auto 50px auto;
	background-image:url(../images/bandeau.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
#content {
	width:980px;
	background-color:#FFF;
}

#bandeau {
	display:block;
	width:980px;
	height:85px;
}

#navig {
	width:980px;
	height:25px;
	padding-top:4px;
}

.menu {
	display:block;
	width:700px;
	height:21px;
	padding-top:4px;
	margin:0 auto;
	list-style-type:none;
	text-align:center;
}

.menu li {
	float:left;
	height:21px;
	margin-right:10px;
}

.menu li a:link, .menu li a:active, .menu li a:visited {
	display:block;
	height:20px;
	padding:0 7px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:13px;
	font-weight:bold;
	text-decoration:none;
	color:#f0f0f0;
}

.menu li a:hover,
.menu li.active a {
	color:#E64394;
}


	/* actualités */
	#actualites_une {
		width:935px;
		padding:10px 25px 30px 20px;
	}
	
	#actualites_une a:link, #actualites_une a:active, #actualites_une a:visited {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#e64393;
		text-decoration:underline;
	} #actualites_une a:hover { text-decoration:none; }
	
	#titre_page_actu {
		width:930px;
		height:80px;
		padding-top:20px;
		margin-bottom:35px;
	}
	
	.h1_gris {
		display:block;
		font-family:Verdana, Geneva, sans-serif;
		font-size:33px;
		font-weight:bold;
		color:#d7d7d7;
	}
	
	.h1_rose {
		display:block;
		padding-left:15px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:33px;
		font-weight:bold;
		color:#e64393;
	}
	
	#actu1, #actu2, #actu3 {
		width:290px;
		margin-bottom:10px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:justify;
		color:#333;
	}
	
	#actu1 { padding-left:5px; padding-right:12px; }
	
	#actu2, #actu3 { padding-left:13px; }
	
	#actu2 { padding-right:12px; background-color:#fff4f9; }
	
	#actu1 img, #actu2 img, #actu3 img {
		max-width:200px;
		max-height:330px;
		margin-left:45px;
		margin-bottom:5px;
		border:1px solid #ccc;
		-moz-box-shadow: -1px -1px 0 #eee, 1px 1px 0 #888, 2px 2px 5px #999;
		-webkit-box-shadow: -1px -1px 0 #eee, 1px 1px 0 #888, 2px 2px 5px #999;
		box-shadow: -1px -1px 0 #eee, 1px 1px 0 #888, 2px 2px 5px #999;
	}
	
	.actu_n {
		width:920px;
		padding:5px;
		margin-bottom:35px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:justify;
		color:#333;
	}
	
	.actu_n img {
		max-width:200px;
		max-height:330px;
		margin-right:15px;
		margin-bottom:5px;
		border:1px solid #ccc;
		-moz-box-shadow: -1px -1px 0 #eee, 1px 1px 0 #888, 2px 2px 5px #999;
		-webkit-box-shadow: -1px -1px 0 #eee, 1px 1px 0 #888, 2px 2px 5px #999;
		box-shadow: -1px -1px 0 #eee, 1px 1px 0 #888, 2px 2px 5px #999;
		float:left;
	}
	.fd_rose { background-color:#fff4f9; }
	
	#actualites_une h2 {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bold;
		color:#e64393;
	}
	
	#actualites_une em {
		margin-bottom:15px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#333;
	}
	
	.actualites_une {
		margin-top:15px;
	}

	/* archives */
	#archives {
		width:935px;
		padding:10px 25px 30px 20px;
	}
	
	#archives .fd_rose a:link, #archives .fd_rose a:active, #archives .fd_rose a:visited {
		display:block;
		width:283px;
		padding-left:7px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#494949;
		text-decoration:none;
	} #archives .fd_rose a:hover {
		text-align:left;
		background-color:#ffe2ef;
		background-image:url(../images/flecherose.png);
		background-repeat:no-repeat;
		background-position:265px center;
		color:#e64393;
	}

	#archives a:link, #archives a:active, #archives a:visited {
		display:block;
		width:283px;
		padding-left:7px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#494949;
		text-decoration:none;
	} #archives a:hover {
		text-align:left;
		background-color:#FFF4F9;
		background-image:url(../images/flecherose.png);
		background-repeat:no-repeat;
		background-position:265px center;
		color:#e64393;
	}

	.centre_archive {
		width:290px;
		padding:7px;
		margin-right:7px;
	}

	#archives h2 {
		margin-bottom:7px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bold;
		color:#e64393;
	}
	
	
	/* cartels */
	#cartel_presentation {
		width:935px;
		padding:10px 25px 10px 20px;
		border-bottom:1px solid #ffd8ea;
	}

	#cartel_presentation h2 {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bold;
		color:#e64393;
	}
	
	#cartel_edito {
		width:935px;
		padding-top:7px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#333;
	}

	#cartel_presentation a:link, #cartel_presentation a:active, #cartel_presentation a:visited {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#e64393;
		text-decoration:underline;
	} #cartel_presentation a:hover { text-decoration:none; }

	#titre_cartels {
		padding-top:25px;
		padding-bottom:20px;
		margin-left:15px;
	}

	#droite {
		width:940px;
		margin:auto;
		padding:20px 0;
	}
	
	#droite h5 {
		width:926px;
		height:32px;
		padding-top:8px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:10px;
		background-image:url(../images/fnd_titrecart.png);
		background-repeat:repeat-x;
		border-top:1px solid #cecece;
		border-right:1px solid #bebebe;
		border-bottom:1px solid #aeaeae;
		border-left:1px solid #bebebe;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:bold;
		text-align:center;
		color:#444;
		text-shadow: rgba(255,255,255, 1) 0px 1px 0px;
	}
	
	.table_droite {
		width:100%;
		margin-bottom:30px;
		/*border:1px dashed #FFD8EA;	 FFD8EA */
	}
	
	.table_droite h2 a:link, .table_droite h2 a:active, .table_droite h2 a:visited {
		display:block;
		width:100%;
		background-color:#FFF4F9;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#e64393;
		text-align:center;
		text-decoration:none;
	} .table_droite h2 a:hover {
		background-color:#e64393; 
		background-image:url(../images/fleche_blancheg.png);
		background-repeat:no-repeat;
		background-position:15px center;
		color:#fff;
	}
	
	.table_droite h3 a:link, .table_droite h3 a:active, .table_droite h3 a:visited {
		display:block;
		width:100%;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:16px;
		/*color:#e64393;*/
		color:#333;
		text-align:center;
		text-decoration:none;
	} .table_droite h3 a:hover { color:#e64393; /*text-decoration:underline;*/ }
	.table_droite h3 a:hover:before { content:">> "; }
	.table_droite h3 a:hover:after { content:" <<"; }
	
	.table_droite h4 a:link, .table_droite h4 a:active, .table_droite h4 a:visited {
		display:block;
		width:100%;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		color:#666;
		text-align:center;
		text-decoration:none;
	} 	.table_droite h4 a:hover { color:#e64393; /*text-decoration:underline;*/ }
	
	.table_droite h4 a img {
		margin-left:3px;
	}
	
	.table_droite .td_droite_blanc {
		border:1px solid #FFD8EA;
		background-color:#fdfdfd;
		padding-bottom:30px;
	}
	
	
	/* Détails corrida */
	#detail_corridas {
		width:940px;
		margin:10px auto 0 auto;
		padding-bottom:50px;
	}
	
	#centre_corrida {
		width:400px;
	}
	
	#droite_corrida {
		width:540px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#333;
	}

	#droite_corrida strong { color:#e64393; }
	
	#droite_corrida strong:before { content: "■ "; }
	
	#detail_corridas a:link, #detail_corridas a:active, #detail_corridas a:visited {
		display:block;
		width:300px;
		padding-left:7px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bold;
		color:#777;
		text-decoration:none;
	} #detail_corridas a:hover {
		color:#e64393;
		background-color:#FFF4F9;
		background-image:url(../images/flecherosed.png);
		background-repeat:no-repeat;
		background-position:right center;
	}
	
	img.image_gauche, #droite_corrida img {
		margin-right:15px;
		margin-bottom:10px;
	}
	
	#detail_corridas img {
		-moz-box-shadow: -1px -1px 0 #eee, 1px 1px 0 #888, 2px 2px 5px #999;
		-webkit-box-shadow: -1px -1px 0 #eee, 1px 1px 0 #888, 2px 2px 5px #999;
		box-shadow: -1px -1px 0 #eee, 1px 1px 0 #888, 2px 2px 5px #999;
	}

	#detail_corridas h2 {
		margin-bottom:7px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:26px;
		font-weight:bold;
		color:#e64393;
	}

	
	/* PAGE ÉDITABLE */
	#custom {
		width:940px;
		padding-top:25px;
		padding-right:20px;
		padding-bottom:50px;
		padding-left:20px;
	}

	#custom h1.gris {
		display:block;
		font-family:Verdana, Geneva, sans-serif;
		font-size:33px;
		font-weight:bold;
		color:#d7d7d7;
	}
	
	#custom h1.rose {
		display:block;
		padding-left:15px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:33px;
		font-weight:bold;
		color:#e64393;
	}
	
	#custom h1 {
		display:block;
		padding-left:15px;
		margin-bottom:10px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:33px;
		font-weight:bold;
		color:#e64393;
	}
	
	#custom h2 {
		margin-bottom:7px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bold;
		color:#e64393;
	}
	
	#custom h3 {
		margin-bottom:7px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bold;
		color:#e64393;
	}
	
	#custom h4 {
		margin-bottom:5px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		color:#e64393;
	}
	
	#custom h5 {
		margin-bottom:5px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:bold;
		color:#333;
	}
	
	#custom h6 {
		margin-bottom:3px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:9px;
		font-weight:bold;
		color:#333;
	}
	
	#custom p {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:justify;
		color:#333;
	}
	
	#custom a:link, #custom a:active, #custom a:visited {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#e64393;
		text-decoration:underline;
	} #custom a:hover { color:#e64393; text-decoration:none; }
	
	#custom img {
		border:none;
		margin:5px;
	}
	
	#custom table tr td {
		padding:3px;
	}

	#custom .rose { color:#e64393; }
	
	#custom .rose_pale_1 { background-color:#FFD8EA; }
	
	#custom .rose_pale_2 { background-color:#FFF4F9; }
	
	#custom .gris { color:#d7d7d7; }
	
	#custom .gris_clair { background-color:#f7f7f7; }
	
	#custom .gris_fonce { color:#333; }
	
	#custom .trebuchet_12 {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
	}

	#custom .trebuchet_16 {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:16px;
	}









