﻿html,body{
	margin: 0;
	padding: 5px;
	padding-bottom: 30px;
	height: 100%
}

body{
	background:url(../img/template/fond.png) repeat-x fixed;
	font: 76% arial,sans-serif;
	text-align:center;
}

p{margin:0 10px 10px}
a{color: #000000;}
a:hover {text-decoration:none;}

table{border:0px;}

img{border:0px;}

.erreur{
	color:#ff0000;
}

.instructions{
	padding:10px;
	text-align:center;
	font-style:italic;
}

.obligatoire{
	color:#ff0000;
}

.apercuDevis{
	color:#000000;
	background-color:#ffffff;
	
	margin:20px;
	padding:10px;
	
	border:1px solid #000000;	
}

/*----------------------------------------------*/
/*                   TITRES                     */
/*----------------------------------------------*/

.mainTitle{
	padding:5px;
	margin:0px;
	margin-bottom:10px;
	
	background:url(../img/template/fond_main_title.png) repeat-x top;
	background-color:#d5d5d5;
	
	border:1px solid #000000;
	
	font-size:16px;
	font-weight:bold;
	text-align:center;	
	color:#000000;		
}

.menuTitle{
	margin:0px;
	padding:5px;
	
	font-size:18px;
	font-weight:bold;
	text-align:center;	
	color:#ffffff;	
}

.devisTitle{
	font-size:18px;
	font-weight:bold;
	text-align:left;	
	color:#000000;	
	
	margin:10px 0;
	padding:5px;
}

/*----------------------------------------------*/
/*----------------------------------------------*/

/*----------------------------------------------*/
/*             BLOC PRESENTATION                */
/*----------------------------------------------*/

div#header{
	height:150px;
	width:900px;
	position:relative;

	padding-top:1px;
	
	background:#eeeeee;
}

div#header .banniereslideshow{
	position:absolute;
	left:250px;
	width:638px;
	border:1px #000000 solid;
}

div#header img{
	position:absolute;
	top:15px;
	left:5px;
	z-index: 50;
}

div#container{
	width:900px;
	margin:0 auto;
	text-align:left;
	
	background:#eeeeee;
}

div#content{
	float:left;
	width:690px;
	
	padding:5px;
}

/*----------------------------------------------*/

div#acces_rapide{
	float:right;
	width:193px;
	
	background:#153996;
	border:1px solid #000000;
	
	color:#ffffff;
	
	margin:5px 5px 0 0;
	
	padding:0px;
	padding-bottom:5px;
}

div#acces_rapide .subTitle{
	padding:5px;
	height:28px;
	
	background:url(../img/template/fond_acces_rapide_title.png) repeat-x top;
	
	font-size:18px;
	font-weight:bold;
	text-align:center;	
	color:#ffffff;
}

div#acces_rapide ul { 
	list-style-image: url(../img/template/acces_rapide_puce.png);
	margin:0px;
	padding:0px;
	padding-left:20px;
}
div#acces_rapide ul li { 
	margin: 2px 0 2px 0;
	padding:0px;
}

div#acces_rapide ul li a{
	margin:0px;
	padding:0px;
	text-decoration:none;
	color:#ffffff;	
} 

div#acces_rapide ul li a:hover{
	text-decoration:underline;
} 

div#acces_rapide ul li a:visited{
	text-decoration:none;
	color:#ffffff;	
} 

/*----------------------------------------------*/

div#produit{
	float:right;
	clear:right;
	width:200px;
}

div#produit .menuTitle{
	color:#000000;
}

/*----------------------------------------------*/


div#footer{
	clear:both;
	margin:0 auto;
	width:900px;
	height:20px;

	background:#eeeeee;

	font-size:12px;
	font-weight:bold;
	text-align:center;	
	color:#000000;	
}

/*----------------------------------------------*/

.article{
	background:#ffffff;
	border:1px solid #000000;
	
	overflow-y:hidden;
	
	margin-bottom:10px;
	
	color:#000000;
}

.article form{
	margin:10px;
}

.article table tr td{
	font-weight:bold;
	font-size:13px;
	vertical-align:top;
	padding-top:2px;
}

.article .subTitle{
	padding:5px;
	height:14px;
	
	/*background:url(../img/template/fond_article_title.png) repeat-x top;*/
	
	border-bottom:#000000 solid 1px;

	background-color:#fff4e1;
	
	
	font-size:14px;
	font-weight:bold;
	text-align:center;	
	color:#000000;	
}

.article .footer{
}

.article p{
	margin:10px;
}

.article img{
	margin:5px;
}

/*----------------------------------------------*/

.map{
		width:450px;
		height:300px;
	
		margin:10px auto;
}

/*----------------------------------------------*/

