/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset { margin: 0; padding: 0; }

a{ text-decoration: underline; color: #6D6E71; }
a:hover{text-decoration:none;}
a img { border: none; }
p { margin: 8px 0; line-heigth: 12px; text-align: justify; }
ul { margin: 8px 0 8px 15px; /*list-style-image: url('../images/puce.gif'); */}
ol { margin: 5px 0 5px 30px; }
li { margin: 2px 0; }
dl { padding: 0 20px 20px 20px;}
dt { font-weight: bold; margin: 10px 0 5px 0; }
dd { margin: 5px 0; display: none; padding: 5px;}
fieldset { border: 1px solid blue; padding: 5px; margin: 10px 0;}
legend { font-weight: bold; color: blue; font-size: 14px; }
address { margin: 15px 30px; }
small { font-size: 10px;}
blockquote { font-weight: bold; font-size: 18px; color: #FFFFFF; font-style: italic; margin: 0 0 0 260px; padding: 10px; background: #A8A9AD; width: 476px; } 

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 0px; font-size: 0px; }
.align_left {text-align: left; }
.align_right {text-align: right; }
.center { text-align: center;}
.justify { text-align: justify; }
.invisible { display: none; }

.bleu { color: #7EBAE7; }
.violet { color: #BEAFD4; }
.aides { font-size: 16px; font-weight: bold; color: #DD0000;}
ul.baignoires li { list-style-image: url(../images/puce-baignoires.gif); }
ul.baignoires2 li { list-style-image: url(../images/puce-baignoires2.gif); }
ul.douches li { list-style-image: url(../images/puce-douches.gif); }


.blocTexte { float: right; padding: 15px 20px 5px 0; margin-left: 20px; width: 456px; background: #fff; padding-top: 0; border-bottom-width: 5px; border-bottom-style: solid; }
* html .blocTexte { width: 453px; }
.accueil { padding: 0 20px 5px 0;}
.contact { padding: 0 20px 5px 20px;}

h2{ height: 99px; /*margin-top: 10px;*/ color: #FFFFFF; clear: right;}
h2 span { display: none; }
h3{ font-size: 16px; margin: 13px 0; font-weight: normal;}
h4{ }


body {
	margin: 0;
	background: #eeeeee; /*#A8A9AD;*/
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
	color: #6D6E71;
	}

div#conteneur {
	width: 950px;
	margin: 0 auto;
	background: #FFFFFF url('../images/bg_conteneur.gif') repeat-y left top;
	}
	
div#header{
	width: 950px;
	height: 124px;
	background: transparent url('../images/header2.jpg') no-repeat left top;
	}

div#header h1 {	}

div#header h1 a span {
	display: none;
	}

div#header h1 a {
	display: block;
	width: 950px;
	height: 124px;
	}

div#col-gauche {
	float: left;
	width: 194px;
	background: #FFFFFF;
	}

div#visuel { width: 194px; height: 165px; background: url('../images/bulle.jpg') no-repeat; }
div#visuel span{ display: none; }
		
div#contenu {
	background: #ffffff;
	width: 756px;
	float: left;
	padding-bottom: 10px;
	}

#illustrations { width: 260px; float: left; }
#illustrations #imageSlideshowHolder img { height: 260px; width: 260px; }
a.vignette-baignoire img, a.vignette-douche img, a.vignette-accessoires img { border: 2px solid #FFFFFF; }
a:hover.vignette-baignoire img { border: 2px solid #C7AFA5; }
a:hover.vignette-douche img { border: 2px solid #BEAFD4; }
a:hover.vignette-accessoires img { border: 2px solid #92C5EB; }

div#footer{
	color: #FFFFFF;
	margin-top: 10px;
	font-size:10px;
	clear:both;
	width: 950px;
	height: 20px;
	line-height: 20px;
	background: #92C5EB;
	}
	
#footer p{
	text-align: center;
	margin: 0;
	}
	
#footer a { color: #FFFFFF; }

/*************************************************************************************/

#contact {
	text-align: left;
	width: 570px;
	margin: 5px 0 10px 40px;
	}

#contact form {
	margin: 0;
	padding: 5px;
	}

