﻿@charset "UTF-8";
/* CSS Document */

body
{
   width: 960px;
   background-color:#2E2820;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
}


  
#corps
{
width:650px;
	margin-left:180px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
	margin-right:50px;
	margin-top:7px;
   margin-bottom: 10px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding:5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
	background-position:auto;
}


#corps1
{
width:210px;
float:left;
margin-top:250px;
padding:5px;
color:#666666;
background-color:#2E2820;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;


}

#courant-text
{
font-family:"Times New Roman", Times, serif;
font-size: 14px;
font-stretch:normal;
color:#330000;
}




#foot
{
   padding: 5px;

   text-align: center;

   color: #B3B3B3;
   background-color: #626262;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

.img
{
border-style:none;

}

.essai{

border:solid;
border-width:3px;
border-bottom-color:#3F372C;
border-left-color:#3F372C;
border-top-color:#3F372C;
border-right-color:#3F372C;
}









