/******************* COMPORTEMENT GENERAL */
body{
	margin:0;
	padding:0;
}
form{margin:0;}
img{border:0;}

/******************* Conteneurs */
#conteneur{
	text-align:left;
}
/******************* Contenus */
#therapeute,#consultation{
	border-top:1px solid #F26D7D;
	font-size:8pt;
	font-family:verdana;
	color:#000;
}
#therapeute a.close,#consultation a.close{
	display:none;
}
#photo{
	display:none;
}
#texte{
	font-size:8pt;
	font-family:verdana;
	color:#000;
}
#texte h1{
	color:#58BBC1;
	font:italic 20pt Georgia;
	padding:12px 0 5px;
	border-bottom:1px dashed #818181;
}

#texte h2{
	color:#58BBC1;
	font:bold italic 120% Georgia;
}

#texte h3{
	font-size:100%;
	margin:25px 0 0;
	padding:0;
	font-weight:bold;	
}
#texte ul{
	margin:0 0 0 16px;
	padding:0;
}
#texte li{
	text-align:justify;
	list-style-type:disc;
}
#texte li ul{
	margin-left:20px;
}
#texte p{
	text-align:justify;
	margin:0;
}
#texte p.date{
	text-align:justify;
	margin:0;
	color:#aaa;
	font-style : italic;
}
#texte .center{text-align:center;}
#texte .left{text-align:left;}
#texte .right{text-align:right;}
#texte .floatleft{float:left;}
#texte .floatright{float:right;}
#texte a{text-decoration:none;}
#texte a:hover{text-decoration:underline;}



/******************* Menu */
#menu{
	display:none;
}
/******************* Visuel Flash */
#visuel{
	display:none;
}

/******************* Menu admin */
#admin{
display:none;
}
/******************* Newsletter */
#newsletter{
	display:none;
}
/******************* Pied de page */
#pied{
	margin-top:10px;
	font-size:8pt;
	border-top:1px solid #F26D7D;
	color:#aaa;
	text-align:center;
}
#pied a{
	color:#aaa;
	text-decoration:none;
}