#contact p { margin: 5px 0; font-style: normal;}

#contact label {
	margin-top: 5px;
	width: 90px;
	display: block;
	float: left;
	font-weight: bold;
	}

.input {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-top: 8px;
	width: 300px;
	border: 1px solid #92C5EB;
	}

.textarea {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-top: 8px;
	width: 400px;
	border: 1px solid #92C5EB;
	}

.confirm { text-align: center; margin: 60px 0; font-weight: bold; }

.erreur { color: #FF0000;}

.bouton a {
	color: #6D6E71;
	padding: 4px 15px 4px 15px;
	background: #FFFFFF;
	border: 1px solid #92C5EB;
	margin-left: 10px;
	text-decoration: none;
	font-style: normal;
	}

.bouton a:hover {
	color: #6D6E71;
	background: #DFEEF9;
	text-decoration: none;
	}
	
/*.bouton2 a {
	color: #FFFFFF;
	padding: 4px 5px 4px 5px;
	background: #6D6E71;
	border: 2px solid #92C5EB;
	text-decoration: none;
	font-style: normal;
	font-size:11px;
	}

.bouton2 a:hover {
	color: #FFFFFF;
	background: #999999;
	text-decoration: none;
	}*/


/*************************************************************************************/
	#slide_menu{		
		/*font-family:arial;*/
		width:140px;
		padding-left: 44px;
		height: 260px;
	}
	#slide_menu li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
	}
	#slide_menu ul{	
		margin:0px;
		padding:0px;
	}
	#slide_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
		padding-left:10px;
	}
	#slide_menu li a{	/* Main menu links */
		text-decoration:none;
		color:#6D6E71;
		
		height:35px;
		line-height:35px;
		vertical-align:middle;
		border-bottom: 1px solid #92C5EB;
		background-color:#FFFFFF;
		margin:1px;
		padding:1px;
		
		display:block;
	}
	#slide_menu li a:hover,#slide_menu .activeMainMenuItem{
		color:#6D6E71;
		background-color:#DFEEF9;
		padding-left: 10px;
	}
	#slide_menu li a.select {
		color: #FFFFFF;
		text-decoration: none;
		background: #92C5EB;
		padding-left: 10px;
	}
	.slide_subMenu{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		border:1px solid #92C5EB;
		background-color:#FFFFFF;
		/*font-family:arial;*/
		text-align:left;
		-moz-opacity:0.9;
		opacity: 0.9;
		filter:alpha(opacity=90);
	}
	.slide_subMenu ul{
		margin:0px;
		padding:0px;	
	}
	.slide_subMenu ul li{
		list-style-type:none;
		margin:0px;
		padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	}
	.slide_subMenu ul li a{	/* Sub menu items */
		text-transform: uppercase;
		white-space:nowrap; /* No line break */
		text-decoration:none;
		color:#6D6E71;
		
		height:20px;
		line-height:20px;
		padding:1px 10px; /* "air" inside */
		
		display:block;	/* ne pas enlever */
	}
	.slide_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#6D6E71;
		background-color:#DFEEF9;
	}

/*************************************************************************************/


#navbar { width: 508px; float: right; background: url('../images/bg_navbar.jpg') no-repeat;}
/* html #navbar { height: 25px; }*/

ul.navbar { 
	margin: 0;
	list-style:none;
	text-align: center;
	}
	
ul.navbar li {
	list-style:none;
	margin: 0;
	display: inline;
	}

ul.navbar a {
	color: #6D6E71;
	display: block;
	float: left;
	/*width: 168px;*/
	padding: 5px 13px 3px 13px;
	/*font-weight: bold;
	letter-spacing: 1px;*/
	/*background: #FFFFFF;*/
	/*border-bottom: 1px solid #92C5EB;*/
	border-left: 1px solid #92C5EB;
	text-decoration: none;
	}
* html ul.navbar a {/* width: 140px;*/ }

