/*
<h2>    Page    </h2>
    ====    
<Xmp>*/
BODY    
	{
	font-family	:	Century Gothic, Arial, Tahoma; 	
	}
/*</Xmp>

<h2>    Links   </h2>
    =====   
<Xmp>*/
/* description des liens actifs, visités et survolé avec décoration du texte, couleur et fond*/
A:link, A:active
	{
	text-decoration	:	none;
	color	: #AACA65;
	FONT-WEIGHT: bold;
	background	:	transparent;
	}

A:visited 
	{
   	text-decoration	:	none;
	color	: #AACA65;
	FONT-WEIGHT: bold;
  	background	:	transparent; 
	}
A:hover 
	{ 
   	text-decoration	:	none;
	color	: #AACA65;
	FONT-WEIGHT: bold;
	background	:	transparent; 
	}
A.navigation:link, A.navigation:active
	{
	text-decoration	:	none;
	color	: black;
	background	:	transparent;
	}
A.navigation:visited
	{
	text-decoration	:	none;
	color	: black;
	background	:	transparent;
	}
A.navigation:hover 
	{
	text-decoration	:	none;
	color	: black;
	background	: aqua;
	}
	
/*</Xmp>
<h2>    Grands titres et paragraphes        </h2>
    ========        
<Xmp>*/
H1 	{
	COLOR: black;
	FONT-FAMILY: Century Gothic, Arial, Tahoma;
	text-align : left;
	font-size:12px; 
	}
H2 	{
	COLOR: black; 
	FONT-FAMILY:	Century Gothic, Arial, Tahoma; 
	FONT-WEIGHT: bold;
	text-align : left;
	font-size:12px; 
	}
H3 	{
	COLOR: black; 
	FONT-FAMILY:	Century Gothic, Arial, Tahoma; 
	font-size:12px; 
	}
	
H4 	{
	COLOR: black; 
	FONT-FAMILY:	Century Gothic, Arial, Tahoma; 
	font-size:12px; 

	}
	
P, DL, OL, UL, BLOCKQUOTE, SPAN, BR, TD
	{
	font-family	:	Century Gothic, Arial, Tahoma;
	font-size:10px;

	}
.navigationbar
	{
	font-size	:	smaller; 
	font-size:12px; 
	}	
.conclusion
	{
	color : navy; 
	font-size:12px; 
	}
.reponse
	{
	color : navy;
	font-family	:	Century Gothic, Arial, Tahoma;
	font-size:12px; 
	}
.code
	{
	color : black;
	font-family	:	Century Gothic, Arial, Tahoma;
	font-size:12px; 
	}
.texte
	{
	color : #64a7bd; 
	FONT-FAMILY:Century Gothic, Arial, Tahoma;
	FONT-WEIGHT: bold;
	font-size:14px; 

UL
	{
	list-style-image: url(images/puce_bleu.jpg);
	margin-bottom:  1ex;
	}
.reponse	
	{
	list-style-image: url(images/puce_bleu.jpg);
	margin-bottom:  1ex;
	}

UL UL
	{
	list-style-image: url(images/puce_bleu.jpg);
	margin-top : .5ex;
	}

UL UL UL
	{
	list-style-image: url(images/puce_bleu.jpg);
	}
	
/*</Xmp>

<Xmp>*/

