/* -------------- CSS DES TEXTES -------------- */

h2, h3, h4, h5, p { margin:10px; padding:0px; }

h2 { font-size:30px; font-weight:bold; color:#bc3e20; }

h3 { font-size:18px; font-weight:bold; color:#333333; }

p { font-size:12px; color:#333333; text-align:justify; }

a { text-decoration:none; color:#41372D; font-weight:bold }
a:hover { text-decoration:underline; }

li { font-size:12px; color:#58585a; text-align:justify; list-style-image:URL(../images/carre.jpg); }

.menu a { text-decoration:none; color:#333333; }
.menu a:hover { text-decoration:none; color:#f9f5ef; }

img { border:0px; }

.bandeau { border:5px solid #dfdfdf }

.gras { font-weight:bold; }

#tooltip {
	position: 			absolute;
	z-index: 			3000;
	border: 			1px solid #111;
	background-color: 	#eee;
	padding:			5px;
	opacity: 			0.90;
	font-size: 			0.7em;
	margin-left: 		-50px;
	-moz-border-radius: 5px;
}
#tooltip h3, #tooltip div { 
	text-align:			center;
	}

#tooltip div {
	text-align:			justify;
	padding:			0px;
}

#tooltip ul, #tooltip p, #tooltip h2, #tooltip h3, #tooltip h4, #tooltip h5, #tooltip span, #tooltip a, #tooltip div { margin:0px; padding:0px; text-align:center; font-size:14px; font-weight:bold }