@charset "utf-8";

.Body_style {
font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #FFFFFF;
color: #000000; 
background-image:url(images/fond.jpg);
}


/* liens par défaut */
a:link, a:visited {
color: #FF6600;
text-decoration: none;
font-weight: bold;
}

	

	a:hover, a:active {

		color: #FF6600;

		text-decoration: underline;

		font-weight: bold;

}



/* Style pour Titre */

	.titre {

		color: #FF6600;

		font-size: 12px;

		font-weight: bold;

		text-transform: uppercase;

		letter-spacing: 1px;

		padding: 0px;

		margin: 0px;			

}

	

/* Style pour mini*/

	.mini {

		color: #000000;

		font-size: 10px;
		font-weight: bold;
		letter-spacing: 1px;

}

	

