/* Général */
body {	
	background-color: #F2EDD6;
	padding: 0px 0px;
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#global {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}


/* En-tête */
#entete {
	width: 900px;
	margin: 0 auto;

}



/* Bloc central */
#content { /*bloc centre*/
	width: 100%; 
	overflow: hidden; 
	background-color: #140F09;
}
#bloc_intro {
	width: 890px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #25190a;
}
#bloc {
	width: 890px;
	margin: 0 auto;
	padding: 0 0 20px 5px;
	overflow: hidden;
	background-color: #25190a;
	background-image:url(../images/dreamvision.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#bloc .menu {
	padding: 10px;
	float: left;
}

#bloc .actu {
	/*min-height : 150px;*/
	width: 540px;
	float: left;
	margin : 0 0 10px 10px;
	padding : 5px 10px 5px 10px;

	background-position: left bottom;
	background-image: url(../images/title_info.png);
	background-repeat: no-repeat;
	background-color: #140F09;

	color: white;
	font-size: 1em;
}

#bloc .autre_actu {
	text-transform: uppercase;
	margin: 20px 0;
	color: #811453;
	font-size: 0.8em;
}

#bloc .newsletter {
	/*min-height : 150px;*/
	width: 540px;
	float: left;
	margin : 0 0 10px 10px;
	padding : 25px 10px 5px 10px;
	background-color: #C7942D;
	background-position: left top;
	background-image: url(../images/bg_newsletter.gif);
	background-repeat: no-repeat;
	
	
	color: #FFFFFF;
	font-size: 1em;
	text-align: center;
}


#bloc h3 {
	padding: 0px;
	font-size: 1.8em;
	font-style: normal;
	/*color: #811453;*/
} 

#bloc a:link, #bloc a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#bloc a:hover {
	text-decoration: none;
	color: #C7942D;
}

#fashion {
	width: 300px;
	height: 420px;
	background-image: url(../images/diapo/photo1.jpg);	
	background-repeat: no-repeat;
}

#fashion .btn_fashion {
	width: 300px;
	height: 420px;
	background-image: url(../images/btn_fashion.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}


/* Contenu principal */
#principal {
	float: left; /* -> 5 */
	width: 580px;
	/*padding: 10px;*/
}

/* Contenu secondaire */
#secondaire {
	margin-left: 580px; /* -> 6 */
	margin-right: 10px;
	padding: 10px 0;
	/*padding: 12px 0;*/
}

/* Pied de page */

#pied {
	width: 900px;
	height: 25px;
	margin: 0 auto;
	clear: left;
	background-image:url(../images/bas_site_2.png);
	background-repeat: no-repeat;
}

#texte {
	line-height: 1.6em;
	text-align: justify;
	margin: 10px;
	color: #F2EDD6;
	font-size: 0.8em;

}

#texte h2 {
	word-spacing: 0.2em;
	text-transform: uppercase;
	color: #C7942D;
	font-size: 2em;
	line-height: 0.9em;
	padding: 10px 0 0 0;
	margin: 0 0 30px 0;
	text-align: left;
}

#texte h3 {
	letter-spacing: 0.2em;
	background-color: #140F09;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #C7942D;
	padding: 5px;
	margin: 10px 0 0 0;
}

#texte h4 {
	font-style: italic;
	line-height: 0.4em;
	color: #C7942D;
	font-size: 0.9em;
	padding: 2px 0 15px 0;
}

#texte h5 {
	background-color: #140F09;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #C7942D;
	padding: 5px;
	margin: 20px 0 0 0;
	text-align: left;
}
#texte h6 {
	font-style: italic;
	line-height: 1.2em;
	color: #C7942D;
	font-size: 1em;
	padding: 15px 0 15px 0;
}
#texte .chapeau {
	padding: 0 0 20px 0;	
}

#texte .etoile {
	float: left;
}

#texte .image {
	display: inline;
	padding: 5px;
}

#texte .tarif_separation td {
	border-bottom-width: 1px;
	border-bottom-color: #140F09;
	border-bottom-style: solid;
	margin: 2px 0 2px 0;

}
#form_livredor {
	width: 550px;
	margin: 0 0 50px 0;
}

#livredor .titre {
	background-color: #C7942D;
	color: #811453;
	width: 540px;
	padding: 4px;
	margin: 20px 0 0 0;
}

#livredor .commentaire {
	background-image:url(../images/livredor_commentaire.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #25190a;
	min-height: 50px;
	padding: 5px 20px 5px 50px;

}

.lissage a {
	background-color: #140F09;
	padding: 6px; margin:0px 4px 20px 0px;
	font-size:1.4em;
	color:#000000;
	
}

.lissage a:hover {
	background-color:#F2EDD6;

	font-size:1.4em;
}

