/* general */

body {
	font-family: arial, geneva, sans-serif;
}

a {
	text-decoration: none;
	color: #00471D;
	font-weight: bold;
	font-size: 14px;
}

a:hover {
	text-decoration: underline;
	color: #ff9900;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	margin: 0;
	color: #ff9900;
}

#chemin {
	font-size: 10px;
	color: #333;
}

#chemin a {
color: #000;
}

#chemin a:hover {
color: red;
text-decoration: underline;
}




#footer {
	background-color:#00471D;
	font-size:10px;
	color: #fff;
	line-height: 140%;
	height: auto;
}

#footer a {
	color: #ff9900;
}

#footer a:hover {
text-decoration: underline;
}

#logos-bailleurs {
	text-align: left;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	line-height: 140%;
	vertical-align: baseline;
	bottom: auto;
}

#logos-bailleurs img {
padding: 0 4px;	
}

#contextes .forml, #contextes .forml select {
	font-size: 10px;	
}



