@charset "utf-8";

h1,
h2,
h3,
p {
	margin:0;
	padding:0;
}

/* ------------------------ Mise en page --------------------*/

* {
	margin:0px;
	padding:0px;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000;
	margin: 0;
	text-align: justify;
	background:url(../images/background.png) repeat-x;
}

#header {
	height: 158px;
	background:url(../images/header.png) no-repeat;
	}

#t_header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
	width:650px;
	float:left;
	padding-top:10px;
	padding-left:20px;
}

#top_header {
	height:48px;
	/*background: -moz-linear-gradient(top, #a7e1fa 50%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#a7e1fa), to(#fff));
	border-radius: 20px 20px 0px 0px;
	-moz-border-radius: 20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px;*/
	}

#header a {
	color:#0095da;
/*	text-shadow:2px 2px 2px #2c2c2c;
*/}

#header a:hover {
	color:#626a6c;
	text-decoration:underline;
}

#container {
	width: 980px;
	margin: 0 auto;
	min-height: 500px;
}

#menu {
	height:43px;
	font-weight: bold;
	border-left:1px solid #001422;
}

#menu_bottom {
	float:right;
	margin: 0px 0px 5px 10px;
	height:50px;
	/* [disabled]width: 400px; */
}

#menu_bottom li,
#axe li {
	display:inline-block;
	border-right:1px solid #327099;
	padding:0 10px;
}

/*----------------Lien axe footer-------------*/
#axe {
	text-align: right;
	width: 350px;
	float: right;
	margin: 5px 0px 10px 10px;
	color: #327099;
	/* [disabled]background-color: #F00; */
}

#axe a,
#menu_bottom a {
	color:#327099;
	font-size: 10px;
}

#axe a:hover,
#menu_bottom a:hover {
	text-decoration:none;
	font-weight: normal;
	color: #000;
}

#MainContentOmbre,
#MainContentTop {
	height:20px;
	background:url(../images/ombre_menu.png);
}

#MainContent {
	/* [disabled]min-height:350px; */
	background: #FFF;
	padding: 20px 40px 0px 40px;
	position:relative;
}

#MainContent ul {
	list-style-position:inside; 
}

#MainContent a {
}

#MainContent a:hover {
}

#MainContentProduit {
	padding:20px 30px 0px 30px;
	text-align: left;
	min-height: 370px;
	background-color:#FFF;
}

#MainContentProduit a {
	font-size:10px;
}

#MainContentProduit a:hover {
	text-decoration:none;
}

#MainContentProduit p {
	width:620px;
}

#MainContentProduit ul {
	list-style-position:inside;
	padding:0 0 0 50px;
}
/*----------- Colonne droite--------------------*/

#colonne_droite {
	float:right;
	width:260px;
	list-style-image:url(../images/Puce_Top_SideBar_Accueil.png);
	}
#annonce_flash {
	padding:10px 0;
	margin: 20px 0;
	float: left;
	width: 260px;
	border:1px solid #012944;
	-moz-box-shadow: 0px 0px 8px #327099;
	-webkit-box-shadow: 0px 0px 8px #327099;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;	
	border-radius:10px;
}
#annonce_flash_content {
	padding:0 10px;
	}
#annonce_flash_titre {
	background:url(../images/Bg_Top_SideBar_Accueil.png) repeat-x;
	height:26px;
	line-height:26px;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	text-shadow: 1px 1px 4px #000;
	cursor: pointer;
	background:url(../images/Bg_Top_SideBar_Accueil.png) repeat-x;
	border-top:1px solid #012944;
	border-bottom:1px solid #012944;
	margin:0 0 5px 0;
	
	}
/* -------- avec les actus et Honcode ------------- */
#bloc_accueil {
	float:left;
	width:600px;
	margin:0 0 20px 0;
}

/* -------- sans les actus et sans sans Honcode ------------- */
#bloc_accueil2 {
	float:left;
	/* [disabled]background-color: #0C9;
*/
}

/* -------- sans les actus ------------- */
#bloc_accueil3 {
	float:left;
	width:920px;
	margin:0 0 20px 0;
	/* [disabled]background-color: #FF9;
*/
}

/* -------- sans Honcode ------------- */
#bloc_accueil4 {
	float:left;
	width:620px;
	/* [disabled]background-color: #FCF;
*/
}

