/* --------------------------------------------------
   Menuiserie René Rouault
   www.menuiserie-rouault.com
   
   Conception et Réalisation: Environnement.WEB
   www.environnementweb.com
   
   Tous droits réservés
--------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}
body {
	font-size: 0.8em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #333;
	background: #fff;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	font-size: 2.5em;
	color: #006bb3;
}
h3 {
	font-size: 2.3em;
	color: #4d5a5f;
	font-style: italic;
	font-family: "Times New Roman", serif;
}
h4 {
	margin: 5px 0;
	font-size: 1.5em;
	color: #4d5a5f;
	font-style: italic;
	font-family: "Times New Roman", serif;
}
a {
	color: #004494;
}
p, ul {
	margin: 8px 0;
}
img {
	border: 0;
}

.clear {
	clear: both;
}


/* Structure globale */
#global {
	position: relative;
	width: 887px;
	margin: 0 auto 20px;
}

#entete {
	position: relative;
	height: 389px;
}

#corps {
	margin: 10px 0;
}

#signature {
	text-align: right;
}




/* Entete */
#entete h1 {
	position: absolute;
	top: 25px;
	left: 0;
	width: 223px;
	height: 143px;
}
#entete #fabricant {
	position: absolute;
	top: 210px;
	left: 0;
	width: 223px;
	font-size: 1.1em;
	line-height: 100%;
	text-align: justify;
}
#entete #experience {
	position: absolute;
	top: 268px;
	left: 0;
}
#entete #slogan {
	position: absolute;
	top: 18px;
	right: 0;
	width: 631px;
	font-size: 1.12em;
	color: #7f7f7f;
	font-style: italic;
}
#entete #image-menu {
	position: absolute;
	top: 53px;
	right: 0;
	width: 631px;
	height: 336px;
	background: url(images/entete-01.jpg) no-repeat;
	z-index:1;
}
#entete #image-menu .image-bandeau {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#entete #menu {
	position: absolute;
	top: 53px;
	right: 0;
	width: 631px;
	height: 336px;
	z-index: 2;
}
#entete #menu ul {
	height: 32px;
	margin: 0;
	overflow: hidden;
	background: url(images/menu.png) repeat-x;
	border-bottom: 3px solid #fff;
}
#entete #menu li {
	display: inline;
	line-height: 32px;
	margin: 0 0 0 -1px;
	padding: 0 6px;
	border-left: 1px solid #010101;
}
#entete #menu li a {
	padding: 1px 10px;
	color: #010101;
	font-size: .86em;
	text-transform: uppercase;
	text-decoration: none;
}
#entete #menu li a:hover { color: #7f3207; }



/* Signature */
#signature a {
	color: #7f7f7f;
	text-decoration: none;
	font-size: .9em;
}



/* Accueil */
#accueil-video { float: left; width: 223px; margin-bottom: 10px; height: 96px; }
#accueil-video a { display: block; height: 96px; line-height: 96px; /*padding-left: 60px;*/ padding-right: 20px; text-align: right; text-decoration: none; font-size: 2.8em; font-weight: bold; font-style: italic; background: url(images/video.jpg) center left no-repeat; }
#accueil-recherche { width: 631px; float: right; margin-bottom: 10px; }



/* Catalogue */
#menu-catalogue {
	float: left;
	width: 256px;
}
#menu-catalogue ul { margin: 0; background: url(images/fond-menu.jpg) no-repeat; }
#menu-catalogue li { height: 32px; line-height: 32px; list-style: none; width: 223px; border-bottom: 1px solid #fff; }
#menu-catalogue li.actif {  }
#menu-catalogue li a { display: block; padding: 0 5px; font-weight: bold; text-decoration: none; color: #7f3207; /*background: url(images/menu-catalogue.jpg) no-repeat;*/  }
#menu-catalogue li a:hover, #menu-catalogue li.actif a { background-position: 0 -32px; }
#affichage-categorie, #affichage-produit {
	float: right;
	width: 631px;
}
.fiche-resumee {
	position: relative;
	float: left;
	width: 202px;
	height: 433px;
	margin: 0 12px 12px 0;
	text-align: center;
	z-index: 0;
}
.fiche-resumee.dernier {
	margin: 0 0 12px 1px;
}
.fiche-resumee:hover { z-index: 1; }
.fiche-resumee .agrandissement-produit { display: none; }
.fiche-resumee:hover .agrandissement-produit { display: block; position: absolute; top: -100px; left: -50px; }
.fiche-resumee-vitrage { height: 353px; }
.fiche-resumee-vitrages:hover .agrandissement-produit { top: -50px; }
.fiche-resumee-accessoires { height: 253px; }
.fiche-resumee-accessoires:hover .agrandissement-produit { top: -25px; }

.detail-produit { float: left; margin: 0 15px 5px 0; }

