<style type="text/css">
/* toutes les pages */
html {
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
overflow-x: auto;
}

/* Page entete */

#tete-fond{
background-image: url(images/fond-entete.jpg); 
background-repeat: no-repeat;
background-size:cover;
}

#tete-titre{
font-family: Elephant;
color: #866f4a;
font-size: 18px;
text-align:center;

}

/* Page pied */

#pied-fond{
/*background-image: url(images/fond-pied.jpg); 
background-repeat: no-repeat;
background-size:cover;*/
text-align:justify;
	margin: 5px 5px 5px 10px;
	font-family: Calibri;
	font-size: 12px;
	color: #000;
}

td.pied_image {
background-image: url(images/fond-pied.jpg); 
background-repeat: no-repeat;
background-size:cover;
}

/* Page centrale      */
td.corps_titre {
	text-align:left;
	font-size: 16pt;
	font-weight:bold;
	color:#866f4a;
	height:40px;
}

td.corps_texte {

	text-align:justify;
	font-size:12pt;
	color:#000000;
}

td.corps_photo {
	width:180px;
	height:180px;
	text-align:right;
}

/*#logo{

}

#logo-partenaire{

}*/

  .doctolib-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    color: #866f4a;
    font-family: Elephant;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857;
    text-align: center;
    vertical-align: middle;
    /*text-transform: uppercase; */
    min-height: 0px;
    width: 230px;
    background-image: none;
    background-color: #e3dcce;
    cursor: pointer;
    text-decoration: none;
    border: 2px solid transparent;
    border-width: medium medium 5px;
    border-style: none none solid;
    border-image: none;
    border-radius: 5px;
    border-bottom-color: #866f4a;
    -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: #cecece;
    color: #866f4a;  */
    background-color: #866f4a;
    color: #ffffff;
    text-decoration: none;
  }

#corp-titre{
	width:100%;
	font-family: Elephant;
	color: #866f4a;
	font-size: 14px;
	margin: 5px 0px 5px 10px;
	
}

#corp-texte{
	text-align:justify;
	margin: 5px 5px 5px 10px;
	font-family: Calibri;
	font-size: 12px;
	color: #000;	
}

</style>