strong{
	color: #000000;
}

.texte h1{
	font-size: 110%;
	color: #B60500;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-decoration: underline;
}

.texte h2{
	font-size: 100%;
	color: #B60500;
	margin: 0px 0px 6px 0px;
}

.texte a{
	color: #B60500;
	text-decoration: underline;
}
	.texte a:hover{
		color: #3F0100;
	}

.texte ul{
	margin: 4px 4px 4px 0px;
	padding-left: 30px;
	list-style-image:url(/images/puce.jpg);
}
	.texte ul li{
		padding-bottom: 3px;
	}
		.texte ul li ul{
			list-style: none;
			list-style-image: none;
			margin: 0px;
		}
		.texte ul li ul li{
			padding-left: 7px;
			background-image: url(/images/puce2.jpg);
			background-repeat: no-repeat;
			background-position: left 8px;
		}

.texte hr{
	margin: 10px auto 10px auto;
	text-align: center;
	height: 1px;
	border: 0px;
	color: #B60500;
	background-color: #B60500;
	width: 70%;
}

/*Style des formulaires*/
	.champ{
		border: 1px solid #B60500;
		background-color: #FBF2EB;
	}
	.champ:hover{
		border: 1px solid #000000;
	}
	input.error, textarea.error{
		border: 1px solid red;
		background-color: #FFDBCF
	}
	input.bouton{
		border: 2px outset #B60500;
		background-color: #B60500;
		color: #FFFFFF;
		font-weight: normal;
		font-size: 90%;
		padding-top: 1px;
		padding-bottom: 1px;
		text-decoration: none;
		/*hack pour executer du code uniquement sur IE*/
			!margin-bottom: -2px;
			!padding-bottom: 0px;
		/*fin du hack*/
	}
	
	a.bouton{
		border: 2px outset #B60500;
		background-color: #B60500;
		color: #FFFFFF;
		font-weight: normal;
		font-size: 90%;
		padding: 3px 10px 2px 10px;
		text-decoration: none;
	}

/*Mise en page des tableaux servant à afficher des liste*/
	.tableau th{
		color: #000000;
		background-color: #CAE1F1;
	}
	.tableau tr.pair td{
		background-color: #FFEEDC;
	}
	
/*Affichage des résultats du module de recherche*/
	div.searchResult h3{
		border-bottom: 1px solid #B60500;
	}
	
/*News du module de nouvelles*/
	div.news h3{
		border-bottom: 1px solid #B60500;
	}

