body
{
   width: 770px;
   margin: auto;
   margin-bottom: 20px;    

   background-color: #FFFFFF;
   background-image: url("templates/images/fd.png");
   background-repeat: repeat-y;
	font-family: Tahoma, Arial, "Arial Black", "Times New Roman", Times, serif;
}

a img, a:hover img
{ 
border: 0px none; 
} 

#Ban
{
   text-align:center;
   margin-bottom: 10px;
}

#Menu
{
	/*De quel coté est le menu  ? Ici, a gauche.*/
   float: left;
   /* Largeur du menu*/
   width: 170px;
}


.sMenu
{
	background-color: #ACDEFE;
	background-image: url("templates/images/ssmenu.png");
	background-repeat: repeat-x;
   
   border: 1px solid #0000FF;

   
   /*Pourquoi ca fait ca ?? : entre 0 et 1, grosse difference*/
   padding: 5px;
   padding-top : 1px;

   font-size:medium;
   text-align: justify;
   color: #FFFFFF;
   
   margin-bottom: 20px;
}

.sMenu .pub
{
margin-top : 10px;
}

.sMenu h3
{    
	color: #0000FF;
	text-align: center;
	font-size:large;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	font-variant:small-caps ;
}

.sMenu ul
{
   list-style-image: url("templates/images/puce.png");
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
   line-height: 200%;
}

.sMenu a 
{
  color: #0030FF;
}

.sMenu a:visited 
{
   color: #0030FF;
}

.sMenu a:hover
{
   color: #0064FF;
}

#corps, #Bas, .formul, #Haut
{
	border: 1px solid #0000FF;
	background-image: url("templates/images/bg.png");
	background-repeat: repeat-x;

}


/* Le corps de la page */
#corps
{
	color: #000000;
	font-weight: bold;
   margin-left: 190px;
   margin-bottom: 20px;
   padding: 20px;
   text-align: justify;
}

#corps strong
{
	font-weight: bold;
}

#corps h1
{

	color: #0000FF;
	text-align: center;
	font-weight:normal;
	font-size:xx-large;
}

h2 a
{
	color: #0000FF;
}

h2 a:hover
{
	color: #0064FF;
}

#corps h2
{
	font-size: 20px;
	font-weight:normal;
	background-image: url("templates/images/gdpuce.png");
	background-repeat: no-repeat;
	color: #0000FF;
	padding-left: 20px;

	text-align: left;
}

#Bas
{
	font-size:x-small;
	padding-top: 15px;
	padding-bottom: 5px;
	color: #0000FF;
	text-align: center;
	
   
	margin-left: 190px;
}

#Bas a, #Bas a:visited, #Bas a:hover
{
	color: #0000FF;
}

.formul
{
	padding: 20px;
	margin-top: 15px;
	text-align: center;
}

#Haut
{
	width: 450px;
	padding: 15px;
	padding-bottom: 5px;
	color: #0000FF;
	text-align: center;
	font-size:x-small;
	margin-bottom: 20px;
   
	margin-left: 230px;
}

#Haut a
{
	font-size: 25px;
	background-image: url("templates/images/gdpuce.png");
	background-repeat: no-repeat;
	padding: 0px;
	padding-left: 25px;
	margin: 20px;

}

	