ul.navbar a:hover {
	color: #6D6E71;
	text-decoration: none;
	background: #DFEEF9;
	}

ul.navbar a.select {
	color: #FFFFFF;
	text-decoration: none;
	background: #92C5EB;
	}

/*************************** SLIDE IMAGE **********************/

	#imageSlideshowHolder{
		/* CSS HACK */
		width: 266px;	/* IE 5.x */
		width/* */:/**/260px;	/* Other browsers */
		width: /**/260px;
		
		/* CSS HACK */
		height: 266px;	/* IE 5.x */
		height/* */:/**/260px;	/* Other browsers */
		height: /**/260px;
		
		position:relative;	/* Never change this value */
		
	}
	.imageInGallery{		
		width:260px;
		height:260px;
		
		/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;	
	}
	
	#imageSlideshowHolder img{
		position:absolute;
	}

/************************** BOUTONS *****************************/
.btn-buckingham, .btn-kent, .btn-jersey, .btn-roma, .btn-venezia, .btn-firenze, .btn-coventry, .btn-oxford  { 
	width: 120px;
	float: left;
	margin: 5px 8px;
	}

.btn-buckingham p, .btn-kent p, .btn-jersey p, .btn-roma p, .btn-venezia p, .btn-firenze p, .btn-coventry p, .btn-oxford p  { 
	margin: 0; padding: 0;
	text-align: center;
	}

.btn-buckingham a, .btn-kent a, .btn-jersey a, .btn-roma a, .btn-venezia a, .btn-firenze a, .btn-coventry a, .btn-oxford a  { 
	display: block;
	width: 120px;
	height: 120px;
	}

.btn-buckingham a span, .btn-kent a span, .btn-jersey a span, .btn-roma a span, .btn-venezia a span, .btn-firenze a span, .btn-coventry a span, .btn-oxford a span { display: none; }


.btn-buckingham a { 
	background: url('../images/btn-buckingham.jpg') no-repeat 0 0;
	}

.btn-buckingham a:hover { 
	background: url('../images/btn-buckingham.jpg') no-repeat 0 -120px;
	}

.btn-kent a { 
	background: url('../images/btn-kent.jpg') no-repeat 0 0;
	}

.btn-kent a:hover { 
	background: url('../images/btn-kent.jpg') no-repeat 0 -120px;
	}

.btn-jersey a { 
	background: url('../images/btn-jersey.jpg') no-repeat 0 0;
	}

.btn-jersey a:hover { 
	background: url('../images/btn-jersey.jpg') no-repeat 0 -120px;
	}

.btn-roma a { 
	background: url('../images/btn-roma.jpg') no-repeat 0 0;
	}

.btn-roma a:hover { 
	background: url('../images/btn-roma.jpg') no-repeat 0 -120px;
	}

.btn-venezia a { 
	background: url('../images/btn-venezia.jpg') no-repeat 0 0;
	}

.btn-venezia a:hover { 
	background: url('../images/btn-venezia.jpg') no-repeat 0 -120px;
	}

.btn-firenze a { 
	background: url('../images/btn-firenze.jpg') no-repeat 0 0;
	}

.btn-firenze a:hover { 
	background: url('../images/btn-firenze.jpg') no-repeat 0 -120px;
	}

.btn-coventry a { 
	background: url('../images/btn-coventry.jpg') no-repeat 0 0;
	}

.btn-coventry a:hover { 
	background: url('../images/btn-coventry.jpg') no-repeat 0 -120px;
	}

.btn-oxford a { 
	background: url('../images/btn-oxford.gif') no-repeat 0 0;
	}

.btn-oxford a:hover { 
	background: url('../images/btn-oxford.gif') no-repeat 0 -120px;
	}

.btn-demande a {
	display: block;
	width: 456px;
	height: 30px;
	background: url('../images/btn-demande.gif') no-repeat 0 0;
	}

.btn-demande a:hover {
	background: url('../images/btn-demande.gif') no-repeat 0 -30px;
	}

.btn-demande a span { display: none; }
