/* CSS Document */

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

div#header {
	width:995px;
	height:201px;
	background-image:url(images/totem_header_01.jpg);}

div#centre {
	width:995px;
	min-height:477px;
	margin:auto;
	}

div#col_gauche {
 	float:left;
	width:319px;
	margin:0px;
	height:475px;
	padding:0px;
	background-image:url(images/totem_part_gauche_09.jpg);
	background-repeat:no-repeat;
}

div#col_droite {
	width:676px;
	min-height:481px;
	margin:0px;
	float:right;
	padding:0px;	
	background-image:url(images/totem_accueil_09.jpg);
	background-repeat:no-repeat;
}

div#news {	
	margin:0px;
	padding:0px;
	position:absolute;
	top:400px;
	left:100px;
}
	

ul#menu {
	position:absolute;
	top:165px;
 	width:995px;
	padding:0px;
	margin:0px;
	display:inline;
}

ul#menu li {
	float:left;
	display:inline;
}

 ul#cometik {
	width:201px;
	height:71px;
	margin:0  0  0 790px;
	padding:90px 0 0 0;
	background-image:url(images/logo_cometik_14.jpg);}
	
div#footer {
	width:995px;
	height:52px;
	background-image:url(images/footer.jpg);
	background-color:#F0F0F0;
	clear:both;
}


body {
	margin:0px;
	padding:0px;
	background-color:#F0F0F0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.newsletter_input {
	font-size:11px;
	border:1px #000000 solid;
}

p#cometik{
float:right;
color : black;
text-decoration:none;
font-size:10px;
padding:50px 0px 0 0;
margin:-5px 0 0 0;
}

p#mentions_legales{
padding:50px 0 0 140px;
color : black;
text-decoration:none;
font-size:10px;
text-align:center;
margin-top:10px;
font : 10px Verdana,Arial,Sans-serif;
margin:0;}


.btn_ok {
	color:#C31218;
	font-size:11px;
	font-weight:bold;
	background-color:transparent;
	border:0px;
	width:35px;
}

.phrase_emailing {
    color:#BD171B;
    font-size:10px;
}

.texte4 {
	font-weight:bold;
	color:#424242;
}

.s_titre {
	color:#BB151F;
	font-weight:bold;
}

.pti_lien {
	color:#424242;
}

.texte {
	text-align:justify;
	padding-left:45px;
	padding-right:70px;
	display:block;
}

.mentions_legales {
	color:#424242;
	font-size:10px;
}

.lien_real {
	color:#000000;
	font-size:10px;
	text-decoration:none;
	padding-left:20px;
}


/* 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;
}