/*#Honcode {
	float:right;
	min-height:100px;
	width:120px;
	margin:0 0 20px 20px;
	border:1px solid #71c3e9;
	text-align: center;
	padding: 20px 10px;
	background-color:#FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;;
	-webkit-border-radius: 5px;
}*/
#Honcode {
	/*float:left;*/
	position:absolute;
	bottom:100px;
	left:40px;
	border:1px solid #012944;
	-moz-box-shadow: 0px 0px 8px #327099;
	-webkit-box-shadow: 0px 0px 8px #327099;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	width:580px;
	margin:20px 0 0px 0px;
	text-align: center;
	padding: 10px;
	background-color:#FFF;
	/*clear:both;*/
	/* De haut en bas*/
	background: -moz-linear-gradient(top, #fff 50%, #a7e1fa 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#a7e1fa));
}

#Honcode p {
	text-align: center;
	color: #0571b5;
}

#actus {
	min-height:300px;
	width:260px;
	margin:0 0 20px 0px;
	text-align: center;
	padding: 0px 0px 20px 0px;
	float:right;
	border:1px solid #012944;
	-moz-box-shadow: 0px 0px 8px #327099;
	-webkit-box-shadow: 0px 0px 8px #327099;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;	
	border-radius:10px;
}
#actus_content {
	padding:0 10px;
	}
#actus p {
	color:#2c2c2c;
	margin-bottom: 5px;
}

#actus_top {
	background:url(../images/Bg_Top_SideBar_Accueil.png) repeat-x;
	height:26px;
	line-height:26px;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	text-shadow: 1px 1px 4px #000;
	cursor: pointer;
	background:url(../images/Bg_Top_SideBar_Accueil.png) repeat-x;
	border-top:1px solid #012944;
	border-bottom:1px solid #012944;
	margin:10px 0 5px 0;
}

#actus a {
	color:#0571b5;
}

.actus_accueil {
	border-bottom: 1px solid #FFF;
	min-height: 8px;
	color: #f47820;
	margin: 8px 0 0 0;
	padding: 0 0 10px 0;
	text-align: left;
}

#voir_toutes_news {
	border: 1px solid #4870AA;
	padding:5px;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: rgba(0, 154, 218, 0.3);
	display:block;
	-webkit-transition-property: background;
	-webkit-transition-duration: 0.8s;
	-moz-transition-property: background;
	-moz-transition-duration: 0.8s;
	transition-property: background;
	transition-duration: 0.8s;
}

#voir_toutes_news:hover{
	background: rgba(0, 154, 218, 0.8);
	color:#FFF;
	}
/*---------- Pied de page ---------------*/
#pied {
	width: 100%;
	/*background: #d7daee;*/
	height: 60px;
	position:fixed;
	bottom:0;
	border-top:1px solid #012944;
	font-size: 11px;
	color:#327099;
	background: rgba(215, 218, 238, 1);
}
#bg_pied {
	width:980px;
	height:100px;
	margin:0 auto;
	padding-top: 10px;
}
#pied p {
	color:#327099;
	font-size: 10px; 
}

#Adresse_Footer {
	float:left;
	text-align:left;
	width:400px;
	}

#adresse_footer span {
	color:#327099;
}


/* -------------- Mise a jour -------------- */
#Maj {
	text-align: center;
	padding-top: 5px;
	color: #4870aa;
	font-size: 10px;
	margin-top: 50px;
	margin-right: 10px;
	width: 100%;
	height: 24px;
}

/*------------BT haut de page------------*/

#haut_page {
	height: 16px;
	line-height: 16px;
	width: 100px;
	text-align: center;
	margin: 30px 0px 0px 0px;
	border: 1px solid #4870AA;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #999;
}

#haut_page a {
	font-size:10px;
	color:#4870AA;
	font-weight:normal;
	width: 100px;
	height: 16px;
	text-align: center;
	background-position: 0 0;
	display:block;
	background-image: url(../images/bg_haut_de_page.png);
}

#haut_page a:hover {
	/*font-weight:bold;*/
	text-decoration: none;
	background-image: url(../images/bg_haut_de_page.png);
	background-position: 0 24px;
	color:#FFF;
}

/*----------------- BT Retour ------------------------*/
#retour {
	height: 16px;
	line-height: 16px;
	width: 100px;
	text-align: center;
	margin: 30px 0px 0px 0px;
	border: 1px solid #666;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#retour a {
	color:#FFF;
	font-weight:normal;

	width: 100px;
	height: 16px;
	text-align: center;
	display:block;
	background-image: url(../images/bg_retour.png);
	background-position:0px 0px;
}

