body {
	font-family		: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size		: x-small;
	color			:#4F4948
}
A:link, A:active
	{
	text-decoration	:	none;
	color			:	#3399FF;
	background		:	transparent;
	border-bottom-style:dashed;
	border-bottom-width:thin;
	border-bottom-color:#3399FF;
	
	}
A:visited 
	{
   	text-decoration	:	none; 
   	color			:	#3399FF; 
	border-bottom-style:dashed;
	border-bottom-width:thin;
  	background		:	transparent; 
	}		
A:hover 
	{ 
   	text-decoration	:	none; 
   	color			:	#3399FF;
	background-color:#E8F8FF;
	}
	


A.menu:link, A.menu:active
	{
	text-decoration	:	none;
	color			:	#000000;
	background		:	transparent;
	border: 0;

		}
	A.menu:visited 
	{
   	text-decoration	:	none; 
   	color			:	#000000; 
  	background		:	transparent;
	border: 0;
		}		
	A.menu:hover 
	{ 
   	text-decoration	:	underline; 
	color			:	#FFFFFF;
	background-color		:	#9FB8C7;
	border: 0;
	}
	
A.part:link, A.part:active
	{
	text-decoration: none;
	color: #0FABE4;
	background-color: #FFFFFF;
	border: 0;
}
A.part:visited 
	{
   	text-decoration: none;
	color: #0FABE4;
	background-color: #FFFFFF;
	border: 0;;
	
 	}		
A.part:hover 
	{ 
   	text-decoration	:	none; 
   	color			:	#FFFFFF;
	background-color:#3399FF;
	border-bottom-style:dashed;
	border-bottom-width:thin;
	border-bottom-color:#3399FF;
	}

h1 {
	color				: #CC0000;
	font-family			: Arial;
	font-size			: medium;
	padding-left		: 5px;
	border-left			: 10px;
	border-left-color	: #E71B14;
	border-left-style	: solid;	
}
h2 {
	color				: #FF6600;
	font-family			: verdana;
	font-size			: small;
	padding-left		: 15px;
	background: #FFF url(images/puce1.png) no-repeat 2px 5px;	
}

h3 {
	color				: #CC0000;
	font-family			: verdana;
	font-size			: x-small;
	padding-left		:30px;
	background: #FFF url(images/puce2.png) no-repeat 15px 5px;	
}

p {
	margin: 5px auto auto 15px;
}
UL
{
	list-style-image: url('images/pointeur_rouge.png');
	}