html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(images/fond.png) repeat fixed;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 12px;
	color: white;
}

#radio {
   left:50%;
	margin-left: -150px;
	position: absolute;
	width: 300px;
	top: 290px;
	height: 20px;
	text-align: center;
	font-size: 10px;
	z-index: 2;
}

#header {
	height: 320px;
	background: url(images/full.jpg) no-repeat top;
	text-align: center;
	padding-bottom: inherit;
	z-index: 1;
}

#conteneur {
	position: absolute;
	width: 1004px;
	left: 50%;
	margin-left: -502px;
	background: url(images/center_fond.jpg) repeat-y scroll top;
}

#milieu {
	margin-bottom: 10px;
	width: 1004px;
	height: 520px;
	text-align: center;
	z-index: 0;
}

#centext {
	position: absolute;
	height: 600px;
	margin-left: 150px;
	padding-right: 20px;
	width: 600px;
	margin-top: 20px;
	text-align: left;
	overflow: auto;
	z-index: 0;
	
}

#centre {
	text-align: left;
	margin-left: 500px;
	margin-right: 120px;
	margin-bottom: 10px;
}

#gauche {
	position: absolute;
	left: 0;
	margin-left: 125px;
	margin-bottom: 10px;
	width: 350px;
	text-align: center;
	z-index: 0;
}

#pied {
	height: 20px;
	margin-left: 50px;
	margin-right: 50px;
	background: Black;
}

/*__________menu____________*/

ul {
list-style-type: square;
}

#menutop {
	position:absolute;
	left:50%;
	top: 242px;
	width:878px;
	height:39px;
	margin-left:-438px;
	text-align: left; 
	background: url(images/nav.jpg) no-repeat top;
	z-index: 1;
}

#menutop ul, #menutop li {
	margin:0;
	padding: 0;
	list-style-type: none;
	}
#menutop ul {
	position: absolute;
	height: 39px;
	width: 878px;
	left: 185px;
}

#menutop li {
float: left;
}

#menutop a:hover {
	top: 242px;
	background: url(images/nav.jpg) no-repeat top;
}

#menutop li a  { /* dimensions et définitions des boutons */
display: block;  /* mise en block de <a> pour lui donner des dimensions */
height: 39px;
width: 85px;
}

#menutop a#menu1:hover {
background-position: -185px -39px;
}

#menutop a#menu2:hover {
background-position: -270px -39px;
}

#menutop a#menu3:hover {
background-position: -355px -39px;
}

#menutop a#menu4:hover {
background-position: -440px -39px;
}

#menutop a#menu5:hover {
background-position: -525px -39px;

}

#menutop a#menu6:hover {
background-position: -610px -39px;
}

/* _____liste_____*/
li h2{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 100%;
  color: black;
  display: list-item;
  list-style-image: url(images/puce01.gif);
}

/* _____class_____*/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center; 
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	font-size: 12px;
	font-weight: normal;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
h5 {
	font: normal normal bold;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
h6{
	font: normal normal bold;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

a:link {
	text-decoration: none;
	

	font-weight:bold;
	color: #FFD700;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #FFD700;
}
a:hover {
	font-weight:bold;
	text-decoration: none;
	color: #FEFF00;
}
a:active {
	text-decoration: none;
	font-weight:bold;
	color: #FFD700;
}