/* REGLAGES GENERALS */
/* ################# */

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

body {
	background: url(images/background.jpg) left top repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #65798c;
}

th, td { /* pour IE5 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
}

h2 {
	color: #1e6ab0;
	background: url(images/fond_h2.png) left 8px no-repeat;
	text-indent: 15px;
	font-size: 16px;
	margin: 0;
	padding: 15px 0;
	height: 32px;
	font-weight: bold;
}

h3 {
	color: #1e6ab0;
	background: url(images/fond_h3.png) left 8px no-repeat;
	text-indent: 15px;
	font-size: 13px;
	margin: 0;
	padding: 10px 0;
	height: 22px;
	font-weight: normal;
}

.fiche_prod h3 {
	color: #1e6ab0;
	background: none;
	text-indent: 15px;
	font-size: 15px;
	margin: 0;
	padding: 3px 0 10px 0;
	height: 22px;
	font-weight: bold;
}

h4 {
	color: #1e6ab0;
	text-indent: 15px;
	font-size: 12px;
	margin: 0;
	padding: 10px 0;
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0 15px 15px 15px;
}

#global {
	position: relative;
	background: url(images/faux_col.jpg) left top repeat-y;
	width: 761px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

#header_top {
	background: url(images/header_top.jpg) left top no-repeat;
	width: 761px;
	height: 20px;
}

#header_title {
	width: 761px;
	height: 190px;
}

#header_bottom {
	background: url(images/header_bottom.jpg) left top no-repeat;
	width: 761px;
	height: 26px;
}

#header_shadow {
	background: url(images/header_shadow.jpg) left top no-repeat;
	width: 761px;
	height: 14px;
}

#faux_col {
	overflow: auto;
	width: 761px;
	padding-bottom: 30px;
}

#content {
	display: inline; /* bug IE double marge */
	margin: 0 0 10px 25px;
	padding: 0 0 25px 0;
	width: 550px;
	float: left;
}

#menu {
	padding: 0;
	margin: 0;
	width: 157px;
	float: right;
}

#menu a {
	display: block;
	width: 156px;
	height: 26px;
	line-height: 22px;
	background: url(images/bouton.jpg) left top no-repeat;
	color: #ffffff;
	text-decoration: none;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: bold;
	text-indent: 27px;
}

#menu a:hover {
	color: #555;
	background: url(images/bouton.jpg) -156px 0 no-repeat;
}

#menu a.actif {
	background: url(images/bouton.jpg) right top no-repeat;
}

#menu a.actif:hover {
	background: url(images/bouton.jpg) right top no-repeat;
	color: #555;
}

#menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
	height: 26px; /* force la même taille que les liens pour cause de bug IE au rollover */
}

#footer {
	clear: both;
	background: url(images/footer.jpg) left top no-repeat;
	width: 761px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #65798c;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
	position: absolute;
	bottom: -5px;
}

#cadre_deplacement {
	margin: 25px 0 0 0;
}

.cadre_info {
	background: url(images/cadre_info_corps.png) left top no-repeat;
	margin: 25px 0 0 0;
}

.cadre_info2 {
	background: url(images/cadre_info2_corps.png) left top no-repeat;
	margin: 25px 0 0 0;
}


.cadre_info_contenu {
	padding: 35px 10px 25px 15px;
	background: url(images/cadre_info_pied.png) left bottom no-repeat;
}

#logo_robinet {
	margin: 25px 0 0 0;
}

#intro {
	background: #FFF;
	height: 200px;
	margin: 20px 0 20px 20px;
}

img {
	border: none;
}

a {
	color: #1E6AB0;
}

a:hover {
	color: #000;
}

/* AUTRES (TEXTES, ET AUTRE MISE EN FORME */
/* ###################################### */

table.produits {
	width: 535px;
	border: 1px solid #65798C;
	background: #9DAEBE;
	margin: 15px;
	padding: 0;
}

table.produits td.photo, table.produits th.photo {
	width: 54px;
}

