HTML {
	WIDTH: 100%; HEIGHT: 100%
}
BODY {
	/*WIDTH: 100%; HEIGHT: 100%*/
}
BODY {
margin: 0;
padding: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #fff; 
WIDTH: 100%; HEIGHT: 100%
}

.conteneur {
	WIDTH: 100%;
	POSITION: absolute;
	HEIGHT: 100%;
	left: 0px;
	top: 0px;
}

.header {
width: 100%;
HEIGHT: 100px;
 background-image: url('photo/header.gif');
 background-attachment: fixed; /* Le fond est fixé */
}

.entete{
width: 100%;
height: 15px;
background-color: #fff;
border-bottom: 1px;
border-top: 1px;
MARGIN: 0px;
text-align: right;
font-weight: bold;
FONT-SIZE: 10px;
color: #0033FF;
}


.fond {
width: 100%;
height: auto;
background-image: url('photo/fond.jpg');
background-repeat: no-repeat;
background-attachment: fixed; /* Le fond est fixé */
}

.texte1 {
margin-left: 200px;
padding-top: 20px;
text-align:justify;
margin-right: 35px;
text-MARGIN: 10px;
}

a{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: navy; /* Les liens seront en rouge au lieu de bleu */
}
a:hover /* Quand le visiteur pointe sur le lien */{
   text-decoration: underline; /* Le lien deviendra souligné quand on pointera dessus */
   color: #ef9300; /* Le lien sera écrit en vert quand on pointera dessus */
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
color: #E3F5FF;
}

#menu {
WIDTH: 145px; 
POSITION: absolute;
HEIGHT: auto;
margin-top: 40px;
left: 20px;
}

#menu dt {
background-image: url('photo/ar menu.jpg');
background-repeat: no-repeat;
margin: 0px;
line-height: 15px;
margin-top: 19px;
text-align: center;
}

#menu ul {
border: 1px solid #0099FF;
}

#menu li {
text-align: left;
margin-left: 20px;
margin-top: 2px;
}

#menu li a, #menu dt a {
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu li a:hover, #menu dt a:hover {
text-decoration: underline;
}

.0{
border:0; 
}

.az{
border: 1px solid #0099FF;
}

.2{
border:0;
}

.none {
text-align:justify;
font-size: 10px;
WIDTH: auto;
HEIGHT:auto;
}

#footer{
height: 45px;
margin-top: 20px;
background-color: #A1DEFF;
color: #0033FF;
text-align: center;
}

