/* CSS Document */
/*****************DIV*******************/
div#conteneur { 
				width:900px;
				background-image:url(images/fond_conteneur.jpg);
				position:relative;
				margin:0px auto;
				}
				
div#header { 
				width:900px;
				height:215px;
				background-image:url(images/defaut_01.jpg);
				background-repeat:no-repeat;
				}
				
div#droite { 
				width:654px;
				
				background-image:url(images/defaut_03.jpg);
				background-repeat:no-repeat;
				float:right;}
				
div#soirees { 
				width:654px;
				
				background-image:url(images/centre_soiree_privee_03.jpg);
				background-repeat:no-repeat;
				float:right;}
				
div#actu { 
				width:654px;
				
				background-image:url(images/centre_actualites_03.jpg);
				background-repeat:no-repeat;
				float:right;}
				
div#cadeaux { 
				width:654px;
				background-image:url(images/centre_bon_cadeaux_03.jpg);
				background-repeat:no-repeat;
				float:right;}
				
div#contact { 
				width:654px;
				background-image:url(images/centre_contact_03.jpg);
				background-repeat:no-repeat;
				float:right;}
				
div#marques { 
				width:654px;
				background-image:url(images/centre_nosmarques_03.jpg);
				background-repeat:no-repeat;
				float:right;}
				
div#nouveautes { 
				width:654px;
				background-image:url(images/centre_nouveautes_03.jpg);
				background-repeat:no-repeat;
				float:right;}
				
div#footer {
				width:900px;
				height:75px;
				background-image:url(images/defaut_04.jpg);
				background-repeat:no-repeat;
				clear:both;}
				
				
.contenu_modifiable{
				font: 11px Verdana, Arial, Helvetica, sans-serif;
				color:#000000;
				padding:70px 30px 0 20px;
				margin : 0 0 0 0;
				text-align:justify;
}

/*****************MENU*******************/
ul#menu {
				width:246px;
        background-image:url(images/defaut_02.jpg);
				margin:0px;
				padding:0px 0px 0px 0px;
				list-style-type:none;
        float:left;
        }
        
ul#menu li {
			display : block;
      font-size:1px;
      line-height:1px;
			}

ul#menu img { border:0px;}

/***********LOGO + TXT FOOTER**********/
p#logo_cometik{
float:right;
padding:80px 10px 0 0;
margin:0;
}

p#logo_cometik a{
font:9px Verdana,Arial,Sans-serif;
color : black;
text-decoration:none;
}

p#coordonnées{
padding:80px 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;}

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

/*************FORM NEWSLETTER************/
#newsletter_form{
padding: 0px 0 0 70px;
margin:0px;
}

p#newsletter_ok{
padding:70px 0 0 80px;
color:black;
font:10px Verdana,Arial,Sans-serif;
width:150px;
text-align:center
}

p#restez_informe{
	margin:0;
	padding: 60px 0 0 60px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	width:180px;
	text-align:center;
}