#retour a:hover {
	font-weight:bold;
	text-decoration: none;
	color: #FFF;
	background-image: url(../images/bg_retour.png);
	background-position: 150px 0px;
}

/*---------------------------------*/
.align_right {
	text-align:right;
	margin-top: 8px;
}

img {
	border:0px;
}

.img_right {
	float:right;
	margin:0 0 20px 20px;
	border:0px;
}
.left {
	margin:0 20px 10px 0;
	}
.img_left {
	float:left;
	margin: 0 20px 20px 0;
	border:0px;
}

.fltrt {
	float: right;
	margin-left: 20px;
}

.fltlft {
	float: left;
	margin-right: 20px;
}

.clearfloat {
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}

#bloc_accueil ul {
	margin:8px 0px 8px 0px;
	list-style-image:url(../images/Puce_Arbo_categorie.png);
}

#bloc_accueil li {
	margin:8px 0 0 2px;
	list-style-image:url(../images/Puce_Arbo_categorie.png);
}

/*------------------------------------ LIENS  ---------------------------*/	
A:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f47820;
	font-weight: normal;
	text-decoration: none;
}

A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f47820;
	font-style:normal;
	font-weight: normal;
	text-decoration: none
}

A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f47820;
	font-style:normal;
	font-weight: normal;
	text-decoration: underline
}

/*------------------------------------ LIENS MENU ---------------------------*/	


h1 {
	color:#327099;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 0 20px 0;
	font-style:italic;
	border-top:1px solid #32709;
	padding-bottom:20px;
}

h2 {
	color:#0671b5;
	font-size:14px;
	margin: 0px 0 20px 0;
	text-transform: lowercase;
}

h2:first-letter {
	text-transform:uppercase;
}

h3 {
	color:#4870aa;
	font-size:13px;
	margin-bottom: 10px;
	padding-top: 10px;
}

#img_droite {
	float:right;
	width:235px;
	background-color:#E2EAF3;
	padding: 10px;
	margin: 0 0 20px 20px;
	clear:right;
	border: 1px solid #4870AA;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align:center;
}

#div_h1 {
	margin:0px 0 20px 0;
}

p {
	text-align:justify;
	margin-bottom: 20px;
}

table a {
	color:#0067cc;
	text-decoration:none;
}

table a:hover {
	color:#0067cc;
	text-decoration: underline;
}

.td_image {
	padding:10px;
	background-color:#E7E7E7;
	border: 2px dotted #0081cd;
}

/*----------PAGE PRODUITS---------*/	
	
#MainContent_produits {
	padding:0px 0px 50px 0px;
	text-align: left;
	width: 950px;
	min-height: 500px;
}

#MainContent_produits li {
	margin-left:-33px;
	list-style-type: none;
	background-image: url(http://www.cliniquebizet.fr/images/puce_produits.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0 2px;
}

/*------------WEBMASTER--------------*/
.webmaster {
	color: #00F;
	font-weight: bold;
}

/* Formulaire contact */

#contact {
	width:500px;
	margin:0 auto;
	padding:10px;
	height:100px;
	background-image: url(http://www.cliniquebizet.fr/images/bg_body.jpg);
	background-repeat: repeat-x;
	color:#FFF;
}

#contact a {
	color:#FFF;
}

.form_contact {
	padding-left:10px;
	font-family:Verdana, Geneva, sans-serif;
}

.form_contact label {
	display: block;
	width: 200px;
	float: left;
	padding-right: 1%;
	text-align: right;
	letter-spacing: 1px;
	font-size: 11px;
}

.form_contact input,
.form_contact select {
	margin-left: 1%;
	width: 520px;
	border: #355a8f 1px solid;
	margin-bottom:10px;
	background-color: #e2e9f2;
}
.form_contact select {
	width: 530px;
	}
.form_contact input:hover {
	background-color:#adbb00;
	color:#FFF;
}

.form_contact textarea {
	margin-left: 1%;
	width: 520px;
	border: #355a8f 1px solid;
	background-color: #e2e9f2;
}

.form_contact textarea:hover {
	background-color:#adbb00;
	color:#FFF;
}

.form_contact .orange {
	color:#97C00E;
}

