/* CSS Document */
body {
	background-image: url(header/fond.jpg);
	background-position:center;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

/* HEADER + MENU */
#headmenu {
	width: 980px;
	height:62px;
	background-image:url(header/header.gif);
	background-repeat:no-repeat;
	border:none;
	margin: auto; /* Pour centrer notre page */
   	margin-top: 5px;
	margin-bottom:0px;
	padding-bottom: 0px;
	padding-right: 0px;
	font-size:12px;
	}

#headmenu a{
	font-style:normal;
	color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:700;
	text-decoration: none;}


#headmenu a:hover {
	color: #444444;}

.petit_titre {font-size: 10px}


/* ---------------- CORPS -----------*/

.titrepage {
	font-size:18px;
	text-align:right;
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	}

.norepeat {
	background-repeat:no-repeat;
	background-position:left;}

a {
	font-style:normal;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:700;
	text-decoration: none;
	font-style:italic;}
a:hover {
	font-style:normal;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:700;
	text-decoration: none;
	font-style:italic;}


/*--------------FOOTER---------------*/

#footer {
	background-color: #FFFFFF;
  	width: 980px;
 	margin: auto; /* Pour centrer notre page */
   	margin-top: 0px;
	background-repeat:no-repeat}

#footer a{
	font-style:normal;
	color: #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:700;
	text-decoration: none;}


#footer a:hover {
	color: #444444;}
	
.decalage_footer {
		padding-right: 55px;
		background-repeat:no-repeat;}
		
/* CSS des POPUPS ----------------------*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
position: relative;
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover - */
visibility: visible;
top: -250px; /*position where enlarged image should offset verticalement */
left: -150px; /*position where enlarged image should offset horizontally */}
	
