/* CSS Document */
/* ------ Informations générales pour la mise en page du site  ----- */
/* style et couleur des liens en general */  

body {	
	/*background: url('images/chevalier2.jpg');*/
	margin: 0;
	text-align: center;
	}



a { font:18px "georgia", Arial, Helvetica, sans-serif;                
	text-align:center;
	color:#333333;
	text-decoration:none;

}

/* style et couleur du lien  en survol */
a:hover { 
    font:18px "georgia", Arial, Helvetica, sans-serif;
	text-align:center;
	color:#f1e2b9;
	text-decoration:none;

}


#tete  ul {
	margin: 0;
	padding: 5px 0 0 14px;
	list-style: none;
}

#fond{
	width: 880px;	
	background: url('images/fondcadre.jpg');
	background-repeat: repeat-y;	
	border-bottom: 1px solid #333
}

/***********************************************menu*********************************************************/
#tete  li {
	display: inline;
}

#tete  a {
	display: block;
	float: left;
	height: 29px;
	padding: 5px 20px 0 30px;
	text-decoration: none;
	font-weight: none;
	color: #F1E2B9;
}

#tete  a:hover {
	color: chocolate;
}
/****************************************************bas page***********************************************************/

#pied a{
	font:10px " Arial" , Helvetica, sans-serif;                
	color: #F1E2B9;
	text-decoration: none;

}

/* style et couleur du lien  en survol */
#pied a:hover { 
    font:10px " Arial" , Helvetica, sans-serif;                
	color: chocolate;
	text-decoration: underline;
}
