/* GLOBAL STYLES */
html{
	scrollbar-track-color:#FFFFFF;
	scrollbar-face-color:#F3EFEA;
	scrollbar-arrow-color:#D9CFC3;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color:#D9CFC3;
	scrollbar-darkshadow-color:#D9CFC3;
	height:100%;
}
body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color: #4E5557;
	background-color:#FFFFFF;
	height:100%;
}

.lefthome{
	margin:0px;
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color: #4E5557;
	height:100%;
}

a:link    {text-decoration: underline; color: #768185;}
a:visited {text-decoration: underline; color: #768185;}
a:active  {text-decoration: none; color: #768185;}
a:hover   {text-decoration: none; color: #768185;}

/* CLASSES */

#head_menu{
	background-color:#96A39D;
	height:23px;
	color: #626E6A;
	width:222px;
}
#head_menu a{text-decoration: none; color: #F3EFEA;}
#head_menu a:hover{text-decoration:underline; color: #FFFFFF;}




#left_menu{
	font-weight:bold;
	font-size:11px;
}
#left_menu table{background-color:#C0CBC6;}
#left_menu .spacer{height:1px; background-color:#7E8E8E;}
#left_menu img{padding-bottom:4px;}
#left_menu .bg{
	background-image:url(../img/bgLeftMenu.jpg);
	background-repeat:no-repeat;
	background-position:100% 100%;
	height:137px;
	padding-top:35px;
}
#left_menu .bg_contact{
	background-image:url(../img/contact_leftBg.jpg);
	background-repeat:no-repeat;
	background-position:100% 100%;
	background-color:#E5D6B9;
	height:137px;
	
}
#left_menu .bg_clinique{
	background-image:url(../img/clinique_leftBg.jpg);
	background-repeat:no-repeat;
	background-position:100% 100%;
	height:120px;	
}
#left_menu .bg_prix{
	background-color:#C5B4AA;
	background-image:url(../img/prix_leftBg.jpg);
	background-repeat:no-repeat;
	background-position:100% 100%;
	height:120px;
}
#left_menu ul{
	list-style-type:none;
	margin:0px 30px 10px 30px;
	padding:0px;
	border-bottom:1px solid #E9EDEB;
	border-top:1px solid #E9EDEB;
}
#left_menu li{
	border-bottom:1px solid #D5DCD9;
}
#left_menu .li_over{background-color:#ECE6DE;}
#left_menu a{padding:4px 0px 4px 0px;margin:4px 0px 4px 0px;}
#left_menu a.prob{color:#7B868A; text-decoration:none;}
#left_menu a.sol{color:#646D70; text-decoration:none;}

.footnav         {background-color:#BFBAB4; text-align:center; }
.footnav a       {font-size:10px; text-decoration: underline; color: #666666;}
.footnav a:hover {text-decoration: none; color: #67706c;}

.foot            {color: #999999; font-size:10px; }
.foot a          {font-size:10px; text-decoration:underline; color:#999999;}
.foot a:hover    {text-decoration: none; color: #C0C0C0;}

/* STYLES */
.head_spacer{
	background-image:url(../img/menuTop.gif);
	height:5px;
}
.spacer_white{
	padding:10px 0px 10px 0px;
}

.note{ font-size:9px;}

.bgContent{background-color:#ECE6DE;}

.mainContent{
	background-image:url(../img/bgContent.jpg);
	background-repeat:no-repeat;
	padding:20px;
}

.index_mainContent{
	background-image:url(../img/home_bg.jpg);
	background-repeat:no-repeat;
}

.inputNewsletter{background-color: #e3ddd5; border : 1px solid #626E6A ; width:200px; height:15px; font-size:12px; color: #626E6A; letter-spacing:1px;}

h1 {font-size: 12px; color:#646D70; text-transform:uppercase;}

h2 {font-size: 11px; font-weight: bold; text-transform:uppercase;}

.error{color:#CC0000; font-weight:bold;}

/* CALENDAR */
#calendar table{border:1px solid #FFFFFF;}
#calendar .months{font-weight:bold;}
#calendar th{font-weight:normal;}
#calendar .day{border:1px solid #FFFFFF;}
#calendar .day_selected{border:1px solid #FA8605; background-color:#E8DCC4;}
#calendar a{color:#000000;}