.form_contact .button {
	background-color:#FFF;
	color: #FFF;
	font-weight: bold;
	width: 200px;
	;
	margin-left: 150px;
	cursor: pointer;
}

/* Form valid */

.form_valid {
	padding:20px 10px 10px 10px;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#cce5f5;
	margin:0 auto;
	width:650px;
	border:1px solid #0080c9;
}

.form_valid label {
	display: block;
	width: 250px;
	float: left;
	padding-right: 1%;
	text-align: right;
	letter-spacing: 1px;
	font-size: 11px;
}

.form_valid input,
.form_valid select {
	margin-left: 1%;
	width: 250px;
	border: #CCC 1px solid;
	margin-bottom:10px;
	background-color: #e2e9f2;
}

.form_valid input:hover {
	background-color:#adbb00;
	color:#FFF;
}

.form_valid textarea {
	margin-left: 1%;
	width: 520px;
	border: #CCC 1px solid;
	background-color: #e2e9f2;
}

.form_valid textarea:hover {
	background-color:#adbb00;
	color:#FFF;
}

.form_valid .orange {
	color:#97C00E;
}

.form_valid .button {
	background-color:#97C00E;
	color: #FFF;
	font-weight: bold;
	width: 200px;
	margin-left: 150px;
	cursor: pointer;
}

/* ---------------------------Table BO Menu- */
#table_bo {
	width:80%;
	border-collapse:collapse;
	border: 1px solid #141e28;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#table_bo th {
	font-weight:bold;
	padding:5px;
	border-collapse:collapse;
	border-top: 1px solid #141e28;
	border-right: 1px solid #141e28;
	border-bottom: 3px double #141e28;
	border-left: 1px solid #141e28;
	text-align:center;
	height:24px;
	background-image:url(../images/bg_haut_de_page.png);
	background-color:#acba00;
	color: #FFF;
}

#table_bo th a {
	color:#FFF;
	font-weight:bold;
}

#table_bo th a:hover {
}

#table_bo tr:hover {
	transform:scale(1.02);
	-moz-transform:scale(1.02);
	-webkit-transform:scale(1.02);
	background:#e2e9f2;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#table_bo td {
	padding:5px;
	border-collapse:collapse;
	border: 1px solid #141e28;
}

#table_bo td a {
	color:#00F;
	text-decoration: none;
}

#table_bo td a:hover {
	text-decoration:underline;
	font-weight:normal;
}

.flag {
	width:40px;
	height:40px;
	float:right;
	margin-top: 5px;
}

.texte_h2 {
	color:#97BC0A;
	font-size:11px;
	font-weight:bold;
}

#envoi_mail_contact {
	width:180px;
	float:right;
	margin-top:30px;
	/*border: #0080C9 solid 1px;*/
	padding: 5px;
	height: 45px;
	line-height: 20px;
	text-align: center;
	background-image: url(http://www.cliniquebizet.fr/images/bg_envoi_mail_contact.png);
	background-repeat: no-repeat;
	background-position: center;
}

.blocs_contact {
	background-image:url(http://www.cliniquebizet.fr/images/bg_blocs_contact.png);
	background-color: #E7E7E7;
	background-position: bottom;
	background-repeat: repeat-x;
	border-left: 3px solid #0080c9;
}

/** Table pour les listes des ateliers */
.table_atelier {
	width:100%;
	border-collapse:collapse;
	border: 1px solid #198fcd;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.table_atelier th {
	padding:5px;
	border-collapse:collapse;
	border: 1px solid #999;
	text-align:center;
	background-color: #A1BC31;
	color: #FFF;
}

.table_atelier td {
	padding:5px;
	border-collapse:collapse;
	border: 1px solid #999;
}

.table_atelier td a {
	display:block;
	width:93px;
	height:21px;
	background-image:url(http://www.cliniquebizet.fr/images/bg_bt.png);
	color:#FFF;
	line-height:19px;
	text-align:center;
}

.table_atelier td a:hover {
	text-decoration:none;
	font-weight:bold;
}

/* -------------------OFFRES SPECIALES---------------------*/
#offres_spe {
	width: 765px;
	background-image: url(http://www.cliniquebizet.fr/images/bg_offres_spe.png);
	height: 40px;
	padding: 2px 10px 0 0;
	background-repeat: no-repeat;
	text-align: right;
}

#offres_spe2 {
	width: 765px;
	background-image: url(http://www.cliniquebizet.fr/images/bg_offres_spe2.png);
	height: 40px;
	padding: 2px 5px 0 0;
	background-repeat: no-repeat;
	text-align: right;
}

#offres_spe3 {
	width: 765px;
	background-image: url(http://www.cliniquebizet.fr/images/bg_offres_spe2.png);
	height: 40px;
	padding: 2px 5px 0 0;
	background-repeat: no-repeat;
	text-align: right;
	margin-bottom: 5px;
}

#table_promotions td {
	height:24px;
	width:540px;
	font-size:11px
}

#table_promotions a {
	font-weight:bold;
}

