/* CSS Document */
html, body {
	height: 100%;
	color: #303A47;
}
body {
	background: #FFFFFF;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;  
}
#conteneur {
	position: relative;
	min-height: 100%;
	height: 100%;
	width: 100%;
}
html>body #cont {
	position: relative;
}


#cont {	
	float: left;
	width: 100%;
	padding-bottom: 48px;
}
#cont-head {
	background: url(bg-head.jpg) repeat-x;
	float: left;
	width: 100%;
	height: 149px;
}
#head {
	background: url(head.jpg);
	float: left;
	height: 149px;
	width: 736px;
}
#time {
	width: 200px;
	float: right;
	margin-top: 130px;
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#head-stats {
	background: url(head.jpg);
	float: left;
	height: 149px;
	width: 736px;
}


#menu {
	margin-left: 5px;
	float: left;
	width: 146px;
	padding-top: 20px;
}
#texte {
	float: left;
	width: 80%;
	margin: 25px 15px;
}
#foot {
	position: absolute;
	bottom: 0;
	float: left;
	left: 0px;
	right: 0px;
	background: #4c3768 url(foot.jpg) no-repeat;
	width: 100%;
	height: 20px;
}
a {
	color: #005F8C;
}
a:hover {
	color: #0086CE;
	text-decoration: none;
}

a.menu,a.sous-menu {
	color: #056b91;
	text-decoration: none;
	padding-left: 5px;
	font-weight: bold;
}
a.menu:hover,a.sous-menu:hover {
	text-decoration: underline;
	background: url(../puce.jpg) no-repeat;
}
a.sous-menu {
	text-indent: 10px;
	padding-left: 5px;
}
ul,li {
	list-style: none;
	margin-left: 5px;
	padding-left: 5px;
	margin-top: 3px;
}
input.login,input.envoyer,input,select{
	color: #5B6B80;
	border: 1px solid #4E618D;
	background: #e5e3e0;
	font-size: 80%;
}
input.login {
	height: 1.2em;
}
div.full {	
	float: left;
	width: 600px;
	margin-bottom: 3px;
}

textarea {
	color: #5B6B80;
	border: 1px solid #4E618D;
	background: #e5e3e0;
        font-size: 100%;
}


