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

body {
	background-color: #fff;
}

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: 180px;
	background-image: url(../images/fond_header4.png);
	background-repeat: repeat;
}
	
	div#titre_cabinet {
		position: absolute;
		top: 65px;
		left: 90px;
		width: 530px;
		height: 50px;
		background-image: url(../photos/titre_site.png);
		background-repeat: no-repeat;
	}
	div#titre_adresse {
		position: absolute;
		margin: 45px 0px 0px 597px;
		right: 30px;
		bottom: 45px;
		width: 150px;
		height: 70px;
		font-family: Times, sans-serif;
		letter-spacing: 1px;
		color: #fff;
		font-size: 13px;
	}


	div#menu {
		position: absolute;
		left: 80px;
		bottom: 0px;
		width: 726px;
		height: 30px;
		background-color: #fff;
		background-image: url(../images/fond_menu.png);
		background-repeat: no-repeat;
		background-position: bottom;
	}
		div#menu li {
			display: block;
			float: left;
		}
		div#menu li a {
			display: block;
			width: 103px;
			height: 30px;
			line-height: 30px;
			text-transform: uppercase;
			text-align: center;
			color: #323e4a;
			font-size: 11px;
			text-decoration: none;
			letter-spacing: 1px;
		}
		div#menu li a:hover {
			color: #e97300;
		}
		
