@charset "utf-8";
/* CSS Document */
html {
height:100%;
} 
body {
	margin:0;
	padding:0;
	background-color:#454545;
	background-repeat:no-repeat;
	height:100%;
}
#main {
	position:absolute;
	left:0;
	margin-left:150px;
	padding:0px;
	width:570px;
	height:100%;
	min-height:100%;
	background-image:url(fond2.jpg);
	background-position:center;
	background-repeat:repeat-y;
	border-left:black solid 1px;
	border-right:black solid 1px;
	height:auto;
	text-align:justify;
}
.body1{
margin-left:3px;

}
.body2{
margin-left:150px;

}


#titre{
position:relative;
float:left;
width:570px;
height:300px;
background-image:url(fond.jpg);
background-repeat:no-repeat;
background-position:center;
margin: 0;
padding:0 ;
}

#texte {
	position:relative;
	float:left;
	width:570px;
	margin: 0;
	padding:0;
	color : #fff;
	
}
#texte h2 {
margin: 0 0 2px 0;
padding: 0 0 0 25px;
border-bottom:solid 1px;
}
#texte h2:hover {
cursor:pointer;
}
#texte img {
border:1px solid white;
}
#texte img:hover{
border:1px solid #b60000;
cursor:pointer;
}
#texte #sm img{
border:0;
border-left:2px solid black;
}

.contenu {
padding: 0 8px 0 160px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
}
#clear {
clear: both;
display: block;
height: 10px;
visibility: hidden;
}
#map{
color : black;
}
#clear {height:1%}  /* hack IE */





