body
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #963;
	background-color: #FFC;
	background-image: url(../images/background.gif);
}


h2
{
	font-size: 12pt;
	font-weight: bold;
}
img { border: 0; }

img.header
{
	position: relative;
	top: 12px;
	z-index: 2;
}

img.gallery
{
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

img.sample {
    float: right; 
    margin: 6px; 
}

p
{
	// display: table-cell;
	// vertical-align: middle;
}

a:link
{	color: #043a66;
	text-decoration: none;
}     /* unvisited link */
a:visited {color: #d7a707;
	text-decoration: none;
}  /* visited link */
a:hover
{
	color: #cccccc;
	text-decoration: underline;
}   /* mouse over link */

a:active {color: #0000FF}   /* selected link */

#container
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid #d7a707;
	border-right: 1px solid #d7a707;
	width: 747px;
	line-height: 140%;
	background-color: #FFC;
}

#top
{
	margin: 0;
	padding: 0;
	height: 135px;
	background-color: #ddd;
}

#leftnav
{
	float: left;
	width: 194px;
	background-image: url(../images/nav-bgr.jpg);
	background-repeat: repeat-y;
}

#topnav
{
	width: 490px;
	margin: 0 0 .1em 0;
	border-bottom: 1px solid #043a66;

}

#topnav img { margin-right: 10px; }

#content
{
	margin-left: 20em;
	padding: 1em;
	max-width: 40em;
}

#galnav
{
	font-weight: bold;
	color: #043a66;
	text-align: right;
	width: 490px;
	padding: 1em;
	float: right;
}


#galnav span
{
margin-right: 10px;
}

#catalogue {
	clear: right;
}

#tool
{
	color: #043a66;
	margin-left: 5px;
	padding: 1em;
}



#footer
{
	background-image: url(../images/bottom.jpg);
	clear: both;
	height: 17px;
	margin: 0;
	padding: 0;
	background-color: #ddd;
}

#copyright
{
	font-size: 9px;
	color: #caad87;
	position: relative;
	text-align: right;
	margin-right: 5px;
	bottom: 20px;
}

#poweredby { text-align: center; }

// nex two for script.aculo.us

#thelist li { background: #ccc; margin:5px; padding: 30px; width:300px; }

div.dropmarker {
     height:6px;
     width:200px;
     background: url(dropmarker.png) left top;
     margin-top:-3px;
     margin-left:-5px;
     z-index:1000;
     overflow: hidden;
}

.info
{
	font-size: 11px;
	line-height: 14px;
	color: #963;
}

a.back
{
	font-weight: bold;
	color: #963;
}
.arrow
{
	padding-right: 4px;
	padding-left: 8px;
}

.address
{
	color: #043A66;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
}
.title
{
	text-align: right;
	white-space: nowrap;
	font-weight: bold;
	vertical-align: top;
}

.red { color: #f00; }
br.break { font-size: 1px; }

/* CSS issu des tutoriels www.alsacreations.com/articles */
dl, dt, dd, ul, li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu
{
	position: relative;
	top: 4px;
	left: 0;
}

dl.menu { width: 194px; }

dl.menu dt
{
	cursor: pointer;
	margin: 0px;
	height: 18px;
	line-height: 18px;
	text-align: right;
	font-weight: bold;
	font-size: 9px;
	border-bottom: 1px solid #043a66;
	background: #ecead2;
}

dl.menu dd
{
	font-weight: bold;
	font-size: 9px;
	border-bottom: 1px solid #043a66;
}


dl.menu li
{
	list-style-type: none;
	text-align: right;
	background: #fff;
}

dl.menu li a, dl.menu dt a
{
	color: #000;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	border-right: 1px solid #043a66;
}

dl.menu li a:hover, dl.menu dt a:hover { background: #eee; }

dl.menu li a.here  {
border: 0;
background: #FFC;
border-top: 1px solid #043a66;
border-bottom: 1px solid #043a66;

}

dl.menu dt a.here  {
border: 0;
background: #FFC;
border-bottom: 1px solid #043a66;

}
