/* CSS Document */

/************  DIV  ****************/

div#conteneur {
position:relative;
width: 1020px;
margin: 0px auto;
padding:0px;
}
div#header {
background-image:url(images/fleurs_01.jpg);
width: 1020px;
height: 155px;
margin:0px;
padding:0px;

}
div#center {
background-image:url(images/fleurs_02.jpg);
background-repeat:no-repeat;
width: 1020px;
height: 344px;
}

div#footer {
background-image:url(images/fleurs_03.jpg);
width: 1020px;
height: 101px;
}

div#flash {
padding-left:170px;
}

div#news {
padding-left:730px;
padding-top:36px !important;
padding-top:38px;
width:180px;
text-align:center;
height:20px;
}

div#mentions {
width:1022px;
text-align:center;
color:#339900;
font-size:10px;
}

div#mentions1 {
float:left;
width:900px;
text-align:center;
}

div#mentions2 {
float:right;
width:122px;
text-align:center;
}

/***************** MENU ****************/

ul#menu {
	width: 1021px;
	margin:0 0 0 0;
	padding:62px 0 0 0 !important;
	padding:40px 0 0 0;
}


/******** CSS global *******/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin:0px;
}

img {
	border:0px;
}

.phrase_emailing {
    color:#52790F;
	font-size:10px;
}

.newsletter_input {
	font-size:10px;
	border:1px #7DB717 solid;
	color:#7DB717;
}

.btn_ok {
	background-color:#7DB717;
	color:#FFFFFF;
	border:1px #FFFFFF solid;
	font-size:10px;
	width:30px;
}

div#piedpage {
 position:relative;
 top:-35px;
}

div#piedpage a{
 text-decoration:none;
 color:#000000;
}

image#cometik_logo{
display:inline;
padding-top:30px;
}

p#cometik{
float:right;
color : black;
text-decoration:none;
font-size:10px;
margin-right:55px;
text-align:center;
}

p#mentions_legales a{
display:block;
color:#339900;
text-decoration:underline;
font-size:10px;
padding-right:200px;
}

p#mentions_legales{
color:#339900;
text-decoration:none;
font-size:10px;
text-align:center;
padding-top:20px;
}

.texte_actu {
	padding-left:175px;
	padding-top:20px;
}


/* 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;
}
