html {
font-size: 100%;
}

body	{
margin: 0;
padding: 0;
background: #99cccc url(fd_trait.gif);
font-family:Georgia, 'Palatino Linotype', Times, serif;
font-size: 0.85em;
color:#336666;
}

a:link {
color:#cc3366;	
}

a:visited {
color:#cc3366;	
}

a:active {
color:#cc3366;	
}

/* STRUCTURE GENERALE */

#global	{
width: 840px;
height: 100%;
border-left-color:#669999;
border-left-style:solid;
border-left-width:1px;
border-right-color:#669999;
border-right-style:solid;
border-right-width:1px;
background-color: #fff;
margin-left: auto;
margin-right: auto;
}


#pied	{
width:800px;
margin-left: 20px;
border-top-color:#cc3366;
border-top-style:solid;
border-top-width:1px;
padding-top:10px;
text-align:center;
font-size:10px;
}

/* MENU */

#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	
	}
	
#menu li {

	display: inline ;
	width:300px;
	margin-right: 0 ;
	color: #669999 ;	
	
	}
	
#menu li a {
	padding: 4px 12px ;

background-color: #fff;
	color: #669999 ;	
	border: 1px solid #cc3366 ;  
	font: 0.8em Verdana,Arial,sans-serif;
	line-height: 0.7em ;
	text-align: center ;
	text-decoration: none ;
	}
	
#menu li a:hover, #navigation li a:focus, #navigation li a:active {

background-color: #c5e7f1;
	color:#cc3366;	
text-decoration: underline ;

	}


/* ELEMENTS */

h2 {
font-family:"palatino linotype",georgia,times, serif;
font-style:italic;
font-weight:bold;
font-size: 1.6em;
color:#669999;
margin-left: 20px;
padding-bottom:5px;
width:800px;
border-bottom-color:#cc3366;
border-bottom-style:solid;
border-bottom-width:1px;
} 

.texte {
text-align:justify;
margin-left: 20px;
margin-right: 20px;
}

.texte-liste
{
margin-left: 0px;
}

.texte ul {
margin-left: 0px;	
}
.texte1{
text-decoration:underline;
}