.exposant {
	vertical-align:sub;
	font-size: 8px;
}

#titre_der_news {
	background-color:#0F6;
	text-align:left;
	height:30px;
}

.date_news {
	font-size:10px;
	color:#365b91;
	margin-top:10px;
	font-weight:normal;
}

/*--------------- Change style---------------------*/
#ChangeStyle {
	width:90px;
	float:right;
	margin:131px 25px 0 0;
}


/*-----------Recherche Top-----------------*/
#Container_recherche_top {
	width: 250px;
	float: right;
	margin-right: -5px;
	margin-top: 0px;
	text-align:center;
}

#recherche_top {
	text-align:left;
	height: 65px;
	background-image: url(../images/bg_search.png);
	padding-top: 8px;
}

.form_top {
	margin: 0px auto 20px auto;
	/*padding: 0 0 0 10px;*/
	width: 240px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #adbb00;
	font-weight:bold;
	background: url(../images/loupe_search.png) no-repeat 210px 0px;
}

#detail_search a {
	font-size:10px;
	color:#FFF;
}

#detail_search a:hover {
	text-decoration:underline;
}

#lien_recherche_top {
	height:24px;
	line-height:24px;
	/*padding-top:5px;*/
	background-image: url(../images/bg_search.png);
	background-position:bottom;
}

#lien_recherche_top a {
	color:#FFF;
}

#lien_recherche_top a:hover {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

.input_search {
	margin-top:7px;
	margin-bottom:7px;
	width: 140px;
}
#recherche_top .form_top[type="submit"] {
	background-color:#FFF;
	color:#000;
	font-weight:bold;	
	}
.form_top[type="submit"]:hover {
	background-color:#FF0;
	color:#333;
	cursor:pointer;
	}



/*----------------Pagination----------------*/
	
#pagin {
	text-align:center;
	height:40px;
	line-height:30px;
	margin:20px auto 0 auto;
	width:500px;
}

#pagin a {
	font-size:11px;
	display:inline-block;
	color:#141e28;
	width:40px;
	height:40px;
	background-image:url(../images/bg_Pagin.png);
	background-position:2px 0;
}

#pagin a:hover {
	font-weight:bold;
	color:#FFF;
	background-image:url(../images/bg_Pagin.png);
	background-position:2px 40px;
	text-decoration:none;
}

#pagin .pagin_hover {
	font-weight:bold;
	color:#FFF;
	background-image:url(../images/bg_Pagin.png);
	background-position:2px 40px;
	text-decoration:none;
}

#pagin a:hover.pagin_prec {
	border:none;
}

#pagin .pagin_prec {
	border:none;
}

#pagin a:hover.pagin_suiv {
	border:none;
}

#pagin .pagin_suiv {
	border:none;
}

/*--------------------------- SOUS MENU ------------------------------------*/

/*----------Sous Menu droite--------------*/
#sous-menu3 {
	float:right;
	border: 1px solid #4870AA;
	padding:5px 15px 15px 0;
	/*margin: 10px 0 30px 30px;*/
	width:240px;
	background-color:#c9ecfc;
	border:1px solid #4870AA;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 10px #0571b5;
	-webkit-box-shadow: 0px 0px 10px #0571b5;
	float:right;
	background-color:#c9ecfc;
	/* halo centrer a 80% et a 10% verticalement du centre vers l'exterieur*/
	background: -moz-radial-gradient(80% 10%, farthest-side, #c9ecfc, #79c8eb);
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#c9ecfc), to(#79c8eb));
	margin-bottom: 20px;
}

/*------------BT EnSavoirPlus------------*/

#EnSavoirPlus,
.EnSavoirPlus {
	height: 16px;
	line-height: 16px;
	width: 100px;
	text-align: center;
	margin: 30px 0px 0px 0px;
	border: 1px solid #4870AA;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #999;

}

