/*Design maguy krimm http://maguykrimm.com */

body
{
   width: 900px;
   margin-left: auto; 
   margin-right: auto; 
   margin-top: 5px; 
   margin-bottom: 20px;   
   position:relative;
   background-color: #778899;
   font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif, "Times New Roman", Times, serif; 
   font-size: 11px;
   color : #000000;
}
  
   a img /* pas de bordure des images */
{
   border: none; 
}


/* Le corps de la page */

#corps

{
   width: 600px;
   float: auto;
   margin-left: 180px;
   margin-bottom: 20px;
   padding: 5px;
   background-color: #c4dde8;
   
    
}


h1 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
	
h2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
	
h3 {
	color: #000000;
	font-size: 12px;
}


.imageflottante
{
   float: left;
   font-size: 3em; 
   margin-right: 10px; 
}

hr
{
 color: #3e587b;
 background: #3e587b;
 height: 2px ;
 padding: 0;
 margin: 0;
 border: 0;
}


/* Le tablo */

table
{
   border-collapse: collapse; 
}

td,  th
{
   border: 3px;
   color : #3e587b;
}

caption
{
   margin: auto;
   font-family: Arial, Times, "Times New Roman", serif;
   font-weight: bold;
   font-size: 11px;
   color: #3e587b;
   margin-bottom: 20px;
}

table
{
   margin: auto;
   border: none; 
   border-collapse: collapse; 
}

th /* Les cellules d'en-t?te */
{
   font-size:11px;
   color : #3e587b;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}

td /* Les cellules normales */
{
   border:none;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
   font-size: 11px;
   text-align: center;
   padding: 5px; 
}


a
{
   text-decoration: none; /* Les liens ne seront plus soulign?s */
   color:#3e587b; /* Les liens seront en rouge au lieu de bleu */
   font-style: italic; /* Les liens seront en italique (pourquoi pas ?) */
}



#pied_de_page
{
   padding: 5px;
   text-align: right;
   color: #ffffff;
   background-color: none;
   border: none;
   font-size: 10px;
}
