/* CSS Document */
body {
	background:url(../UserFiles/Image/fond_flocon.png);
	z-index: 3;
}

div.main {
	background: white;
	width: 90%;
	z-index:1;
	margin-top: 1em;
	margin-right: 5%;
	margin-bottom: 1em;
	margin-left: 5%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0;
	border: thin solid #000000;
}

div.body {
	background: white;
	width: 90%;
	z-index:4;
	height: 600px;
	border: thin solid #CCCCCC;
	margin-top: 8%;
	margin-right: 5%;
	margin-bottom: 2%;
	margin-left: 5%;
	overflow: auto;
}

div.info {
	height: 500px;
	margin-right: 1%;
	margin-left: 1%;
}

div.legal, div.legal a:link, div.legal a:visited {
	background-color: #DDE;
	width:100%;
	text-align: center;
	width: 100%;
	height: 20px;
	font-size: 10px;
	font-weight:bold;
	vertical-align: middle;
	color: #227;
	text-decoration: none;
}

#navlist {
        padding: 3px 0;
        margin-left: 0;
        border-bottom: 1px solid #778;
        font: bold 12px Verdana, sans-serif;
}

#navlist li {
        list-style: none;
        margin: 0;
        display: inline;
}

#navlist li a {
        padding: 3px 0.5em;
        margin-left: 3px;
        border: 1px solid #778;
        border-bottom: none;
        background: #DDE;
        text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover {
        color: #000;
        background: #AAE;
        border-color: #227;
}

#navlist li a#current {
        background: white;
        border-bottom: 1px solid white;
}

#footer {
		background: transparent;
		padding: 5px 10px 2px 0;
		text-align: right;
		font-size: 0.75em;
		clear: both;
		line-height: 1.15em;
		margin: 0 3% 1em 14%;
		}
		
#footer a {
		text-decoration: underline;
		color: #000000;
		}
