body {
	overflow-y:scroll;
	padding: 0;
	margin: 0;
	font: 12px Verdana, sans-serif;
	color: #303030;
	background: #ffffff;
}

a {
	color: #303030;
}

table {
	font: 11px Verdana, sans-serif;
	color: #303030;
}

img {
	border: none;
}

#wrapper {
	margin: 2px auto;
	width: 900px;
	padding: 0;
}

#menu
{
    text-align: right;
}

#menu li {
    display: inline;
}

#menu li a {
    margin-right: 4px;
    color: #989898;
    font-size: 1.1em;
    text-decoration: none;
    padding-bottom: 8px;
}

#menu li a:hover {
    color: #303030;
}


/* ------------------------------------- */
a.parttitle {
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	color: #009900;
	margin-left: 40px;
}

a.parttitle:hover {
	color: #027100;
}

a.part {
	text-decoration: none;
}

a.part:hover {
	color: #027100;
}

/* ------------------------------------- */
a.protitle {
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	color: #3399cc;
	margin-left: 40px;
}

a.protitle:hover {
	color: #01669a;
}

a.pro {
	text-decoration: none;
}

a.pro:hover {
	color: #01669a;
}

/* ------------------------------------- */
a.scoltitle {
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	color: #ff8000;
}

a.scoltitle:hover {
	color: #ff4700;
}

a.scol {
	text-decoration: none;
}

a.scol:hover {
	color: #ff4700;
}

/* ------------------------------------- */
a.proftitle {
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	color: #cc3300;
	margin-left: 40px;
}

a.proftitle:hover {
	color: #960100;
}

a.prof {
	text-decoration: none;
}

a.prof:hover {
	color: #960100;
}

/* ------------------------------------- */
#header {
	background: url('../img/sitemap/top-frame.png') no-repeat;
	height: 107px;
	text-align: center;
}

#title {
	padding-top: 50px;
	font-size: 1.8em;
}

#middle {
	background: url('../img/sitemap/mid-frame.png') repeat-y;
}

#middle table {
	margin-left: 10px;
	padding-top: 30px;
}

#middle table td {
	vertical-align: top;
}

/* ------------------------------------- */
ul {
	margin-left: 0;
	padding-left: 40px;
}

ul.level1 {
	list-style-image: url('../img/sitemap/li1.png');
	/*padding-left:0;*/
	margin-bottom: 0;
}

ul.level2 {
	list-style-image: url('../img/sitemap/li2.png');
	padding-left: 18px;
	margin-bottom: 0;
}

ul.level3 {
	list-style-image: none;
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

/* ------------------------------------- */
#copyright {
	text-align: center;
	padding-top: 10px;
}

#footer {
	color: #989898;
	background: url('../img/sitemap/bot-frame.png') no-repeat;
	height: 48px;
	padding-top: 16px;
}

#spodlite {
	text-align: right;
	padding-right: 38px;
}

#cgv{
    width:300px;
    text-align:justify;
    height:400px;
    overflow:auto;
    padding:5px;
}

#cgv h2{
    font-size:1.2em;
}

#confidentialite{
    width:300px;
    height:400px;
    overflow:auto;
    padding:5px;
    text-align:justify;
}

#confidentialite h2{
    font-size:1.2em;
}

#faq{
    width:680px;

    padding:5px;
    text-align:justify;
}

#faq .answer{
    color:#548DD4;
}