@charset "UTF-8";
/* CSS Document */






/* MISE EN PAGE */

#headerHP { 
	position:relative;
	width:1001px;
	height:97px;
	background-image:url(../images/habillage/hp_bandeau_haut.gif);
	background-repeat:no-repeat;
	clear:both;
	text-align:right;
}

#footerHP { 
	width:1001px;
	height:78px;
	background-image:url(../images/habillage/hp_bandeau_bas.gif);
	background-repeat:no-repeat;
	clear:both;
}

#navHP { 
	float:left;
	width:219px;
	height:383px;
	background-color:#fff9e3;
	background-image:url(../images/habillage/hp_fond_nav.gif);
	background-repeat:no-repeat;
	padding-top:42px;
}

#flashHP { 
	float:left;
	width:370px;
	height:425px;
	background-color:#00FFFF;
}



#gaucheHP { 
	
	width:305px;
	height:425px;
	float:left;
	background-image:url(../images/photos/actualite.jpg);
	background-repeat:no-repeat;
}



#actualites {
	position: relative;
	float:left;
	width:295px;
	height:auto;
}

#fondActus {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/habillage/blanc_transparent.png',sizingMethod='scale'); /* vu uniquement par IE*/
	padding:5px;
	width:295px;
	height:auto;
	overflow:visible;
	position: absolute; 
  	bottom: -425px; 
	z-index:20;
}
#fondActus[id] { background-image:url(../images/habillage/blanc_transparent.png); }  /* pas vu par IE*/


/* IMAGES */

.img_actu {
	padding-left : 3px;
	float:right;
}
