/* CSS Document */
*{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
}
body{
	background-color:#E6EDFE;
}

#container{
	width:984px;
	margin:20px auto;
	font:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}
/* Header avec Logo et Bannière */
#header{
	padding-bottom:5px;
}
#logo{
	float:left;
}

#banniere{
	float:left;
}
/* Menu Principal */
#menu_principal{
	float:left;
	height:45px;
	width:774px;
	background-color:#FFFFFF;
}
#navigation{
	margin:0;
	padding-left:25px;
	padding-top:5px;
}
#navigation li{
	float:left;
	list-style-type: none;
	margin:0;	
	background-image:url(../images/bouton_off.gif);
	width:120px;
	height:20px;
	text-align:center;
}
#navigation img{
	border-width:0;	
}
#navigation a:link, #navigation a:visited{
	text-decoration: none;
	
	line-height:20px;
	color:#1E4AED;
}
#navigation li.active{
	background-image:url(../images/bouton_on.gif);
	font-weight:bold;
}
#navigation a:hover, #navigation a:active{
	color:black;
	font-weight:bold;
}

/* News */
#news{
	float:left;
	height:428px;
	width:210px;
	background-image:url(../images/news.gif);
}
#news h1{
	padding:5px 20px;
}
#news p{
	padding:5px 0px;
}
#news h2{
	padding-top:40px;
}
#news h3{
	padding-top:20px;
	text-align:center;
}
#newsbox{
	height:210px;
	position:relative;
	overflow: hidden;
	margin-top:10px;
	margin-bottom: 10px;
}
#newslist{
	position:absolute;
	padding:20px;
}

/* Contenu Principal */
#principal{
	float:left;
	width:774px;
	height:408px;
	background-image:url(../images/contenu.gif);
}
#principal h1, #principal p{
	padding:5px 10px;
}
#content{
	width:720px;
	height:400px;
	margin:0px auto;
	border:2px solid #D9E0F3;
}


#first_picture img{
	border:none;
}

/* Menu Secondaire */
#menu_sec{
	float:left;
	height:20px;
	width:720px;
}
#nav_sec{
	list-style-type: none;
	margin:0;
}
#nav_sec li{
	float:left;
	margin:0;
	width:100px;
	height:20px;
	text-decoration:underline;
}
#nav_sec img{
	border-width:0;	
}
#nav_sec a:link, #nav_sec a:visited{
   	/*float:left;*/
	display:block;
	text-decoration: none;
	text-align:center;
	line-height:20px;
	color:#1E4AED;
}
#nav_sec li.active{
	font-weight:bold;
	text-decoration:none;
}
#nav_sec a:hover, #nav_sec a:active{
	color:black;
	font-weight:bold;
}

#historique{
	padding:30px 5px;
}
/* Tableau comité */
#comite{
	float:left;
	width:600px;
	margin:15px 20px;
}
#comite table{
	width:650px;
	margin:0px auto;
	text-align:center;
	border-collapse:collapse;
}
#comite th, td{
	width:200px;
	height:20px;
}
#adresse{
	float:left;
	width:600px;
	height:50px;
	margin:15px 20px;
}
#adresse h2{
	padding-bottom:10px;
}
#adresse p{
	padding:0px;
}


/* Tableau entrainements */
#entrainements{
	float:left;
	width:700px;
	margin:20px 10px;
}
#entrainements table{
	margin:0px auto;
	text-align:center;
	border-collapse:collapse;
}

.jours{
	width:70px;
}
.heure{
	width:80px;
}
.travail{
	width:100px;
}
.lieu{
	width:300px;
}
.cat{
	width:150px;
}

/* Tableau entraineurs */
#entraineurs{
	float:left;
	width:600px;
	margin:15px 20px;
}
#entraineurs table{
	width:600px;
	margin:0px auto;
	text-align:center;
	border-collapse:collapse;
}
#entraineurs th, td{
	width:200px;
	height:20px;
}
.grey{
	background-color:#D9E0F3;
}

/* Tableau agenda */
#agenda{
	float:left;
	width:670px;
	height:350px;
	margin:15px 20px;
	overflow:auto;
}
#agenda table{
	width:650px;
	margin:0px auto;
	text-align:center;
	border-collapse:collapse;
	line-height: 25px;
}
.date{
	width:75px;
}
.evenement{
	width:125px;
}
.desc{
	width:400px;
}
.info{
	width:50px;
}

/* Tableau résultats */
#resultats{
	float:left;
	width:600px;
	height: 350px;
	margin:15px 20px;
	overflow:scroll;
}
#resultats table{
	width:500px;
	margin:0px auto;
	border-collapse:collapse;	
}
#resultats th, td{
	text-align:center;
	height:18px;
}
.categorie{
	width: 60px;
}
.couple{
	width: 380px;
}
.rang{
	witdh: 60px;
}
.podium{
	color:#FF0000;
}

/* Tableau couples */
#couples{
	float:left;
	width:680px;
	height: 350px;
	margin:15px 20px;
}
#couples table{
	width:600px;
	margin:0px auto;
	border-collapse:collapse;	
}
#couples th, td{
	text-align:center;
	height:18px;
}
.elle{
	width: 250px;
}
.lui{
	width: 250px;
}
.niveau{
	witdh: 60px;
}
.pict{
	witdh: 40px;
}





#footer{
	float:left;
	width:774px;
	height:20px;
	text-align:center;
	background-color:#FFFFFF;
}

#formulaire_reservation{
	float:left;
	margin:5px auto;
	width:400px;
	height:300px;
	text-align:center;
}
#form_reservation{
	margin-top:10px;
}
#form_reservation p{
	height:10px;
	margin-bottom:10px;
}
#form_reservation label{
	display:block;
	float:left;
	width:200px;
	margin-right:10px;
	line-height:18px;
	text-align:right;
}
#form_reservation input{
	float:left;
	width:150px;
	padding:2px 0px;
}
#form_reservation select{
	float:left;
	width:150px;
	padding:2px 0px;
}
#form_reservation p.button{
	text-align:left;
	padding-left:260px;
}
#form_reservation p.button input{
	float:none;
	width:60px;
	padding:0px;
}
#plan_salle{
	float:left;
	margin:5px auto;
	width:300px;
	height:300px;
	text-align:center;
	background-image:url(../doc/plan_salle.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#view_agenda td{
	border:solid 2px #000000;
}

