body{
	background-color:#94ac58;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a{
color: #FFFFFF;
text-decoration:none;
}
a:hover{
color: #9CC659;
text-decoration:none;
}
#contenant {
	margin: auto;
	height: auto;
	width: 900px;
	margin-top:50px;
}
#logo {
	float: left;
	height: 65px;
	width: 270px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
}
#sous_header {
	float: left;
	height: 126px;
	width: 900px;
}
#table {
	float: left;
	height: 126px;
	width: 270px;
	background-image: url(images/table.png);
	background-repeat: no-repeat;
	background-position: center;
}
#boite_verte_recherche {
	float: left;
	height: 150px;
	width: 265px;
	background-image: url(images/boite_verte_recherche.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left:5px;
}
#boite_blanche_map {
	float: right;
	height: 270px;
	width: 560px;
	background-image: url(images/boite_blanche_map.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:65px;
	margin-top:-40px;
	margin-right:5px;
}
#map{
	float: left;
	height: 250px;
	width: 540px;
	margin-left:10px;
	margin-top:10px;

}
#resultats {
	float: left;
	height: auto;
	width: 900px;
	margin-top:-20px;
}
#resultat_bas {
	background-image: url(images/resultat_bas.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 15px;
	width: 900px;
}

#resultat_centre {
	background-image: url(images/resultat_centre.png);
	background-repeat: repeat-y;
	float: left;
	height: auto;
	width: 900px;
	margin-top:0px;
	padding-top:0px;
	background-position: center top;
	color:#3F5320;
}
#resultat_centre p{
	margin-left:10px;
	margin-right:10px;
}
#titre_resultat {
	float: left;
	height: 35px;
	width: 267px;
	background-image: url(images/titre_resultat.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left:7px;
}
#resultat_haut {
	float: left;
	height: 7px;
	width: 900px;
	background-image: url(images/resultat_haut.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}


#recherche{
	height: 150px;
	width: 270px;
	margin-top:0px;
}
.btn_ok{
	margin-top:0px;
	text-align:center;
}
#recherche h3{
	text-align:center;
	font-size:14px;
	margin-top:15px;
}
#recherche p.form_recherche label {
	float: left;
	width: 80px;
	text-align: left;
}
#recherche p.form_recherche {
margin-bottom:10px;
padding-bottom:0px;
margin-top:0px;
padding-top:0px;
margin-left:10px;
}


#texte_menu {
	float: right;
	height: 126px;
	width: 630px;
}
#boite_blanche_centre {
	background-image: url(images/boite_blanche_centre.png);
	float: left;
	height: 235px;
	width: 900px;
	color:#3F5320;
}
#boite_blanche_centre h1{
	text-indent:20px;
	font-size:16px;
	margin-top:20px;
}
#boite_blanche_centre p{
	margin-left:20px;
	margin-right:20px;
	font-weight:bold;
	margin-top:20px;
}
#boite_texte_menu {
	float: right;
	height: 80px;
	width: 530px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:justify;
	margin-right: 5px;
}
#centre {
	float: left;
	height: 221px;
	width: 900px;
}
#boite_verte {
	float: left;
	height: 221px;
	width: 565px;
	background-image: url(images/boite_verte.png);
	background-repeat: no-repeat;
}
#boite_blanche {
	background-image: url(images/boite_blanche.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: 221px;
	width: 335px;
}

#menu_header {
	float: right;
	height: 65px;
	width: 630px;
}
#header {
	float: left;
	height: auto;
	width: 900px;
}
ul#menu{
	list-style:none;
	margin-top:25px;
	
}
ul#menu li{
	float:right;	
	margin-right:10px;
	
}	
ul#menu li a{
	text-decoration:none;
	display:block;
	height:25px;
	text-indent:-1000em;
}
li#menu_accueil{
	background-image:url(images/accueil_1.png);
	width:59px;
	background-repeat: no-repeat;
}
li#menu_accueil a:hover{
	background-image:url(images/accueil_3.png);
	width:59px;
	background-repeat: no-repeat;
}
.accueil_actif{
background-image:url(images/accueil_2.png);
}
li#menu_entreprises{
	background-image:url(images/entreprises_1.png);
	width:92px;
	background-repeat: no-repeat;
}
li#menu_entreprises a:hover{
	background-image:url(images/entreprises_3.png);
	width:92px;
	background-repeat: no-repeat;
}
.entreprises_actif{
	background-image:url(images/entreprises_2.png);
}
li#menu_tournois{
	background-image:url(images/tournois_1.png);
	width:72px;
	background-repeat: no-repeat;
}
li#menu_tournois a:hover{
	background-image:url(images/tournois_3.png);
	width:72px;
	background-repeat: no-repeat;
}
.tournois_actif{
background-image:url(images/tournois_2.png);
}
li#menu_inscription{
	background-image:url(images/inscription_1.png);
	width:91px;
	background-repeat: no-repeat;
}
li#menu_inscription a:hover{
	background-image:url(images/inscription_3.png);
	width:91px;
	background-repeat: no-repeat;
}
.inscription_actif{
	background-image:url(images/inscription_2.png);
}
li#menu_espace{
	background-image:url(images/espace_1.png);
	width:91px;
	background-repeat: no-repeat;
}
li#menu_espace a:hover{
	background-image:url(images/espace_3.png);
	width:91px;
	background-repeat: no-repeat;
}
.espace_actif{
	background-image:url(images/espace_2.png);
}
li#menu_contact{
	background-image:url(images/contact_1.png);
	width:70px;
	background-repeat: no-repeat;
}
li#menu_contact a:hover{
	background-image:url(images/contact_3.png);
	width:70px;
	background-repeat: no-repeat;
}
.contact_actif{
	background-image:url(images/contact_2.png);
}
#boite_verte_texte {
	float: left;
	height: 221px;
	width: 325px;
}
#boite_verte_texte2 {
	float: right;
	height: 221px;
	width: 240px;
}
#boite_verte_texte_c {
	float: left;
	height: 30px;
	width: 296px;
	margin-top: 120px;
	margin-left: 27px;
	text-align:center;
	font-size:10px;
	margin-right: 2px;
}
#boite_verte_texte_b {
	float: left;
	height: 20px;
	width: 100px;
	margin-left: 212px;
	font-size:10px;
	margin-top:25px;
}


#label1 {
	float: left;
	height: 20px;
	width: 190px;
	margin-top: 60px;
	color:#FFFFFF;
	padding-left:50px;
	font-size:13px;
}
#label1b {
	float: left;
	height: 20px;
	width: 190px;
	margin-top: 0px;
	padding-left:50px;
	font-size:10px;
	color:#9CC659;
}
#label2 {
	float: left;
	height: 20px;
	width: 190px;
	margin-top: 10px;
	color:#FFFFFF;
	padding-left:50px;
	font-size:13px;
}
#label2b {
	float: left;
	height: 20px;
	width: 190px;
	margin-top: 0px;
	padding-left:50px;
	font-size:10px;
	color:#9CC659;
}
#label3 {
	float: left;
	height: 20px;
	width: 190px;
	margin-top: 10px;
	color:#FFFFFF;
	padding-left:50px;
	font-size:13px;
}
#label3b {
	float: left;
	height: 20px;
	width: 190px;
	margin-top: 0px;
	padding-left:50px;
	font-size:10px;
	color:#9CC659;
}
