@charset "utf-8";

.Body_style {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000000;
	color: #FFFFFF;  
}

/* 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: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		padding: 0px;
		margin: 0px;		
}

/* Style pour Titre */
	.titremenu {
		color: #FF6600;
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		padding: 0px;
		margin: 0px;		
}

/* Style pour mini*/
	.mini {
		color: #000000;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: 1px;
}

/* Style pour miniwhite*/
	.miniwhite {
		color: #FFFFFF;
		font-size: 10px;
		font-weight: bold;
		letter-spacing: 1px;
}
