body
{
   width: 800px;
   margin: auto; /* Pour centrer notre page */
   margin-bottom: 10px;    /* Idem pour le bas du navigateur */
}
#en_tete
{
   width: 800px;
   height: 235px;
   background-image: url(../images/bandeau01.jpg);
   background-repeat: no-repeat;
   background-color:#006633;
}
#accueil
{
	width:800px;
	height:600px;
	background-image: url(../images/fond_accueil01.jpg);
	background-repeat:no-repeat;
	margin:auto;
}
#menu
{
	width:800px;
	height:41px;
	background-color:#FFFFFF;
}
#corps
{
width:800px;
}
#footer
{
	width:800px;
	height:100px;
   background-image: url(../images/fond_footer.jpg);
   background-repeat: no-repeat;
	margin:auto;
}
.bodytext
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:20px;
text-align:justify;
}
.texte_accueil
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:20px;
text-align:justify;
}
.texte_footer
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
color:#000000;
margin:auto;
line-height:20px;
}
h1
{
font-family: "Arial Black" ,Arial, Helvetica, sans-serif;
font-size:20px;
color:#003300;
margin:0px;
margin-bottom:10px;
background: url(../images/trait_style.jpg) no-repeat 0 22px;
}
h2
{
background: url(../images/trait_style.jpg) repeat 0 26px;
font-family: "Arial Black" ,Arial, Helvetica, sans-serif;
font-size:16px;
color:#000000;
padding:5px;
}
.logo {
margin-left:500px;
margin-top:20px;
}
img 
{ border:none;}

.navigation:link, .navigation:visited {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.navigation:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	color:#D03D03;
}
.visited {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color:#D03D03;
}
#pied {
   width: 800px;
   height: 20px;
   background-image: url(../images/pied_page.jpg);
   background-repeat: no-repeat;
   font-family:"Trebuchet MS";
   font-size:9px;
   color:#FFFFFF;
   }
.idesign {   
	font-family:"Trebuchet MS";
   font-size:9px;
   color: #CCFFCC;
}
a {
text-decoration:none;}