body { 
	font: 13px helvetica; 
	color: #000000;
	background-color: #fffbf6; 
        line-height: 150%;
/* 	background-color: #efeae4; */ 
}

h1 {
	font-size: 30px;
	font-weight: normal;
	color: #85685f;	
 }

h2 {
	font-size: 20px;	
	color: #85685f;	
 }

h3 {
	font-size: 16px;	
	color: #85685f;	
 }

h4 {
	font-size: 15px;
/*	color: #85685f;	*/
 }
/*
ul  {
	list-style-image: url('images/puce1.gif');
	list-style-position: outside;
}
*/

#content li {
	list-style-image: url('images/puce1.gif');
	list-style-position: inside;
}
#content li p {
	font-size: smaller;
    margin-left: 30px;
}

/*
#menu ul {
	list-style-image: url('images/puce2.gif');
}
*/

img {
	border: 0;
}

a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: /*#b4695d*/#CC3300;
}

a:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: /*#a38c7a*//*#a37a7a*/#8E513D;
}

a:hover, a:active { 
	color: #464646;
}


#logo_projet {
	background-image: url('images/logo-0.3.png');
	background-repeat: no-repeat;	
	background-color: #fffbf6;
}

#navigation {
/*	border-top: #85685f 1px solid;
	border-bottom: #85685f 1px solid;
*/	text-align: center;
	background-color: /*#f7ecdc*/#e6ddd1;
}

#menu {
/*	border: #85685f 1px solid;*/
	background-color: #e6ddd1;
}

#menu h3 {
/*	background-color: #a09080; 
	color: #efeae4;*/
	background-color: #c5bcb2;
	text-align: center;
}

#essentiels {
	background-color: #e6ddd1;	
	list-style: none inside none;
}

#keywords {
	background-color: #f7ecdc; 
}

#keywords h3 {
	background-color: #ede1ce; 
}

#news {
	border: #85685f 1px dashed;
/*	background-color: #efeae4;*/
	background-color: #f7ecdc; 
/*	background-color: #e5dbcc;*/
	text-align: justify;
	list-style-position: outside;
}

#content {
	text-align: justify;
	font-size: 14px;
}

#content .presentation {
	text-align: justify;
	font-size: 18px;
        margin-left: 15%;
        margin-right: 15%;
}

