@charset "utf-8";
/* Author:KB CONCEPT  */
/* WEB - GRAPHISME - MULTIMEDIA
/* www.kbconcept.fr */

body {

}
a:focus {
	outline: none;
}
#panel {
	background: #192227;
	height: 150px;
	display: none;
	margin-top:5px;
}

#panel p{ margin:0; padding:0;}

.slide {
	margin: 0;
	padding: 0;
	background: url(../images/download.png) no-repeat center top;
}

.btn-close { 
	background:#1f2a30 url(../images/white-arrow.png) no-repeat right -57px;
	text-align: center;
	height: 17px;
	line-height:17px;
	margin: 0 auto;
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	color: #3f5763;
	text-decoration: none;
 }

.btn-slide {
	text-align: center;
	height: 17px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.active {
	background-position: right 12px;
}

.popup {float:left; text-align:center; display: block; margin-top:12px;}
img {border:none;}
ul { margin:0; padding:0;}
li { margin-left:125px; }




