/* CSS Document */

body {
	background-color: #221E1F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image:url(images/fond.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

div, p, td {
	font-size: 12px;
	color: #FFFFFF;
}

a {
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #C60;
}

a:hover {
	text-decoration: none;
	color: #C60;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
}

#corps-texte {
	text-decoration: underline;
	color: #960;
}

.champs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}

textarea, input, select, option {

}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;	
}

#header, #principal, #contenu {
	width: 960px;
}

#principal {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#header {

}

#menu {
	width: 960px;
}


#texte {
	background-image: url(images/fond_contenu.gif); 
	background-repeat: no-repeat; 
	background-color: #525252;
	background-position: top left;
	width: 939px;
}

#texte p {
	margin-left: 20px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#texte li {
	margin-top: 15px;
	margin-left: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#texte h2 {
	font-size: 16px;
	margin-bottom: 0px;
	margin-left: 40px;
}

#texte h3 {
	font-size: 14px;
	margin-bottom: 0px;
	margin-left: 60px;
}

#texte .affichage_services h3 {
	margin-left: 20px;
}
#texte-temoignage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}
.bord_gauche {
	background-image:url(images/cote_gauche.gif); 
	background-repeat: repeat-y;
	width: 9px;
}

.bord_droit {
	width: 12px;
	background-image:url(images/cote_droit.gif); 
	background-repeat: repeat-y;
}

#footer_accueil {
	clear: both;

	margin-top: 55px
}

#footer_accueil p, #footer_accueil a {
	font-size: 10px;
	color: #DDDDDD;
}

#footer {
	background-image: url(images/bas_cadre_principal.gif);
	height: 92px;
	font-size: 10px;
	background-repeat: no-repeat;
	padding-top: 20px;
}

#footer p, #footer a {
	font-size: 10px;
	color: #DDDDDD;
}

/* Pour GG map */
#map span {
	font-size: 6px;
}

/* Services */
#interview, #couleurs, #maquillage, #visagisme, #style_vestimenaire, #shopping, #suivi, #vip {
	display: none;
}


/* Slider */
#slider {
    width: 410px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 410px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;
}
.corps-article {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
}

