body {
	font-family: arial, sans-serif;
	font-size: 11px;
	background-image: url('images/background.png');
	background-position: center;
	background-color: #D5D5D5;
	margin: 0px;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a img {
	border: none;
}

h3 {
	margin: auto;
	height: 23px;
	width: 453px;
	padding-left: 25px;
	line-height: 23px;
	font-size: 13px;
	color: white;
	background-image: url('images/contenu_titre1.png');
}

/*ALL*/
#all {
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px; 
	width: 820px;
	padding-left: 40px;
	padding-right: 40px;
}

/*HEADER*/
#header {
	width: 100%;
}
#header  table{
	width: 100%;
}
#header_bann {
	text-align: center;
}

/*FIN HEADER*/

/*MENU*/
#menugauche, #menudroite {
	font-family: Verdana;
	font-size: 9px;
}

#menugauche {
	float: left;
	width: 162px;
	text-align: center;
}

html>body #menugauche {
	margin-top: 0px;
}

#menudroite {
	float: right;
	width: 162px;
	text-align: center;
}

html>body #menudroite {
	margin-top: 0px;
}

.menu_header {
	width: 115px;
	height: 37px;
	padding-left: 42px;
	padding-right: 5px;
	padding-top: 6px;
	margin: 0px;
	background-image: url('images/menu.png');
	color: white;
	line-height: 16px;
	font-size: 16px;
}

.menu_contenu {
	width: 138px;
	margin: auto;
	margin-top: auto;
	padding-bottom: 5px;
	margin-bottom: 20px; 
	background-color: #6BB81E;
}

.menu_contenu ul {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	list-style-type: none;
}

.menu_contenu ul li a{
	margin-top: 2px;
	width: 130px;
	padding-left: 5px;
	padding-right: 3px;
	line-height: 20px ;
	vertical-align: middle;
	color: #fff ;
	display: block ;
	text-decoration: none ;
	background-color: #487812;
}
.menu_contenu ul li a:hover{
	background-color: #285800;
}

.menu_titre {
	background-image: url('images/element_menu.png');
	width: 134px;
	height: 37px;
	margin: auto;
	color: white;
	line-height: 37px;
	font-size: 15px;
}
/*FIN MENU*/


/*CONTENU*/

#content {
	margin: auto;
	width: 480px;
	text-align: justify;
}

#content p {
	margin: auto;
	width: 470px;
	text-align: justify;
}
/*FIN CONTENU*/



/*FOOTER*/
#footer {
	background-image: url('images/footer1.png');
	margin: auto;
	margin-top: 20px;
	padding: 0px 50px 0px 50px;
	width: 708px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: white;
}

#footer a {
	color: white;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
}
#footer a:hover {
	color: #F6FF00;
}
/*FIN FOOTER*/

/*DIVERS*/
.scores {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.scores td {
	border: 1px solid #487812;
	text-align: center;
}
.scorestitre {
	background-color: #61A91B;
	color: white;
	font-weight: bold;
}
.scoreshaut {
	background-color: #6BB81E;
	color: white;
}
/*FIN DIVERS/*