/**
 * Style de la page de la page de préambule
 */

/* Importation de la feuille de style générale */
@import url(content_int_commun.css);

#fond {
	position:fixed;
	top:0pt;
	left:0pt;
	width:100%;
	height:100%;
	z-index:90;
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* IE < 8 */
	background-color:#333333;
}

#preambule {
	position:fixed;
	width:100%;
	z-index:100;
  margin-left:auto;
  margin-right:auto;
	text-align:center;
  top:25%; 
}

#preambule img{ 
	width:auto; 
	height:auto;
}

#preambule a img{ 
	border: none;
}

#conteneurImageExterne{ 
	position:relative; 
	background-color:#FFFFFF; 
	margin:0 auto;
	width: 80%;
}

#conteneurImage{ 
	padding: 10px; 
}

#conteneurImageInterne{ 
	font:10px Verdana, Helvetica, sans-serif; 
  background-color:#FFFFFF; 
	margin:0 auto; 
	line-height:1.4em;
  overflow:auto; 
  width: 80%;
}

#imageInterne{ 
	padding:0 10px; 
	color: #666; 
}

#boutonNavClose{ 
	width:66px; 
	float:right;  
	padding-bottom:0.7em; 
	outline:none;
}    

