body, div, form, fieldset, table { margin: 0; padding: 0; }


body
{
   width: 99%;
   background-color: #646464;
   background-image: url("../images/wrapper.gif");
}

img
{
	border:0px;
}
#centre
{
    margin: auto;
	margin-bottom:-20px;
	width: 900px;
	background-color: #C0C0C0;
	background-image: url("../images/fond.png");
	background-repeat: repeat-y;
	padding: 0px;
}

/* L'en-tête */

#en_tete
{
	width: 900px;
	height: 150px;
	margin: auto;
	/*margin-left:80px;*/
	color: #E00000;
	text-align: center;
	padding: 0px;
	background-image: url("../images/ban.png");
	
}
#en_tete h1
{
	font-family: Smudger LET, "Times New Roman", Times, serif;
	font-size: 4em;
	padding: 0px;
	margin: 0; 
	padding-top:30px;
	font-weight: bold;
}
#en_tete h2
{
	font-family: Smudger LET, "Times New Roman", Times, serif;
	font-size: 1.8em;
	padding: 0px;
	margin: 0; 

	font-weight: bold;
}

/* Le menu */

#menu
{
	padding-top: 10px;
   float: left;
   width: 175px;

   
}
#localisation
{
	width: 160px;
   text-align: center;
   
}

.element_menu
{

   margin-top:20px;
   margin-bottom: 60px;
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: #242424;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu dl
{

   padding: 0px;
   padding-left: 15px;
   margin: 0px;
   margin-bottom: 5px;
  
}
.element_menu dt
{
    padding: 0px 0px 0px 0px;
    margin-bottom: 15px;
    width: 140px !important;
    width:152px;
	color: #242424;
	cursor: pointer;
    font-size: 1.2em;
    font-family:"Times New Roman", Times, serif;
    /*text-transform: uppercase;*/
	text-decoration: none;  
 }
 .element_menu  dt a 
 {
    display:block;
    width: 140px !important;
    width:152px;
	color: #242424;
	cursor: pointer;
    font-family:"Times New Roman", Times, serif;
	text-decoration: none;
}

.element_menu  dt:hover, .element_menu  dt a:active, .element_menu  dt a:focus /* Appliquer le même style aux liens actifs et focus */
{
   font-weight: bold;
}
 .element_menu  dd
 {
	padding-bottom:10px;
}

 .element_menu li
{
	padding-top: -5px;
    margin-bottom: -20px;
    height: 40px;
	color: #dcc253;
	cursor: pointer;
    font-family:"Times New Roman", Times, serif;
	text-decoration: none;  
	padding-bottom:5px;

 }
 .element_menu  li a {
	color: #dcc253;
	cursor: pointer;
	font-size: 14px;
    font-family:"Times New Roman", Times, serif;
	text-decoration: none;
}
 .element_menu  li a:hover, .element_menu  li a:focus{
	font-weight: bold;
}
 .element_menu ul
{
	margin: 0px 0px 0px -50px;		  
}
 .carte
{
	margin-left:10px;
	margin-top:50px;
}

/* Le corps de la page */


#corps
{
	margin-top:0px;
	margin-left: 220px;
	padding: 10px;
	width: 600px;
	min-height :400px;
}
#corps_admin
{
	margin-top:10px;
	margin-left: 220px;
	padding: 40px;
	width: 600px;
	min-height :400px;
	color: #300000;
}
.liste
{
	height: 25px;
}
.liste:first-letter
{
	text-transform: uppercase;
}
#corps a , #corps_admin a
 {
	color: #ad0a00;
	cursor: pointer;
    font-family:"Times New Roman", Times, serif;
	text-decoration: none;
}
#corps a:hover, #corps_admin a:hover
{
	color: #FF0000;
	text-decoration: underline;
}



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

#corps h2
{
	color: #242424;
	text-align: left;
}
#corps p
{
   text-align: justify;
   color: #242424;
}

#corps li
{
   list-style-image: url("../images/li.png");
   margin-bottom:10px;
}
.imageflottantegauche
{
   float: left;
   margin-right:10px;
}
.imageflottantedroite
{
   float: right;
   margin-left:10px;
}

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

#pied_de_page
{
	width: 898px;
	margin: auto;
	margin-left:80px;
	margin-bottom:10px;
	text-align: center;
	color: #242424;

}
