/* feuille de style POLICES.CSS - theme : MalaIndia */
/* version 23 fevrier 2010 */
/* Code par Jean-Michel dans le cadre du projet MalaIndia */


body {
	background-color: #c95a04;
	font-family: arial,"Verdana", serif;
	color: #fff;
}

ul, li {
	padding: 0;
	list-style-type: none;
	margin: 0;
}

a {
	color: #771507;
	text-decoration: none;
}

a:hover {
	color: #8d1605;
	text-decoration: underline;
}




a img {
	border: none;
}


#bandeau {
	background-image: url('bandeau.png');
	background-repeat: no-repeat;	
}

#general {
	background-image: url('pixel-bordeau.png');
	background-position: 206px 0;
	background-repeat: repeat-y;
}

/* listage des textes */

#header {
	padding: 10px 0; 
}

#header .logo {
	float: right;
	margin: 0 0 1em 1em;
	border: 1px solid #ccc;
}

.sursoustitre {
	font-size: 12px;
	color: #333;
	letter-spacing: 0.1em;
}

.dateauteurs {
	font-size: 12px;
	color: #999;
	margin: 0.5em 0;
}

h1 {
	margin: 6px 0px 6px 0px;
	font-size: 24px;	
	color: #58345d;
	letter-spacing: 0.05em;
}

.clearer_header {
	clear: right;	
}

.chapeau {
	margin: 10px 30px 10px 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
}

.texte {
	line-height: 150%;
	font-size: 14px;
}

h3 {
	font-size: 180%;
	margin: 30px 0 15px 0;
	font-weight: normal;
	line-height: 14px;
	text-align: left;
}

.notes {
	font-size: 11px;
	margin: 6px 0px 6px 0px;
}

.ps {
	font-size: 11px;
	margin: 14px 0px 6px 0px;
}

.clearer {
	clear: right;
}

#footer {
	background-color: #c95a04;
	font-size: 13px;
	}
	
#chemin {
  font-size: 12px;
 }
	

