body {
	text-align:center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	line-height: 16px;
	background-color: #BBBBBB;
}

#scene {
	position:relative;
	top:0px;
	left:0px;
	width:900px;
	margin:0 auto;
	text-align:left;
}

.marge {
	height: 50px;
	width:900px;
}

#footer {
	text-align: right;
	vertical-align: top;
	font-size: 9px;
	margin-top: 7px;
	margin-bottom: 7px;
}

/* menu */

#menu ul, li {
	width: 120px; 
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

#menu a {
	display: block;
	padding:0;
	text-decoration: none;
	color: #000000;
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 12px;
}

#menu a.on {
	background-image: url(../IMG/interface/fleche.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* menu2 */

#menu2 {
	width: 120px; 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
} 

#menu2 ul, li {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

#menu2 h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	display: block;
	margin: 0;
	padding:0;
}

#menu2 a {
	display: block;
	padding:0;
	text-decoration: none;
	color: #000000;
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 12px;
}

#menu2 a:hover {
	font-weight: bold;
}

#menu2 a.on {
	background-image: url(../IMG/interface/fleche.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu2 ul li a {
	height: 1%; /* make links honour display: block; properly */
} 


#menu2 li {
	position: relative; /* make the list elements a containing block for the nested lists */
} 

#menu2 ul ul  {
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 180px; /* width is based on the containing block */
}

.affiche {
	
}

.masque {
	display: none;
}





/* portfolio album */

#documents_portfolio {
	width: 200px;
	text-align: center;
}

#documents_portfolio img{
	margin-bottom: 10px;
}

/* portfolio livres */

#documents_portfolio_livres {
	width: 200px;
	text-align: center;
	margin-bottom: 10px;
}

#documents_portfolio_livres img{
	margin-bottom: 20px;
	
}

/* texte */

img {
	border: 0px;
}




h1{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	padding-left: 10px;
	background-image: url(../IMG/interface/fleche.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	background-image: url(../IMG/interface/fleche.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 1px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.texte {

	padding-bottom: 10px;
	line-height: 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
}