#EnSavoirPlus a,
.EnSavoirPlus a {
	font-size:11px;
	color:#4870AA;
	font-weight:normal;
	width: 100px;
	height: 16px;
	text-align: center;
	background-position: 0 0;
	display:block;
	background-image: url(../images/bg_haut_de_page.png);
	background:#063;
}

#EnSavoirPlus a:hover,
.EnSavoirPlus a:hover {
	text-decoration: underline;
}

/*----------Sous Menu gauche--------------*/
#sous-menu2 {
	float:left;
	border: 1px solid #4870AA;
	margin: 10px 15px 30px 0;
	padding:0 0 10px 0;
	background-color:#ECF3F9;
	width:240px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/*----------Sous Menu Centre--------------*/
#sous-menu {
	float:left;
	margin: 0px 0 30px 0;
	padding:0 0 10px 0;
	background-color:#ECF3F9;
	/*	background-image:url(http://www.cliniquebizet.fr/images/bg_Smenu.png);
	background-position:bottom;
	background-repeat:repeat-x;*/
	width:900px;
	border: 1px solid #4870AA;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#sous-menu h2 {
 color:4870AA  border-bottom:1px solid #4870AA;
}

#sous-menu .left {
	float: left;
}

#sous-menu ul {
	width:185px;
	margin:0 0 0 0px;
}

#sous-menu li,
#sous-menu2 li,
#sous-menu3 li {
	list-style:none;
	margin:10px 0px 0px -10px;
	list-style-image:url(../images/Puce_Smenu.png);
}

#sous-menu a,
#sous-menu2 a,
#sous-menu3 a {
	color:#666;
	font-size:11px;
}

#sous-menu a:hover,
#sous-menu2 a:hover,
#sous-menu3 a:hover {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

/*----------Liste medecins------------------*/
#search {
	width: 900px;
	text-align:right;
}

#t_praticiens {
	background-color:#D6E0EC;
	border-collapse:collapse;
	margin:20px 20px 20px 0px;
	border:1px solid #4870AA;
	width: 920px;
}

.tr_hover:hover {
	transform:scale(1.02);
	-moz-transform:scale(1.02);
	-webkit-transform:scale(1.02);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0px 0px 8px #999;
	-webkit-box-shadow: 0px 0px 8px #999;
	border-radius: 8px;
}

#t_praticiens td {
	padding: 5px;
}

#t_praticiens th {
	padding: 10px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #2E69A1;
	text-align: left;
}

#t_fiche_praticiens {
	background-color:#D6E0EC;
	border-collapse:collapse;
	margin:0px 0px 0px 0px;
	border:0px solid #000;
	width: 620px;
}

#t_fiche_praticiens td {
	padding: 5px;
}

#t_fiche_praticiens th {
	padding: 10px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #2E69A1;
}

/*---------Fiche medecin----------------*/
	
	
.form_Fiche_medecin {
	padding-left:11px;
}

.form_Fiche_medecin label {
	display: block;
	width: 250px;
	float: left;
	padding-right: 1%;
	text-align: left;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.form_Fiche_medecin input,
.form_Fiche_medecin select {
	margin-left: 1%;
	width: 300px;
	border: 1px solid #4870AA;
	margin-bottom:10px;
	background-color: #D6E0EC;
	color: #333;
	/* De haut en bas*/
	background: -moz-linear-gradient(top, #b0c7e8 50%, #81a1d1 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#b0c7e8), to(#81a1d1));
}

.form_Fiche_medecin input:hover {
	background-color:#0671b5;
	color:#FFF;
}

.form_Fiche_medecin textarea {
	margin-left: 1%;
	width: 430px;
	border: #4870AA 1px solid;
	background-color: #c9ecfc;
}

.form_Fiche_medecin textarea:hover {
	background-color:#0671b5;
	color:#FFF;
}

.form_Fiche_medecin .button {
	background-color:#97C00E;
	color: #FFF;
	font-weight: bold;
}

#bloc_img {
	float:right;
	margin-right:10px;
	-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #999;
}

#bloc_img:hover {
	transform:scale(1.5);
	-moz-transform:scale(1.5);
	-webkit-transform:scale(1.5);
}

/*----------- ARBORESCENCE -------------------*/
#MenuArbo {
	margin:0 auto;
	line-height:20px;
	margin-left:100px;
	width:700px;
}

