/* CSS Document */

body {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: .90em;
	margin: 0px;
	padding: 0px;
	background-image: url('img/fond.jpg');
	background-repeat: repeat;
}

a { text-decoration: none; }

h1 {
	font-size: 100%;
	margin: 0px 0px 60px 0px;
	padding: 0px;
}

h2 {
	font-size: 130%;
	color: #27D5D7;
	font-style: italic;
}

p { text-indent: 20px; }

.texte-centre { text-align: center; }
.gras { font-weight: bold; }
.italique { font-style: italic; }
.souligne { text-decoration: underline; }
.float-right { float: right; }
.gris-fonce { color: #313131; }
.clear { clear: both; }
.bordure { border: solid 1px black; }


/* ------------------------------------------------------------ */
/*                        Bannière                              */
/* ------------------------------------------------------------ */
#banniere {
	width: 100%;
	height: 155px;
	background-image: url('img/banniere.jpg');
	background-repeat: repeat-x;
	margin-top: 10px;
}

#orchidee {
	width: 158px;
	height: 155px;
	background-image: url('img/orchidee.png');
	background-repeat: no-repeat;
}

#titre {
	width: 518px;
	height: 155px;
	background-image: url('img/titre.png');
	background-repeat: no-repeat;
	margin-right: 50px;
}


/* ------------------------------------------------------------ */
/*                            Site                              */
/* ------------------------------------------------------------ */
#fond-site {
	width: 745px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	background-image: url('img/fond-site.jpg');
	background-repeat: repeat-y;
	padding-left: 15px;
}

#site {
	width: 100%;
	height: 100%;
	margin-left: 15px;
	font-size: 100%;
}

#menu {
	width: 730px;
	height: 40px;
	background-image: url('img/menu.jpg');
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
}

#menu a {
	color: #616161;
	display: block;
	float: left;
	margin: 0px 26px;
}
#menu a:hover { color: #313131; }

#menu .ligne { padding-top: 10px; }
#menu .lignes { }

#arrondis {
	float: left;
	width: 16px;
	height: 16px;
	background-image: url('img/arrondis.jpg');
	background-repeat: no-repeat;
	margin-left: 10px;
}

#contenu-haut {
	width: 696px;
	height: 16px;
	background-image: url('img/contenu-haut.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 26px;	
}

#cadre-site {
	width: 710px;
	height: 100%;
	background-color: white;
	background-image: url('img/contenu.jpg');
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px 10px 4px 10px;
	border-left: solid 1px #FF66FF;
	border-right: solid 1px #FF66FF;
	border-bottom: solid 1px #FF66FF;
}

#contenu {
	width: 690px;
	height: 100%;
	padding: 0px 10px 10px 10px;
}

#contenu a { text-decoration: underline; color: black; }
#contenu a:hover { font-weight: bold; }

#contenu li { margin-bottom: 10px; }

#accueil, #maquillage, #extension, #photos, #modelage, #tarifs, #contact {
	height: 42px; 
	background-repeat: no-repeat;
	margin-left: 55px;
}

#accueil { width: 100px; background-image: url('img/accueil.png'); }
#maquillage { width: 284px; background-image: url('img/maquillage.png'); }
#extension { width: 230px; background-image: url('img/extension.png'); }
#photos { width: 100px; background-image: url('img/photos.png'); }
#modelage { width: 284px; background-image: url('img/modelage.png'); }
#tarifs { width: 100px; background-image: url('img/tarifs.png'); }
#contact { width: 100px; background-image: url('img/contact.png'); }

#sous-menu {
	padding: 5px 10px 5px 10px;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFE9EB;
	border: solid 1px #FF66FF;
}

#photo-travail {
	float: right;
	background-color: white;
	padding: 2px;
	margin: 0px 30px 0px 10px;
	border: solid 1px black;
}

.cadre-tarifs {
	width: 450px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 50px 10px 10px;
	background-color: #FFE9EB;
	border: solid 1px #FF66FF;
}

.prix-tarifs {
	display: block;
	float: right;
}

.cadre-tarifs li {
	width: 100%;
	text-align: left;
	border-bottom: dashed 1px black;
}

#carte {
	width: 552px;
	height: 444px;
	background-color: white;
	padding: 2px;
	border: solid 1px black;
}


/* ------------------------------------------------------------ */
/*                            Pied                              */
/* ------------------------------------------------------------ */
#pied {
	width: 100%;
	height: 110px;
	background-image: url('img/pied.jpg');
	background-repeat: repeat-x;
	background-position: top;
	color: #FF66FF;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
}

#pied a { color: #FF66FF; }
#pied a:hover { font-weight: bold; }

#copyright {
	width: 306px;
	height: 30px;
	background-image: url('img/copyright.png');
	background-repeat: no-repeat;
	margin: 12px;
}

#liens { font-size: 80%; color: #CC99CC; }
#liens a { color: #CC99CC; }
