body {
	background-color: #330066;
	font-family: verdana,arial,serif;
	font-size: 0.8em;
	text-align: center;
}

h2 {
color:#3F3;
font-size:1.2em;
padding-top: 15px;
}

a {
	color:#ccff99;
	text-decoration: underline;
}

a:hover {
color:#66FF00;
	text-decoration: underline;
}

#container {
	background-color: #330066;
	color: #f5f5ff;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 750px;
}

#header {
	background: url(../images/titrefrancais.gif) no-repeat;
	background-position:center;
	background-color:#330066;
	height: 140px;
	width: 99%;
	border-color:#E7DBFF;
        border-style:solid;
}
        
#header-eng { 
	background: url(../images/titreanglais.gif) no-repeat;
	background-position:center;
	background-color:#330066;
	height: 140px;
	width: 99%;
	border-color:#E7DBFF;
        border-style:solid;	
}

#header h1 {
	font-size: 2.2em;
	left: 260px;
	top: 10px;
}

#header ins {text-decoration:none}

#header a {
	color: #b2c2FF;
        text-indent: 0.30cm;
	font-family: helvetica, verdana, arial, serif;
	text-decoration:none;
}

#header a:hover {
	background-color: transparent;
}

#sidebar {
position:absolute;	
	margin-top: 10px;
	width: 125px;
	border-color:#E7DBFF;
        border-style:solid;
}

#sidebar ul {
	list-style: none;
	margin-left: 5px;
	padding-left: 0px;
}

#sidebar ul li {
	display: block;
	padding-bottom: 8px;	
}

#sidebar a {
        background-color: #E7DBFF;
	border-bottom: 1px dotted #666666;
	border-right: 1px solid #666666;
	color: #666666;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	padding: 2px 8px;
	text-decoration: none;
	width: 100px;
}

#sidebar a:hover {
	background-color: #330066;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: white;
}

#content {
position:relative;
left:140px;
	padding:5px 10px 2px 5px;
	margin-top: 8px;
	width: 590px;
	border-left:2px solid #E7DBFF;
	border-right:2px solid #E7DBFF;
	border-top:2px solid #E7DBFF;
}

#footer {
	background-color: #f5f5ff;
	clear: right;
	color: #000000;
	font-size: 0.7em;
	margin: 0 auto;
	padding-bottom: 4px;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	text-align: right;
	width: 730px;
	
}

#footer a {
	border-bottom: 1px dotted #E7DBFF;
}

#footer a:hover {
	text-decoration: none;	
}
.quoideneuf {
font-size: 12px;
font-weight:bold;
}

.gallerycontainer{

position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}




.thumbnail span{ /*CSS for enlarged image*/
position:absolute;
visibility: hidden;

}



.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -100px;
left: 100px; /*position where enlarged image should offset horizontally */
z-index: 50;
}