*, html, body {
	padding: 0px;
	margin: 0px;
}

body{
	color: black;
  	font-size: 11px; font-family: arial; text-align: justify;
  	background-color: #c5c5c7;
  	background-position: top right;
  	background-attachment: fixed;
}
p {
	color: black; font-size: 11px; font-family: arial; text-align: justify;
	padding: 10px;
}

td {
	font-size: 11px; font-family: arial; font-variant: small-caps; 
}

a:link {
	color: #999999 ; font-size: 11px; font-family: arial; font-variant: normal;
}

a:visited {
	color: #666666 ; font-size: 11px; font-family: arial; font-variant: normal;
}

a:hover {
	color: #666666 ; font-size: 11px; font-family: arial; font-variant: normal;
}

a:active {
	color: #999999 ; font-size: 11px; font-family: arial; font-variant: normal;
}

h1 {
	color: #999999; font-size: 18px; font-family: arial; font-weight: bold; text-align: left;
	width: 300px;
	padding: 10px;
}

h2 {
	color: black; font-size: 13px; font-family: arial; font-weight: bold; text-align: left;
	width: 300px;
	padding: 10px;
}

h3 {
	color: #999999; font-size: 13px; font-family: arial; font-variant: normal;text-align: center;
}

h4 {
	color: #999999; font-size: 11px; font-family: arial; font-variant: small-caps;text-align: left;
}
h5 {
	color: #a73320; font-size: 11px; font-family: arial; font-variant: small-caps;text-align: center;
}
h6 {
	color: #999999; font-size: 11px; font-family: arial; font-variant: small-caps;text-align: right;
}
h7 {
	color: #a73320; font-size: 18px; font-family: arial; font-weight: bold;text-align: center;
}
legend {
	color: #999999; font-size: 11px; font-family: arial; font-variant: small-caps;text-align: left;
}

img {
	border: solid 2px #999999;
}

a img{
	border:  solid 2px #666666;
}

/* Fin des éléments HTML standard */

#container {
	width: 800px;
	background-color: #EEEEEE;
  	margin: auto;
  	margin-top: 5px;
  	margin-bottom: 5px;
	background-image: url("../image/center.jpg");
}


#en_tete{
	width: 100%; 
	height: 100px;
	background-image: url("../image/header.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}


#centre_page{
}

#corps {
	width: 585px; 
	margin-left: 170px;
	padding-left: 10px;
	border-left: dashed 2px #c5c5c7;
	min-height: 440px ;
}

#pied_de_page {
	width: 800px; 
	height: 40px; 
	color: #B3B3B3;
	background-image: url("../image/footer.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
}

#copyright {
	padding-top: 20px; 
	font-size: 11px; font-family: arial; text-align: center; font-variant: normal; color: white; 
}

