html, body {
	height: 100%;
	width: 100%;
}
body {
	font-family: Arial, verdana, sans-serif;
	color: white;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	background-color: #3D7089;
}
/* Styles généraux */
a:link, a:visited, a:active {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
img {
	border: none;
}
/*form {
background-color:#F5F5F5;
}*/
label {
font-size:13px;
}
input {
border:0px;
padding:1px auto;
margin:0px;
font-size:13px;
background-color:#FFFFFF;
color:#000000;
}
input:hover{
background-color:#5195B5;
}
select, option {
background-color:#FFF;
color:#000000;
font-size:13px;
}
textarea {
background-color:#FFF;
color:#000000;
font-size:13px;
}
#entete { 
	width: 100%;
	height: 80px;
	padding: 0;
	text-decoration: none;
	margin-left: 0;
	margin-top: 0;
	position:absolute;
}

#bandeau{
top:0px;
margin-left:0px;
background: url(../images/bandeau.png) left no-repeat;
position:absolute;
margin-right:0px;
width:100%;
height:80px;
}

#menu {
background: #00648C;
top:80px;
width:145px;
position:absolute;
border-right: 1px solid #5195b5;
}
	#menu ul {
	  margin:0px;
		list-style: none;		
		padding: 2px 5px 2px 5px;
    font: bold 18px ;	
		}	
  #menu ul a {
		font: bold 15px ;
		text-decoration: none;
		padding: 0px;
		text-align: left;
		}	
	#menu ul li {
		height: 12px;
		padding: 2px 0 5px 5px;
		border-bottom: 1px solid #FFFFFF;
		text-align: left;
		}
	#menu ul li:hover {
		padding: 2px 0 5px 5px;
		height: 12px;
		background-color:#5195B5;
		text-align: left;
		}	
	#menu ul ol {
		height: 18px;
		padding: 0px;
		border-top: 2px solid #FFFFFF;
		border-bottom: 2px solid #FFFFFF;
		background-color:#105676;
		text-align: center;
		}
#menuDroit {
background: #00648C;
top:80px;
right: 0px;
width: 200px;
padding-left: 5px;
padding-bottom: 5px;
padding-top: 5px;
position:absolute;
border-left: 1px solid #5195b5;
border-bottom: 1px solid #5195b5;
border-top: 1px solid #5195b5;
text-align: center;
}
#contenu {
top:80px;
left:145px;
position:absolute;
min-width: 620px;
font-weight: normal;
}
  #contenu p{
    margin-left:20px;
    margin-right:20px;
  }
  #contenu h3{
    background:#00648C;
    width: 90%;
    text-align:center;
    margin: 0 auto;
    border-bottom: 1px solid #5195b5;
  }
#menuGestion {
  margin-left: 20px;		
	}
	
	#menuGestion ul {
		margin: 0;
		list-style: none;
		text-align: left;
	  background: #00648C;
		height: 20px;
	}
		
	#menuGestion ul li {
		display: inline;
		padding: 0 0 0 5px;
		}

	#menuGestion ul li a {
		font: bold 14px ;
		text-decoration: none;
		padding: 1px 10px 5px 10px;
		}

	#menuGestion ul li a:hover {
		text-decoration: none;
		background-color:#5195B5;
		}
	#menuGestion th {
		text-align: center;
		}
#gestion{
  font-size:12px;
}
  #gestion table{
    margin-left: 20px;
    min-width: 600px;
    width:80%;
    border:1px solid #00648C;
    border-collapse:collapse;
    font-weight: normal;
  }
  #gestion th{
    background-color:#105676;
    border:1px solid #00648C;
    padding:0;
    margin:0;
  }
  #gestion td{
    border:1px solid #00648C;
    padding-left:5px;
    margin:0;
  }
  #gestion a.lien:hover{
    color:#5195B5;
  }
#joueur{
  font-size:12px;
}
  #joueur table{
    margin-left: 20px;
    min-width: 600px;
    width:80%;
    border:0px;
    border-collapse:collapse;
    font-weight: normal;
  }
#texte{
  margin-left:20px;
}
#bureau{
  margin:0 auto;
}
  #bureau table{
    margin:0 auto;
    width: 90%;
  }
  #bureau th{
    background-color:#105676;
    border:1px solid #00648C;
    border-bottom:1px solid #FFFFFF;
    padding:0;
    margin:0;
    height:25px;
  }
  #bureau td{
    font-weight: normal;
    margin-left:7px;
    border:0;
    padding:5px;
    min-height:25px
  }
#tarif{
  margin:0 auto;
}
  #tarif table{
    margin:0 auto;
    width: 90%;
  }
  #tarif th{
    background-color:#105676;
    border:1px solid #5195b5;
    border-bottom:1px solid #FFFFFF;
    padding:5px;
    margin:0;
    height:25px;
    text-align:left;
  }
  #tarif td{
    background-color:#00648C;
    font-weight: normal;
    border:1px solid #5195b5;
    padding:5px;
  }
#infra{
  margin:0 auto;
  margin-left:20px;
  margin-right:20px;
}
  #partenaire ul {
	  margin-left:20px;
		list-style: none;		
		padding: 2px 5px 2px 5px;
    font: bold 18px ;
    width: 250px;
		}	
  #partenaire ul li {
		height: 12px;
		padding: 2px 0 5px 5px;
		border-bottom: 0px;
		text-align: left;
		}
	#partenaire ul ol {
		height: 18px;
		padding: 0px;
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		background-color:#105676;
		text-align: center;
		}
#index{
  margin:0 auto;
  margin-left:20px;
  max-width: 800px;
  min-width: 600px;
}
