@media screen {
	#menu_menuAnnexe { position: absolute; top: 20px; right: 10px; z-index: 4; }
	#entete { height:169px; z-index: 2; }
	#global {
		background: white url(../images/f-contenu-accueil.png) no-repeat 5px 169px;
	}
	#global #contenu { background: none; height: 357px; z-index: 3; }
	#deco { position:absolute; top: 0; left: -999em; }
	
	/* texte de présentation */
	#contenu #con_descriptif {
		position:absolute; top:66px; left:599px; margin:0; padding:25px 25px 0 25px; width:266px; height:63px;
		font-family: Georgia, "Times New Roman", Times, serif; font-size:1.2em; font-weight:normal; text-align:left; line-height: normal;
		background:url(../images/zone-presentation.png) no-repeat;
		z-index: 2; overflow: auto;
	}
	#contenu #con_descriptif p { margin-top: 0; }
	
	/* actualités */
	#actualites { position: absolute; top: 175px; right: 50px; width: 330px; }
	#actualites h3 {
		margin:0 50px 0.6em 0;
		font-size:2.4em; font-weight:normal; color:#a9c628;
	}
	#actualites h3:first-letter { font-weight:bold; color:#e85596; font-size:1.2em; }
	#actualites ul {
		margin: 0 10px 0 30px; padding: 0; height:300px;
		list-style: none; overflow: hidden;
	}
	#actualites li { margin-bottom: 1em; font-weight: bold; font-size: 1.2em; }
	#actualites li a { 
		display: block; padding: 2px 0 0 14px;
		text-decoration: none; 
		background: url(../images/puce-liste.png) no-repeat left top; }
	#actualites a span.date { font-size: 0.9em; color:#e75596; font-weight:normal; display:block; }
	#actualites a strong { color: black; }
	
	/* mise en avant */
	#enavant { position: absolute; top: 180px; left: 333px; width: 206px; height: 338px; overflow: hidden; }
	#enavant ul { margin: 0; padding: 0; list-style: none; }
	#enavant li { margin: 0; padding: 0;  clear: left; font-size: 1.1em; font-family: Verdana, Arial, Sans-serif; }
	#enavant a { position: relative; display: block; text-decoration: none; }
	#enavant img { position: relative; float: left; border: 3px solid white; }
	#enavant strong { display: block; font-size: 1.2em; color: #e85596; }
	#enavant .blured, #enavant .focused { 
		position: relative; display: block; margin: 5px 0; overflow: hidden; 
		border-bottom: 1px dashed #a9c628; 
	}
	#enavant .blured { height: 60px; }
	#enavant a .blured { color: #666; }
	#enavant .blured img { max-height: 50px; margin-right: 5px; }
	#enavant .focused { height: 195px; }
	#enavant a .focused { color: black; }
	#enavant .focused img { float: left; max-height: 130px; margin: 0 auto; }
	#enavant .show { display: block; }
	#enavant .hidden { display: none; }
	
	/* zoom sur */
	#zoomsur { position: absolute; top: 390px; left: 30px; padding: 90px 0 0 6px; width: 232px; height: 54px; }
	#zoomsur p { margin: 0; font-family: Verdana, Arial, Sans-serif; line-height: 1.8em; }
	#zoomsur a { display: block; text-decoration: none; color: white; }
	#zoomsur img { position: absolute; top: 0; left: 0; border: none; }
	#zoomsur em, #zoomsur strong { position: relative; background: #e85596; padding: 2px 5px; }
	#zoomsur strong { margin-bottom: 5px; font-size: 1.1em; font-weight: normal; }
	#zoomsur em { font-size: 1em; font-style: normal; }
	
	/* diaporama */
	.diaporama { 
		position: absolute; top: 202px; left: 26px; padding: 4px; width: 238px; height: 169px;
		background: url(../images/f-diaporama.png) no-repeat; 
	}
}
@media print {
}