body {
width: 800px;
margin: auto;
margin-top: 10px;
font-family:  verdana, arial, sans-serif;
font-size: 12px;
background-color: rgb(144,153,174);
text-align: center;
}

img {
border: none;
}

p {
padding-left: 10px;
padding-right: 10px;
text-align: justify;
}

h1 {
text-align: justify;
font-size: 20px;
color: rgb(5,5,241);
font-family: "times new roman";
}

h2 {
color: #900;
font-size: 16px;
text-transform: uppercase;
font-style: italic;
font-weight: bolder;

}

h3{
font-size: 12px;
text-transform: uppercase;
font-weight: bolder;
}

h4{
text-align: center;
font-size: 14px;
font-weight: bolder;
color: rgb(5,5,241);
}

div#conteneur{
background-color: white;
width: 800px;
margin: 0 auto;
text-align: left;
}

li{
text-align: justify;
padding-top: 7px;

}

a:visited{
color: blue;
}

legend{
font-weight: bolder;
color: rgb(5,5,241);
}

fieldset{
border-color: rgb(144,153,174);
padding: 10px;
margin-left: 15px;
margin-right: 15px;
text-align: justify;
}

.puce{
list-style-type: none;
background-image: url(design/puce.png);
background-repeat: no-repeat;
background-position: 0px 13px;
padding-left: 15px;
}

.head1{

background-image: url("design/bandeau.png");
width: 800px;
height: 135px;
}


.menuhorizontal{
font-size: 12px;
background-color: white;

width: 800px;
height: 50px;
}


.gauche{
float: left;
background-color: white;
width: 180px;
min-height: 500px;
margin-top: 5px;

}

.droite{
float: right;
background-color: white;
background-image: url('design/couple3.jpg');
background-position: top right;
background-repeat: no-repeat;
width: 138px;
min-height: 500px;
margin-top: 5px;
}


.centre{
margin-top: 5px;
min-height: 500px;
background-color: white;
background-image: url("design/fond2.jpg");
background-repeat: no-repeat;
background-position: center center;
}

.centre2{
margin-top: 5px;
min-height: 500px;
background-color: white;
}

.foot{
width: 800px;
height: 60px;
background-color: white;
font-size: 12px;
}

#navigation {
	width: 143px ;
	list-style-type: none;
	margin: 0 ;
	padding: 17px ;
	padding-top: 0px;
	}

#navigation li {
	background-color: rgb(144,153,174) ;
	color: black ;
	border-width: 1px;
	border-color: gray;
	border-style: outset;
	margin-bottom: 0px ;
	padding-top: 0px;
	
	}	

#navigation li a {
	display: block ;
	background-color: rgb(144,153,174) ;
	color: black ;
	background-image: url('design/bouton.png');
	font: 1em "Trebuchet MS",Arial,sans-serif ;
	line-height: 1em ;
	text-align: center ;
	text-decoration: none ;
	padding: 4px 0 ;
		}

#navigation li a:hover, #navigation li a:focus  {
	background: #900 ;
	color: white;
	text-decoration: underline ;
	}	

#navigation li a:active {
	background: #900 ;
	text-decoration: underline ;
	border-width: 1px;
	border-color: black;
	border-style: inset;
	}
	
.current{
	background: #900 ;
	color: white;
	display: block ;
	text-decoration: underline ;
	border-width: 1px;
	border-color: white;
	border-style: inset;

}	

.menuhaut{
padding-left: 40px;
}

.espacement{
padding-left: 5px;
padding-right: 5px;
}

.intitulemenu{
color: rgb(255,0,0);
text-align: center;
}

.milieu{
text-align: center;
}

.ariane{
text-align: left;
padding-top: 0px;
font-size: 9px;
}

.rouge{
color: rgb(255,0,0);
}

.encadre{
background-color: yellow;
border-style: outset;
width: 430px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
list-style-type: none;
	border-color: white;
}

.encadre2{
background-color: orange;
border-style: outset;
width: 430px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
list-style-type: none;
	border-color: white;
}

.charte{
border-style: solid;
border-color: rgb(5,5,241);
padding: 10px;
color: rgb(5,5,241);
text-align: left;
width: 210px;
float: left;
border-width: 1px;
font-size: 10px;
}

.charte2{
border-style: solid;
border-color: rgb(5,5,241);
padding: 10px;
color: rgb(5,5,241);
text-align: left;
width: 210px;
float: right;
border-width: 1px;
font-size: 10px;
}

.floatgauche {
float: left;
}

.floatdroite{
float: right;
}

.alignedroite{
text-align: right;
}