@charset "utf-8";
/* Entrer le CSS des modules */ 
/* Style nécessaire pour configuration de captcha */ 
#formsend {
	position:relative;
	margin: 20px 0 15px;
	width:575px;
	float:left;
}

.formcaptch{
	width : 255px;
	margin: 0 0 10px 0;
	float : left;
}
#contcap {
	width:225px;
	height:50px;
	margin:0 25px 15px 45px;
}
.formelem{
	clear : none;
	float: left;
	height:100%;
	margin-bottom:10px;
}
.formelem input, .formelem textarea {
	margin: 0 0 10px 0;
	border:1px solid #999999;
	float:left;
	background:#ffffff;
}
.formcaptch input {
	margin: 0 0 10px 0;
	border:1px solid #999999;
	float:left;
	background:#ffffff;
	clear:right;
}
.formelem label {
	text-align:left;
	color:#115599;
}

.formelem textarea {
	height : 190px;
}
			
.formcaptch label {
	float: left;
	width: 100px;
	text-align:justify;
	font-weight:bold;
	color:#115599;
}
.code_msg {
	font-size:9pt;
	color:#888888;
	float:left;
	width:95px;
	font-family: tahoma;
	font-weight :normal;
}
.code_msg1 {
	font-size:8pt;
	color:#888888;
	float:left;
	width:115px;
	font-family: tahoma;
	font-weight :normal;
}
.envoyer {
	font-size:8pt;
	font-weight:bold;
	color:#666666;
	height:36px;
	width:93px;
	float:right;
	margin:15px 10px 0 10px;
	cursor:pointer;
	padding-bottom: 5px;
}
.reset {
	font-size:8pt;
	font-weight:bold;
	color:#666666;
	height:36px;
	width:93px;
	float:right;
	cursor:pointer;
	padding-bottom: 5px;
	margin:15px 70px 0 0;
}
.wait_envoi{
	float: left;
	display : none;
	text-align : center;
	width: 370px;
	padding : 10px 0;
	background: #ffffff;
	border:3px solid #999999;
}

.album_desc{text-align:left;color:#f1ec9a;font-size:8pt;}

/* error message */
.error {
	height:15px;
	background-color:#FFFE36;
	font-size:11px;
	border:1px solid #E1E16D;
	padding:4px 10px;
	color:#000;
	display:none;	
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px; 
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;	
	-webkit-border-bottom-left-radius:0; 
	-webkit-border-top-left-radius:0;
	
	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;	
}

.error p {
	margin:0;		
}

/* pure CSS arrow */
.error em {
	display:block;
	width:0;
	height:0;
	border:10px solid;
	border-color:#FFFE36 transparent transparent;

	/* positioning */
	position:absolute;
	bottom:-17px;
	left:60px;
}

/*    SCROLLER   
*/
.crawlersupport {
	height:150px;
	float:left;
}
.horcrawler {
	width: 875px;
	height: 150px;	
	/* required settings */
	position:relative;
	overflow:hidden;	
}
.items {
	/* this cannot be too large */
	width:20000em;
	height:150px;
	position:absolute;
	clear:both;
}
.items img {
	margin:0;
}

.crawlersupport1 {
	width:325px;
	float:left;
}
.horcrawler1 {
	width: 325px;
	height: 370px;	
	/* required settings */
	position:relative;
	overflow:hidden;	
}
.items1 {
	/* this cannot be too large */
	height:20000em;
	width:325px;
	position:relative;
	clear:both;
}
.items1 img {
	margin:0;
}
/* next/prev buttons */
.prev1 {
	background-image:url(images/hori_large.png);
	background-position: 0 0; 
	float:left;
	margin:40px 25px 0 7px;
	width:18px;
	height:18px;
	z-index:15;
	display:block;
	cursor:pointer;
}
.next1 {
	background-image:url(images/hori_large.png);
	background-position: 0 -18px; 
	float:right; 
	margin:40px 7px 0 0;
	width:18px;
	height:18px;
	z-index:15;
	display:block;
	cursor:pointer;
}

/*debut style tooltip */
#tooltip{
	position:absolute;
	border:1px solid #000;
	background:#000;
	padding:2px 5px;
	color:#fff;
	display:none;
	}	
/* fin Style */ 
.jssocials{
	font-size:16px !important;
}			