/* 
 couleur à remplacer : 
 fond = #EFEBE5
 couleur sombre = B7B3AF 
 couleur clair = E0DDD7
*/

body {
	background-color: #EFEBE5;
	margin:0px 0px 0px 0px;
	height: 100%;
}	
.lien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	text-decoration: none;
}
.titre {
	font-weight:bold;
	font-family:Helvetica,sans-serif;
	font-size:14px;
	color:#333333;
}
.titreGd {
	font-weight:bold;
	font-family:Helvetica,sans-serif;
	font-size:20px;
	color:#333333;
}
.titrePetit {
	font-weight:bold;
	font-family:Helvetica,sans-serif;
	font-size:12px;
	color:#333333;
}
.titreRubrique {
	padding-left:7px;
	padding-right:7px;
	font-family:Helvetica,sans-serif;
	background-color: #333333;
	color:#ffffff;
}
.texteErreur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #ff0000;
	text-decoration: none;
}
.tableauSombre {
	background-color:#B7B3AF;
}
.tableauClair {
	background-color:#E0DDD7;
}
.trait {
	border-top: 1px solid #999999;	
}