html { height:100%; }

body
{
	/*background-image:url(images/fondpage.png);
	background-repeat:repeat-x;*/
	height:100%;
	background-color:#401700;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	scrollbar-face-color:#FFD675;
	scrollbar-shadow-color:#FFD675;
	scrollbar-highlight-color:#FFD675;
	scrollbar-3dlight-color:#FFD675;
	scrollbar-darkshadow-color:#FFD675;
	scrollbar-track-color:#DDAE52;
	scrollbar-arrow-color:#270900;
}

a { color:#000; text-decoration:none; }
a:link { color:#000; text-decoration:none; }
a:hover { color:#FFF; text-decoration:none; }
a:visited { }

.global
{
	height:100%
}

.tdfrise
{
	width:800px;
	height:50px;
	background-image:url(images/frise.jpg);
	background-repeat:no-repeat;
}

#frise
{
	width:800px;
	height:50px;
	background-image:url(images/frise.jpg);
	background-repeat:no-repeat;
}

.tdleft
{
	width:100px;
	height:675px;
	background-image:url(images/left.jpg);
	background-repeat:no-repeat;
}

.tdright
{
	width:124px;
	height:675px;
	background-image:url(images/right.jpg);
	background-repeat:no-repeat;
}

.tdmenu
{
	width:205px;
	height:625px;
	background-image:url(images/fondmenu.jpg);
	background-repeat:no-repeat;
}

.tddivmenu
{
	height:597px;
}

#menu
{
	width:205px;
	height:597px;
	background-image:url(images/menu.jpg);
	background-repeat:no-repeat;
}

.tdcontenu
{
	width:595px;
	height:372px;
	background-image:url(images/fondcontenu.jpg);
	background-repeat:no-repeat;
}

#contenu
{
	width:575px;
	height:372px;
	overflow:auto;
}
#contenu img{
	margin:10px;
	border:0px;
}

.tdlogo
{
	width:595px;
	height:178px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	vertical-align:bottom;
	color:#E36500;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.pcoord 
{ 
	padding-bottom:10px; 
	padding-left:5px;
}

.footer
{
	width:1024px;
	height:93px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
}

.credit
{
	height:28px;
	font-weight:bold;
}

.titre2
{
	font-weight: bold;
	font-size:14px;
}

.prix
{
	font-weight:bold;
	font-size:13px;
}

.soindetail
{
	font-style:italic;
	color:#666666;
}

.horaires li
{
	list-style-type:none;
	float:left;
	width:250px;
}
p.accueil img {
	margin: 0px;
}
.global .tdcontenu .accueil img {
	margin: 0px;
}


.cligno {
text-decoration:blink;
}