body
{
color:#911D0D;
padding:0px;
margin:0px;
background-color:#C8C18E;
text-align:justify;
font-size:12px;
font-family: Verdana, Arial, Helvetica, sans-serif;

}
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;


}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0px auto;


}

#header{
clear: both;
width: 775px;
background: #ECEAD9;
background-image: url('images/top.jpg');
background-repeat: no-repeat;
background-position: center top;
text-align: right;
height:243px;
padding: 0px 0px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
list-style-type: none;
}
#menufond{
float: left; 
width: 775px;
background: #ECEAD9;
background-image: url('images/bandemenu.jpg');
background-repeat: no-repeat;
background-position: center top;
color: #D0AE55;
text-align: left;
position: absolute;
height:97px;
padding: 0px 0px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
	list-style-type: none;
}
#footer{
	width: 775px;
	position: absolute;
	background: #ECEAD9;
	background-image: url('images/boule.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height:140px;
	padding: 0px 0px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	left: 0px;
}

#content{
	width: 775px;
	top: 0px;
	text-align: center;
	margin: 0px auto;

}
#contentwrapper{
	clear: left;
	width: 775px;
	background: #ECEAD9;
	top: 0px;

}

#contentcolumn{
	float: left; 
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
	border: 0px none;
	position: relative;
	background: #ECEAD9;
	top: 0px;
	width: 310px;
	left: 0px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	
}
#rightcolumn{
	position: absolute;
	top: 0px;
	margin-right: 0px;
	width: 360px;
	background: #ECEAD9;

}

#leftcolumn{
float: left;
top: 0px;
left: 0px;
margin-left:0px;
margin-top: 0px;

width: 360px; /*Width of left column in percentage*/


}
.innertube{
margin-left: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0px;
}


	/* the menu */
/* ------------------------------------------------------------------------------------
Tha Drop-down Menu
------------------------------------------------------------------------------------ */

/* Elements de premier niveau
--------------------------------------*/
#menuDeroulant
{
	width: 95px;
	height: 20px;
	list-style-type: none;
	margin:1px;
	padding: 0px;
	border: 0px none;
	position: absolute;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	list-style-type: none;
}
#menuDeroulant .Menu
{

	list-style-type: none;

}
#menuDeroulant .Menu li
{

	list-style-type: none;

}
#menuDeroulant ul
{

	list-style-type: none;	
	
}
#menuDeroulant li
{
	float: left;
	width: 95px;
	margin: 0px;
	border: 0px none;
	padding-left:5px;
	line-height:10px;
	list-style-type: none;	
	
}
#menuDeroulant li a:link, #menuDeroulant li a:visited
{
	display: block;
	height: 1%;
	color: #002855;
	margin: 0px;
	padding: 3px 1px;
	border: 0px solid #002855;
	text-decoration: none;
	background-image: url(images/menua.gif); 
	background-position: left top;
	list-style-type: none;
	
}
#menuDeroulant li a:hover { background-image: url(images/menub.gif); list-style-type: none; color: #E52525;}
#menuDeroulant li a:active { background-image: url(images/menub.gif); list-style-type: none; color: #002855; }

#menuDeroulant .sousMenu
{
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	background-color: #ECEAD9;
}
#menuDeroulant .sousMenu li
{
	border-left:0px none; border-bottom:0px none; float: none;
	margin: 0px;
	padding: 0px;
	width: 200px;
	border-top: 0px inset;
	border-right: 0px outset; 
	text-align:left;
	background-color: #ECEAD9;
		list-style-type: none;
	
}
#menuDeroulant .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited
{
	display: block;
	color: #002855;
	padding: 0px 12px;
	border: 1px solid;
	text-decoration: none;
	line-height:18px;
	height: 18px;
	background-color: #ECEAD9;
	background-image: url(images/menuc.gif); 
}
#menuDeroulant .sousMenu li a:hover
{
	background-image: url('images/menud.gif'); 
	color: #E52525;
	background-color: #ECEAD9;
}

#menuDeroulant li:hover > .sousMenu { display: block; }

p
{
margin:10px;
padding:0px;
}

a:link
{
color:#660000;
text-decoration: none;
font-size: 10px ;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif
}

a:hover{
text-decoration: underline;
color:#003366;
font-size: 10px ;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif
}
a:visited
{
color:#660000;
text-decoration: none;
font-size: 10px ;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif
}


.mail{ 	
	color: #911D0D;
	text-decoration:none;
	font-weight: normal;
	font-size : 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


A.liste:link		{ 	
color: #911D0D;
text-decoration:none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
}
A.liste:visited		{ 	
color: #911D0D;
text-decoration:none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 10px; 
}
A.liste:hover		{	
color: #F9E3A0;
text-decoration:underline;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
} 

.tel {
	color: #D0AE55;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}
.title {
	font: normal bold 14px georgia;
	color: #911D0D;
}

.prix {
	color: #660000;
	font-weight:bold;
	font-family:Georgia;
	font-size: 20px;
}
A.titleliens:link {
	color: #911D0D;
	font-weight:bold;
	font-family:Georgia;
	font-size: 14px;
}
A.titleliens:visited{
	color: #911D0D;
	font-weight:bold;
	font-family:Georgia;
	font-size: 14px;
}
A.titleliens:hover		{	
	color: #AA2D0D;
	text-decoration:underline;
	font-weight:bold;
	font-family:Georgia;
	font-size: 14px;
}

.h1 {
	color: #660000;
	font-weight:bold;
	font-size:14px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:none;
}
.lettrine {
	font: normal bold 16px georgia;
	color: #332D17;
}
A.bas:link		{ 	
	color: #911D0D;
	text-decoration:none;
	font-size : 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
A.bas:visited	{ 	
	color: #911D0D;
	text-decoration:none;
	font-size : 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A.bas:hover		{	
color: #AA2D0D;
text-decoration:underline;
font-size : 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
} 

.bastexte
{
	color: #000000;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.texte
{
	color: #911D0D;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
A.textelien:link
{
	color: #911D0D;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 12px;

}
A.textelien:visited
{
	color: #911D0D;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 12px;

}
A.textelien:hover
{
	color: #D75111;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size: 12px;

}
.adressephysio {
	color: #911D0D;
	font-weight:bold;
	font-family:Georgia;
	font-size: 18px;
}
.adresse {
	color: #000000;
	font-weight:bold;
	font-family:Georgia;
	font-size: 12px;
}
A.adresse:link {
	color: #911D0D;
	font-weight:bold;
	font-family:Georgia;
	font-size: 12px;
}
A.adresse:visited{
	color: #911D0D;
	font-weight:bold;
	font-family:Georgia;
	font-size: 12px;
}
A.adresse:hover		{	
	color: #D75111;
	text-decoration:underline;
	font-weight:bold;
	font-family:Georgia;
	font-size: 12px;
}
A.adresseliens:link {
	color: #911D0D;
	font-weight:bold;
	font-family:Georgia;
	font-size: 18px;
}
A.adresseliens:visited{
	color: #911D0D;
	font-weight:bold;
	font-family:Georgia;
	font-size: 18px;
}
A.adresseliens:hover		{	
	color: #D75111;
	text-decoration:underline;
	font-weight:bold;
	font-family:Georgia;
	font-size: 18px;
}

