/* ---------- Elements Principaux ------------- */
body    { margin:0px; font-family: Verdana, Helvetica, Arial, sans-serif; font-size:12px; padding:0%; background-image :url(img/bg.jpg); 
   }
h1      { color: #5675A4; font-size: 17px; } /*titre des pages*/
h2      { color: #5675A4; font-size: 13px; }
h3      { color: #5675A4; font-size: 12px; }
a 	{ text-decoration:underline; color:#ffffcc; font-size:100%; font-style: italic; } /* lien */
a:hover { color: #FC7E1C; text-decoration: none; font: bold ;
background-repeat:no-repeat;
font-size: 110%;
font-style: normal;
} 

legend  { color:#993366; font-size: 140%; }
li      { list-style-type:none; }
img     { border:0px; } /* image */
input   { border:solid 1px #D8D7D7; font-size:100%; background:#FFFFFF; color:#5675A4; } /* bouton */
.pagination { color:#5675A4 ; font-family: Arial; bold; font-size:200%; } 

/* ---------- Structure ------- */

/* entete */
#top    { padding:0px; background-image:url(img/bg.jpg); border-bottom:0px solid gray; height:100px; }
.topLien{text-decoration:none;}
.topLien:hover {text-decoration:none;}

div#contenu { 
	width:100%;
	height:600px;
}

 
/* Bas de page */
#footer   { position: relative; bottom: 0; width:100%; 
clear:both; color: #333333; border-top: 1px solid gray; height:30px;  font-size: 9px; background-image :none;  
}
