* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

body {
	background-color: #e4ecee;
}

div.spacer {
	clear: both;
	visibility: hidden;
	font-size: 1px;
}

div#tranquilite {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 99;
	background-color: red;
}
div#boite_video {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 10px 10px 38px 10px;
	z-index: 999;
	background-color: #fff;
}
a#fermer_boite_video {
	display: block;
	position: absolute;
	bottom: 6px;
	right: 10px;
	width: 75px;
	height: 22px;
	background-image: url(../images/closelabel.gif);
	background-repeat: no-repeat;
}

div#header {
	position: relative;
	margin: 0px auto 0px auto;
	width: 960px;
	height: 142px;
	background-color: #e4ecee;
}
	div#sous_header {
		position: relative;
		float: right;
		width: 875px;
		height: 142px;
		background-color: #fff;
	}
	
	div#photo_ban_1 {
		position: absolute;
		top: 45px;
		left: 0px;
		width: 111px;
		height: 83px;
		z-index: 44;
	}
	
	div#boite_cabinet {
		position: absolute;
		margin: 45px 0px 0px 0px;
		width: 527px;
		height: 83px;
		background-image: url(../images/fond_titre.png);
		background-repeat: repeat-y;
	}
		span#titre_cabinet {
			display: block;
			width: 527px;
			height: 83px;
			background-image: url(../photos/titre_site.png);
			background-repeat: no-repeat;
			background-position: 145px 50%;
		}
	span#titre_adresse {
		display: block;
		position: absolute;
		margin: 45px 0px 0px 597px;
		padding-top: 12px;
		width: 363px;
		height: 83px;
		font-family: Times, sans-serif;
		letter-spacing: 1px;
		color: #404b56;
		font-size: 16px;
	}


div#menu {
	position: relative;
	margin: auto;
	width: 960px;
	height: 29px;
	background-color: #e4ecee;
}
	div#menu ul {
		position: relative;
		margin-left: 85px;
		background-color: #fff;
	}
	div#menu li {
		display: block;
		float: left;
		width: 125px;
		height: 29px;
		background-color: #fff;
		background-image: url(../images/separateur_menu.png);
		background-repeat: no-repeat;
		background-position: right bottom;
	}
	div#menu li.dernier {
		background-image: url(./);
	}
	div#menu li a {
		display: block;
		width: 125px;
		height: 29px;
		line-height: 29px;
		text-transform: uppercase;
		text-align: center;
		color: #323e49;
		font-size: 11px;
		text-decoration: none;
		letter-spacing: 1px;
	}
	 
	 
