body {    
    margin: 0;
    padding: 0;	
    font-family: arial, sans-serif; 
    font-size: 12px; 
    text-align: justify;
	color: #363636;
}
table {
	display: table;
	border: 1px solid #363636;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li {
	text-indent: 15px;
	background: transparent url('images/int/bullet.gif') no-repeat 0 2px;
}
a, a:visited, a:link {
	color: #363636;
	text-decoration: none;
	font-weight:bold;
}
a:hover, a:active {
	color: #fff;
	background: #27bdbe;
	text-decoration: underline;
}
img {
	border: 0 none;	
}
h1 {	
	font: normal small-caps 900 1em arial;
	text-decoration: underline;
	color: #cc0000;
}
#conteneur {
    position: absolute;
	padding:0;
    top: 10px;
	left: 0px;
	left: 50%;
	margin-left: -384px;  
    width: 768px;
	height: 420px;
	border: 1px solid #000;
}
#fond{
    margin: 0;
	padding: 0;
}

#menu {
	position: absolute;
	z-index: 100;
	top: 150px;
	left: 410px;
	width: 110px;
	color: #000;
	font-size: 1.1em;
	line-height: 25px;	
	text-align: left;
}
#photos {
	position: absolute;
	right: 0px;
	margin-top: 230px;
}
html>body #photos {		
	top: 0px;
}

#bottom {
	position: absolute;
	right: 10px;
	margin-top: 340px;	
}
html>body #bottom {		
	top: 0px;	
}

