/* Fichier CSS de des pages pop-up - popUp.css */
#conteneur{
	 width:508px;
	 background: url(../images/00_img_backgroundPopUp.gif) repeat-y center top; 
}
#contenuPrincipal{
	padding:12px 30px 25px 30px;
}
#contenuPrincipal p{
	line-height:16px;
}
#hautDePage{
	 margin-left:4px;
	 margin-right:4px;
	 height:74px;
}
.fermeture{
	position:absolute;
	right:12px;
	top:5px;
}
h2{
	font-size:10px;
	font-weight:bold;
	margin:15px 0 8px 0;
}
.alignCenter img{
	margin-right:10px;
	margin-top:15px
}
