/* CSS Document */* {	margin : 0;	padding : 0;}body {	position : relative;	text-align : center;	color : #FFFFFF;	font-family: "Trebuchet MS",  Arial, Helvetica, sans-serif ;	/*font-size : 100%;*/	background : url('../images/bg_accueil_ext.gif') repeat-x;	/*background-position:0px 20px;*/	/*border: 1px solid pink;*/}#site {	position : absolute;	width : 1000px;	height : 700px;	top : 0px;	left : -500px;  	margin-left : 50%;	background : url('../images/bg_accueil.jpg') no-repeat;	z-index : 0;	/*border: 1px solid blue;*/}#haut {	position : relative;	width : 100%;	height : 180px;	/*border: 1px solid red;*/}#animGauche {	position : absolute;	left : 11px;	top : 50px;	width : 327px;	height : 130px;	/*border: 1px solid red;*/}#animDroite {	position : absolute;	left : 674px;	top : 50px;	width : 327px;	height : 130px;}#actu {	position : relative;	width : 100%;	height : 129px;	font-weight : bold;	line-height : 100%;	text-align:left;}#actu a {	position: absolute;	top : 84px;	left : 350px;	width : 400px;	color:white;	text-decoration:none;}marquee {	position: absolute;	top : 105px;	left : 300px;	width : 400px;}#actu p {	padding-top : 90px;	padding-left : 360px;	text-align : left;}#actu p span{	font-size : 80%;}#bouton {	position : relative;	width : 100%;	height : 249px;}#affiche {	position : relative;	margin:auto;	width : 340px;	height : 220px;	padding-top:10px;	z-index : 50;	/*border: 1px solid red;*/}#btnGauche {	position : absolute;	left : -1px;	top : 0px;	width : 464px;	height : 249px;	z-index : 100;}#btnDroit {	position : absolute;	left : 611px;	top : 0px;	width : 390px;	height : 249px;	z-index : 100;}#bas {	position : relative;	width : 100%;	height : 140px;	/*top : 558px;*/	font-size : 65%;}#partenaires {	position: absolute;	top : 5px;	left : 348px;	width:310px;	height:50px;z-index : 15;	overflow:hidden;}#partenaires #slideshow1 {position:relative;width:280px;margin: 0 auto;text-align:center;}#partenaires img {border:none;}#menu {	position: absolute;	top : 100px;	left : 375px;	line-height : 100%;}#menu a {	color : #FFFFFF;	text-decoration : none;}#menu a:hover {	color : #FFFFFF;	text-decoration : underline;}#copyright {	padding-top : 5px;	font-size : 65%;	color : black;}#copyright a {	color : black;	text-decoration : none;}#copyright a:hover {	text-decoration : underline;}
