/*** creation de centrage ****/
body{
	text-align:center; /* pour corriger le bug de centrage IE */
	background-color:#DBEDF1 ;
}
/*** application de la police � toutes les balise ***/ 
*{
	color:white;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;;	
}

.separator
{
    clear:both ;
    display: block ;
    height:0px;
}

pre
{
	color:black;	
}

#conteneur
{
	margin:auto;
	display:block;
    width:1000px;
    min-height:744px;
	/*background-color: #FFFFFF;*/
	
	background: #FFF url("images/background.png") repeat;
}

p{
	text-align: left;
}

p.aligncenter
{
	text-align:center ;	
}

#header,#content,#footer{
	display:block;
	width:1000px ;
}
/*** fin de creation de centrage ****/

/*** style g�n�raux ***/
a
{
	color:white;
    text-decoration: none;
}
a:active
{
  	color:white;
    text-decoration: none;
}
a:visited
{
   	color:white;
    text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.btn_link
{
	color:white;
	border:1px solid gray ;
	box-shadow:1px 1px 1px black;
	padding : 5px;
	margin:2px;
	background-color:#791515 ;	
	border-radius:5px;	
}
a.btn_link:hover
{
	color:white;
	background-color:#A00000 ;	
}
/************************************/
/*** HEADER *************************/
/************************************/
#header {
	padding: 0px 0px; 
}

h1{
   display:block;
   width:100%;
   font-size:20px;
   margin-top:10px ;
   margin-bottom:5px;
}

.banniere img
{
  border:none;
}

/************************************/
/*** CONTENT ************************/
/************************************/

#content
{
	width:948px ;
	padding:5px 10px;
	min-height: 500px;
}

table.listing ,table.course , table.table_classement
{
	color:black;
	text-align: left ;
	width:500px;
	vertical-align: top ;
	border-radius:3px ;
	background-color :#F0FFFF;
	margin:auto;
	border:1px solid gray ;
	box-shadow:1px 1px 1px black;
}

table.listing tr td ,table.listing tr th,table.course td,table.table_classement tr td ,table.table_classement tr th
{
	border-bottom:1px solid #791515 ;
	color:black;
	height:2em;
	padding:2px 2px;
}
table.listing tr:last-child td,table.course tr:last-child td
{
	border-bottom:0px ;
}
table.listing tr td:first-child
{
	width: 200px;
	border-right:1px solid #791515 ;
}

table.listing td,table.listing th
{
	height:25px;
	padding-left:5px;
}

/************************************/
/*** INSCRIPTION *********************/
/************************************/

.part
{
	border:1px solid gray ;
	box-shadow:1px 1px 1px black;
	background-color: #F0FFFF !important;
	padding:5px;
	margin-bottom:20px;
	border-radius:5px;	
}

.part *,form *
{
	color:black ;
}

.part p span:FIRST-CHILD
{
	height:inherit;
	vertical-align:middle ;
	width: 150px;
	float:left;
	display:block;	
}

.part p
{
	padding-top:5px;	
}

.part input[type=text],.part input[type=email],.part input[type=phone],.part select
{
	width: 250px;
	margin-right:10px;
	border:1px solid gray ;
}
.part select
{
	width: 258px;	
}

input[readonly]
{
	background-color:#DBEDF1 ;
}
/*** style bouton ****/
input[type=submit], input[type=reset], input[type=button] {
 padding:2px;
 margin-left:5px;
 box-shadow:1px 1px 1px #D83F3D;
 cursor:pointer;
 }
input, textarea, select {
 padding:3px;
 border:1px solid #F5C5C5;
 border-radius:5px;
 box-shadow:1px 1px 2px #C0C0C0 inset;
 }
 
.part textarea
{
	width: 500px;
	height:150px;
	border:1px solid gray ;
}

.ui-datepicker .ui-datepicker-title select,.ui-datepicker .ui-datepicker-title option {
	color:black;
}

.floating
{
display : block;
width:50%;
float:left ;
}

#listParticipant
{
	width:75% ;
	height: 100px;
	border : 0px;
	background-color:inherit ;
	overflow:hidden;
}
#listParticipant option
{
	height:20px ;
	padding-top:2px;
}

span.error_message
{
display:block;	
}
span.error_message:empty
{
display:inline;	
}

.error_message
{
	color:red ;
	font-weight: 700 ;	
}

/************************************/
/*** CLASSEMENT *********************/
/************************************/
#classement .table_classement
{
	width:85%; 	
}

#classement .point, #classement .pole
{
	text-align: right ;
	width:80px;
	border-left: 1px solid black;
}

#classement th.point, #classement th.pole
{
		text-align: center ;
}

#classement td
{
	height:21px;
	padding:3px;
}

#classement tr:hover >td
{
	background-color: #DD6C21;
}


#classement .firstPlace,#classement .secondPlace,#classement .thirdPlace,#classement .normalPlace
{
	padding-left:8px;
	font-weight: 800;
}
#classement .positionSup9
{
	padding-left:4px;
	font-weight: 800;
}
.firstPlace
{
	background: transparent url("images/Etoile1.png") 0 0 no-repeat ;	
}

.secondPlace
{
	background: transparent url("images/Etoile2.png") 0 0 no-repeat ;
}

.thirdPlace
{
	background: transparent url("images/Etoile3.png") 0 0 no-repeat ;
}
.normalPlace
{
	background: transparent url("images/EtoileNormale.png") 0 0 no-repeat ;
}

/************************************/
/*** FOOTER ************************/
/************************************/

#footer {
    height:15px;
	margin:0 auto;
	padding:0;
	background-color: black;    
	text-align:center;
	clear: both;
	color: #FFFFFF;
	padding-top :2px;
}

#footer div {
    font-size: 10px;
	color: #FFFFFF;
}

#footer p {
    font-size: 10px;
	color: #FFFFFF;
}

#footer a {
    color : #FFFFFF;
	font-size: 10px;
    font-family:verdana;
    text-decoration:none;
}

#footer a:hover , #footer a:active , #footer a:focus {
    color : #FFFFFF;
    text-decoration:underline;
}

.separator{
	clear: both;
	height: 1px;
}
table.googlemaps
{
	width:700px;
}

table.googlemaps td.googlemaps
{
	vertical-align:top;
	text-align: center;
	border-left: 1px solid black;
	padding:5px;
	width:350px;  
}

div.googlemaps
{
	display:;
	width: 340px;
	height:260px;
	background-color:yellow;
}

div.countdown
{
	display:inline ;	
}

#paypal_form
{
	display:none;
}
