/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	background: #FFFFFF;
	font-family:Helvetica, Geneva, sans-serif;
	font-size:12px;
}

a:link,
a:active,
a:visited { 
	text-decoration: none;
	color: #666666; 
}
a:hover { 
	text-decoration: none;
	color:#000000;
}

a img { border: none; }
.active a {
	color:#000000;
}

#no_way {
	display:none;
}

#menu {
/*    width:280px;
    overflow:none;
    position:fixed;
    top:0;
    bottom:0;
		left:0;
    height:745px;
		padding:0;
		margin:0;


*/

    bottom: 0;
    height: 100%;
    left: 15px;
    overflow: auto;
    position: fixed;
    top: 15px;
    width: 280px;


}

#menu #titre{
	font-size:20px;
	letter-spacing:6px;
	text-align:right;
	padding:60px 0px 0px 10px;
}
#menu #real_menu{
	position:absolute;
  overflow:none;
	width:280px;
	/*bottom:0;*/
	vertical-align:bottom;
	text-align:right;
  padding: 0px;
	margin:0px;
margin-top:100px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 12px 70px 12px 0px;
}
#menu ul#titre_section{
	display:none;
	padding: 0 70px 12px 0px;
}
h1 { 
	font-size: 14px;
	padding:0 50px 0 0;
	margin:0;
	font-family:inherit;
	font-weight:normal;
	font-style:normal;
	text-transform:uppercase;
}
h1 a:link,
h1 a:active,
h1 a:visited {
	color:#000000;
}
#content {
   /* height: 100%;
    margin: 0 0 0 280px;
	padding:130px 0px 0px 0px;
    top: 0;*/

height: 100%;
    margin: 53px 0 0 280px;
    padding-left: 50px;
}

#diapo{
	padding:0px;
	height:450px;
	width:600px;
}

#content p { width: 600px; margin:3px 0px 4px 0px; }

#content #legende {
	position:absolute;
	width:450px;
	margin-left:150px;
	display:block;
	text-align:right;
}
#content #legende * {
	display:block;
}

.legende_texte{
	font-size:10px;
}

#img-container{
	width:25800px;
}

.nothumb{
margin-left:5px;
}
