body 
{
	margin: 0;
	background-color: #FFF;
	text-align: center; /* BUG: ie win text-align block elements */
	font-size: 100%;
}

img
{
	margin: 0; /* BUG: IE mac seems to need this */
	border: 0;
}

div, p, a, a:link, a:visited, td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #888;
	text-decoration: none;
}

.trans
{
	background: url(/images/trans80_100.png) repeat;
}

.clearfix:after
{
    content: "."; 	/* mozilla needs content "." */
    display: block; 
    line-height: 0; /* opera needs this with content "." */
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#relais
{
	margin-top: 15px;
	width: 43px; 
	height: 60px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

#container
{
	font-size: 0.67em;
	line-height: 1.9em;
	width: 800px;
	height: 410px;
	margin: 30px auto;
}

/* borders */
#top
{
	width: 100%;
	height: 10px; /* BUG: ie mac only */
	background: url(/images/border/top.gif) repeat-x;
}

#left
{
	float: left;
	width: 100px;
	height: 100%;
	background: url(/images/border/left.gif) repeat-y;
	margin: 0 15px 0 0;
	text-align: right; /* img placement */
}

/* logo */
#logo
{
	margin: 20px 0 28px 0;
}

#logorc
{
	float: left;
	width: 100px;
	height: 100%;
	background: url(/images/border/left.gif) repeat-y;
	margin: 0 15px 0 0;
	text-align: right; /* img placement */
}

#left a, #left a:link, #left a:visited
{
	display: block;
	margin-left: 3px;
	border-bottom: 1px solid #ccc;
}

#left a.on, 
#left a:active, #left a:hover
{
	color: #000;
}

#language {
margin-top:25px;
}

#language a, #language a:link, #language a:visited
{
display:inline;
border:0px;
}

#right
{
	float: right;
	width: 7px;
	height: 100%;
	background: url(/images/border/right.gif) repeat-y;
}

#subnav
{
	position: absolute;
	width: 100%;
	top: 0;
}

#subnav a, #subnav a:link, #subnav a:visited
{
	position: relative;
	float: left;
	border-left: 1px solid #999;
	padding: 0 8px;
	font-size: 1em;
	line-height: 1em;
}

#subnav a.on, 
#subnav a:active, #subnav a:hover
{
	color: #000;
}

#content
{
	position: relative;
	float: right;
	width: 672px;
 	text-align: left;
}

#content #bg
{
	position: absolute;
	top: 20px;
	width: 672px;
	height: 306px;
}

#content #txt
{
	position: absolute;
	overflow: hidden;
	width: 430px;
	height: 307px;
	top: 20px;
	left: 242px;
	z-index: 9; 
}

#txt div
{
	font-size: 0.97em;
	line-height: 1.2em;
	margin: 10px 10px 10px 20px;
}

#txt div table
{
	width: 100%;
	border-collapse: collapse;
	font-size: 0.97em;
}

#txt div table tr
{
	vertical-align: bottom;
}

#txt div table td.prix 
{ 
	width: 10%;
	text-align: right;
}

#txt div table td
{
	color: #333;
	padding-bottom: 3px;
}

#txt div p
{
	position: relative;
	color: #333;
	margin: 0 0 8px;
	padding: 0 16px 0 0;
}

#txt div p.title
{
	font-weight: bold;
}

#txt div span.prix
{
	position: absolute; 
	right: 0;
}

#txt div.center
{
	position: relative;
	top: 100px;
}

#txt img
{
	position: relative;
	top: 15px;
	left: 60px;
	width: 270px;
	height: 250px;
}

#content #diapo
{
	margin: 326px 0 0;
}

#content #diapo a.diapo
{
	display: block;
	line-height: 0px;
	float: right;
	margin: 20px 0 0 15px;
}

#content #diapo img.diapo
{
	display: block;
	width: 100px;
	height: 46px;
}

#content #diapo img.no
{
	width: 10px;
	height: 15px;
}

#bottom
{
	clear: both;
	width: 100%;
	height: 11px; /* BUG: ie mac only */
	background-image: url(/images/border/bottom.gif);
	background-repeat: repeat-x;
}


