.souligne {
		 border-bottom: 1px solid #cc0000;
		}
		
.first-letter { font-size : 130% ; font-weight : bold; }


a.lien_souligne:link {
	 border-bottom: 1px solid #cc0000;
	 font-size:13;
	font-weight:bold;
	font-family:Tahoma;
	color:#444444;
	
}
a.lien_souligne:visited {
	 border-bottom: 1px solid #cc0000;
	 font-size:13;
	font-weight:bold;
	font-family:Tahoma;
	color:#444444;
	
}
a.lien_souligne:active {
	 border-bottom: 1px solid #cc0000;
	 font-size:13;
	font-weight:bold;
	font-family:Tahoma;
	color:#CC0000;
	
}
a.lien_souligne:hover {
	 border-bottom: 1px solid #cc0000;
	 font-size:13;
	font-weight:bold;
	font-family:Tahoma;
	color:#CC0000;
	
}
.sous_titre4_gras {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#222222;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;	
	
}

.popup {
display:none;
position: absolute;
overflow:auto;
top:8px;
left:8px;
width:742px;
height:392px;
background-color:#fff;
z-index: 800;
padding:0;
margin:0;
cursor:pointer;
}
.popup .float {
width:340px;
float:left;
padding:10px;
}
.popup h1 {
font-size:14px;
color: #cc0000;
}
.popup h2 {
font-size:14px;
color: #cc0000;
}
.popup p {
font-size:12px;
color: #999;
text-align:justify;
}
.popup a#test {
display:inline;
z-index:20000;
top:0;
left:0;
color:#009966;
}