div#page {
	position: relative;
	margin: 7px auto 7px auto;
	width: 960px;
	background-color: #e4ecee;
}
	div#sous_page {
		position: relative;
		float: right;
		width: 875px;
		background-color: #fff;
	}
	
	div#colonne {
		position: relative;
		float: right;
		margin-top: 10px;
		margin-bottom: 10px;
		width: 310px;
	}
		
		
		/********************************************/
		
		div#boite_recherche {
			display: block;
			position: relative;
			margin-left: 12px;
			padding: 5px 0px 0px 10px;
			width: 276px;
			background-color: #e4ecee;
			background-image: url(../images/fond_degrade_colonne.png);
			background-repeat: no-repeat;
		}
			div#boite_recherche p.l1 {
				display: inline;
				position: relative;
				font-size: 11px;
				color: #fff;
				font-weight: bold;
				text-transform: uppercase;
				letter-spacing: 1px;
			}
			div#boite_recherche p.l2 {
				display: inline;
				font-size: 11px;
				color: #fff;
				font-weight: bold;
				text-transform: uppercase;
				letter-spacing: 1px;
			}
			
			div#boite_recherche form {
				margin: 15px auto 0 auto;
				padding-bottom: 12px;
				width: 252px;
				border-bottom: 1px solid #bdbdbf;
			}
			
			div#boite_recherche input.champ {
				width: 225px;
				height: 16px;
				background-color: #fff;
				border-width: 0px;
			}
			div#boite_recherche input.bouton {
				width: 20px;
				height: 20px;
				background-color: transparent;
				border-width: 0px;
				color: #404b56;
				cursor: pointer;
				font-size: 8px;
			}
			div#boite_recherche input.bouton_sans_label {
				display: none
			}
			
		div#boite_mots {
			display: block;
			position: relative;
			margin-left: 12px;
			padding: 10px 18px 0px 18px;
			width: 250px;
			height: 100px;
			background-color: #e4ecee;
			line-height: 18px;
		}
			div#boite_mots a {
				text-decoration: none;
				color: #003d3d;
				text-transform: uppercase;
				font-size: 12px;
			}
			
		.class_image_video{
			position:relative;
			display:block;
			margin:auto;
			width:285px;
			height:24px;
			padding:0px;
			background-image:url('../images/bouton_video.jpg');
		}
		
		div#boite_zoom_plus {
			display: block;
			position: relative;
			margin-left: 12px;
			width: 286px;
			height: 208px;
			background-image: url(../images/separateur_zoom_plus.png);
			background-repeat: repeat-y;
		}
			div#boite_zoom {
				position: relative;
				float: left;
				width: 130px;
				height: 100px;
			}
				div#boite_zoom p.titre {
					padding-left: 5px;
					height: 24px;
					line-height: 24px;
					background-color: #617485;
					background-image: url(../images/titre_zoom.png);
					background-repeat: no-repeat;
					color: #fff;
					text-transform: uppercase;
					letter-spacing: 1px;
				}
				
				div#boite_zoom div.illustration {
					position: relative;
					width: 130px;
					height: 126px;
					background-image: url(../images/illu_zoom.jpg);
					background-repeat: no-repeat;
				}
				div#boite_zoom p.titre_fiche {margin-top: 4px;}
				div#boite_zoom p.titre_fiche a {
					font-size: 12px;
					color: #323e49;
					text-decoration: none;
				}
					
					
			div#boite_plus {
				position: relative;
				float: right;
				width: 144px;
				height: 100px;
			}
				div#boite_plus p.titre {
					padding-left: 5px;
					height: 24px;
					line-height: 24px;
					background-color: #f2aa02;
					background-image: url(../images/titre_plus.png);
					background-repeat: no-repeat;
					font-size: 11px;
					color: #fff;
					text-transform: uppercase;
					letter-spacing: 1px;
				}
				
				div#boite_plus a {
					display: block;
					margin-top: 5px;
					margin-left: 5px;
					padding-bottom: 3px;
					padding-right: 3px;
					width: 136px;
					border-bottom: 1px dotted #bababc;
					font-size: 11px;
					color: #323e49;
					text-decoration: none;
				}
				
		
		a#charte_deontologique {
			display: block;
			position: relative;
			margin-left: 12px;
			padding-left: 10px;
			width: 274px;
			height: 24px;
			line-height: 24px;
			background-image: url(../images/fond_degrade_colonne.png);
			background-repeat:  repeat-y;
			font-size: 11px;
			font-weight: bold;
			color: #fff;
			text-transform: uppercase;
			letter-spacing: 1px;
			text-decoration: none;
		}
		
		a#plan_acces {
			display: block;
			position: relative;
			margin-left: 12px;
			padding-left: 10px;
			width: 274px;
			height: 74px;
			background-image: url(../images/fond_degrade_colonne.png);
			background-repeat: repeat-y;
			text-decoration: none;
			
		}
			a#plan_acces span.titre {
				display: block;
				padding-top: 7px;
				font-family: Times, sans-serif;
				font-size: 26px;
				color: #fff;
				letter-spacing: 1px;
				
			}
				a#plan_acces span.titre b {
					font-family: Times, sans-serif;
					font-size: 26px;
					color: #fff;
					letter-spacing: 1px;
				}
			a#plan_acces span.img {
				display: block;
				position: absolute;
				top: 0px;
				right: 0px;
				width: 83px;
				height: 74px;
				background-image: url(../images/illustration_plan.jpg);
				background-repeat: no-repeat;
			}
	
	div#contenu {
		position: relative;
		float: left;
		margin: 10px 0px;
		padding-bottom: 20px;
		width: 562px;
		min-height: 493px;
		background-color: #fff;
		border-right: 1px solid #a9a9ac;
	}
	
	div.liner_colonne {
		position: relative;
		margin: 15px 0px 15px 13px;
		width: 286px;
		height: 2px;
		font-size: 1px;
		background-color: #bdbdbf;
	}
	
		
		/********************************************/
		
		div#boite_marquee {
			position: relative;
			float: right;
			margin-top: 15px;
			margin-right: 25px;
			_margin-right: 12px;
			margin-bottom /*\**/: 25px\9; /* hack ie8 (et ie7...) */
			width: 220px;
			height: 205px;
			overflow: hidden;
			color: #33322d;
			border-bottom: 1px solid #cbcbcc;
		}
		
		/*div#boite_bienvenue {
			position: relative;
			margin: auto;
			padding: 30px 0px 25px 0px;
			width: 510px;
			border-bottom: 1px solid #cbcbcc;
		}*/
		
		div#boite_bienvenue span.titre {
			display: block;
			margin-bottom: 10px;
			font-family: Times, Arial, sans-serif;
			font-size: 21px;
			color: #e87d00;
			font-weight: bold;
		}
		
		div#boite_bienvenue p.texte {
			line-height: 18px;
			text-align: justify;
			font-size: 12px;
			color: #545c61;
		}
		
		div#diaporamaID {
			position: relative;
			float: left;
			margin-top: 15px;
			margin-left: 25px;
			_margin-left: 12px;
			background-color: #fff;
			border: 1px solid #e4ecee;
		}
		
		div#boite_bienvenue_sans_marquee div#boite_bienvenue {
			position: relative;
			padding-bottom: 20px;
			margin: 25px auto 20px auto;
			width: 510px;
			color: #33322d;
			border-bottom: 1px solid #cbcbcc;
		}
		
		/********************************************/
		
		div.boite_article_1 {
			margin: auto;
			width: 510px;
			border-bottom: 1px solid #e4ecee;
		}
		
		div.boite_article_1 span.titre {
			display: block;
			position: relative;
			margin: 25px 0px 20px 0px;
			font-family: Times, Arial, sans-serif;
			font-size: 21px;
			color: #323e4a;
			font-weight: bold;
		}
		
		div.boite_article_1 div.texte {
			padding: 0px 0px 25px 0px;
			line-height: 18px;
			text-align: justify;
			font-size: 12px;
			color: #545c61;
		}
		div.boite_article_1  span.style_ss_titre {
			color: #006caa;
			font-size: 14px;
			font-weight: bold;
		}
		div.boite_article_1  span.style_gras {
			font-weight: bold;
		}
		div.boite_article_1  span.style_italique {
			font-style: italic;
		}
		div.boite_article_1  img {
			position: relative;
			float: right;
			margin-left: 10px;
			margin-bottom: 4px;
			border: 1px solid #848c91;
		}
		div.boite_article_1  ul.style_liste li {
			margin: 5px 20px 0px 30px;
		}
		
		div.boite_article_1 a.lire_la_suite {
			float: right;
			color: #e87d00;
			text-decoration: none;
			font-style: italic;
		}
		
		/********************************************/
		
		div.titre_paragraphe_gauche, div.titre_paragraphe_droit {
			display: none;
		}
		
		div.titre_paragraphe_centre {
			position: relative;
			margin-top: 25px;
			padding: 0px 15px;
			width: 518px;
			min-height: 25px;
			line-height: 25px;
			background-image: url(../images/titre_paragraphe.png);
			font-family: Arial, sans-serif;
			font-size: 14px;
			color: #fff;
			font-weight: normal;
			letter-spacing: 1px;
		}
			div.titre_paragraphe_centre a {
				font-size: 14px;
				color: #fff;
				text-decoration: none;
			}
		div.titre_paragraphe_droite {
			display: none;
			position: relative;
			float: left;
			margin-top: 30px;
			width: 11px;
			height: 30px;
			background-image: url(../images/arrondi_vert_droite.png);
		}
		
		
		/********************************************/
		
		div.boite_paragraphe_cabinet, 
		div.boite_paragraphe_cab_urgence {
			position: relative;
			margin: 30px 30px 40px 50px;
			padding-bottom: 20px;
			border-bottom: 1px solid #e8e7e7;
			color: #545c61;
		}
		div.boite_paragraphe_cab_urgence {
			margin: 30px 30px 0px 50px;
			border-bottom: 0px solid #fff;
		}
			div.boite_paragraphe_cabinet img {
				display: block;
				position: relative;
				float: left;
				margin-right: 10px;
				border: 1px solid #c2c9cb;
			}
			div.boite_paragraphe_cabinet span.titre {
				display: block;
				margin-bottom: 15px;
				font-size: 14px;
				font-weight: bold;
			}
			
			div.boite_paragraphe_cabinet a {
				color: #5d6f7f;
				text-decoration: underline;
			}
			div.boite_paragraphe_cabinet a:hover {
				text-decoration: none;
			}
			div.boite_paragraphe_cabinet p.camera {
				position: relative;
				margin-top: 20px;
			}
				div.boite_paragraphe_cabinet p.camera span {
					position: relative;
					float: left;
					line-height: 24px;
				}
				div.boite_paragraphe_cabinet p.camera a {
					position: relative;
					float: left;
					margin-left: 3px;
					width: 25px;
					height: 24px;
					background-image: url(../images/camera.jpg);
					background-repeat: no-repeat;
				}
				
		div.boite_paragraphe_dentiste {
			position: relative;
			margin: 30px 30px 0px 50px;
			color: #545c61;
		}
			div.boite_paragraphe_dentiste img {
				display: block;
				position: relative;
				float: left;
				margin-right: 10px;
				border: 1px solid #c2c9cb;
			}
			div.boite_paragraphe_dentiste p {
				
			}
			div.boite_paragraphe_dentiste span {
				display: block;
				position: relative;
				line-height: 15px;
			}
			div.boite_paragraphe_dentiste span.prenom_nom {
				font-weight: bold;
				margin-bottom: 10px;
			}
			div.boite_paragraphe_dentiste span.diplome {
				margin-bottom: 10px;
				font-style: italic;
			}
			div.boite_paragraphe_dentiste a.email {
				color: #5d6f7f;
				text-decoration: underline;
			}
			div.boite_paragraphe_dentiste a.email:hover {
				text-decoration: none;
			}
		
		/********************************************/
		
		div#boite_categories div.titre_paragraphe_centre {
			position: relative;
			margin: 20px 0px 0px 20px;
			padding: 0px;
			width: 532px;
			height: 25px;
			line-height: 23px;
			background-image: url(../images/fond_categorie.png);
			background-repeat: no-repeat;
			background-position: 0px 50%;
		}
			div#boite_categories div.titre_paragraphe_centre a {
				margin-left: 15px;
				padding: 0px 8px;
				background-color: #fff;
				color: #323f49;
				font-size: 13px;
			}
		
		div#boite_categories p {
			margin: 10px 30px 20px 35px;
			line-height: 20px;
		}
		div#boite_categories p a.lien_fiche {
			color: #545c61;
			text-decoration: none;
		}
		div#boite_categories p a.lien_fiche:hover {
			text-decoration: underline;
		}
		
		
		
		/*******/
		
		div#boite_categorie p {
			margin: 20px 30px 10px 45px;
			line-height: 16px;
		}
		div#boite_categorie p a.lien_fiche {
			color: #545c61;
			text-decoration: none;
		}
		div#boite_categorie p a.lien_fiche:hover {
			text-decoration: underline;
		}
		
		/*******/
		
		div.boite_fiche div.texte {
			margin: 20px 30px 20px 30px;
			text-align: justify;
			font-size: 12px;
			line-height: 16px;
			color: #545c61;
		}
		
		div.boite_fiche  span.style_ss_titre {
			color: #006caa;
			font-size: 14px;
			font-weight: bold;
		}
		div.boite_fiche  span.style_gras {
			font-weight: bold;
		}
		div.boite_fiche  span.style_italique {
			font-style: italic;
		}
		div.boite_fiche  img.image_fiche_gauche {
			position: relative;
			float: left;
			margin-right: 20px;
			margin-bottom: 4px;
			border: 1px solid #c2c9cb;
		}
		div.boite_fiche  img.image_fiche_droite {
			position: relative;
			float: right;
			margin-left: 10px;
			margin-bottom: 4px;
			border: 1px solid #c2c9cb;
		}
		div.boite_fiche  img.image_fiche_centre{
			display: block;
			position: relative;
			margin: auto;
			border: 1px solid #c2c9cb;
		}
		div.boite_fiche  ul.style_liste li {
			margin: 5px 10px 5px 40px;
		}
		
		a.infosoins {
			clear: both;
			display: block;
			margin-top: 20px;
			float: right;
			width: 94px;
			height: 19px;
			background-image: url(../images/infosoins.fr.png);
			background-repeat: no-repeat;
		}
		
		a.independentaire {
			color: #545c61;
			text-decoration: underline;
		}
		
		/********************************************/
		
		div.paragraphe_honoraires,
		div.paragraphe_urgence,
		p.paragraphe_recherche,
		p.paragraphe_mentions_legales {
			margin: 20px 30px 0px 50px;
			text-align: justify;
			line-height: 18px;
			color: #545c61;
		}
		
		div.paragraphe_honoraires a,
		div.paragraphe_urgence a,
		p.paragraphe_mentions_legales a {
			color: #5d6f7f;
			text-decoration: underline;
		}
		div.paragraphe_honoraires a:hover,
		div.paragraphe_urgence a:hover,
		p.paragraphe_mentions_legales a:hover {
			text-decoration: none;
		}
		
		div.paragraphe_honoraires a.lien_lightbox,
		div.paragraphe_urgence a.lien_lightbox {
			position: relative;
			float: left;
			margin-right: 20px;
			border: 1px solid #c2c9cb;
		}
		div.paragraphe_honoraires a.lien_lightbox img,
		div.paragraphe_urgence a.lien_lightbox img {
			border-width: 0px;
		}
		div.paragraphe_honoraires span.style_ss_titre,
		div.paragraphe_urgence span.style_ss_titre {
			color: #006caa;
			font-size: 14px;
			font-weight: bold;
		}
		div.paragraphe_honoraires span.style_gras,
		div.paragraphe_urgence span.style_gras {
			font-weight: bold;
		}
		div.paragraphe_honoraires span.style_italique,
		div.paragraphe_urgence span.style_italique {
			font-style: italic;
		}
		
		div.paragraphe_honoraires ul.style_liste li,
		div.paragraphe_urgence ul.style_liste li {
			margin: 5px 10px 5px 40px;
		}
		
		/********************************************/
		
		div#boite_plan {
			margin: 20px 0px 0px 63px;
		}
		div#boite_instructions {
			margin: 20px 0px 0px 63px;
		}
			div#boite_instructions span {
				font-weight: bold;
			}
			
		div#carte {
			position: relative;
			margin: 20px auto;
			width: 450px;
			height: 450px;
			border: 1px solid #ddd;
		}
		div#carte_init {
			position: absolute;
			visibility: hidden;
		}
		
		/********************************************/
		
		p.paragraphe_recherche a {
			color: #000;
			text-decoration: none
		}
		p.paragraphe_recherche a:hover {
			text-decoration: underline
		}
		/********************************************/
		
		form#form_contact {
			position: relative;
			margin: 30px 0px 0px 30px;
			width: 465px;
		}
		form#form_contact p.erreur {
			position: relative;
			margin-bottom: 30px;
			color: #e50000;
		}
		form#form_contact label {
			clear: both;
			display: block;
			position: relative;
			float: left;
			margin-bottom: 8px;
			width: 120px;
			height: 16px;
			line-height: 16px;
		}
		form#form_contact input.champ, form#form_contact textarea {
			display: block;
			position: relative;
			float: left;
			margin-bottom: 8px;
			width: 340px;
			border: 1px solid #e0e0df;
		}
		form#form_contact input.submit {
			display: block;
			position: relative;
			margin: 30px auto 0px auto;
			width: 82px;
			height: 23px;
			line-height: 23px;
			border-width: 0px;
			background-image: url(../images/envoyer1.png);
			background-repeat: no-repeat;
			color: #fff;
			font-size: 11px;
			cursor: pointer;
		}
		form#form_contact p.info {
			text-align: right;
			font-style: italic;
			font-size: 10px;
		}
		
		/********************************************/
		
	
div#footer {
	position: relative;
	margin: 4px auto 0px auto;
	width: 960px;
	height: 50px;
	text-align: center;
}
	div#footer div.gauche {
		float: right;
		width: 559px;
		height: 25px;
		line-height: 25px;
		background-color: #6f8ca2;
		background-image: url(../images/titre_paragraphe.png);
		background-repeat: no-repeat;
		color: #fff;
		font-size: 12px;
	}
	div#footer div.droite {
		float: right;
		margin-left: 6px;
		width: 310px;
		height: 25px;
		line-height: 25px;
		background-color: #c6bcaf;
		color: #323e4a;
		font-size: 12px;
	}
	div#footer a {
		font-size: 12px;
		color: #323e4a;
		text-decoration: none;
	}
	div#footer a:hover {
		color: #5d5852;
	}
	