* {
	margin: 0px;
	padding: 0px;
	font-family: 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;
}
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#page {
	position: relative;
	margin: 10px auto 0px auto;
	width: 910px;
	min-height: 400px;
	background-color: #fff;
}
	
	
	div#page_gauche {
		position: relative;
		float: left;
		padding-bottom: 20px;
		width: 360px;
		/*background-color: yellow;*/
	}
		span#titre_cabinet {
			display: block;
			position: relative;
			margin: auto;
			width: 300px;
			height: 80px;
			background-image: url(../photos/titre_site.png);
			background-repeat: no-repeat;
			background-position: left bottom;
		}
		
		div#boite_bienvenue {
			position: relative;
			margin: 20px auto 30px auto;
			padding-top: 20px;
			width: 320px;
			color: #000;
			font-size: 16px;
			border-top: 1px solid #aeadb0;
		}
			div#boite_bienvenue span.titre {
				display: block;
				margin-bottom: 15px;
				font-size: 12px;
			}
			div#boite_bienvenue p.texte {
				font-size: 12px;
			}
		
		
		div#boite_mots {
			position: relative;
			margin: 0px auto 30px auto;
			width: 320px;
			font-size: 11px;
		}
			
			div#boite_mots h3 {
				margin-bottom: 16px;
				height: 22px;
				line-height: 22px;
				text-transform: uppercase;
				font-weight: bold;
				border-bottom: 1px solid #aeadb0;
			}
			div#boite_mots a {
				font-size: 14px;
				color: #000;
				text-decoration: none;
			}
		
		div#diaporamaID {
			position: relative;
			margin: 0px auto 20px auto;
			background-color: #fff;
			border: 1px solid #ebeded;
		}
		
		div#boite_boite_recherche {
			position: relative;
			margin: 0px auto 0px auto;
			width: 320px;
			font-size: 11px;
		}
			div#boite_boite_recherche h3 {
				margin-bottom: 4px;
				height: 22px;
				line-height: 22px;
				text-transform: uppercase;
				font-weight: bold;
			}
			
			div#boite_recherche {
				position: relative;
				margin: 0px auto 0px auto;
				width: 320px;
				font-size: 11px;
			}
				div#boite_recherche p.l1, div#boite_recherche p.l2 {
					display: none;
				}
				div#boite_recherche input.champ {
					clear: both;
					position: relative;
					width: 280px;
					height: 16px;
					background-color: #f1f1eb;
					border-width: 0px;
				}
				div#boite_recherche input.bouton_sans_label {
					display: block;
					clear: both;
					position: relative;
					float: right;
					margin-top: 6px;
					margin-right: 42px;
					width: 39px;
					height: 11px;
					background-image: url(../images/valider.png);
					border-width: 0px;
					color: #fff;
					cursor: pointer;
				}
				div#boite_recherche input.bouton {
					display: none
				}
			
		
		
		div#boite_gauche_bas {
			position: relative;
			margin: 50px auto 0px auto;
			width: 320px;
		}
			div#boite_gauche_bas div.gauche {
				position: relative;
				float: left;
				width: 150px;
			}
				
				div#menu_bas {
					position: relative;
					padding: 8px;
					width: 134px;
					background-color: #d30d0d;
				}
					div#menu_bas li {
						display: block;
						width: 100px;
					}
					
					div#menu_bas li a {
						display: block;
						padding-left: 35px;
						width: 100px;
						height: 30px;
						text-decoration: none;
						color: #000;
						text-transform: uppercase;
						font-size: 10px;
						background-repeat: no-repeat;
					}
					div#menu_bas li a#m1 {background-image: url(../images/fleche_1-4.png);line-height: 30px;}
					div#menu_bas li a#m2 {background-image: url(../images/fleche_2-4.png);line-height: 30px;}
					div#menu_bas li a#m3 {background-image: url(../images/fleche_3-4.png);line-height: 14px;}
				
				div#contactez_nous {
					position: relative;
					margin-top: 5px;
					padding: 20px 10px 40px 10px;
					width: 130px;
					background-color: #f1f1eb;
				}
					div#contactez_nous span {
						font-size: 14px;
					}
				
			div#boite_gauche_bas div.droite {
				position: relative;
				float: right;
				width: 155px;
				/*background-color: red;*/
			}
				
				div#boite_gauche_bas div.droite h3 {
					margin-bottom: 5px;
					height: 20px;
					line-height: 20px;
					text-transform: uppercase;
					border-bottom: 1px solid #aeadb0;
				}
				div#boite_gauche_bas div.droite a {
					line-height: 20px;
					color: #636466;
					text-decoration: none;
				}
				
				
		
		
	/******************************************************/
	
	div#page_droite {
		position: relative;
		float: left;
		width: 550px;
	}
		p#adresse_cabinet {
			position: relative;
			margin: 76px 0px 10px 0px;
		}
		
		div.cadre_photo {
			position: relative;
			float: left;
			width: 136px;
			height: 102px;
		}
		div.couleur_1 {background-color: #f89802;}
		div.couleur_2 {background-color: #f1f1eb;}
		div.couleur_3 {background-color: #d30d0d;}
		
		
		
		div#menu_haut {
			position: relative;
			margin: 10px 0px 30px 0px;
			width: 550px;
			height: 20px;
		}
			div#menu_haut li {
				display: block;
				float: left;
				margin: 0px 2px 0px 0px;
				width: 107px;
				height: 20px;
			}
			
			div#menu_haut li a {
				display: block;
				width: 107px;
				height: 20px;
				line-height: 20px;
				background-color: #d30d0d;
				color: #fff;
				text-align: center;
				text-transform: uppercase;
				text-decoration: none;
				font-size: 10px;
			}
			div#menu_haut li a:hover {
				background-color: #ba0b0b;
			}
		
		
		div#accueil_actualites {
			position: relative;
			width: 544px;
			background-color: #fff;
		}
			div.boite_article_1 {
				position: relative;
				margin: 15px auto 30px auto;
				width: 544px;
				color: #000;
			}
			
			div.boite_article_1 span.titre {
				display: block;
				margin-bottom: 15px;
				font-size: 14px;
				font-weight: bold;
				color: #d30d0d;
				font-family: Times, Georgia, Garamond, Verdana, sans-serif;
				font-size: 19px;
				letter-spacing: 1px;
			}
			
			div.boite_article_1 div.texte {
				text-align: justify;
				line-height: 18px;
				font-family: Times, Georgia, Garamond, Verdana, sans-serif;
				font-size: 14px;
			}
			
			div.boite_article_1 img.image_fiche_gauche {
				position: relative;
				float: left;
				margin-right: 10px;
				margin-bottom: 4px;
				border: 1px solid #a2b6cf;
			}
			div.boite_article_1 img.image_fiche_droite {
				position: relative;
				float: right;
				margin-left: 10px;
				margin-bottom: 4px;
				border: 1px solid #a2b6cf;
			}
			
			a.infosoins {
				clear: both;
				display: block;
				float: right;
				width: 94px;
				height: 19px;
				background-image: url(../images/infosoins.fr.png);
				background-repeat: no-repeat;
			}
			a.independentaire {
				color: #40505c;
				text-decoration: underline;
			}
			a.lire_la_suite {
				color: #d30d0d;
				text-decoration: underline;
				font-family: Times, Georgia, Garamond, Verdana, sans-serif;
				font-size: 14px;
				font-style: italic;
			}
			a.lire_la_suite:hover {
				color: #a90a0a;
			}
			
			
		div#accueil_conseils {
			position: relative;
			float: left;
			margin-left: 14px;
			width: 150px;
			line-height: 18px;
		}
			div#accueil_conseils h3 {
				margin-bottom: 12px;
				height: 24px;
				line-height: 24px;
				border-bottom: 1px solid #bab9bb;
				text-transform: uppercase;
				color: #1b1c20;
			}
			div#accueil_conseils a {
				color: #5c5b60;
				text-decoration: none;
				text-transform: uppercase;
			}
			div#accueil_conseils a:hover {
				text-decoration: underline;
			}
	
	
	
	/********************************************/
	
	div.titre_paragraphe_gauche {
		display: none;
	}
	div.titre_paragraphe_centre {
		position: relative;
		margin-top: 20px;
		width: 520px;
		height: 22px;
		line-height: 22px;
		background-image: url(../images/liner_titre4.png);
		background-position: 0px 12px;
		background-repeat: repeat-x;
	}
		div.titre_paragraphe_centre span {
			padding-left: 15px;
			padding-right: 10px;
			background-color: #fff;
			font-family: Times, Georgia, Garamon, Verdana, sans-serif;
			font-size: 19px;
			color: #d30d0d;
			font-weight: bold;
		}
		div.titre_paragraphe_centre a {
			padding-left: 15px;
			padding-right: 10px;
			background-color: #fff;
			font-family: Times, Georgia, Garamon, Verdana, sans-serif;
			font-size: 19px;
			color: #d30d0d;
			font-weight: bold;
			text-decoration: none;
		}
		
	div.titre_paragraphe_droite {
		display: none;
	}
		
	/********************************************/
	
	div.boite_paragraphe_cabinet, 
	div.boite_paragraphe_cab_urgence {
		position: relative;
		margin: 30px 30px 40px 50px;
		padding: 10px 0px 10px 20px;
		border-left: 1px solid #f2c3c3;
		border-bottom: 1px solid #f2c3c3;
	}
	div.boite_paragraphe_cab_urgence {
		margin: 30px 30px 0px 50px;
		border: 0px solid #fff;
	}
		div.boite_paragraphe_cabinet img {
			display: block;
			position: relative;
			float: left;
			margin-right: 10px;
			border: 1px solid #a2b6cf;
		}
		div.boite_paragraphe_cabinet span.titre {
			display: block;
			margin-bottom: 15px;
			font-size: 12px;
			font-weight: bold;
		}
		
		div.boite_paragraphe_cabinet a {
			color: #ac0b0b;
			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;
		padding: 10px 0px 10px 20px;
		border-left: 1px solid #f2c3c3;
		border-bottom: 1px solid #f2c3c3;
	}
		div.boite_paragraphe_dentiste img {
			display: block;
			position: relative;
			float: left;
			margin-right: 10px;
			border: 1px solid #a2b6cf;
		}
		div.boite_paragraphe_dentiste p {
			background-color: white;
		}
		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: #ac0b0b;
			text-decoration: underline;
		}
		div.boite_paragraphe_dentiste a.email:hover {
			text-decoration: none;
		}
	
	/********************************************/
	
	div#boite_categories p {
		margin: 10px 30px 30px 35px;
		padding-left: 15px;
		line-height: 14px;
		border-left: 1px solid #f2c3c3;
	}
	
	div#boite_categories p a.lien_fiche {
		color: #40505c;
		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: #40505c;
		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: 18px;
		color: #40505c;
	}
	
	div.boite_fiche span.style_ss_titre {
		color: #d30d0d;
		font-size: 12px;
		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: 10px;
		margin-bottom: 4px;
		border: 1px solid #a2b6cf;
	}
	div.boite_fiche img.image_fiche_droite {
		position: relative;
		float: right;
		margin-left: 10px;
		margin-bottom: 4px;
		border: 1px solid #a2b6cf;
	}
	
	div.boite_fiche div.texte ul {
		float: left;
		margin: 5px 20px 0px 40px;
	}
	
	div.boite_fiche a.infosoins {
		clear: both;
		display: block;
		float: right;
		width: 94px;
		height: 19px;
		background-image: url(../images/infosoins.fr-bis.png);
		background-repeat: no-repeat;
	}
	/********************************************/
	
	div.paragraphe_honoraires,
	div.paragraphe_urgence,
	p.paragraphe_recherche,
	p.paragraphe_mentions_legales {
		position: relative;
		margin: 20px 30px 0px 50px;
		text-align: justify;
		line-height: 18px;
		color: #40505c;
	}
	
	div.paragraphe_honoraires a,
	div.paragraphe_urgence a,
	p.paragraphe_mentions_legales a {
		color: #ac0b0b;
		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 #a2b6cf;
	}
	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 {
		position: relative;
		color: #d30d0d;
		font-size: 12px;
		font-weight: bold;
	}
	
	div.paragraphe_honoraires span.style_gras,
	div.paragraphe_urgence span.style_gras {
		position: relative;font-weight: bold;
	}
	
	div.paragraphe_honoraires span.style_italique,
	div.paragraphe_urgence span.style_italique {
		position: relative;font-style: italic;
	}
	
	div.paragraphe_honoraires ul.style_liste,
	div.paragraphe_urgence ul.style_liste  {
		margin: 5px 10px 5px 60px;
	}
	
	
	
	/********************************************/
	
	p.paragraphe_recherche a {
		color: #808b98;
		text-decoration: none;
	}
	p.paragraphe_recherche a:hover {
		text-decoration: underline;
	}
	
	/********************************************/
	
	div#boite_plan {
		margin: 20px 0px 0px 63px;
	}
		
		div#carte {
			position: relative;
			margin: 20px auto;
			width: 450px;
			height: 450px;
			border: 1px solid #ddd;
		}
		div#carte_init {
			position: absolute;
			visibility: hidden;
		}
	
	/********************************************/
	
	form#form_contact {
		position: relative;
		margin: 30px 0px 0px 50px;
		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 #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 30px auto;
	padding-top: 20px;
	width: 906px;
	height: 22px;
	background-color: #fff;
	font-size: 11px;
	color: #000;
	text-align: right;
}

	div#footer a  {
		font-size: 11px;
		color: #000;
		text-decoration: none;
	}
	div#footer a:hover {
		text-decoration: underline;
	}