body {
	margin: 0px;
	padding:0px;
	background-color:#4c4c4c;
	background-image : url('../../images/background.png');
}

a:link { color: #3e98f3; text-decoration: none; }
a:active { color: #3e98f3; text-decoration: none; }
a:hover { color: #6cb6ff; text-decoration: none; }


h1 {
	font-family: 'Oxygen', 'Tahoma', 'Verdana', 'Arial', 'Lucida Grande', 'Helvetica', Sans-Serif;
	font-size: 22px;
	color:#a0ca44;
}

h2 {
	font-family: 'Oxygen', 'Tahoma', 'Verdana', 'Arial', 'Lucida Grande', 'Helvetica', Sans-Serif;
	font-size: 18px;
	color:#683a1b;
}

h3 {
	font-family: 'Oxygen', 'Tahoma', 'Verdana', 'Arial', 'Lucida Grande', 'Helvetica', Sans-Serif;
	font-size: 14px;
	color:#683a1b;
}

h4 {
	font-size:13px;
	color:#683a1b;
}

.TypoM {
	font-family: 'Tangerine', serif;
}

object { outline:none; }

td, p, div, input, textarea, form {
	font-family: Tahoma, Verdana, Arial, 'Lucida Grande', Helvetica, Sans-Serif;
	font-size:12px;
	color:#666;
	text-decoration:none;
	line-height:18px;
}

p, div, input, textarea, form {
	padding:0px;
	margin:0px;
}

h1, h2, h3, h4, h5 {
	margin:0px;
	padding:0px;
}

div.pointilles {
	background-image : url('../../images/sep.png');
	background-repeat: repeat-x;
	background-position: center;
	height:15px;
	clear:both;
}

img {
	border-width:0px;
}


ul {
	margin:0px;
}

img.icones {
	vertical-align:middle;
	margin-right:3px;
	padding-bottom:2px;
}

div.Sep {
	background-color:#dedede;
	height:1px;
	margin:8px 0px;
}

.tGris { color:#666; }
.tCenter { text-align:center; }
.tRouge { color:#ff3300; }
.tVert { color:#909824; }
.tOrange { color: #e28a00; font-size:11px; }

div.tabu
{
	border:0px;
	background:transparent;
}

div.tabu ul.jqueryTabs
{
	border:0px;
	background:transparent;
}

div.tabu div.myTabs
{
	background:#ffffff;
	border:1px solid #fbd850;
}

/* MULTIPAGE ------------------------------------------*/
.multipage { text-align:center; }
.multipage span { display:block; float:left; padding:2px 5px 3px; }
.multipage a { display:block; float:left; margin: 0px 1px; padding:2px 5px 3px; color:#c6baa5; font-weight:bold; font-size:10px; border:1px solid #c6baa5; cursor:pointer; }
.multipage a:hover { border:1px solid #993300; background-color:#e9b65c; color:#FFFFFF; }
.multipage a.mPageHover {
	border:1px solid #993300; background-color:#e9b65c; color:#FFFFFF;
}


  .doctolib-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    margin : 0 auto;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    width: 230px;
    background-image: none;
    background-color: rgb(52, 152, 219);
    color: white !important;
    text-transform: uppercase;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    font-family: Arial;
    border: 1px solid transparent;
    border-width: medium medium 2px;
    border-style: none none solid;
    border-image: none;
    border-radius: 5px;
    border-bottom-color: rgb(35, 131, 196);
    -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: rgb(7, 122, 199);
    color: white;
    text-decoration:none;
  }


