body{
	margin: auto;
	height: auto;
	margin-top: 75px;
	background-image: url(media/texture.jpg);
	img:border:0;
	
}

.texte-index{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	padding-left:-200px;
	padding-right:-50px;
} 



.texte-index2{
	font-family: Verdana;
	font-size: 11px;
	color: #000;	
	padding-top:200px;
	padding-left:100px;
	padding-right:10px;
	text-align:justify;
	
}

.texte-index2 a:visited{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
	color: #FFFFFF;	
}

.texte-index2 a:hover{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;		
	text-decoration: none;
}


#contenant{
	height: 100%;
	width: 980px;
	margin: 0 auto;
}

#left{
	background-image: url(media/left.png);
	width: 328px;
	height:488px;
	margin: 0 auto;
	float:left;
}
#right{
	height: 400px;
	width: 652px;
	margin: 0 auto;
	background-image: url(media/right.png);
	background-repeat: no-repeat;
	float:right;
}

#top{

	height: 88px;
	width: 652px;
	margin: 0 auto;
	float:right;
}

#main-index{
	height: 474px;
	width: 980px;
	background-image: url(media/index.jpg);
	background-repeat: no-repeat;
	
}

#drap{
	height: 50px;
	width: 75px;
	position:relative;
	left: 260px;
	top: 390px;
	visibility: visible;
}

#drap2{
	height: 50px;
	width: 75px;
	position:relative;
	visibility: visible;
	left: 900px;
	top: 40px;
	overflow: inherit;
}

#likhom{
	height: 31px;
	width: 88px;
	position:relative;
	visibility: visible;
	left: 340px;
	top:42px;
	overflow: inherit;
}

#footer{
	height: 86px;
	width: 980px;
	background-image: url(media/bottom.png);
	margin-left:-328px;
}

#bottom a{
	font-family: Geneva;
	font-size: 11px;
	color: #660000;
	font-weight: bold;
}
#bottom a:visited{
	font-family: Geneva;
	font-size: 11px;
	font-weight: bold;
	color: #660000;
	
}

#bottom a:hover{
font-family: Geneva;
	font-size: 11px;
	color: #333333;	
	text-decoration: none;
	font-weight: bold;
}


#flash{
	height: 574px;
	width: 980px;
	background-image: url(../media/main.swf);
	margin-top: -25px;
	
}

/*SLIDER*/

#slider {
    width: 652px; /* important to be same as image width */
    height: 400px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	z-index:9999;
}
#sliderContent {
    width: 652px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left:-40px;
	margin-top:0px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 652px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 28px;
	left: 35px;
	width: 110px !important;
	height: 200px;
}
.bottom {
	bottom: 26px;
    left: 475px;
	width: 110px !important;
	height: 200px;
}

ul { list-style-type: none;}