div#page {
	position: relative;
	margin: auto;
	width: 960px;
	background-color: #fff;
	background-image: url(../images/fond_page.png);
	background-repeat: repeat-y;
	background-position: 507px 0px; 
}
	
	div#contenu {
		position: relative;
		float: left;
		padding: 20px 35px 30px 35px;
		width: 437px;
		min-height: 400px;
	}
	
		/********************************************/
		
		div#boite_bienvenue span.titre {
			display: block;
			margin-bottom: 10px;
			font-family: Times, Arial, sans-serif;
			font-size: 21px;
			color: #ef9a1a;
			font-weight: bold;
		}
		
		div#boite_bienvenue p.texte {
			padding-bottom: 25px;
			line-height: 18px;
			text-align: justify;
			font-size: 12px;
			color: #2e2e2e;
			border-bottom: 2px solid #aaa8ad;
		}
		
		/********************************************/
		
		div.boite_article_1 {
			margin: auto;
			width: 437px;
			border-bottom: 2px solid #aaa8ad;
		}
		
		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: #464646;
			font-weight: bold;
		}
		
		div.boite_article_1 div.texte {
			padding: 0px 0px 25px 0px;
			line-height: 18px;
			text-align: justify;
			font-size: 12px;
			color: #2e2e2e;
		}
		div.boite_article_1  span.style_ss_titre {
			color: #555;
			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: #424242;
			text-decoration: none;
			font-style: italic;
		}
		
		/********************************************/
		
		div#boite_categories div.titre_paragraphe_centre {
			position: relative;
			padding: 0px;
			width: 437px;
			height: 25px;
			line-height: 23px;
			background-image: url(../images/fond_categorie4.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: #2e2e2e;
				font-size: 13px;
			}
		
		div#boite_categories p {
			margin: 10px 30px 20px 35px;
			line-height: 20px;
		}
		div#boite_categories p a.lien_fiche {
			color: #2e2e2e;
			text-decoration: none;
		}
		div#boite_categories p a.lien_fiche:hover {
			text-decoration: underline;
		}
		
		
		/********************************************/
	
	div#colonne_1 {
		position: relative;
		float: left;
		padding-bottom: 20px;
		width: 250px;
	}
		
		/********************************************/
		
		div#boite_diaporama {
			position: relative;
			margin: 15px auto 20px auto;
			padding: 10px;
			width: 202px;
			height: 152px;
			background-color: #fff;
		}
			div#diaporamaID {
				position: relative;
			}
			div#diaporama_remp {
				position: relative;
				height: 152px;
				background-image: url(../images/diaporama_remp.jpg);
				background-repeat: no-repeat;
			}
		
		div#boite_cabinet {
			position: relative;
			margin: 0px auto 20px auto;
			width: 210px;
		}
			div#boite_cabinet span.titre {
				font-family: Times, Arial, sans-serif;
				color: #313131;
				font-size: 20px;
			}
			div#boite_cabinet p.texte {
				font-family: Arial, sans-serif;
				color: #313131;
				font-size: 12px;
			}
		
		a#menu_supp {
			display: block;
			position: relative;
			margin: 0px auto 20px auto;
			padding-left: 5px;
			width: 205px;
			height: 26px;
			line-height: 26px;
			border: 1px solid #dc8d40;
			background-color: #dc6d00;
			color: #fff;
			text-decoration: none;
			text-transform: uppercase;
		}
		
		/********************************************/
		
		div#boite_savoir_plus {
			position: relative;
			margin: auto;
			width: 210px;
		}
		
			div#boite_savoir_plus p.titre {
				margin-bottom: 10px;
				color: #242424;
				font-size: 13px;
				letter-spacing: 1px;
				font-weight: bold;
			}
			
			div#boite_savoir_plus p.titre span {
				color: #ffb337;
				font-size: 17px;
				font-family: Times, Arial, sans-serif;
				letter-spacing: 1px;
				font-weight: bold;
				font-style: italic;
			}
			div#boite_savoir_plus a {
				display: block;
				padding: 3px 10px;
				width: 180px;
				border-bottom: 1px dotted #d3d4d6;
				background-image: url(../images/fleche4.png);
				background-repeat: no-repeat;
				background-position: 0px 50%;
				font-size: 11px;
				color: #313131;
				text-decoration: none;
			}
		
		/********************************************/
		
	div#colonne_2 {
		position: relative;
		float: right;
		padding-bottom: 20px;
		width: 200px;
	}
		div.liner_colonne {
			position: relative;
			margin: 18px auto 18px auto;
			width: 170px;
			height: 1px;
			font-size: 2px;
			background-color: #ececed;
		}
		
		/********************************************/
		
		div#titre_recherche {
			position: relative;
			margin-top: 15px;
			margin-left: 15px;
			width: 77px;
			height: 18px;
			background-image: url(../images/fond_titre_recherche4.png);
			background-repeat: no-repeat;
		}
		
		div#boite_boite_recherche {
			position: relative;
			margin: 0px auto 15px auto;
			width: 168px;
			border: 1px solid #e4e3e4;
		}
			div#boite_boite_recherche p#mots {
				padding: 8px;	
			}
			div#boite_boite_recherche p#mots a {
				text-decoration: none;
				font-family: Times, Arial, sans-serif;
				font-size: 14px;
				color: #323e4a;
			}
		
		.class_image_video{
			position:relative;
			display:block;
			margin:auto;
			width:170px;
			height:19px;
			padding:0px;
			background-image:url('../images/bouton_video4.jpg');
		}
			
		div#boite_recherche {
			position: relative;
			padding-bottom: 20px;
			width: 170px;
		}
			div#boite_recherche p.l1, div#boite_recherche p.l2 {
				display: none;
			}
			
			div#boite_recherche form {
				margin: 15px auto 0 auto;
				width: 170px;
			}
			
			div#boite_recherche input.champ {
				display: block;
				margin: auto;
				width: 150px;
				height: 16px;
				background-color: #edeeef;
				border-width: 0px;
			}
			div#boite_recherche input.bouton {
				display: none;
			}
			div#boite_recherche input.bouton_sans_label {
				position: relative;
				float: right;
				margin-top: 5px;
				margin-right: 10px;
				width: 29px;
				height: 10px;
				background-color: transparent;
				border-width: 0px;
				background-image: url(../images/valider.png);
				background-repeat: no-repeat;
				cursor: pointer;
				font-size: 8px;
			}
		
		div#titre_autre {
			position: relative;
			margin-top: 15px;
			height: 18px;
			background-image: url(../images/fond_titre_autre4.png);
			background-repeat: no-repeat;
			border-bottom: 1px solid #e4e3e4;
		}
		
		/********************************************/
		
		div#titre_focus{
			position: relative;
			margin-top: 15px;
			margin-left: 15px;
			width: 48px;
			height: 18px;
			background-image: url(../images/fond_titre_focus4.png);
			background-repeat: no-repeat;
		}
		
		a#boite_focus_illustration {
			display: block;
			position: relative;
			margin: auto;
			width: 168px;
			height: 105px;
			background-image: url(../images/fond_focus.jpg);
			background-repeat: no-repeat;
			border: 1px solid #e4e3e4;
		}
		
		a#boite_focus_fiche  {
			display: block;
			position: relative;
			margin: 5px auto 0px auto;
			width: 168px;
			color: #323e4a;
			font-family: Times, Arial, sans-serif;
			font-size: 15px;
			text-decoration: none;
			font-weight: bold;
		}
		
		/********************************************/
		
		a#charte_deontologique {
			display: block;
			position: relative;
			margin: 5px auto 0px auto;
			width: 170px;
			height: 19px;
			background-image: url(../images/charte_deontologique4.png);
			background-repeat:  repeat-y;
		}
		
		/********************************************/
		
		a#plan_acces {
			display: block;
			position: relative;
			margin: auto;
			width: 170px;
			height: 83px;
			background-image: url(../images/plan_acces4.jpg);
			background-repeat: no-repeat;
		}
		
		
		/********************************************/
		
		
		
		div.titre_paragraphe_gauche, div.titre_paragraphe_droit {
			display: none;
		}
		
		div.titre_paragraphe_centre {
			position: relative;
			margin-top: 25px;
			padding: 0px 15px;
			width: 400px;
			min-height: 25px;
			line-height: 25px;
			background-image: url(../images/titre_paragraphe4.png);
			background-repeat: repeat-y;
			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: #e97300;
				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/camera4.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: #e97300;
				text-decoration: underline;
			}
			div.boite_paragraphe_dentiste a.email:hover {
				text-decoration: none;
			}
		
		
		/*******/
		
		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: #555;
			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: #323e4a;
		}
		
		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: #555;
			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 0px;
			width: 435px;
		}
		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: 100px;
			height: 16px;
			line-height: 16px;
		}
		form#form_contact input.champ, form#form_contact textarea {
			display: block;
			position: relative;
			float: left;
			margin-bottom: 8px;
			width: 330px;
			border: 1px solid #d3d3d3;
		}
		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/envoyer4.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: 0px auto 0px auto;
	width: 960px;
	height: 30px;
	background-image: url(../images/fond_header4.png);
	background-repeat: repeat;
}
	div#footer div.gauche {
		position: relative;
		float: left;
		width: 510px;
		height: 30px;
		line-height: 30px;
		color: #fff;
		font-family: Times, Arial, sans-serif;
		font-size: 12px;
		text-align: center;
	}
	div#footer div.droite {
		position: relative;
		float: right;
		padding-right: 15px;
		width: 350px;
		height: 30px;
		line-height: 30px;
		color: #fff;
		font-family: Times, Arial, sans-serif;
		font-size: 14px;
		text-align: right;
	}
	div#footer a {
		font-size: 14px;
		font-family: Times, Arial, sans-serif;
		color: #fff;
		text-decoration: none;
	}
	div#footer a:hover {
		color: #d4d4d4;
	}
	
