@charset "iso-8859-1";
/* --------------------------------------------------- */
/* -----------------|* BALISES HTML *|---------------- */
/* --------------------------------------------------- */
* { padding:0; margin:0; }

html, body { height: 100%; }

body {
	/* 1em = 10 px */
	font: normal 62.5% Georgia, "Times New Roman", Times, serif;
	background-color: #4b5250;
	color: #000;
}

a img, img { border: 0 none; }

abbr { font-weight: bold; }

hr {}

table { border: 0 none; }

/* --------------------------------------------------- */
/* ------------|* CONTENEURS PRINCIPAUX *|------------ */
/* --------------------------------------------------- */

div#wide-header-top {
	height: 112px;
	background: #788380 url(../img/header-top-bg.jpg) center top no-repeat;
}

div#header-nav {
	background: transparent url(../img/header-nav-bg.jpg) center top no-repeat;
	height: 94px;
	position: relative;
	top: -7px;
}

div#cadre { 
	width: 843px;
	margin: 0 auto 3em auto;
}
div#cadre div#top { 
	background: transparent url(../img/cadre-top.jpg) left top no-repeat;
	height: 19px;
}
div#cadre div#inner-cadre {
	padding: 1em 3em;
	background: #788380 url(../img/cadre-bg.jpg) left top repeat-y;
}
div#cadre div#bottom { 
	background: transparent url(../img/cadre-bottom.jpg) left top no-repeat;
	height: 19px;
}

div#cadre-creations { 
	width: 924px;
	margin: 0 auto 3em auto;
}
div#cadre-creations div#top { 
	background: transparent url(../img/cadre-creations-top.jpg) left top no-repeat;
	height: 20px;
}
div#cadre-creations div#inner-cadre {
	padding: 1em 3em;
	background: #788380 url(../img/cadre-creations-bg.jpg) left top repeat-y;
}
div#cadre-creations div#bottom { 
	background: transparent url(../img/cadre-creations-bottom.jpg) left top no-repeat;
	height: 20px;
}

div.separation {
	height: 6px;
	line-height:0;
	font-size: 0;
	background: transparent url(../img/separation.png) left top repeat-x;
}

body#accueil div#content {
	float: left;
	width: 324px;
	padding: 0 33px;
}

body#creations div#content {
	padding-left: 3em;
	float: left;
	width: 608px;
	background: transparent url(../img/content-creations-bg.jpg) left top no-repeat;
	margin-bottom: 1em;
}

body#monstyle div#content {
	width: 608px;
	padding-top: 100px;
	margin: 0 auto;
	background: transparent url(../img/content-monstyle-bg.jpg) right top no-repeat;
}
body#contact div#content {
	float: left;
	width: 324px;
	padding-left: 20px;
	background: transparent url(../img/content-contact-bg.jpg) left top no-repeat;
}

body#creations table, body#contact table { width: 100%; }
body#creations table td, body#contact table td {
	height: 340px;
	vertical-align: bottom;
}

div.lightbox_photos { display: none; }
div#footer-wide {
	height: 100px;
	background: #788380 url(../img/footer-bottom-bg.jpg) center top no-repeat; 
}
div#footer {
	position: relative;
	top: 6px;
	text-align: center;
	margin-top: 3em;
	height: 90px;
	background: transparent url(../img/footer-bg.jpg) left bottom no-repeat;
}

div#main, div#header-nav, h1 {
	margin: 0 auto;
	width: 980px;
}
/* --------------------------------------------------- */
/* --------------------|* TITRES *|------------------- */
/* --------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight : bold;
}

h1 {
	display: block;
	background: transparent url(../img/h1-bg.jpg) left top no-repeat;
	height: 112px;
}


h2 {
	display: block;
	font-size: 3em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #000;
	padding-bottom: 20px;
	margin-bottom: 0.5em;
}

body#accueil h2, body#contact h2 { background: transparent url(../img/h2-small-bg.jpg) left bottom no-repeat; }
body#creations h2, body#monstyle h2 {
	font-size: 4em;
	background: transparent url(../img/h2-wide-bg.gif) left bottom no-repeat;
	font-weight: normal;
}

h3 {
	margin: 1em 0 1em 1em;
	font-size :1.6em;
	/* background: transparent url(../img/h3-puce.png) left top no-repeat; */
	color: #056;
}

/* --------------------------------------------------- */
/* --------------------|* LISTES *|------------------- */
/* --------------------------------------------------- */
li {
	font-size: 1em;
}

div#footer ul li {
	display: inline;
}


/* --------------------------------------------------- */
/* ---------------------|* MENUS *|------------------- */
/* --------------------------------------------------- */

/* Navigation principale */
ul#nav {
	padding: 7px 90px 0 290px;
	list-style-type: none;
	height: 57px;
}

