/* CSS Document */
html,body{
	height:100%;
}
body{
	margin:0;
}
img{
	border:0;
}
a{
	color:#808080;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	outline:none;
}
#all{
	text-align:center;
	overflow:hidden;
	height:100%;
}
#header{
	background: #87bbdf url(../images/tetiere.jpg) no-repeat center top;
	height:200px;
}
#main{
	padding-top:20px;
	background: #ffffff url(../images/fond-page.jpg) repeat-x;
	height:100%;
}
#centre{
	height:193px;
	width:516px;
	margin:auto;
}
#patient{
	background:url(../images/patient.png) no-repeat;
	float:left;
	width:258px;
	height:193px;
}
#praticien{
	background:url(../images/praticien.png) no-repeat;
	margin-left:258px;
	width:258px;
	height:193px;
}
.titre, .sstitre{
	color:#002d9a;
}
.titre{
	font-size:18px;
	font-weight:bold;
}
.sstitre{
	margin-top:18px;
	font-size:14px;
}
#patient .titre{
	margin-top:42px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
#praticien .titre{
	padding-top:41px;
	font-family:Arial, Helvetica, sans-serif;
}
#patient .sstitre{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
#praticien .sstitre{
	font-family:Arial, Helvetica, sans-serif;
}
#bt-pat{
	margin-top:5px;
}
#bt-prat{
	margin-top:7px;
}
#description{
	padding-top:10px;
	color:#808080;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#mentions{
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 20px 0 20px;
}
#mentions .titre{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:inherit;
}
a.mentions{
	font-size:12px;
}

/******** ESPACE PRIVILEGE ********/

#vip_index_login{width: 596px; border-top:dotted 1px #b2cce3; margin: 20px auto; font-family:Arial, Helvetica, sans-serif;}
#vip_index_login .logo_vip{display:block; margin:28px auto 28px auto;}
#vip_index_login label{color:#003c5d; font-size:12px; text-align:right; width:75px; display: inline-block;}
#vip_index_login input[type=text], #vip_index_login input[type=password]{background:url('../privilege/images/bg_input_07.png') no-repeat; border:none; width:107px; height:26px; margin-right: 10px;}
#vip_index_login p{margin: 3px auto; text-align: left; width: 320px;}
#vip_index_login span{color:#003c5d; font-size:10px;}
#vip_index_login input[type=checkbox]{border:solid 1px #92adbc;}
#vip_index_login #dologin{width:62px; height:23px; background:url('../privilege/images/btn_login_03.png') no-repeat; cursor:pointer; border:none;}
#vip_index_login p.register{font-size:13px; color:#49738a; text-align:center; margin-top: 30px;}
#vip_index_login p.register a{font-size: 13px; color:#003c5d;}


