/* 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: 10px 0; line-heigth: 12px; text-align: justify; }
ul { margin: 10px 0 10px 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: #FF0000;}
ul.baignoires li { list-style-image: url(../images/puce-baignoires.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{color: #666666; padding-bottom:20px;}
h3{ font-size: 16px; margin: 15px 0; font-weight: normal;}
h4{ }


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

div#conteneur {
	width: 900px;
	margin-left:20px;
	background: #FFFFFF url('../images/bg_conteneur.gif') repeat-y left top;
	}
	
div#header{ display:none;}

div#col-gauche { display:none;}

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

#illustrations { width: 260px; float: left; }
#illustrations p img { cursor: pointer; }

div#footer{ display:none;}

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

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

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

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

#contact label {
	margin-top: 8px;
	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  {
	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  { display:none;}

/*************************************************************************************/
	#slide_menu{ display:none;}

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


#navbar { display:none;}

/*************************** 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;
	}