ul#nav li {
	margin-bottom: 2px;
	display: inline;
	height: 57px;
}

ul#nav li a {
	display: block;
	float: left;
	padding-top: 38px;
	margin-right: 4px;
	width: 142px;
	height: 19px;
	background: transparent url(../img/nav-a-bg.jpg) left top no-repeat;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

ul#nav li a:hover,
ul#nav li a:active,
ul#nav li a.focus {
	background-position: 0 -57px;
	color: #000;
}

/* Liste des lampes */
div#cadre-creations ul { list-style-type: none; }
div#cadre-creations ul li { 
	display: block;
	margin: 0 3px 3px 0;
	float: left;
	width: 74px;
	padding: 1.6em 0;
	border: 1px solid #444;
}
div#cadre-creations ul li a {
	display: block;
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center;
}
div#cadre-creations ul li img { 
	border: 1px solid #444;
	display: block;
	margin: 0em auto 0.4em auto;
}

/* menu admin */
div#admin ul { 
	list-style-type: none;
	margin-bottom: 1em;
}
div#admin ul li {display: inline; }
div#admin ul li a {
	padding: 1ex;
	background-color: #504;
	color: #fff;
	border: 1px solid #908;
}
/* --------------------------------------------------- */
/* -----------------|* PARAGRAPHES *|----------------- */
/* --------------------------------------------------- */
p {
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: justify;
}
div#inner-cadre p {
	color: #fff;
	font-size: 1.1em;
}
h1 p {  text-indent: -5000px;  }

p#signature {
	text-align: right;
	background: transparent url(../img/mimi-sign.gif) right bottom no-repeat;
	height: 46px;
}
body#monstyle div#content p {
	font-size: 1.4em;
	font-weight: bold;
}
body#contact div#content p { 
	text-align: center;
	font-size: 1.6em;
}
p#adresse { 
	text-align: center; 
	margin-top: 17px;
	color: #fff;
}

p#adresse span { 
	font-size: 1.6em;
	font-weight: bold;
} 

/* --------------------------------------------------- */
/* ---------------------|* LIENS *|------------------- */
/* --------------------------------------------------- */
a { 
	text-decoration: none;
	color: #09f;
}

a:hover, a:focus, a.focus { color: #f33; }

h1 a {
  	display: block;
	margin-left: 80px;
	width: 180px;
	height: 112px;
}


div#footer ul li,
div#footer ul li a { 
	font-size: 1.2em;
	color: #000; 
}
div#footer ul li a:hover { color: #504; }

/* --------------------------------------------------- */
/* ---------------------|* IMAGES *|------------------ */
/* --------------------------------------------------- */
a img, img { border: 0 none; }
div#head img { display: block; }


/* --------------------------------------------------- */
/* -------------|* BALISES FORMULAIRE *|-------------- */
/* --------------------------------------------------- */
body#contact form {
	height: 76px;
}

form div.tier {
	float: left;
	width: 28%;
	height: 56px;
	padding-top: 20px;
}
form div#demande {
	float: left;
	padding-top:0;
	width: 20%;
}
form p {
	margin-bottom: 5px;
}

input, textarea {
	width: 160px;
	border: 1px solid #e2e6e9;
	background-color: #f2f6f9;
	padding: 0.2em;
	font-size: 12px;
	color: #056;
}
body#contact textarea { height: 40px; }

body#creations input, body#creations textarea { width: 300px; }
body#accueil textarea { width: 99%; }
body#accueil input { width: auto; }

label {
	width: 70px;
	text-align:right;
	padding-right: 0.5em;
	display: block;
	float: left;
}
div#demande label {
	float:none; 
	width:auto; 
	text-align: left;
}
input.submit {
	width: 120px;
	height: 30px;
	margin-top: 39px;
	background-color: #eee;
	border: 1px solid #222;
	color: #000;
	font: bold 1.6em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

p.error {
	padding: 1ex;
	border: 1px solid #300;
	background-color: #600; 
	color: #e00; 
	font-weight: bold;  
}
p.success {
	margin-top: 1ex;
	padding: 1ex;
	border: 1px solid #030;
	background-color: #060;
	color: #6b6; 
	font-weight: bold; 
}

body#accueil p.error, body#accueil p.success { 
	width: 820px;
	text-align: center;
	margin: 0 auto 1em auto; 
}

/* --------------------------------------------------- */
/* --------------|* CLASSES GENERIQUES *|------------- */
/* --------------------------------------------------- */
.flashText {
	position: relative;
	bottom: 0px;
}
.rightlast { margin-left:0; padding-left:0;}
.alignright { float: right; }
.alignleft { float: left; }
.centre { margin: 0 auto; }
.noborder { border: 0 none; }
.hide { display: none; }
.lineclear { 
	clear: both;
	height: 0;
	width: 1px;
	line-height: 0;
	font-size:0;
}
