@charset "utf-8";
/* Institut Monik - CSS Screen Document */

* {
	margin:0;
	padding:0;
}
.chocolat-frappe{
	color:#000;
}
.bambou-veloute{
	color:#95b554;
}
.mousse-perles{
	color:#ed7600;
}
body {
	background-color:#f4f4f4;
	text-align:center;
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:12px;
}
img {
	border:0;
}
table {
	width:500px;
	margin:0 15px 15px 15px;
	table-layout:fixed;
}
table, tr, th, td {
	text-align:center;
	border:1px solid #666;
	border-collapse:collapse;
}
th, td {
	padding:5px;
}
td.jour{
	background-color:#eee;
	text-align:left;
}
.information {
	padding:1px 0 1px 20px;
	background:transparent url(../img/iface/information.png) no-repeat 0 0;
}
.aide {
	padding:1px 0 1px 20px;
	background:transparent url(../img/iface/help.png) no-repeat 0 0;
}
.erreur {
	padding:1px 0 1px 20px;
	background:transparent url(../img/iface/cross.png) no-repeat 0 0;
}
.valide {
	padding:1px 0 1px 20px;
	background:transparent url(../img/iface/tick.png) no-repeat 0 0;
}
#site {
	width:900px;
	height:auto;
	margin:10px auto;
	text-align:left;
	background:transparent url(../img/iface/background-site.png) repeat-y 0 0;
}
#site #top {
	width:900px;
	height:38px;
	background:transparent url(../img/iface/background-top.png) no-repeat 0 0;
}
#site #bottom {
	width:900px;
	height:38px;
	background:transparent url(../img/iface/background-bottom.png) no-repeat 0 0;
}
#page {
	position:relative;
	width:824px;
	height:auto;
	overflow:hidden;
	background-color:#FFFFFF;
	margin:0 0 0 38px;
}
#left-column {
	width:152px;
	height:auto;
	float:left;
	overflow:hidden;
}
#right-column {
	width:664px;
	height:auto;
	float:left;
	margin:0 0 0 8px;
	overflow:hidden;
}
#logo-institutmonik {
	width:auto;
	height:117px;
	overflow:hidden;
}
#logo-institutmonik h1, #logo-institutmonik h2 {
	display:none;
}
#baseline {
	display:block;
	overflow:hidden;
	position:relative;
	width:auto;
	height:auto;
	padding:0;
	height:auto;
	background:transparent url(../img/iface/background-baseline.png) repeat-x 0 0;
}
.accueil #baseline {
	margin-bottom:0;
}
#baseline p {
	text-align:center;
	color:#ffffff;
	line-height:22px;
	margin:10px 8px;
}
#baseline img {
	position:absolute;
	left:8px;
	bottom:8px;
}
#bloc-vide {
	margin-top:4px;
	position:absolute;
	width:152px;
	height:100%;
	background-color:#e9e9e9;
}
.accueil #bloc-vide {
	display:none;
}
#photos {
	width:auto;
	height:265px;
	overflow:hidden;
}
#photos #photo-1 {
	width:400px;
	height:265px;
	float:left;
	overflow:hidden;
}
#photos #photo-2 {
	width:260px;
	height:132px;
	float:left;
	overflow:hidden;
	margin-left:4px;
}
#photos #photo-3 {
	width:260px;
	height:132px;
	float:left;
	overflow:hidden;
	margin:4px 0 0 4px;
}
#menu {
	width:auto;
	height:47px;
	overflow:hidden;
	margin-top:10px;
	border-top:1px solid #cecece;
	border-bottom:1px solid #bcbcbc;
}
#menu h3 {
	display:none;
}
#menu ul {
	width:auto;
	height:47px;
	overflow:hidden;
	background:transparent url(../img/iface/menu.png) no-repeat 0 -47px;
}
#menu ul li {
	width:auto;
	height:100%;
	display:block;
	float:left;
	text-indent:-10000px;
	overflow:hidden;
}
#menu ul #l-institut a {
	display:block;
	width:119px;
	height:47px;
	overflow:hidden;
	background:transparent url(../img/iface/menu.png) no-repeat 0 0;
}
#menu ul #prestations-cabines a {
	display:block;
	width:210px;
	height:47px;
	overflow:hidden;
	background:transparent url(../img/iface/menu.png) no-repeat -119px 0;
}
#menu ul #watermass-spa a {
	display:block;
	width:170px;
	height:47px;
	overflow:hidden;
	background:transparent url(../img/iface/menu.png) no-repeat -329px 0;
}
#menu ul #contact-acces a {
	display:block;
	width:165px;
	height:47px;
	overflow:hidden;
	background:transparent url(../img/iface/menu.png) no-repeat -499px 0;
}
#content {
	position:relative;
	width:auto;
	height:100%;
	overflow:hidden;
	padding:1px;
	margin-top:10px;
	color:#666666;
	background-color:#fff;
}
#content .float-right {
	float:right;
	margin-right:0;
}
#content .float-left {
	float:left;
	margin-left:0;
}
#content h3 {
	clear:both;
	color:#75b31f;
	font-size:24px;
	margin-bottom:15px;
}
#content h4 {
	clear:both;
	color:#6c2f15;
	font-size:18px;
	border-bottom:1px dotted #ccc;
	padding-bottom:2px;
	margin:15px 0 15px 0;
}
#content h5 {
	clear:both;
	color:#666;
	font-size:20px;
	margin:30px 45px;
	text-align:center;
}
#content h6 {
	clear:both;
	color:#ae1c53;
	font-size:15px;
	margin:20px 45px;
	text-align:center;
}
	#content h6 a{
		color:#ae1c53;
		text-decoration:underline;
	}
	#content h6 a:hover{
		text-decoration:none;
	}
