/** styles généraux d'affichage de texte et images hors menus**/
/** pour la mise en page globale voir layout.css **/

a{
	color: #f47920;/*orange*/
	text-decoration:none;
}
acronym{
	cursor:help;
	text-decoration:none;
	border-bottom:1px dotted #487db6; /* bleu */

}
a:hover{
	color: #f47920;/*orange*/
	text-decoration:underline;
}

a:hover img{
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity: 0.50;
}
.clear{
	clear:both;
}
h2{
	color: #f47920;/*orange*/	
	font-size:1.3em;
	line-height:1.1;
	margin:10px 0 10px 0;
	padding:0;
	background: url(../img/puce_orange_normal.jpg) no-repeat 0 1px;
	text-indent:35px;
}
.colonne_gauche  h2{
	background: none;
	margin:0 0 10px 10px;
	letter-spacing:0.1em;	
}
h3{
	font-size:1.3em;
	margin:0 0 5px 0;
}
img{
	border:0;
}
img.photo{
	border:1px solid  #ccc;
	padding:1px;
}
img.left{
	float:left;
	margin: 0 1em 1em 0;
}
p{
	margin:0 1em 1em 0;
	padding:0;
	text-align:justify;
}
ul{
	margin:0 0 1em 0;
	padding:0 0 0 10px;
}
ul li{
	margin:0;padding:0;
	list-style:none;
	padding-left:15px;
	background:url(../img/puce_car1_4.jpg) no-repeat 5px 5px;
}
ul li ul li{
	background:url(../img/puce_los_6.jpg) no-repeat 5px 5px;
}

/* tooltips (titles plus joliement affiches via JS) */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #ffe;
	padding: 0 5px;
	
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity: 0.85;
}
#tooltip h3{
	font: 10px Verdana;
	margin:0.5em;
}