#navigation { text-align: center; margin-top: 10px; }
#navigation li { display: inline; font-size: 1.5em; margin-right: 4px; }
#navigation li a { padding: 2px 4px; text-decoration: none; background: #eee; color: #7f3207  }
#navigation li.actif a { background: #7f3207; color: #fff; font-weight: bold; }

#lien-catalogue a {
	display: block;
	width: 223px;
	padding-top: 326px;
	margin-top: 50px;
	background: url(../images/catalogue-papier.jpg) 0 0 no-repeat;
	text-align: center;
	text-decoration: none;
}
#lien-catalogue a:hover { background-position: -223px 0 }

#menu-sous-cat {
	text-align: center;
	background: #f1f1f1 url(images/menu.png) bottom left repeat-x;
	margin: 0 0 10px;
	padding: 10px;
}
#menu-sous-cat li { display: inline; list-style: none; padding: 8px 0px; }
#menu-sous-cat li a { padding: 4px 8px; text-decoration: none; font-weight: bold; color: #7f3207; line-height: 190%; }
#menu-sous-cat li a:hover { }
#menu-sous-cat li.actif a { padding: 4px 8px 1px; border-bottom: 3px solid #7f3207 }

#erreur-recherche { background: #af2d00; color: #fff; padding: 6px 10px; margin-bottom: 10px; }
#recherche-produit { background: #d2c7b1 url(images/recherche.jpg) no-repeat; padding: 5px 10px; margin-bottom: 10px; color: #fff; }
#recherche-produit legend { font-size: 1.9em; font-weight: bold; }
#recherche-produit .field { clear: none; float: left; width: 220px; height: 50px; }
#recherche-produit label { font-size: 1.1em; }
#recherche-produit #categorie, #recherche-produit #autoinput { padding: 2px; border: 0; width: 200px; }
#recherche-produit #submitRecherche { float: left; width: 118px; height: 21px; margin-top: 17px; padding: 0; background: none; border: none; }



/* Vidéo */
#video { margin: 20px 0 10px; }
#entete-video {
	position: relative;
	height: 168px;
}
#entete-video h1 {
	position: absolute;
	top: 25px;
	left: 0;
	width: 223px;
	height: 143px;
}
#entete-video #slogan {
	position: absolute;
	top: 18px;
	right: 0;
	width: 631px;
	font-size: 1.12em;
	color: #7f7f7f;
	font-style: italic;
}
#entete-video #image-menu {
	position: absolute;
	top: 53px;
	right: 0;
	width: 631px;
	height: 115px;
	overflow: hidden;
	background: url(images/entete-03.jpg) no-repeat;
	z-index:1;
}
#entete-video #image-menu .image-bandeau {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#entete-video #menu {
	position: absolute;
	top: 53px;
	right: 0;
	width: 631px;
	height: 336px;
	z-index: 2;
}
#entete-video #menu ul {
	height: 32px;
	margin: 0;
	overflow: hidden;
	background: url(images/menu.png) repeat-x;
	border-bottom: 3px solid #fff;
}
#entete-video #menu li {
	display: inline;
	line-height: 32px;
	margin: 0 0 0 -1px;
	padding: 0 6px;
	border-left: 1px solid #010101;
}
#entete-video #menu li a {
	padding: 1px 10px;
	color: #010101;
	font-size: .86em;
	text-transform: uppercase;
	text-decoration: none;
}
#entete-video #menu li a:hover { color: #7f3207; }


/* Contact */
#colonne-gauche {
	float: left;
	width: 223px;
}
#colonne-principale {
	float: right;
	width: 631px;
}

#colonne-gauche h3 { font-size: 2em; }

fieldset { border: none; }
.field { clear: left; margin: 3px 0; }
.label { float: left; width: 170px; margin-right: 25px; text-align: right; }
.input { width: 380px; padding: 2px; border: 1px solid #ccc; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 1em; }
.input:focus { background: #f4f4f4 }
#cryptogram { float: left; width: 175px; margin-right: 5px; }
#form-code { float: left; width: 169px; height: 17px; padding: 8px 2px; text-align: center; font-size: 1.3em; line-height: 35px; letter-spacing: 3px; }
.champs-obligatoires { text-align: right; font-style: italic; color: #999; margin-right: 50px; }
#envoi-form { text-align: center; }
#btn-submit { background: #006bb3; color: #fff; border: 2px outset #3ba7ef; padding: 5px 24px; margin: 5px 0; cursor: pointer; }
.avertissement-cnil { font-size: .9em; color: #999; }
.input-erreur { border: 1px solid #9f5959; background: #ffefef }
.label-erreur { color: #9f5959; }
#confirm-form, #erreur-form {
	padding: 5px 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.2em;
	background: #eee;
}
#confirm-form { color: #175f1a; }
#erreur-form { color: #9f5959; }
