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

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

h2 { font-size:24px; font-weight:bold; color:#1b5881; margin-left:0px; }

h3 { font-size:14px; font-weight:bold; color:#0071bc; margin-left:0px; margin-top:10px; }

h4 { font-size:12px; font-weight:bold; color:#000000; }

h5 { font-size:12px; font-weight:normal; color:#808080; }

p { font-size:12px; color:#4c4c4c; text-align:justify; margin-bottom:10px; margin-left:0px; margin-right:0px; }

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

a { text-decoration:none; color:#0071bc; }
a:hover { text-decoration:underline; }

img { border:0px; }

.bandeau { border:5px solid #dfdfdf }

.gras { font-weight:bold; }

.right { text-align:right; }

#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 }

#phototheque a { background-color:#FFFFFF; width:80px; height:80px; border:1px solid #1B70A8; display:inline-block; margin:5px; }
#phototheque a:hover { background-color:#D2E6F3; }
#phototheque span { margin:4px; border:1px solid #1B70A8; height:70px; background-color:#FFFFFF; display:block; }
