/* CSS Document */

div#conteneur {
	width:952px;
	position:relative;
	margin:0px auto;
	padding:0px;
	background-image:url(images/bg.jpg);
}

div#header {
	width:952px;
	height:351px;
	margin:0px;
	background-image:url(images/header_01.jpg);
	background-repeat:no-repeat;
	position:relative;
	z-index:0; }
	
ul#menu {
	position:absolute;
	width:227px;
	height:385px;
	display:block;
	list-style-type:none;
	margin:0 0 0 0;
	padding: 0 0 0 445px;
}

ul#menu li{
	line-height:1px;
	font-size:1px;}
div#flashtop {position:absolute; margin-top:60px; margin-left:640px; z-index:2;}
div#newsletter {

position:absolute;
z-index:99;
margin:310px 0px 0px 620px;
	width:280px;
	height:100px;
	color:#FFFFFF;
	}

div#titre-accueil {
	width:445px;
	height:34px;
	margin-top:351px;
	position:absolute;
	z-index:1;}
	
div#centre {
	width:617px;
	background-image:url(images/sd_accueil_centre_13.jpg);
	background-repeat:no-repeat;
	font: 11px Verdana,Arial,Sans-serif;
	float:left;
	padding : 80px 0 0 40px;
	margin:0;
	text-align:justify;}

div#droite{
	width:295px;
	height:546px;
	float:right;
	background-image:url(images/sd_accueil_centre_12.jpg);
	background-repeat:no-repeat;
	clear:both;
}
	
div#footer {
	width:952px;
	height:93px;
	margin: 0 auto;
	clear:both;
	background-image:url(images/footer_06.jpg)}
	
div#post_footer {
	width:952px;
	height:87px;
	margin:0px auto;
	background-image:url(images/sd_fond_gauche_07.jpg);
	text-align:center;
	font : 11px Verdana,Arial,Sans-serif;}

div#post_footer a{
	color:black;
	text-decoration:none;}
	
#logo_cometik {
	width:188px;
	height:87px;
	float:right;}

#newsletter_form {
	padding: 0px 35px 0 0;
	text-align:right;
	margin:0;
}

#newsletter_input {
width:150px;
}

p#news{
font : 10px Verdana,Arial,Sans-serif;
padding:345px 0 0 75px;
color:white;
width:150px;
text-align:center
}

.gras_noir{
font-weight:bold;
font-size:12px;
}

.gras_rouge{
font-weight:bold;
color:#990000;
}

.td_service{
padding-left:15px;
}

#tab col{
width:500px;
}

#tab_col a{
color:black;
text-decoration:none;
}

p#index_swf{
text-align:center;
}

div#index{
padding: 0px 0 20px 60px;
width:500px;
margin:0;
}

/* CSS AFFICHAGE DYNAMIQUE SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/*OPACITE SUR IMAGES*/
.opacite img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.opacite:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}