.miniSlideShowDiv{
	width:180px;
	padding-left:22px;
}

/*----------------------------------------------*/


/*----------------------------------------------*/
/*                   MENU                       */
/*----------------------------------------------*/
.chromestyle{
	width: 900px;
	font-weight: bold;
	font-size:15px;
	
	background-color:#0d1b61;
	
	border: 1px solid #0e1c65;
	border-width:4px 0px 4px 0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	/*background: url(../img/template/fond_menu.png) center center repeat; /*THEME CHANGE HERE*/
	padding: 6px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #ffffff;
	padding: 6px 7px;
	margin: 0;
	text-decoration: none;
	display: inline;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-color:#223389;
	/*background: url(../img/template/fond_menu_hover.png) center center repeat; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	/*background-color: #F0F0F0;*/
}

/*----------------------------------------------*/
/*----------------------------------------------*/

/*----------------------------------------------*/
/*                  GALERIE                     */
/*----------------------------------------------*/

.photo {
	position:relative; 
	height:400px;
	
	margin:15px;
}
.photo ul, .photo ul ul {
	padding:0; 
	margin:0; 
	border:0; 
	list-style:none; 
	width:215px;
}

.photo ul ul {
	margin-left:-9999px; 
	height:0; 
	overflow:hidden;
}

.photo ul li {
	width:215px; 
	background:#ddd; 
	float:left; 
	background:#fff url(../img/template/gallery_open.gif) no-repeat;
}

.photo ul li a.set {
	display:block; 
	text-align:center; 
	width:215px; 
	line-height:30px; 
	background:#fff url(../img/template/gallery.gif) no-repeat; 
	font-family: verdana, arial, sans-serif; 
	font-size:11px; 
	text-decoration:none;
}

.photo ul li table {
	margin:0; 
	padding:0; 
	display:none;
}

.photo img {
	border:0;
}

.photo ul li a.set:hover {
	background: url(../img/template/gallery_hover.gif) no-repeat;
}


.photo ul li a.set:active {
	white-space: normal; 
	background:#fff url(../img/template/gallery_open.gif) no-repeat;
}

.photo ul li a.set:focus {
	outline:0; 
	background:#fff url(../img/template/gallery_open.gif) no-repeat;
}

.photo ul li a.set:active i, .photo ul li a.set:focus i{
	display:block; 
	width:480px; 
	height:360px; 
	position:absolute; 
	left:250px; 
	top:0; 
	border:1px solid #fff; 
	background:#fff;
}

.photo ul li a.set:active table, .photo ul li a.set:focus table{
	padding:0 0 10px 0; 
	margin-top:-2px; 
	margin-bottom:2px; 
	display:block; 
	border:1px solid #888; 
	border-width:0 1px 1px;
}

.photo ul a.set:active ul, .photo ul a.set:focus ul{
	margin:0; 
	width:207px; 
	height:auto; 
	overflow:visible; 
	background:transparent; 
	padding-bottom:10px;
}

.photo ul a.set:active ul li, .photo ul a.set:focus ul li{
	float:left; 
	display:inline; 
	width:56px; 
	margin:4px 6px; 
	background:transparent;
}

.photo ul a.set:active ul li a, .photo ul a.set:focus ul li{
	background:transparent; 
	line-height:1.3em;
}

.photo ul a.set:active ul li a img, .photo ul a.set:focus ul li img{
	display:block; 
	border:3px solid #fff; 
	cursor:default; 
	margin:0 auto;
	}

.photo ul a.set:active ul li a em, .photo ul a.set:focus ul li em {
	position:absolute; 
	left:-9999px;
	width:380px; /* largeur de la colonne de droite */
}

.photo ul a.set:active ul li a:hover, .photo ul a.set:focus ul li:hover{
	background:#fff;
}

.photo ul a.set:active ul li a:hover em, .photo ul a.set:focus ul li:hover em{
	left:250px; 
	z-index:0; 
	top:0;
}

.photo ul a.set:active ul li a:hover img, .photo ul a.set:focus ul li:hover img{
	border:3px solid #fc0; 
	cursor:default;
}

.photo ul a.set:active ul li a:hover em img, .photo ul a.set:focus ul li:hover em img{
	padding:10px; 
	background-color:#eeeeee;
	
	border:2px solid #888; 
	margin-bottom:10px;
}

.photo ul a.set:active b, .photo ul a.set:focus b {
	font-weight:normal; 
	font-style:normal; 
	text-align:left;
	text-decoration:none;
}

.photo .default {
	position:absolute; 
	left:350px; 
	top:60; 
}

/* style du texte de description des produits */
h4{
	font-weight:normal;
	text-align:left;
	text-decoration:none;
}

/*----------------------------------------------*/
/*----------------------------------------------*/