/*--------------------------------- GENERAL -----------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/

*
{
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	background-color: #D9E0F0;
}

h1
{
	color: #006600;
	text-align: center;
}

h2, h4
{
	font-style: italic;
	color: #006600;
	/*padding-bottom: 5px;*/
}

h3
{
	text-transform: capitalize;
	color: blue;

}

p
{
	font-size: larger;
	color: #000080;
}

li
{
	font-size: larger;
	color: blue;
	margin-left: 15px;
}

a
{
	text-decoration: underline; 
}

.pulse
{
	/*text-decoration: blink;*/
}

/*-----------------------------------EN-TETE--------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
div#partie_entete
{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

div#en_tete
{
	height: 148px;
	margin: 1%;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../image/ciel.jpg);
	background-repeat: repeat-x;
	border: 2px solid #C0C0C0;
}

img
{
	float : left;
	margin-bottom: 1%;
}

div#en_tete h1
{
	line-height: 45px;
	padding: 0;
}

div#en_tete h2, h4
{
	text-align: center;
	line-height: 35px;
	padding: 0;
}

/*--------------------------------------------- LA PARTIE CENTRALE -----------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
div#partie_centrale
{
	width: 96%;
	margin: 1%;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------- LE MENU -----------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/

div#menu
{
	float: left;

	width: 22%;

	margin: 1%;
	margin-left: 0;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0;
	padding-bottom: 10px;

	background-image: url("../image/corp_clair.jpg");
	background-repeat: no-repeat;
	background-position: center top;

	border: 2px solid #C0C0C0;

	overflow: auto;
}

div#menu div
{
	margin-top: 90px;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}

/*------------------------------------- LE CORPS -------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/

div#corps
{
	float: right;

	width: 67%;

	margin: 1%;
	margin-right: 0;
	padding:1%;
	padding-bottom: 20px;
	background-image: url("../image/mains.jpg");
	background-position: center top;
	background-repeat: repeat-y;

	border: 2px solid #C0C0C0;

	overflow: auto;
}

div#corps p
{
	margin-bottom: 20px;
}

div#corps h2
{
	text-indent: 3em;
	padding-bottom: 15px;
}

div#corps h3
{
	padding-top: 15px;
}

.Indications
{
	color: #000080;
}

.adresse
{
	text-align: center;
	font-size: x-large;
}

.telephone
 {
	color: #006600;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

/*---------------------------------- LE PIED DE PAGE -----------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
div#partie_pied
{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

div#pied_de_page
{
	clear: both;
	background-image:url(../image/ciel.jpg);

	margin: 0%;
	padding: 2%;
	border: 2px solid #C0C0C0;

	text-align: center;
}

p#copyright
{
	color: #808080;
	text-align: center;
}

div#realisateur
{
	width: 50%;
	height: 70px; 
	margin-top: 2%;
	margin-left: auto;
	margin-right: auto;
}

div#realisateur .legal
{
	color: #A0A0A0;
	padding-left: 50px;
	vertical-align: -9px;
}

.doctolib-button {
	display: inline-block;
	padding: 6px 12px;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.42857;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	min-height: 0px;
	width: 230px;
	background-image: none;
	background-color: #3498db;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid transparent;
	border-width: medium medium 2px;
	border-style: none none solid;
	border-image: none;
	border-radius: 5px;
	border-bottom-color: #2383c4;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-user-select: none;
}

.doctolib-button:hover {
	background-color: #077ac7;
	color: #ffffff;
	text-decoration: none;
}
