body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	color: #383d44;
	background: #f3f1e9;
	}

a:link, a:visited {
	padding-bottom: 1px;
	color: #326ea1;
	text-decoration: none;
	border-bottom: 1px solid #dbd5c5;
	}
a:hover {
	padding-bottom: 0;
	color: #383d44;
	border-bottom: 2px solid #dbd5c5;
	}

/* page structure
---------------------------------------------------------- */

#main-body {
	width: 60em;
	margin: 20px auto;
	padding: 0;
	font-size: 95%;
	line-height: 1.6em;
	position: relative;
}
/* header
---------------------------------------------------------- */

#header {
	padding: 0;
	font-size: 95%;
	border-top: 0px solid #464a52;
	background: #31363e;
	background-repeat: no-repeat;
	background-position: center;
	height: 188px;
}
img#uk, img#fr, img#de, img#nl{
	border: 0px;
	float: right;
	position: absolute;
	top: 0;
}
img#fr{
	left: 0;
}
img#uk{
	left: 20px;
}
img#de{
	left: 40px;
}
img#nl{
	left: 60px;
}
/* logo */

#logo {
	width: 740px;
	height: 154px;
	margin: 0 auto;
	padding: 0px 0 0 0;
	background-image: url(img/header.png);
}
/* navigation */

#nav {
	
	margin: auto;
	position: relative;
	width: 60em;
	padding: 0;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #464a52;
	background: #383d44;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 80%;
	letter-spacing: 2px;
	text-transform: uppercase;
	}
#nav li a {
	float: left;
	padding: 10px 12px;
	text-decoration: none;
	color: #e7e3d9;
	border: none;
	background: url(./img/nav-bg.gif) no-repeat bottom right;
	}
#nav li a:hover {
	color: #fff;
	background: #464a52;
	}
#nav li a.active {
	font-weight: bold;
	color: #fff;
//	background: #292d34 url(../img/1206/nav-on-bg.gif) repeat-x top left;
	}

/* content
---------------------------------------------------------- */

/* basic phrase element styles */

blockquote {
	font-family: Georgia, serif;
	font-size: 100%;
	line-height: 1.5em;
	color: #666b75;
	padding-left: 23px;
//	background: url(../img/1206/quotes-meta.gif) no-repeat 0 3px;
	}
blockquote.praise {
	padding: 0 0 10px 23px;
	border-bottom: 1px solid #eaeaea;
	}
code {
	color: #963;
	font-family: Monaco, monospace;
	font-size: 120%;
	text-align: left;
	}
code strong {
	color: #630;
	}
abbr, acronym, .popup {
	font-style: normal;
	border-bottom: 1px dotted #dbd5c5;
	cursor: help;
	}
a abbr {
	border: none;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
del {
	text-decoration: line-through;
	color: #777;
	}
ins {
	text-decoration: none;
	font-style: italic;
	}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}

/* title box */

#title {
	margin: 0 0 20px 0;
	padding: 0 0 6px 0;
	border-bottom: 2px solid #dbd5c5;
	background-image:url(./img/accueil.gif);
	background-position:right top;
	background-repeat:no-repeat
	}
#title h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 170%;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	color: #383d44;
	border: none;
	}
#title h1 span {
	color: #666b75;
	}
#title h2 {
	margin: 6px 0 0 0;
	padding: 0;
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
	line-height: 1.6em;
	color: #777;
	}

/* content styles */

#content h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 140%;
	line-height: 1.5em;
	color: #693;
	border-bottom: 1px solid #dbd5c5;
	}
#content h3 a {
	border: none;
	}
#content p {
	margin: 0 0 20px 0;
	text-align: justify;
	}

/* entries */

a.plink {
	margin: 0 5px 0 0;
	padding: 0 0 0 15px;
	color: #777;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
//	background: url(../img/1206/icon-doc.gif) no-repeat 0 50%;
	}
a.qblink {
	font-weight: normal;
	color: #777;
	text-decoration: none;
	border: none;
	}
a.clink {
	margin: 0 0 0 8px;
	padding: 0 0 0 16px;
	font-weight: normal;
	color: #777;
	text-decoration: none;
	border-bottom: none;
//	background: url(../img/1206/icon-com.gif) no-repeat 0 50%;
	}

#content ul, #content ol, #content dl {
	margin: 0 0 1.5em 0;
	padding: 0;
	}
#content ul, #content ol {
	margin-left: 20px;
	}
#content ol {
	padding-left: 20px;
	}
#content ul {
	list-style: none;
	}
#content ul li {
	padding: 0 0 4px 14px;
	line-height: 1.4em;
//	background: url(../img/1206/icon-bullet.gif) no-repeat 0 4px;
	}
#content dl dt {
	font-weight: bold;
	}
#content dl dd {
	margin: 0 0 15px 0;
	padding: 0;
	}


/* home page specific */

body#home #title {
	margin-top: -9px;
	padding: 23px 110px 12px 12px;
	border-bottom: none;
	background: #e6e3d7;
	}
body#home #title h2 {
	font-size: 100%;
	font-style: normal;
	color: #464a52;
	}
#content h3#recent {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 3px 0;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 80%;
	line-height: 1.5em;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #693;
	}
#content h3#recent a.rss {
	position: absolute;
	top: 0;
	right: 0;
	font-family: Verdana, sans-serif;
	letter-spacing: 0;
	border: none;
	}
#content img{
	padding: 10px;
}
#tarifs td{
	 font-weight: normal;
	 border-TOP: solid 1px;
}
#tarifs th{
	font-variant: small-caps;
	font-weight: normal;
	background: #e6e3d7;
	vertical-align: top;
}
#tarifs tr,{
	border-style: solid;
	border-width: 1px;
	text-align: center;
	width: 100%;
}
table#tarifs{
	border-style: solid;
	border-width: 1px;
	text-align: center;
	width: 100%;
}