table.produits td.lien, table.produits th.lien {
	width: 110px;
	text-align: center;
}

table.produits td.lien a {
	background: url(images/icon_loupe.png) 0 0 no-repeat;
	display: block;
	text-indent: 10px;
	padding: 3px;
	margin: 5px;
}

table.produits td.titre {
	font-size: 13px;
}

table.produits td.photo {
	text-align: center;
}

table.produits th.prix, table.produits td.prix {
	width: 100px;
	text-align: center;
}

table.produits th.qte, table.produits td.qte {
	width: 100px;
	text-align: center;
}

table.produits th.total, table.produits td.total {
	width: 100px;
	text-align: center;
}

table.produits_total {
	float: right;
	width: 220px;
	border: 1px solid #65798C;
	background: #9DAEBE;
	margin: 10px 0 15px 0;
	padding: 0;
}

table.produits_total th.total, table.produits_total td.total {
	width: 100px;
	text-align: center;
}

table.tarifs {
	width: 535px;
	border: 1px solid #65798C;
	background: #9DAEBE;
	margin: 15px;
	padding: 0;
}

table.tarifs th.prix, table.tarifs td.prix {
	width: 100px;
	text-align: center;
}

table.tarifs th {
	padding: 2px;
	text-align: center;
	background: #fff;
}

table.tarifs td  {
	background: #cde;
	padding: 2px;
}

table.produits th {
	text-align: center;
	padding: 2px;
}

table.produits th {
	background: #FFF;
}

table.produits td  {
	background: #cde;
	padding: 4px;
}

table.produits tr.even td  {
	background: #def;
}

table.produits_total td  {
	background: #cde;
	padding: 2px;
}

table.produits td.photo img {
	border: 1px solid #888;
}

/* page démos */

#entete_demos {
	background: url(images/entete_demos.png) left top no-repeat;
	height: 61px;
}

table.demos_photos, table.demos_videos {
	width: 530px;
	margin: 15px;
	padding: 0;
}

table.demos_photos td, table.demos_videos td {
	text-align: center;
	width: 33%;
}

table.demos_photos th, table.demos_videos th {
	padding: 4px;
	text-align: center;
	width: 33%;
}

table.demos_photos .boutons a span, table.demos_videos .boutons a span {
	display: none;
}

table.demos_photos .boutons a, table.demos_videos .boutons a {
	display: block;
	height: 23px;
	width: 95px;
	margin: 0 auto;
}

table.demos_photos .boutons a {
	background: url(images/bt_photo.png) left top no-repeat;
}

table.demos_photos .boutons a:hover {
	background: url(images/bt_photo.png) right top no-repeat;
}

table.demos_videos .boutons a {
	background: url(images/bt_video.png) left top no-repeat;
}

table.demos_videos .boutons a:hover {
	background: url(images/bt_video.png) right top no-repeat;
}

.chapo {
	font-weight: bold;
}

ul {
	list-style: circle;
}

table.donnees {
	width: 485px;
	margin-left: 10px;
}

table.donnees tr td {
	font-size: 12px;
	color: #666666;
	padding: 10px 0;
}

table.donnees col.gauche {
	width: 65px;
}

.error p, p.error {
	color: #f60;
	margin: 0 20px 0 30px;
}

.error {
	margin-bottom:10px;
}

/* FORMULAIRES */
/* ########### */

/* paramètres communs pour les formulaires */

form {
	font-size: 11px;
	color: #666666;
}

fieldset {
	border: 1px solid #65798C;
	padding: 5px 10px;
}

fieldset.boutons {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	border: 0 solid #fff;
}

fieldset.boutons input {
	color: #FFF;
	background: url(images/input_bouton.jpg) left top no-repeat;
}

fieldset.boutons input:hover {
	color: #000;
	background: url(images/input_bouton.jpg) right top no-repeat;
}

