body
{
   color: #3c3f79;
   margin : auto;
   width: 770px; /*Resolution de 770*/
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur*/
   margin-bottom: 20px; /* Idem pour le bas du navigateur */
   background-color: #ccccff;
   
   /text-align: center;
}

#en_tete
{
   width: 770px; /*Largeur*/
   height: 100px; /*Hauteur*/
   background-image: url("images/banniere2.jpg"); /*Banniere*/
   margin-bottom: 5px; /*Marge du bas*/
}

/* ========================MENU======================== */

ul#menu_horizontal li 
{
	display : inline; /* Placer les liens horizontalement */
	padding : 0px;  /* Pour espacer les boutons entre eux */
	line-height : 30px;
}

li
{
	display : inline; /* Placer les liens horizontalement */
	padding : 0px;  /* Pour espacer les boutons entre eux */
	line-height : 30px;
}

ul#menu_horizontal a 
{
	color : black; /* Couleur Ecriture */
	text-decoration : none;
	padding : 0px; /*Espace entre les liens*/
	font-size :  15px;
	font-family : "Trebuchet MS", "Times New Roman", Times, serif; /*Style d'ecriture*/
}

ul#menu_horizontal a:hover 
{ 
	color: white;
}

ul#menu_horizontal 
{ 
	width : 770px; 
	height : 30px;
	padding : 0px;
	list-style-type : none; /* Car sinon les puces se placent n'importe où */
	margin: auto;
	background-color: #f4f9fd;
	/width : 770px;
	/margin-left: 0%;
    /margin-right: auto;
}

/* ======================FIN MENU====================== */

#corps
{
	background-color : #f4f9fd; /*Couleur de fond ducorps*/
	margin-top: 5px; /* Marge entre le corps et le pied de page */
	margin-bottom: 10px; /* Marge entre le corps et le pied de page */
	padding-bottom: 15px;
    padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
    height : auto; /*Taille automatique*/
    min-height: 600px ; /*Taille mini*/
    color: #3c3f79; /* Couleur d'ecriture du corps*/
    font-family: "Trebuchet MS", "Times New Roman", Times, serif; /*Style ecriture*/
	
	/width : 770px;
	/margin-left: auto;
    /margin-right: auto;
}

#pied_de_page
{
	height : 30px;
	background-color : #f4f9fd; /*Couleur de fond du menu*/
	
	/width : 770px;
	/margin-left: auto;
    /margin-right: auto;
}

a img
{ 
	border: none ; /*Liens sans bordure*/
}

a
{
	color: blue;
}

h1
{
	text-align: center;
	text-decoration: underline; /*Souligne*/
}

h2
{
	color: #3c3f79;
	background-color:#b4cfeb ;
	text-align: center;
}

.imageflottantel
{
	float:left;
}

.imageflottanter
{
	float:right;
}

.bordure
{
	border : 1px solid black;
	width: 40%; /*largeur*/
	height: 6%; /*hauteur*/
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	
	/width: 50%;
}

.bordure2
{
	margin: auto;
	text-align: center;
	border : 1px dashed black;
	width: 40%; /*largeur*/
	height: auto; /*hauteur*/
}

.justify
{
	text-align : justify;
}

.center
{
	text-align : center;
}
