/* CSS Document */

body {
	padding: 4px 0;
}

img { border :0;
		margin:0;
		padding:0; }

div#conteneur {
	width:1153px;
	margin:0px auto;
	padding:0px auto;
	background-image:url(images/conteneur.jpg);

}

div#page_en_construction {
	width:1153px;
	height:723px;
	padding:0px;
	background-image:url(site_enconstruction.jpg);
}

div#header {
	width:654px;
	height:200px;
	margin:0px;
	float:left;
	background:url(images/header_01.jpg) no-repeat;
}

div#newsletter {
	width:499px;
	height:200px;
	float:right;
	background: url(images/newsletter_02.jpg) no-repeat;
}

#newsletter_form {
	padding:115px 0 0 15px;
}

div#img_menu {
	width:1153px;
	height:61px;
	margin:0;
	clear: both;
	padding: 0;
	background: url('images/menu_back_03.jpg') no-repeat;
}
	
ul#menu {
	list-style-type:none;
	margin:0;
	padding: 0px 0 0 379px;}

ul#menu li{
	display:inline;
	float:left;
	padding:0;
	margin:0;
	font-size:1px;
	line-height:1px;
	background:red;}

ul#menu2 {
	list-style-type:none;
	margin:0;
	padding:0px 0 0 110px;}

ul#menu2 li{
	display:block;
	padding:0;
	margin:0;
	font-size:1px;
	line-height:1px;}

div#menu_gauche {
	width:379px;
	height:371px;
	margin:0px;
	float:left;
	/*background:blue;*/
	background: url(images/menu_gauche_back_12.jpg) no-repeat;
}

div#centre {
	width:579px;
	_height:321px;
	min-height:321px;
	float:right;
	margin:0;
	padding: 30px 150px 20px 45px;
	/*background:yellow;*/
	background-image:url(images/centre_13.jpg);
	background-repeat:no-repeat;
	font: 11px Verdana,Arial,Sans-serif;}
	
div#footer {
	width:1153px;
	height:88px;
	margin:0px;
	background-image:url(images/footer_14.jpg);
	background-repeat:no-repeat;
	text-align:center;
	clear:both;
}

p#news{
	font: 11px Verdana,Arial,Sans-serif;
	padding : 115px 0 0 15px;
}
	
#logo_cometik {
	/*width:286px;
	height:88px;*/
	margin:0;
	float:right;}

#mentions_legales{
	/*float:left;*/
	padding:30px 0 0 200px;
}

#mentions_legales a{
	color:black;
	text-decoration:none;
	font: 11px Verdana,Arial,Sans-serif;
}

#txt_ml{
	font: 11px Verdana,Arial,Sans-serif;
	text-align:center;
}

#tab_contact{
margin-top:-30px;
}

#tab_dames, #tab_messieurs, #tab_enfants, #tab_fetes{
width:95%;
}

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