/*--------------------------------------------------------------------------General*/
html, body{
	margin:0px;
	padding:0px;
	position:relative;
	height:100%;
	background-color:#e1e1e1;
}

a{
	color:#000;
	text-decoration:none;
}

a:hover{
	color:#c4c9ce;
}

ul {
	margin:0px;
	padding-left:50px;
}

li {
	list-style:none;
	line-height:30px;
}

img {
	border:none;
}

.bold {
	font-weight:600;
}

.decal{
	padding-left:50px;
}

#mainWrapper{
	position:relative;
	min-height:100%;
}

/*--------------------------------------------------------------------------Header*/
#header {
	background:url(../images/interface/header.jpg) repeat-x;
	height:129px;
}

#logo{
	position:absolute;
	top:20px;
	left:20px;
}

#infoHeader{
	position:absolute;
	right:20px;
	top:45px;
	text-align:right;
}

/*--------------------------------------------------------------------------Menu*/
#menu{
	position:relative;
	top:-21px;
	text-align:center;
}

#menu img{
	margin:0px;
}

#menu p{
	display:inline;
	background:#6696cc;
	padding: 4px 5px;
	margin:0px;
	position:relative;
	top:-9px;
	border-bottom:#1f4064 solid 1px;
}

#menu span{
	color:#c4c9ce;
	font-weight:bold;
}

/*-----------------------------------------------------------------------Contenu*/
#contenu {
	font:12px Verdana, Geneva, sans-serif;
	height:auto;
	width:1000px;
	min-height:100%;
	padding-bottom:80px;
	position:relative;
	margin:0px auto;
}

/*------------------------------------------------------------------------Footer*/
#footer{
	background:url(../images/interface/header.jpg) repeat-x;
	height:70px;
	border-top:#1f4064 solid 1px;
	margin-top:20px;
	position:absolute;
	width:100%;
	bottom:0px;
}

#footer p{
	position:absolute;
	right:10px;
	bottom:10px;
	margin:0px;
	padding:0px;
	padding-right:10px;
}