/* CSS Document */
body  {
	margin: 0;
	padding:0;
	text-align: center;
	background: white url(images/fd_back.gif) fixed;
	text-align:center;
	}
	
a	{
	color: #FFFFCC;
	text-decoration: underline;
	font-size: 12px;
	}

p {
	text-align: justify;
	}

table {
	margin:0;
	margin-left: auto;
	margin-right:auto;
	padding:0;
	border:none;
	width: 98%;
	}

td {
	font-family:arial;
	font-size:12px;
	color: white;
	text-align:center;
	}

h1 {
	font-style:italic;
	}

h2 {
	margin-left: auto;
	margin-right: auto;
	color:#FFF7A5;
	font-weight:bold;
	text-align:center;
	}
	
h3 {
	margin-left:auto;
	margin-right:auto;
	width:80%;
	text-transform: uppercase;
	text-align:center;
	font-weight:bold;
	border: 1px solid white;
	}

h4 {
	color: #FFCC00;
	font-size: 16px;
	}

h5 {
	padding:4px;
	margin:4px;
	font-size:11px;
	font-weight: normal;
	text-align: justify;
	border: 1px solid #FFFFCC;
	}

h6 {}

hr {
	margin:4px;
	width:50%;
	color:#FFF7A5;
	}

/* classes speciales */


#site {
	display: block;
	margin:0;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	padding:0;
	width: 800px;
	height: 890px;
	border: 2px solid white;
	background: url(images/fond-vert.gif);
	font-family:arial;
	font-size:11px;
	color:white;
	}

#collIndex {
	display: block;
	float: left;
	margin:2px;
	padding:4px;
	width:610px;
	height:880px;
	overflow: auto;
	border: 0px solid red;
	}

#collMain {
	display: block;
	float: left;
	margin:2px;
	padding:4px;
	width:610px;
	height:880px;
	text-align: justify;
	overflow: auto;
	border: 0px solid white;
	}

#collMenu {
	display: block;
	float: right;
	margin:2px;
	padding:4px;
	text-align:center;
	width: 150px;
	border: 0px solid red;
	}

#copy {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	color:#666666;
	background: white;
	border: 2px solid white;
	font:10px arial;
	}


/* Heure */
#ejs_heure {
margin: 0;
padding: 0;
margin-left: auto;
margin-right: auto;	
font-size: 10px;
color: white;
}


/* --------------- MENU ----------------- */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: none; /* placement du menu, à modifier selon vos besoins */
top: 0;
left: 0;
}

#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 0px solid gray;
background: none; /* #000 */
}

#menu dd {
border: 0px solid gray;
}
#menu li {
text-align: left;
background: none; /* #000 */
}
#menu li a, #menu dt a {
color: #FFF;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu dt a:hover {
color: #FFCC00;
background: none; /* #000 */
text-decoration: none;
}

#menu li a:hover {
color: #FFCC00;
background: #006600;
text-decoration: none;
}


.titre-jaune {
	margin-top:5px;
	margin-bottom:5px;
	font-size:12px;
	color:#FFF7A5;
	font-weight:bold;
	}

.titre-jauneCarabus {
	margin-top:5px;
	margin-bottom:5px;
	font-size:15px;
	color:#FFF7A5;
	font-weight:bold;
	}
	
.royan {
	background: white;
	}
	
.jumping {
	background: #eeeeee;
	height: 100px;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 16px;	
	font-weight: bold;
	color: #006600;
	}
	
	.jumping a {
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #006600;
	}

.uk {font-style: italic;}

.pays {
	 margin:0;
	 padding:2px;
	 border-right: 1px dashed #FFFFCC;
	 width: 33%;
	 text-align: center;
	 font-weight: bold;
	 font-size: 14px;
	 text-transform:capitalize;
	 }
	 
.flags {border-right: 1px dashed #FFFFCC;text-align:center;}

	.flags img {width:100px; height:72px;border:none;}

.cavals{
	margin:0;
	padding:2px;
	border-right: 1px dashed #FFFFCC;
	border-bottom: 1px dashed #FFFFCC;
	font-size:11px;
	}

.3etoiles {
	display:block;
	color:#009933;
	font-size:20px;
	text-align:center;
	}
	
.tableau{width:98%;border:1px solid #006600; background: #006600;}
.dotation {background:#CCCC99;color:#006600;font-weight:bold;font-style:italic;}
.whiteGreen {background:white;color:#006633;font-weight:bold;}
.greenWhite {color:white;font-weight:bold;font-style:italic;}