@charset "utf-8";
/* CSS Document */
@import url(layout.css);

#principale div#page {
	padding: 385px 145px 0px 145px;
	background: url(../../img/news/ombre.png) top center no-repeat;
	height: 132px;
	}
	
#principale div#page h3 {
	font-size: 11px;
	height: 23px;
	font-family: "Myriad Pro", "Times New Roman", Arial;
	font-weight: bold;
	margin-left: 8px;
	}
	
#principale div#page p {
	width: 692px;
	margin-left: 8px;
	height: 90px;
	overflow: hidden;
	}
	
#principale div#page div#scotch_haut {
	position: absolute;
	width: 152px;
	height: 142px;
	top: -21px;
	left: 100px;
	background: url(../../img/news/scotch_du_haut.png) top left no-repeat;
	z-index: 2;
	}	
	
#principale div#page div#scotch_bas {
	position: absolute;
	width: 138px;
	height: 118px;
	top: 280px;
	left: 760px;
	background: url(../../img/news/scotch_du_bas.png) top left no-repeat;
	z-index: 2;
	}
	
#principale div#page div#image {
	position: absolute;
	width: 692px;
	height: 347px;
	top: 21px;
	left: 161px;
	z-index: 1;
	}	
	
#principale div#page div#precedente {
	position: absolute;
	width: 47px;
	height: 10px;
	top: 480px;
	left: 153px;
	background: url(../../img/news/precedente.png) top left no-repeat;
	}
	
#principale div#page div#precedente:hover, #principale div#page div#suivante:hover {
	background-position: bottom;
	}
	
#principale div#page div#precedente a {
	display: block;
	width: 47px;
	height: 10px;
	}
	
#principale div#page div#precedente a b, #principale div#page div#suivante a b {
	display: none;
	}
	
#principale div#page div#suivante {
	position: absolute;
	width: 34px;
	height: 9px;
	top: 480px;
	left: 800px;
	background: url(../../img/news/suivante.png) top left no-repeat;
	}	
	
 #principale div#page div#suivante a {
	display: block;
	width: 34px;
	height: 9px;
	}
	

