/* html */

	html 
	{
		height: 100%; /* Il faut mettre height:100% au html et au body pour que le contenu (qui sera également en height:100%) tienne sur toute la page */
		font-size: 100%; /* pour éviter un bug de redimensionnement du contenu dans Internet Explorer */
	}


/* body */

	body
	{
		height: 100%; /* Il faut mettre height:100% au html et au body pour que le contenu (qui sera également en height:100%) tienne sur toute la page */
		margin: 0;
		padding: 0;
		padding-top: 20px;
		padding-bottom: 20px;
		
		font-family: Arial, Helvetica, "Nimbus Sans L", Verdana, "Trebuchet MS", sans-serif;
		font-size: 75%;
		text-align: center;
		background: url(images/fond.gif) repeat-x bottom right fixed;
	}


/* conteneur */


	#conteneur
	{
		width: 980px;
		min-height: 100%;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		
		border: 1px solid #3597af;
		background: url(images/fond2.gif) repeat-y;
		
	}


/* en_tete */

	#en_tete
	{
		padding:0;
		width: 980px;
		height: 250px;
		left: 0px;
		top: 0px;
		
		background: #009ab1 url(images/logo.gif) no-repeat 10px 10px;
		border-bottom: #009ab1 solid 1px;
	}

		#en_tete h1
		{
			margin: 0;
			text-align: left;
		}

			#en_tete h1 a
			{
				display: block;
				width: 260px;
				height: 70px;
				text-indent: -5000px ;
			}


/* menu */

	#menu
	{
		float: left;
		width: 180px;
		padding-top: 5px;
		
		text-align: right;
	}

		.separateur
		{
			margin-left: 10px;
			margin-top: 15px;
			
			text-decoration: none;
			color: #009ab1;
			border-bottom: 3px solid white;
			font-family:  Vernada, Arial, Helvetica, sans-serif;
			font-size: 105%;
			font-style: italic;
			font-weight: bold;
			text-align: left;
		}

			#menu a:hover /* Quand on pointe sur un lien du menu */
			{
				background-color: #009ab1;
				color: #ffffff;
			}

		#menu ul /* Toutes les listes à puces se trouvant dans un menu */
		{
			margin: 0;
			padding:0;

			list-style: none;
		}

			#menu li
			{
				margin-right: 10px;
				margin-top: 10px;
				margin-bottom: 10px;
			}

			#menu li a /* Tous les liens se trouvant dans un menu */
			{
				display: block;
				
				text-decoration: none;
				color: black;
				font-family:  Verdana, Arial, Helvetica, sans-serif;
				font-size: 102%;
				font-weight: bold;
			}

/* photos */

	#photos
	{
		float: right;
		width: 180px;
		margin-right: 5px;
	}

		#photos .cadre
		{
			width: 168px;
			height: 128px;
			margin-top: 20px;
			margin-bottom: 20px;
			
			border: 1px solid #3597af;
		}


/* contenu */	

	#contenu
	{
		position: relative;
		min-height: 430px;
		overflow: hidden;
		padding-left: 22px;
		padding-right: 22px;
		padding-top: 10px;
		padding-bottom: 70px;
		
		color: #040e47;
		text-align: justify;
		font-stretch: normal;
	}
		
		/* titre_contenu */
		#titre_contenu
		{
			color: #00849c;
			font-family: Helvetica, Arial, Verdana, sans-serif;
			text-transform: uppercase;
			font-size: 220%;
			text-align: left;
		}
		
		/* sous_menu */
		#sous_menu
		{
			float: right;
			margin-top: 20px;
			margin-right: 30px;
			margin-bottom: 20px;
			padding-right: 40px;
			
			background-color: #e2f2f7;
			border: #00849c 1px dotted;
		}
		
			#sous_menu ul
			{
				list-style-type: none;
			}
		
		/* texte */
		#texte
		{
		   clear: both;
		}

		#espace
		{
			margin-bottom: 100px;
		}
		
		#contenu h1
		{
			margin-top: 10px;
			color: #9ad2e3;
			font-family: Helvetica, Arial, Verdana, sans-serif;
			font-weight: bold;
			font-size: 180%;
			text-align: right;
		}
		
		#contenu h2
		{
			margin-top: 25px;
			color: #00849c;
			font-family: Helvetica, Arial, Verdana, sans-serif;
			font-weight: bold;
			font-size: 140%;
			text-align: left;
		}		
		
		#contenu h3
		{
			color: #39677c;
			font-size: 110%;
			text-align: left;
			font-style : italic;
			font-family: Helvetica, Arial, vernada, sans-serif;
			margin-bottom: 5px;
		}

		table
		{
			margin: auto;
			width: 500px;
			border-collapse: collapse;
		}
		
		.table_centre
		{
			text-align: center;
		}
		
			caption
			{
				color: #00849c;
				font-size: 100%;
				margin-bottom: 8px;
			}
			
			.table_mise_en_forme td
			{
				padding: 8px;
			}
			
			td
			{
				vertical-align: top;
				padding-top: 2px;
				padding-bottom: 2px;
			}
			
			.tr_couleur
			{
				background-color: #aadaf8;
			}

				.td_colonne
				{
					vertical-align: top;
					text-align: left;
					width: 250px;
					padding : 8px;
				}
			
				.td_couleur
				{
					width: 500px;
					background-color: #aadaf8;
					padding-left: 8px;
					padding-right: 8px;
				}
		
				.td_bordure
				{
					width: 500px;
					text-align: center;
					border: 1px solid black;
					padding: 8px;
				}
			
			.table_praticiens
			{
				margin-bottom: 10px;
			}
			
				.table_praticiens caption
				{
					font-family: Helvetica, Arial, vernada, sans-serif;
					color: #00849c;
					text-align: left;
					font-weight: bold;
					font-size: 118%;
					margin-top: 18px;
				}
				

				.tr_praticiens td
				{
					border-bottom: 1px dotted black;
					vertical-align: top;
					text-align: left;
					width: 250px;
				}
				
				.tr_labo td
				{
					border-top: 1px dotted black;
					vertical-align: top;
					text-align: left;
					width: 250px;
				}
				
				
		#contenu ul
		{
			list-style-type: square;
		}
		
			#contenu li
			{
				margin-bottom: 10px;
			}
		
			#contenu ul ul
			{
				list-style-position: outside;
				margin-top: 8px;
				list-style-type: none;
			}
		
		#contenu a
		{
			text-decoration: none;
			color: #00849c;
			font-family:  Verdana, Arial, Helvetica, sans-serif;
			font-size: 100%;
			font-weight: bold;
			border-bottom: 1px #00849c dotted;
		}

			#contenu a:hover
			{
				color: #000000;
				border-bottom: 1px #000000 dotted;
			}
		
			#contenu a.lien_ext:after 
			{
				content: "\0000a0[\2197]";
			}	

	.img_centree
	{
		display: block;
		margin: auto;
		text-align: center;
	}

	.img_gauche
	{
		display: block;
		float: left;
		padding: 15px;
		padding-bottom: 10px;
		margin: 0;
	}
	
	.img_droite
	{
		display: block;
		float: right;
		padding: 15px;
		padding-bottom: 10px;
		margin: 0;
	}
	

/* pied_de_page */

#pied_de_page
 {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	
	text-align: center;
	background-color: #009ab1;
	color: #ffffff;
 }
