/* Info 10 ans ////////////////////////////////////*/
#pub {
position:absolute;
padding:0;
margin:0;
display:inline;
width:100%;
height:100%;
z-index:2;
visibility:visible;
}
#divAnnonce {
padding:0 0 400px 0;
margin:0;
width:100%;
height:100%;		
background-color:#000000; 
filter:alpha(opacity=70);
-moz-opacity:0.7;
opacity: 0.7; 
}
#annonce{
   	position:absolute;
	top:175px;
	left:280px;
	padding:0;
	margin:0;
	width:453px;
	height:210px;
	border:1px solid #ffffff;
	background: url(../img/style01/FondAnnoncePub.png) no-repeat 3px 3px!important;
	background-color: #ffffff !important;       
	background-color: #ffffff; 
   	z-index:5; 
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#annonce h1 			{ padding:0; margin:40px 0 0 3px; width:444px; height:24px; background: url(../img/style01/FondAnnoncePubH1.png) no-repeat top center ;}
#annonce p				{ padding:10px 22px 0 22px; margin:0; width:80%; height:auto; text-align:left; font-size:11px;}
#annonce a				{ display:block; padding:0; margin:50px 0 0 3px; color:#FA7D2C; font-size:11px; text-align:center}




.orangeGras				{color:#FA7D2C;font-weight:bold;}
.gras					{font-weight:bold;}


