/* BODY */
body.body1{
	background-color:#050507;
	margin:0px;
	}


/* LIENS */
	a{color:#FFFFFF;text-decoration:underline;}
	a:hover{color:#A7B9BC;text-decoration:none;}
	
a.bdn1{
	background-color:#232436;
	text-decoration:none;
	display:block;
	width:244px;
	padding:6px;
	font-family:Georgia;
	letter-spacing:2px;
	color:#BDBDC1;
	}
a.bdn1:hover{
	background-color:#0D0D15;
	text-decoration:none;
	}
	
a.box{
	background-color:#001B23;
	border:1px solid #555555;
	padding:4px;
	color:#FFFFFF;
	text-decoration:none;
	}
a.box:hover{
	background-color:#EEEEEE;
	border:1px solid #333333;
	color:#333333;
	text-decoration:none;
	}
	
	
/* DIV */
div.divbdn{
	background-color:#001B23;
	background-image:url('../img/anneau.jpg');
	background-repeat:repeat-y;
	padding-top:8px;
	padding-bottom:8px;
	padding-right:8px;
	padding-left:20px;
	}
	
div.classeur{
	background-color:#001B23;
	padding:10px;
	border:1px dashed #555555;
	}
	
div.annonce_pt{
	margin-right:10px;
	margin-bottom:10px;
	width:21%;
	background-color:#0E0E16;
	border:1px solid #454658;
	outline:#000000 solid 4px;
	text-align:center;
	float:left;
	padding:8px;
	line-height:15px;
	}
	

/* BLOCKQUOTE */
blockquote.citation{
	background-image:url('../img/quote.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:#292935;
	border:1px solid #000000;
	padding:16px;
	text-align:left;
	margin:0px;
	color:#CCCCCC;
	line-height:20px;
	text-indent:25px;
	}

	
/* SPANS */
span.sp_titre{
	font-family:Tahoma;
	font-size:16px;
	color:#FFFFFF;
	}
	
span.sp_stitre{
	font-family:Tahoma;
	font-size:14px;
	color:#FFFFFF;
	}
	
span.sp_sub{
	color:#A7B9BC;
	}
	
span.sp_spec{
	background-image:url('../img/puce.gif');
	background-repeat:no-repeat;
	padding-left:50px;
	color:#FFFFFF;
	font-size:14px;
	letter-spacing:1pt;
	font-style:italic;
	}
	
	
/* HR */
hr.hr1{
	border:0px;
	background-color:#333333;
	height:1px;
	}
	

/* TABLEAUX */	
td.titre1{
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	vertical-align:middle;
	text-align:left;
	background-color:#555555;
	}
	
td.td1{
	font-family:Verdana;
	font-size:11px;
	color:#FFFFFF;
	vertical-align:top;
	}
	
td.td2{
	font-family:Verdana;
	font-size:11px;
	color:#FFFFFF;
	vertical-align:middle;
	}
	
td.bdn1_titre{
	color:#FFFFFF;
	font-family:Georgia;
	letter-spacing:2px;
	background-color:#0D0D15;
	text-align:center;
	padding:10px;
	}
	
	
/* FORMULAIRES */
	input.i1{
	font-family:Arial;
	font-size:12px;
	height:14px;
	background-color:#ACACB0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	}
	
	input.i1[disabled]{
	border:1px solid #555555;
	background-color:#999999;
	height:14px;
	}
	
	input.s1{
	font-family:Tahoma;
	font-size:12px;
	border:1px solid #000000;
	background-color:#999999;
	color:#000000;
	}
	
	input.s1[disabled]{
	font-family:Tahoma;
	font-size:12px;
	border:1px solid #555555;
	background-color:#CCCCCC;
	color:#555555;
	}
	
	select{
	background-color:#ACACB0;
	}
	
	
	textarea.ta1{
	background-color:#ACACB0;
	font-family:Arial;
	font-size:12px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	}
	
	textarea.ta1[disabled]{
	border:1px solid #555555;
	background-color:#999999;
	}
	
	input.clock{
	background-color:#001B23;
	border:0px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	height:14px;
	width:24px;
	}
	
	
/* BOUTONS */
	a.bdo{
	background-color:#EEEEEE;
	border:1px solid #555555;
	padding:4px;
	font-size:13px;
	color:#0099FF;
	text-decoration:none;
	}
	a.bdo:hover{
	background-color:#0099FF;
	color:#FFFFFF;
	text-decoration:none;
	}
	

/* MOOTOOLS SLIDER */
.gutter {
	position: relative;
	height: 16px;
	width: 200px;
	margin-top: 10px;
	background: url(../img/16sliderbg.png) repeat-x;
}

.knob {
	position: absolute;
	height: 16px;
	width: 20px;
	background: url(../img/ico_flecha.png) no-repeat;
	cursor: pointer;
}



/* MOOTOOLS TOOLTIPS */
.tool-tip {
	color: #fff;
	width: 200px;
	z-index: 13000;
}
 
.tool-title {
	font-family:Calibri;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background-color:#555555;
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-radius-topleft:8px;
	-webkit-border-radius-topright:8px;
}
 
.tool-text {
	font-family:Calibri;
	font-size: 12px;
	padding: 4px 8px 8px;
	background-color:#555555;
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-radius-bottomleft:8px;
	-webkit-border-radius-bottomright:8px;
}
	
	
/* SLIDESHOW */
	#box5{
		position:absolute;
		width:100%;
	}
	#box5 span{
		display:block;
	}
	#info5{
		bottom:0;
	}

	/* ********************************** */

	.thumbs{
		width:54px;
	}
	.thumbs div{
		display:block;
		width:54px;
		height:41px;
		margin:3px 0;
		cursor:pointer;
	}

	.thumbs div img{
		display:block;
		width:100%;
		height:100%;
		border:none
	}

	.info{
		width:100%;
		height:50px;
		background:#000000;
		position:absolute;
	}
	.info p, .info h4{
		color:#FFFFFF;
		padding-left:8px;
		padding-right:8px;
		font-family:Arial;
	}
	.info h4{
		font-size:14px;
	}
	.info h4 a{
		float:right;
		background:#fff;
		color:#000;
		font-size:10px;
		padding-left:8px;
		padding-right:8px;
		text-decoration:none
	}

	.mask1{
		position:relative;
		width:100%;
		height:300px;
		overflow:hidden;
	}
	.mask2{
		position:relative;
		width:100%;
		height:300px;
		overflow:hidden;
	}
	.mask3{
		position:relative;
		width:100%;
		height:300px;
		overflow:hidden;
	}
	
	
/* ===================================================================== */
/* FAQ */
/* ===================================================================== */
#faq {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	line-height: 25px;
	}
	
div.reponse {
	text-align: left;
	list-style-type: none;
	background-color:#001B23;
	padding:10px;
	border:1px dashed #555555;
	}
	
div.reponse a{
	text-decoration: none;
	}
/* ===================================================================== */
/* ANNUAIRE */
/* ===================================================================== */	
a.alfabeth	{
	background-color:#F3EDDD;
	padding:5px;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	text-align: center;
	}
a.alfabeth:hover {
	background-color:#000000;
	padding:5px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-align: center;
	}	
	