#content form fieldset {
	border:0;
}
#content form div {
	margin:15px;
	clear:both;
	overflow:hidden;
	height:100%;
}
#content form div label {
	display:block;
	width:180px;
	float:left;
	text-align:right;
	margin-right:15px;
	cursor:pointer;
}
#content form div label.checkbox,
#content form div label.radio{
	width:auto;
	float:none;
	text-align:left;
	margin-right:5px;
}
#content form div input.text, #content form div textarea {
	border:1px solid #999;
	padding:2px;
	font-family:Tahoma, Arial, Verdana;
	font-size:12px;
}
#content form div input.text {
	width:200px;
}
#content form div textarea {
	width:400px;
	height:120px;
}
#content form div input.submit {
	margin-left:195px;
}
#content p {
	font-size:12px;
	text-align:justify;
	margin-bottom:15px;
}
#content a {
	color:#666;
}
#content a:hover {
	text-decoration:none;
}
#content ul {
	margin-bottom:15px;
}
#content ul li {
	margin:5px 0 0 20px;
	list-style-position:inside;
}
#content ul.galerie {
	width:auto;
	height:100%;
	overflow:hidden;
	margin:0;
	padding:0;
}
#content ul.galerie li {
	display:block;
	margin:0 0 0 35px;
	padding:0;
	float:left;
	list-style:none;
}
#content ul.galerie li.premier {
	margin-left:0;
}
#content ul.galerie li a img {
	margin:0;
	padding:0;
}
#content a img {
	border:5px solid #cccccc;
}
#content a:hover img {
	border-color:#dddddd;
}
#content img {
	border:5px solid #cccccc;
	margin:0 10px 10px 10px;
}
#content img.no-border{
	border:0;
	margin:0 10px 10px 10px;
}
#footer {
	clear:both;
	overflow:hidden;
	width:824px;
	margin:0 0 0 38px;
}
#footer #coordonnees h3 {
	display:none;
}
#footer #coordonnees ul {
	margin:8px 0 0 0;
}
#footer #coordonnees ul li {
	display:inline;
	list-style:none;
	font-size:11px;
	color:#747474;
	margin-left:15px;
}
#footer #coordonnees ul li a {
	color:#747474;
}
#footer #coordonnees ul li a:hover {
	text-decoration:none;
}
#footer #coordonnees ul li.first {
	margin-left:0;
}
#footer #coordonnees ul li strong {
	color:#323232;
}
	
