/* General ==================================================================*/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #C0C0C0;
	font-family: Arial, Helvetica;
	color: #333;
	font-size: 11px;
	padding-top: 20px;
}

img {
	border: none;
}

*+html img {
	margin-bottom: -3px;
}

* html img {
	margin-bottom: -3px;
}

p {
	margin: 0 0 10px;
	line-height: 14px;
}

.clear {
	clear: both;
}

a:link, a:visited {
	color: #255B8D;
	text-decoration: none;
}

a:hover {
	color: #838485;
	text-decoration: none;
}

a.pdf{
background: url(../images/pdf.gif) no-repeat left top !important;
padding-left: 20px;
height: 15px;
line-height: 15px;
}

a.pdf:hover  {
	color: black !important;
}

ul, ul li {
	list-style: none;
}

ul.bullet {
	list-style: square !important;
	margin: 0 0 15px 15px !important;
}

ul.bullet li {
	list-style: square !important;
	margin-bottom: 3px !important;
}

.texte li {
	margin-bottom: 3px !important;
}

.last {
	margin-right: 0 !important;
}

#page {
width: 750px; 
margin: 0 auto;
text-align: left;
background: white;
border: 1px solid #999;
position: relative;
background: white;
}

h1 {
color: #CE7019;
margin-bottom: -20px;
font-size: 18px;
}

h2 {
color: #CE7019;
margin: 40px 0 5px;
font-size: 15px;
}

#page.equipe h2 {
margin: 40px 0 -20px;
}

h3{
color: #CE7019;
margin: 20px 0 3px;
font-size: 11px;
text-transform: uppercase;
}

#page.cliniques h3{
margin: 15px 0 3px;
}

h4 {
color: #838485;
margin-bottom: 3px;
font-size: 12px;
}

/* Entete  =================================================================*/

#entete {
	padding: 15px 25px 8px;
}

ul#menu1 {
height: 26px;
clear: both;
}

ul#menu1 li {
	float: left;
	text-transform: uppercase;
	width: 228px;
	font-weight: bold;
	margin-right: 8px;
}

ul#menu1 li a:link, ul#menu1 li a:visited{
text-align: center;
display: block;
background: url(/images/bg/bouton_off.jpg) no-repeat left top;
color: white;
height: 26px;
line-height: 18px;
text-decoration: none;
}

ul#menu1 li a:hover {
color: black;
background: url(/images/bg/bouton_on.jpg) no-repeat left top;
}

ul#menu1 li a.sel {
background: url(/images/bg/bouton_on.jpg) no-repeat left top !important;
}

ul#menu2 {
	position: absolute;
	z-index: 100;
	top: 90px;
	right: 15px;
}

ul#menu2 li {
	float: left;
	padding-right: 15px;
	text-transform: uppercase;
}

ul#menu2 li a:link, ul#menu2 li a:visited {
	color: #838485;
	text-decoration: none;
}

ul#menu2 li a:hover, ul#menu2 li a.sel {
	color: #CE7019;
}

#diapo {
	display: none;
}

#page.home #diapo {
	background: #E7E8E9;
	display: block;
	margin: 0 -25px;
	padding: 12px 25px;
}

#page.home #diapo img {
	float: left;
	margin-left: 15px;
}

#page.home #diapo img.bien {
	float: left;
	border: 1px solid white;
	margin-left: 13px;
}



/* Corps  =================================================================*/
#corps {
padding: 0 20px 5px 70px;
}


#page.home #corps {
padding-left: 50px;
}


#corps dl.colonnes dd {
float: left;
width: 200px;
margin: 0 30px 15px 0;
}


#temoignages {
	width: 467px;
	background: url(/images/bg/temoignages.jpg) no-repeat bottom right;
	clear: left;
	float: right;
}

#temoignages em {
	margin: 5px 10px 15px;
	display: block;
}

#temoignages em small {
	font-style: normal;
}

#temoignages h4 {
	margin: 8px 10px 5px;
	display: block;
	color: #CE7019;
}

div.texte {
	float: right;
	width: 437px;
	padding-bottom: 20px;
	margin-right: 30px;
}

* html div.texte {
		width: 407px;
}

img.illus  {
margin: -15px 0 0 -190px;
position: absolute;
z-index: 100;
}

#page.equipe img.illus  {
margin: -13px 0 0 -117px;
}

a.haut:link, a.haut:visited {
float: right;
text-decoration: none !important;
color: #CE7019 !important;
font-size: 11px;
}

a.haut:hover {
color: #838485 !important;
}
/* Pied  =================================================================*/

#footer  {
	border-bottom: 10px solid #B3B3B3;
	clear: both;
	color: #B3B3B3;
	font-size: 11px;
	padding: 5px 50px;
}

#footer a {
	color: #B3B3B3 !important;
}

/* ================== Slide services ========================================== */

.dhtmlgoodies_question{	/* Styling question */
	overflow:hidden;
	cursor:pointer;
	color: #CE7019;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
}

.dhtmlgoodies_question a {
font-size: 10px;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */

	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	margin-bottom: 10px;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	position:relative;
}
