@charset "utf-8";

.Body_style {
font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #CFCFCF;
color: gray;

/*Images de fond*/
background-image: url(images/Fond.gif);
background-repeat: repeat-x;
margin-left:0px; 
margin-right:0px; 
margin-top:15px;
margin-bottom:0px 
}


/*quelques variables:
repeat
L'image d'arri�re-plan se r�p�te � la fois horizontalement et verticalement.
no-repeat L'image d'arri�re-plan n'est affich�e qu'une seule fois.
repeat-x 
L'image d'arri�re-plan ne se r�p�te qu'horizontalement.
* repeat-y 
L'image d'arri�re-plan ne se r�p�te que verticalement.*/


/* liens par défaut */
a:link, a:visited {
color: #82AE03;
text-decoration: none;
font-weight: bold;
}

a:hover, a:active {
color: #82AE03;
text-decoration: underline;
font-weight: bold;
}

/* Style pour Titre */
.titre {
color: #000000;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0px;
padding: 0px;
margin: 0px;			
}

/* Style pour mini*/
.mini {
color: gray;
font-size: 10px;
font-weight: bold;
letter-spacing: 0px;
}



	




