@charset "utf-8";
/* CSS Document */

body {
	background-image: url(fond-gys.jpg);
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position:center;
	background-position:top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#conteneur {
position: relative;
margin: auto;
width: 1000px;
text-align: left; 
}
#contenu {
position: relative;
margin: auto;
width: 800px;
top: 320px;
text-align: center; 
}
#head {
	position: absolute;
	width: 1000px;
	height: 300px;
	background: url(images/head.jpg) no-repeat;
	left: 0px;
}

#news {
	background:url(images/fondnews.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#2a2b29;
	width: 800px;
	top: 315px;
}

#news2 {
	background:url(images/fondnews2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#2a2b29;
	width: 350px;
}

#logo {
	background:url(images/fondlogo.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#000000;
	width: 700px;
	height: 100px;
	
}

.banniere {
	position: absolute;
	width: 582px;
	height: 73px;
	top: 144px;
	left: 380px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	font-variant: normal;
	color: #FFF;
	font-style: normal;
	text-align: center;
}
.drapeau {
	position: absolute;
	width: 71px;
	height: 28px;
	top: 239px;
	left: 880px;
}

a {
color: #FFF;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #640000;
}

.datenews {
color: #FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
}

.news {
color: #FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}
#zoom:hover img {width:400px} /* agrandi les images lors du survol */ 

 
#zoom1
{
}
 
#zoom1 a
{ 
	text-decoration:none; 
} 
 
#zoom1 a:hover
{
	color:white;
	background: none; 
} 
 
#zoom1 a span 
{ 
	display:none;
	margin-top:-200px;               /*permet de placer le zoom dans la page*/
	margin-left: -200px;               /*permet de placer le zoom dans la page*/
} 
 
#zoom1 a:hover span
{ 
	position: absolute;
	text-align:justify;
	display:inline;

}
 
