body
{
	width: 1000px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	background-image: url(../images/fond-ville.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
    background-position:center bottom;


	font: .8em "Bitstream Vera Sans", Verdana, Arial, sans-serif;
}

/* L'en-tête */

#en_tete
{
	width: 1000px;
	height: 170px;
	background-image: url(../images/entete.jpg);
	background-repeat: no-repeat;
	background-color: #818286;
}


/* Le menu */
#menu
{
	float: left;
	width: 200px;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu dt {
cursor: pointer;
margin: 0px ;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid white;
background: #f8951e;
}
#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #24acde;
}


/* Le corps de la page */

#corps
{
	margin-left: 201px;
	width: 800px;
	padding: 2px;
	color:#818286;
	background-color: #FFFFFF;
}

#corps h1
{
   color: #818286;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 15px;  
   padding-left: 30px;
   color:#24acde ;
   text-align: left;
}
#corps h3
{
   height: 10px;  
   padding-left: 30px;
   color:#e6068a ;
   text-align: left;
}

.texte-important
{
	height: 8px;
	padding-left: 5px;
	color:#24acde;
	font-size: 12px;
	font-weight: bold;
}

/* Module Newsletter */

#modulenews
{
	float:right;
	width:300px;

}

/* Module Contact */

#modulecontact
{
	float:right;
	width:170px;
border: 1px dashed #e6068a; padding: 5px; background-color: #ffffff;
}

#formcontact
{
	
	width:500px;
	background-color: #FFFFFF;
}
form#formulaire-contact fieldset	   { border: 1px dashed #e6068a; padding: 5px; background-color: #ffffff;}
	form#formulaire-contact legend		   {
	background-color: #f8951e;
	padding: 1px 4px;
	color: black;
	font-weight: bold;
	}




/* page sinscrire */

#modulesinscrire
{
	float:right;
	width:300px;
	background-color:#FFFFFF;

}

/* les Tableaux du site */
table#tableau {
    background-color:#FFFFFF;
    border: solid #818286 3px;
    

}

table#tableau td {
    padding: 5px;
    border: solid #f8951e 1px;

}

.data {
    color: #000000;
    text-align: right;
    background-color: #CCCCCC;

}

.toprow {
	color: #000000;
    font-style: italic;
	font-weight: bold;
    text-align: center;
    background-color: #f8951e;

}

.leftcol {
    font-weight: bold;
    text-align: left;
	color: #000000;
    width: 150px;
    background-color: #CCCCCC;

}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   padding: 5px;
   clear: both;
   margin-top: 0px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   text-align: center;

   color: #f8951e;
   background-color: #818286;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
}

/* les images */
.imagegauche
{
   float: left;
   margin: 8px 5px;
}
.imagedroite
{
   float: right;
   margin: 8px 5px;
}