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

body {
	background-image: url(../images/motif_fong.png);
	background-attachment: fixed;
}

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#page {
	position: relative;
	margin: 17px auto 0px auto;
	padding-top: 22px;
	width: 960px;
	min-height: 400px;
	background-color: #fff;
}
	
	
	div#page_gauche {
		position: relative;
		float: left;
		padding-bottom: 20px;
		width: 290px;
	}
		div#header {
			position: relative;
			margin: auto;
			width: 240px;
		}
			span#titre_cabinet {
				display: block;
				position: relative;
				margin-bottom: 6px;
				width: 240px;
				height: 44px;
				background-image: url(../photos/titre_site.png);
				background-repeat: no-repeat;
				background-position: left bottom;
			}
			span#bienvenue {
				font-size: 34px;
				text-transform: uppercase;
			}
			
		div#boite_cabinet {
			position: relative;
			margin: 30px auto 0px auto;
			width: 240px;
			font-size: 11px;
		}
			div#boite_cabinet span.titre {
				display: none;
			}
			
			div#boite_cabinet p.texte {
				display: block;
				margin-bottom: 15px;
				font-size: 11px;
				color: #000;
			}
			
		div#boite_recherche {
			position: relative;
			margin: 30px auto 0px auto;
			width: 240px;
			height: 73px;
			background-image: url(../images/fond_recherche.png);
			background-repeat: repeat-x;
		}
			div#boite_recherche p.l1 {
				position: relative;
				padding-top: 8px;
				font-size: 16px;
				color: #fff;
				text-align: center;
				text-transform: uppercase;
				font-weight: bold;
			}
			div#boite_recherche p.l2 {
				font-size: 12px;
				color: #fff;
				text-align: center;
				text-transform: uppercase;
				font-weight: bold;
			}
			
			div#boite_recherche form {
				margin: 8px auto;
				width: 190px;
			}
			
			div#boite_recherche input.champ {
				width: 160px;
				height: 14px;
				background-color: #fff;
				border-width: 0px;
			}
			div#boite_recherche input.bouton {
				width: 20px;
				height: 20px;
				background-image: url(../images/ok.png);
				border-width: 0px;
				color: #fff;
				cursor: pointer;
				font-size: 8px;
			}
			div#boite_recherche input.bouton_sans_label {
				display: none
			}
			
			
		#boite_bienvenue { /* div ou marquee */
			position: relative;
			width: 670px;
			color: #00a6eb;
			font-size: 13px;
			height: 40px;
			overflow: hidden;
		}
			/*div#boite_bienvenue span.titre {
				position: relative;
				float: left;
				font-size: 14px;
			}
			div#boite_bienvenue p.texte {
				font-size: 14px;width: 100%
			}*/
		
		
		div#menu_bas {
			position: relative;
			margin: 50px auto 0px auto;
			width: 240px;
		}
			div#menu_bas li {
				display: block;
				margin: 0px 14px 0px 0px;
				width: 240px;
				height: 23px;
				border-bottom: 1px solid #85a6cf;
			}
			
			div#menu_bas li a {
				display: block;
				width: 240px;
				height: 23px;
				line-height: 23px;
				text-decoration: none;
				color: #00459a;
				text-transform: uppercase;
				text-indent: 10px;
			}
		
		.class_image_video{
			position:relative;
			display:block;
			margin:auto;
			margin-top:23px;
			width:236px;
			height:27px;
			padding:0px;
			background-image:url('../images/bouton_video.jpg');
		}
		
		/*****************************************************/
		
		div#diaporamaID {
			position: relative;
			margin: 30px auto 0px auto;
			background-color: #fff;
			border: 1px solid #eeeeee;
		}
		
		/*****************************************************/
		
	div#page_droite {
		position: relative;
		float: right;
		width: 670px;
	}
	
		div#menu_haut {
			position: relative;
			margin-bottom: 45px;
			width: 670px;
			height: 223px;
		}
			div#menu_haut li {
				display: block;
				float: left;
				margin: 0px 14px 0px 0px;
				_margin: 0px 11px 0px 0px;
				width: 153px;
				height: 223px;
			}
			
			div#menu_haut li a {
				display: block;
				width: 153px;
				height: 223px;
			}
			
			div#menu_haut li#m1 a {background-image: url(../images/menu_accueil.jpg);}
			div#menu_haut li#m2 a {background-image: url(../images/menu_cabinet.jpg);}
			div#menu_haut li#m3 a {background-image: url(../images/menu_honoraires.jpg);}
			div#menu_haut li#m4 a {background-image: url(../images/menu_conseils.jpg);}
		
		
		div#accueil_actualites {
			position: relative;
			float: left;
			width: 490px;
			min-height: 417px;
			background-color: #eee;
		}
			div.boite_article_1 {
				position: relative;
				margin: 15px auto 30px auto;
				width: 450px;
				color: #000;
			}
			
			div.boite_article_1 span.titre {
				display: block;
				margin-bottom: 15px;
				font-size: 14px;
				font-weight: bold;
				text-transform: uppercase;
				color: #00459a;
			}
			
			div.boite_article_1 div.texte {
				text-align: justify;
				line-height: 18px;
			}
			
			div.boite_article_1 span.style_ss_titre {
				color: #00a6eb;
				font-size: 12px;
				line-height: 18px;
				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.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;
			}
			div.boite_fiche  img.image_fiche_centre {
				display: block;
				position: relative;
				margin: auto;
				border: 1px solid #a2b6cf;
			}
			div.boite_article_1  ul {
				padding: 10px 20px 10px 50px;
				line-height: 18px;
			}
			
			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;
			}
			
		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;
		padding-left: 20px;
		width: 634px;
		height: 22px;
		line-height: 22px;
		border-bottom: 1px solid #808b98;
		background-image: url(../images/puce_titre.png);
		background-position: 0px 5px;
		background-repeat: no-repeat;
		font-family: Arial, sans-serif;
		font-size: 16px;
		color: #808b98;
		font-weight: bold;
	}
		div.titre_paragraphe_centre a {
			font-size: 14px;
			color: #808b98;
			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-bottom: 20px;
		border-bottom: 1px solid #dce2e9;
	}
	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 #a2b6cf;
		}
		div.boite_paragraphe_cabinet span.titre {
			display: block;
			margin-bottom: 15px;
			font-size: 12px;
			font-weight: bold;
		}
		
		div.boite_paragraphe_cabinet a {
			color: #e03a67;
			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;
		padding-bottom: 20px;
		border-bottom: 1px solid #dce2e9;
	}
		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: #e03a67;
			text-decoration: underline;
		}
		div.boite_paragraphe_dentiste a.email:hover {
			text-decoration: none;
		}
	
	/********************************************/
	
	div#boite_categories p {
		margin: 10px 30px 30px 35px;
		line-height: 14px;
	}
	
	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: #00a6eb;
		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: #e03a67;
		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: #00a6eb;
		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;
	}
	
	/********************************************/
	
	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: 0px auto 30px auto;
	padding-top: 20px;
	width: 960px;
	height: 22px;
	background-color: #fff;
	text-indent: 15px;
	font-size: 11px;
	color: #5c5b60;
}

	div#footer a  {
		font-size: 11px;
		color: #5c5b60;
		text-decoration: none;
	}
	div#footer a:hover {
		text-decoration: underline;
	}
	
	
		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;
		}