@charset "UTF-8";
@media screen{
	/********************************/
	/*			CONTENU				*/
	/********************************/
	#global #contenu { 
		padding: 187px 0 0 610px; 
		background: url(../images/accueil.jpg) no-repeat left 187px;
	}
	#con_descriptif {width: 350px; height: 250px; overflow: auto; margin: 0;}
	
	/********************************/
	/*			GENERAL				*/
	/********************************/
	#deco1 {
		position: absolute; 
		top: 438px; left: 0; 
		background: #ceda60;
		width: 100%; 
		height: 32px;  
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		z-index: 1;
	}
	#bloc_actu { position: absolute; top: 438px; left: 610px; width: 360px; z-index: 2; }
	#bloc_actu ul, #bloc_telecharger ul {font-size: 1.2em; list-style-type: none; margin: 0; padding: 0; }
	#bloc_actu h3, #bloc_telecharger h3 {margin-top: 0; font-size: 2.4em; color: #e32221; font-weight: normal;}
	
	#bloc_actu ul li { padding: 0 0 0 15px; background: url(../images/puce-actu.png) no-repeat left center;	}
	#bloc_actu ul li strong {font-weight: bold;}
	
	#bloc_telecharger { position: absolute; top: 438px; left: 60px; width: 380px; z-index: 3; }
	#bloc_telecharger h3 {color: white;}
	#bloc_telecharger ul li {position: relative; padding: 0 0 0 15px; background: url(../images/puce-tele.png) no-repeat left center;}
	#bloc_telecharger ul li strong {font-weight: normal;}
	#bloc_actu a, #bloc_telecharger a {color: black; text-decoration: none;}
	#bloc_actu a:hover, #bloc_telecharger a:hover {color: white; }
}
@media print {
}
