/*
	CSS
	DÉFINITION DES STYLES DES BLOCS DE MISE EN PAGE
*/


#aee_flash { 
		margin:					0; 
		padding:				0;
		width:					100%; 
		height:					100%;
	 	background-color:		#D2D0CC;
		background:				url(../medias/communs/img_bkg_aee.jpg) top left repeat-x #D2D0CC;
	 /*	overflow: 				hidden;	*/
}

#noFlash #alerte{
 		position:absolute;
     	left: 50%; 
     	top: 50%;
		margin-top:				-130px;
		margin-left:			-307px;
		width:					614px;
}

#noFlash #logo{
 		position:absolute;
     	left: 25px; 
     	top: 28px;;
		width:					266px;
}

#noFlash a {
		color: 					#dacd92;
		font-size:				10px;
}


#message{
		height:					280px;
		background-color:		#202020;
		padding:				35px 0 22px 0;
}

#message p {
		line-height:			13px;
		font-size:				10px;
		color: 					#FFFFFF;
		margin-left:			10px;
		margin-right:			10px;
}
