/* ------------GENERAL BODY------------ */

BODY {
SCROLLBAR-FACE-COLOR: #ffffff; 
FONT-SIZE: 10px; 
MARGIN: 0px; 
}

.bg {
	background-image: url(../pictures/background2.jpg);
	background-repeat: no-repeat;
}



.intro{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 12px;
	COLOR: #000000;
	text-decoration: none;
	
}


.accueil{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color:#FFFFFF;
	}





/* ------------TEINTES DES POLICES------------ */

.blanc{
	COLOR: #ffffff;	
}
.bleu{
	COLOR: #0169B2;	
}
.brun{
  COLOR : #5D4A34;
}
.brunclair{
  COLOR : #AA7D0A;
}
.brunfonce{
	color:#52220B;
}
.cyan{
	COLOR: #009EE0;	
}
.gris{
	COLOR: #333333;
}
.grisc{
	COLOR: #999999;
}
.grisblanc{
	COLOR: #CCCCCC;
}
.griscontact{
  COLOR :#484636;
}
.jaune{
	COLOR: #D5D304;
}
.orange{
	COLOR: #FF9900;
}
.or{
  COLOR : #d7cc45; 
}
.vert{
  COLOR : #99CC00;
}
.bleufonce{
  COLOR :#005596;
}
.rouge{
	color:#AC1029;
}
.noir{
	color:#000000;
}
