body 
{	
	scrollbar-arrow-color:		#666666;
	scrollbar-base-color:		#666666;
	scrollbar-face-color:		#EFEFEF;
	scrollbar-highlight-color: 	#EFEFEF;
	scrollbar-shadow-color: 		#EFEFEF;
	scrollbar-track-color: 		#EFEFEF;
	background-color: 			#EFEFEF;
}

.cadre
{
	border-style:				solid;
	border-color:				#333333;
	border-width:				1px;
	background-color:			#FFFFFF;
}

.cadre-gris
{
	border-style:				solid;
	border-color:				#CC0000;
	border-width:				1px;
	background-color:			#EFEFEF;
	font-family: 				"Trebuchet MS"; 
	font-weight: 				normal;
	font-size: 				11px;
	color: 					#333333;	
}

.cadre-titre
{
	height:					30px;
	border-style:				solid;
	border-color:				#CC0000;
	border-top-width:			0px;
	border-bottom-width:		1px;
	border-right-width:			0px;
	border-left-width:			0px;
	background:				url(./images/site/fond-cadre-titre.gif);
	font-family: 				"Trebuchet MS"; 
	font-weight: 				bold;
	font-size: 				11px;
	color: 					#333333;
}

.texte-titre
{
	font-family: 				"Trebuchet MS"; 
	font-weight: 				bold;
	font-size: 				11px;
	color: 					#333333;
}

.texte-normal
{
	font-family: 				"Trebuchet MS"; 
	font-weight: 				normal;
	font-size: 				11px;
	color: 					#333333;
}

.texte-rouge
{
	font-family: 				"Trebuchet MS"; 
	font-weight: 				normal;
	font-size: 				11px;
	color: 					#CC0000;
}

.texte-mini
{
	font-family: 				"Trebuchet MS"; 
	font-weight: 				normal;
	font-size: 				10px;
	color: 					#333333;
}

input
{
	border-style: 				solid;
	border-width: 				1px;
	border-color: 				#CC0000;
	background-color: 			#EFEFEF;
	font-family: 				"Trebuchet MS";
	font-weight: 				normal;
	font-size: 				10px;
	color: 					#333333;
	width: 					200px;
	cursor: 					hand;
}

select
{
	border-style: 				solid;
	border-width: 				1px;
	border-color: 				#CC0000;
	background-color: 			#EFEFEF;
	font-family: 				"Trebuchet";
	font-weight: 				normal;
	font-size: 				10px;
	color: 					#333333;
	width: 					200px;
	cursor: 					hand;	
}

textarea
{
	border-style: 				solid;
	border-width: 				1px;
	border-color: 				#CC0000;
	background-color: 			#EFEFEF;
	font-family: 				"Trebuchet MS";
	font-weight: 				normal;
	font-size: 				10px;
	color: 					#333333;
	width: 					200px;
	height: 					50px;
	cursor: 					hand;
}

a:link 
{  
	font-family: 				"Trebuchet MS"; 
	font-weight: 				bold;
	font-size: 				11px;
	text-decoration: 			none;
	color:					#333333; 
} 

a:visited 
{  
	font-family: 				"Trebuchet MS"; 
	font-weight: 				bold;
	font-size: 				11px;
	text-decoration: 			none;
	color:					#333333; 
} 

a:active 
{  
	font-family: 				"Trebuchet MS"; 
	font-weight: 				bold;
	font-size: 				11px;
	text-decoration: 			none;
	color:					#333333; 
} 

a:hover 
{  
	font-family: 				"Trebuchet MS"; 
	font-weight: 				bold;
	font-size: 				11px;
	text-decoration: 			none;
	color:					#CC0000; 
}
