body { 
	background-color : #FFFFFF;
	color : #000000;
	font-size : 16px;
	font-family : arial,helvetica,sans-serif 
	/*
	background-image : url(../images/bg.jpeg);
	background-position : center;
	background-repeat : no-repeat;
	background-attachment : fixed;
	*/
}

H1{ 	
	color : #000000;
	font-size : 22px;
	font-weight : bold;
	font-family : arial,helvetica,sans-serif 
}

H2{ 	
	color : #000000;
	font-size : 16px;
	font-family : arial,helvetica,sans-serif 
}

H3{ 	
	color : #000000;
	font-size : 14px;
	font-family : arial,helvetica,sans-serif 
}

P{ 	
	text-indent : 20px
}

.encadre 
{
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	padding : 4px 5px 2px 10px
}


A{
    color : #668ea3;
    TEXT-DECORATION: none
}

A:hover {
    color : #668ea3;
    TEXT-DECORATION: underline
}

tr {
	background-color : #FFFFFF;
}

ul {
	list-style-image : url(images/triangle.png); 
	list-style-position : inside;
}	

