@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0}

html { height: 100%; /*bug opera*/}

body { 
	letter-spacing: 0px;
	font-size: 16px;
	font-family: Century gothic, Georgia, Verdana;
	background-position: center top;
	background-color: black;
	color: white;
	margin: 40px 0 0 40px 
}
a, a.hover{ color:#FFFFFF}

.clear{ clear:both; visibility:hidden; height:0; overflow:hidden }

#dynatip.bottom { 
    background:url(images/tooltip/black_arrow.png);     
    padding-top:40px; 
    height:55px; 
} 
 
#dynatip.bottom { 
    background:url(images/tooltip/black_arrow.png); 
}

#dynatip {
	display:none;
	background:transparent url(images/tooltip/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}

/* style the trigger elements */
#dyna img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}
/********************slider********************/
#slider ul, #slider li{margin:0;padding:0;list-style:none;}	
#slider li{ height:220px;width:550px;overflow:hidden;}	
#slider p{float:left; margin-right:5px}
#slider p a img{border:#ed8a38 solid 1px}
#slider{ margin-left:40px;}	
#prevBtn, #nextBtn{ clear:both; position:relative}	
#nextBtn a{display:block; width:28px; height:28px; background:url(../images/btn-next.jpg) no-repeat; text-indent:-9999px; font-size:0px; position:absolute; top:-60px; left:610px}
#prevBtn a{display:block; width:28px; height:28px; background:url(../images/btn-prec.jpg) no-repeat; text-indent:-9999px; font-size:0px; position:absolute; top:-60px; left:0}



/*----------------------------------------------------< blockRight >---------------------------------------------------*/

#blockRight{ width:341px; margin:3px 0 0 0}
#carouselRight{ width:550px; height:250px; background:#fff}
#carouselRight p{ text-align:center; font-size:12px; color:#000; font-weight:bold}

#carouselRight2{ width:550px; height:193px; background:#fff}
#carouselRight2 p{ text-align:center; font-size:12px; color:#000; font-weight:bold}

#carouselRight3{ width:550px; height:193px; background:#fff}
#carouselRight3 p{ text-align:center; font-size:12px; color:#000; font-weight:bold}

#carouselRight4{ width:550px; height:193px; background:#fff}
#carouselRight4 p{ text-align:center; font-size:12px; color:#000; font-weight:bold}

#txtRight{width:341px; float:right; margin:20px 0 0 0}
#txtRight dt{ color:#fff; font-size:20px; margin:0 0 10px 0}
#txtRight dd{ color:#7b7b7b; font-size:15px; font-family:"Times New Roman", Times, serif; margin:0 0 20px 0}

.fondGris{display:none; background:#000; position:absolute; top:0; left:0; z-index:9;}

/*----------------------------------------------------< Arrondi >---------------------------------------------------*/
.realisation {
	display:none;
	position:absolute; 
	z-index:20;
	width:600px;  
	height: 280px;
	background:#fff; 
	padding:20px;    
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -khtml-border-radius: 10px; 
    border-radius: 10px; 
    behavior: url(border-radius.htc); 
	text-align:center; 
	font-size:12px; 
	color:#000; 
	font-weight:bold
}
.realisation p a {
	color:#000; 
}

.realisation ul li {
	height: 250px;
	padding: 0 0 0 15px;
}
.realisation p {
	height: 40px;
}

.btn-close{ z-index:11; position:absolute; top:-7px; left:620px}


