body
{
   width: 1200px;
   margin-top: 0px;
   margin-bottom: 0px;    
   background-image: url("images/logofin.jpg");
}
	
/* L'en-tête */

#en_tete
{
 	width: 760px;
	height: 130px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 200px;
	text-align: center;
	font-family: Arial;
	color: black;
	font-size: 25px;
}
.nom
{
	font-family: "Cretino", Arial;
	color: black;
	font-size: 64px;
}
.nom em /* => tous les em situés à l'intérieur d'un .nom*/
{
	font-family: "Cretino", Arial;
	font-size: 100px;
}

/* Le menu */

#menu
{
  float: left;
   width: 120px;
 }
.carre
{
   list-style-type: square;
   color: red;
   font-family: Arial;
	font-size: 10px;
   }

.element_menu
{
 
	background-color: white;
    border: 2px solid black;
    margin-bottom: 0px;
}
.element_menu ul
{
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 0px;
   margin-top: 0px;
}

/* Quelques effets sur les menus */


.element_menu h3
{    
   color: black;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}



.element_menu a
{
   color: black;
}

/* vignettes*/
#vignettes
{
	margin-left: 20px;
}

/* Le corps de la page */

#corps
{
	width:700px;
	margin-left: 250px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 5px;
	text-align:left;
	color: #882115;
	background-color: #fbe2e2;
	border: 2px solid black;
}
.adresse
{
	text-align: center;
	font-family: Arial;
	font-size: 12px;
}
	
#corps h1
{
   color: #B3B3B3;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 10px;
   padding-left: 30px;
   color: #B3B3B3;
   text-align: center;
}
#corps h3
{
   height: 5px;
   padding-left: 30px;
   color: #B3B3B3;
   text-align: center;
}
#corps h4
{	padding-left: 30px;
   color: black;
   text-align: center;
   font-size: 30px;
}
#corps h5
{	padding-left: 30px;
   color: black;
   text-align: left;
   font-size: 15px;
}
.imageflottante
{
	float: left;
	padding: 10px;
}
.imageright
{
	float: right;
	padding: 10px;
}
blockquote
{
	text-align: center;
}
.plan
{
	width: 150px;
	height: 150px;
}
#texte h1
{
font-family: Arial;
font-size: 16px;
}
#texte h2
{
font-family: Arial;
font-size: 12px;
}
/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   	width: 1200px;
   text-align: left;
	font-size: 10px;
   color: white;
   background-color: #B3B3B3;
   margin-left:250px;
   border: 2px solid black;
   padding-top: 0px;
   padding-left: 10px;
   margin: 0px;
   margin-bottom: 0px;
}