#MenuArbo a {
	text-decoration:none;
	display:block;
	width:100%;
	margin-bottom:5px;
}

#MenuArbo li {
	list-style-image: url(../images/Puce_Arbo_section.png);
	margin-bottom:10px;
}

#MenuArbo li a:hover {
	background-color:#2E7F51;
	color:#FFF;
	text-align:center;
}

#MenuArbo li li a:hover {
	background-color:#acba00;
	color:#FFF;
	text-align:center;
	font-weight:bold;
}

#MenuArbo li li li a:hover {
	background-color:#174029;
	color:#FFF;
	text-align:center;
	font-weight:bold;
}

#MenuArbo li li li li a:hover {
	background-color:#96C;
	color:#FFF;
	text-align:center;
	font-weight:bold;
}

#MenuArbo li li {
	list-style-image:url(../images/Puce_Arbo_categorie.png);
}

#MenuArbo li li li {
	list-style-image:url(../images/Puce_Arbo_niveau_1.png);
}

#MenuArbo li li li li {
	list-style-image:url(../images/Puce_Arbo_niveau_2.png);
}

/*-------SECTION------*/
#MenuArbo li a {
	border-bottom:0px solid #2E7F51;
	font-weight:bold;
	color:#2E7F51;
	font-size:14px;
}

/*-------CATEGORIE------*/
#MenuArbo li li a {
	font-weight:normal;
	color:#acba00;
	border-bottom:1px solid #acba00;
	font-size:13px;
}

/*-------NIVEAU 1------*/
#MenuArbo li li li a {
	border:none;
	color:#174029;
	border-bottom:1px dashed #174029;
	font-size:12px;
}

/*-------NIVEAU 2------*/
#MenuArbo li li li li a {
	color:#96C;
	border-bottom:1px dotted #96C;
	font-size:11px;
}

/*----------------------*/
	
.col_text_left_650 {
	float:left;
	width:635px;
	text-align:justify;
	clear:left;
}

.col_right_200 {
	float:right;
	width:200px;
	min-height:300px;
	margin:40px 0 0 0;
	padding:0;
	border:1px solid #FFF;
}

/*------------------------------*/
#liste_maladies1 {
	min-height:70px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:5px 20px 12px 20px;
	margin:0 0 20px 0;
}

#liste_maladies {
	border:0px solid #365b91;
	min-height:70px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:5px 20px 12px 20px;
	background-color: #ecf3f9;
	margin:0 0 20px 0;
}

#liste_maladies a {
}

.lien_liste_maladies {
	text-align:right;
}

/* ----------------- Page produit -----------------------*/
#colonne.left {
	float:left;
	margin: 10px 30px 30px 0;
}

#colonne.right {
	float: right;
	margin: 10px 0 30px 30px;
}

#centre p {
	width:100%;
}

#centre.menu_gauche {
	margin-left:285px;
}

#centre.menu_droite {
	margin-right:285px;
}
/*---------------- Style générique pour tous les formulaires -------------------*/



form input, form textarea, form select {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	padding:3px 5px;
	border:1px solid #000;
	color:#666;
	background: -moz-linear-gradient(0 20% 90deg, #fff, #CCC );
	background-image: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#CCC), to(#FFF));
	}
form input:hover, form textarea:hover, form select:hover  {
	background: -moz-linear-gradient(0 20% 90deg, #dadcf0, #CCC );
	background-image: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#CCC), to(#dadcf0));
	color:#333;	
}
form input[type="submit"] {
	color:#666;
	font-weight:bold;	
	background:url(../images/bg_boutons.png) repeat-x top center;
	/*background: -moz-linear-gradient(top, #fff 50%, #999 100%);
	background: -webkit-gradient(linear, left top, left 50%, from(#fff), to(#999));*/
	}
form input[type="submit"]:hover {
	color:#000;
	cursor:pointer;
	background:url(../images/bg_boutons.png) repeat-x bottom center;
	/*background: -moz-linear-gradient(top, #999 50%, #fff 100%);
	background: -webkit-gradient(linear, left top, left 50%, from(#999), to(#fff));*/
	}
form label {
	padding:6px 0 0 0 ;
	width:120px;
	display:block;
	float:left;
	}
form fieldset {
	padding:20px;
	margin-bottom:20px;
	border:1px solid #327099;
	border-radius:8px;
}

form fieldset legend {
	color:#327099;
	font-size:14px;
	font-weight:bold;
	padding:0 8px;
}