@media screen{
	#entete { width:970px; height:240px; background:url(../images/entete-accueil.jpg); }
	#menuEntete { height: 165px; }
	#entete h1 {
		position:absolute; top:25px; left:35px; 
		margin:0; width:165px; height:155px;
		background:url(../images/logo-accueil.png) no-repeat;
	}
	#entete h1 a { display: none; }
	
	/********************************/
	/*			CONTENU				*/
	/********************************/ 
	#global #contenu { padding-top: 205px; }
	
	/********************************/
	/*			MENUS				*/
	/********************************/
	#nav { margin-top: 205px; }
	
	#enAvant {
		position: absolute; top: 205px; left: -30px; width: 298px; height: 280px;
		background: url(../images/fond-nouveautes.jpg) no-repeat;
	}
	#enAvant  ul {
		position: absolute; top: 50px; 
		margin: 0 30px 0 30px; padding: 0; height: 200px; width: 235px;
		overflow-y: auto; overflow-x: none; 
	}
	#enAvant li { list-style-type: none; margin: 0.7em 0; }
	#enAvant li a {
		display: block; padding-left:20px;
		font-size: 1.3em; color: black; text-decoration: none;
		background: url(../images/puce-etoile1.png) no-repeat 3px 2px;
	}
	#enAvant a:hover { color: #bc1548; }

	.diaporama {
		position: absolute; top: 205px; left: 270px; 
		width: 400px; height: 265px;
		background: url(../images/biais.png);
	}
	
	#contenu #con_descriptif {
		padding-top: 300px;
	}
}
@media print {
}