select, input, textarea {
	font-size: 12px;
	font-family: Arial, sans-serif;
	border: 1px solid #65798C;
	background: #9DAEBE;
	cursor: pointer;
	background: url(images/input_bg.jpg) left top no-repeat;
}

legend {
	margin: 5px 0;
	padding: 0;
}

/* formulaire calendrier evènements */

form#form_calendrier {
	width: 250px;
	margin-left: 80px;
	margin-bottom: 20px;
}

form#form_calendrier label {
	display: none;
}

/* formulaire contact */

form#contact, form#commande_valide {
	width: 460px;
	margin-left: 25px;
}

form#contact label, form#tarifs label, form#commande_valide label {
	width: 80px;
	margin-right: 5px;
	display:block;
	float:left;
	text-align:right;
}

form#tarifs label {
	width: 200px;
	margin-right: 5px;
	display:block;
	float:left;
	text-align:right;
}

form#contact div, form#tarifs div, form#commande_valide div {
	margin-bottom: 5px;
}

form#contact input#sujet, form#contact textarea#message {
	width: 330px;
}

form#contact textarea#message {
	height: 150px;
}

form#guestbook {
	margin: 20px auto;
	width: 500px;
}

form#guestbook p {
	margin: 5px;
	padding: 0 0 0 100px;
	font-size: 10x;
}

form#guestbook label {
	width: 100px;
	margin-right: 5px;
	display:block;
	float:left;
	text-align:right;
}

form#guestbook div {
	margin-bottom: 5px;
}

/* guestbook specific */

#guestbook_messages {
	border: 1px solid #65798C;
	margin: 0 0 20px 29px;
	padding: 0;
	width: 490px;
	height: 400px;
	overflow: auto;
}

#guestbook_messages .cadre_message {
	background: #eee;
	border: 1px solid #aaa;
	margin: 5px;
	padding: 5px;
}

#guestbook_messages .cadre_message p {
	margin: 0;
	padding: 0;
}

#guestbook_messages .cadre_message .information {
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px dashed #aaa;
}

#guestbook_messages .cadre_message .message {
	padding-top: 5px;
}

/* Fiches produits */

#trame_prod {
	background: #000;
  filter : alpha(opacity=80);
  -moz-opacity : 0.8;
  opacity : 0.8;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 0
}

.fiche_prod {
	text-align: left;
	background: #FFF;
	border: 1px solid #555;
	width: 500px;
	height: 350px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -175px 0 0 -250px;
	z-index: 1;
}

div.photo {
	float: left;
	display: inline;
	border: 1px solid #888;
	width: 200px;
	height: 330px;
	margin: 8px 0 0 8px;
}

div.photo img {
	display: block;
}

.description {
	float: right;
	display: inline;
	width: 275px;
	height: 300px;
	margin: 8px 8px 0 0;
}

p.fermer {
	clear: right;
	text-align: right;
	margin: 0;
	padding: 17px 8px 0 0;
}

/* boutons */

.fiche_prod .fermer a span {
	display: none;
}

.fiche_prod .fermer a {
	float: right;
	display: block;
	height: 23px;
	width: 126px;
	background: url(images/bt_retour_catalogue.png) left top no-repeat;
}

.fiche_prod .fermer a:hover {
	background: url(images/bt_retour_catalogue.png) right top no-repeat;
}

a#bt_valider_commande {
	float: right;
	display: block;
	height: 23px;
	width: 136px;
	background: url(images/bt_valider_commande.png) left top no-repeat;
}

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

a#bt_valider_commande span {
	display: none;
}

#boutique a {
	margin: 0 auto;
	display: block;
	height: 23px;
	width: 126px;
	background: url(images/bt_boutique.png) left top no-repeat;
}

#boutique a:hover {
	background: url(images/bt_boutique.png) right top no-repeat;
}

#boutique a span {
	display: none;
}

/* récapitulatif commande */

#recap_produits, #recap_total {
	list-style: none;
}

#recap_produits img {
	border: 1px solid #888;
}
