@charset "utf-8";
/* CSS Document */

body
{
   width: auto;
   height:auto;
   margin: 0px;
   margin-left: 0px;
   margin-top: 0px; 
   margin-bottom: 0px;
   background-color:#FFF;
   padding: 10px;
   padding-top: 10px;
   padding-left: 10px;
   padding-right: 10px;
   border-bottom: 10px;
}
#page
{
   width: 100%;
   overflow:auto;
   margin-top: 0px;
   margin-left: 0px;
   padding: 0px;
   vertical-align:top;
}

p
{
   font-size: 0.8em;
   width: 60%;
   color: black;
   font-family: Arial, "Arial Black", serif;
   text-align:justify;
}
p:first-letter
{
   text-indent:15px;
   font-size: 2em;
   font-weight: bold;
   color: black;
}
.imageflottantegauche
{
   float: left;
}
.imageflottantedroite
{
   float: right;
   margin-left: 5px;
}

h3 
{    
   color: #0066cc;
   font-family: Arial, "Arial Black", serif;
   text-indent:20px;
}

h5 
{    
   color: #515151;
   font-family: Arial, "Arial Black", serif;
   text-align: center;
}

ul 
{
   list-style-image: url("images/puce1.gif");
   font-size: 0.8em;
   width: 90%;
   color: black;
   font-family: Arial, "Arial Black", serif;
   text-align:justify;
   padding-left:15px;
   
}
.pair{color: #0066cc;}
.impair{color: black;}

a 
{
   color: #0066cc;
}

a:hover 
{
   background-color: #FFF;
   color: black;
}

.mentions p
{
   font-size: 0.6em;
   width: 90%;
   color: black;
   font-family: Arial, "Arial Black", serif;
   text-align:justify;
   padding: 5px;
   margin-left: 5px;
}
.contact p
{
	width: 100%;
	text-align:center;
	
}
em
{
	color: #06C
}
