@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #FFF;
}
body {
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	min-width:900px;
}

body, html {
	height:100%;
	margin:0px;
	padding:0px;
}

img {border:0px;}

a {text-decoration:none;
color:#fff;}

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

/* FOOTER */

#footer {
	background:url(../images/footer.png);
	border-top:7px #dbe3bf dashed;
}

/* HEADER */

#header {
	background:url(../images/fablecoiffeur.png) no-repeat top left;
	padding-top:240px;
}

#logo {
	background:url(../images/fablecoiffeur2.gif) top left no-repeat;
}

/* MENU */

.menu {
	background:url(../images/bouton.png) no-repeat top left;
	text-align:left;
	padding-left:15px;
	display:block;
	line-height:32px;
	color:#FFF;
	font-size:13px;
	letter-spacing:1px;
}

.menu:hover {
	background:url(../images/bouton.png) no-repeat bottom left;
}

#numero1 {
	background:url(../images/numero1.png) no-repeat top right;
}

.carousel_container {
	width: 100%;
	height: 400px;
}

/* CADRE */

.topleft {background:url(../images/cadrefab_01.png) no-repeat; width:10px; height:10px;}
.top {background:url(../images/cadrefab_02.png) repeat-x; height:10px;}
.topright {background:url(../images/cadrefab_03.png) no-repeat; width:10px; height:10px;}

.middleleft {background:url(../images/cadrefab_04.png) repeat-y; width:10px;}
.middle {background:url(../images/cadrefab_05.png);}
.middleright {background:url(../images/cadrefab_06.png) repeat-y; width:10px;}

.bottomleft {background:url(../images/cadrefab_07.png) no-repeat; width:10px; height:10px;}
.bottom {background:url(../images/cadrefab_08.png) repeat-x; height:10px;}
.bottomright {background:url(../images/cadrefab_09.png) no-repeat; width:10px; height:10px;}

/* CONTENT */

.content {
	color:#000;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
}

.soustitre {
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding-left:20px;
	line-height:34px;
	font-weight:bold;
	background:url(../images/picto-femme.png) no-repeat center left;
}

.content em {
	color:#F60;
	font-size:16px;
}

.intitule_contact, contact_num, contact_numero, contact_donnees, contact_inc {color: black;}
