head
{
	position: fixed;
}

body /* On travaille sur la balise body, donc sur TOUTE la page */
{
	width: 1000px;
	margin: auto; /* Pour centrer notre page */
	margin-bottom: 20px;    /* Idem pour le bas du navigateur */
	background-image: none; /* Le fond de la page sera noir */
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
#corps {
	background-image: url(../images/fond%20index.jpg);
	background-repeat: repeat-y;
}
   
#en_tete
{
	width: 1000px;
	height: 159px;
	background-image: url(../images/Panorama%20Yret_2_gimp.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#conteneur-menu{
	height: 30px;
	background-image: url(../images/fond%20menu.jpg);
	margin-top: 3px;
	position:relative
}

#menu {
	height: 30px;
	position:absolute;
	background-image: url(../images/fond%20menu.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
dl {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	width: 142px;
}
dl a:hover {
	background-image: url(../images/fond%20menu%20on.jpg);
	color: #FFFFFF;
}
dt {
	color: #FFFFFF;
	display: block;
	height: 30px;
	line-height:30px;
	text-align:center;
	cursor:pointer;
	font-size: 12px;
	border-left-width: 1px;
	border-left-style: outset;
	border-left-color: #000066;
	}
dt a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;

}
dt a:hover {
	background-image: url(../images/fond%20menu%20on.jpg);
	color: #FFFFFF;
}

dt:hover {
	background-image: url(../images/fond%20menu%20on.jpg);
	color: #FFFFFF;
}
dd {
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/fond%20menu.jpg);
	background-repeat: repeat-x;
}
dd ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style:none
}
dd ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
dd  ul  li a {
	color: #000066;
	text-decoration: none;
	height:20px;
	line-height: 20px;
	display: block;
	width: 143px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: outset;
	border-bottom-style: outset;
	border-top-color: #000066;
	border-bottom-color: #000066;
}
dl ul li a:hover {
	background-image: url(../images/fond%20menu%20on.jpg);
	color: #FFFFFF;
}
dl dd{
	display:none;
	}

dl:hover dd{
	display:block;
	}



#pied
{
	text-align: center;
	border: 1px solid black;
	height: auto;
	font-size: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	background-image: url(../images/fond%20menu.jpg);
}
h1, h2, h3
{font-family:Verdana;}
h1
{text-align:center; color:red; font-size: tresgrand; border: white ridge medium; margin-right: 200px; margin-left:200px ; padding: 10px;}
h2
{ text-indent: 300px; color:blue; font-size:1.5em} /*on décale les titres de 30 pixels et on met le text en bleu*/
h3
{
	text-indent: 20px;
	color: #FFFFFF;
	font-size: 12px;
	margin: 5px;
}

p
{
	font-family: "Clun'sois", "Clun'sois by C96", Verdana, "Times New Roman";
	font-weight: bold;
	text-align:jutify;
	text-indent:5px;
	margin: 5px;
}

img
{
	border: 0px none white;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

.imageflottantedroite
{float: right ; margin: 20px;}
.imageflottantegauche
{float: left ;margin: 20px;}

.imageflottantegauchecentre
{float: center ; border: medium black outset;  margin-right:300px; margin-bottom: 20px; margin-left: 20px;}
.tresgrand
{ font-size: 1.3em;}

.dessous /*le text sécrit sous le float et non plus à coté*/
{clear: both; color: black; font-family: "Clun'sois", "Clun'sois by C96", Verdana, "Times New Roman"; font-weight: bold; 
text-indent:20px; font-size: 1.5em}

