#footer { 
  position:fixed; 
  bottom:0; 
  background:url('default/images/black_40p.png');
  height:50px;
  width:90%; 
}


body {
	
	background-repeat: repeat;
	padding-left:5%;
	padding-right:5%;
	font-family:Arial, Geneva, sans-serif;
}

.header
{
	margin:auto;
	margin-top:10px;
	padding:15px;
	background:url('images/bluec_30p.png');
	width:95%;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	text-align:center;
}

.foot
{
	
	text-align:center;
	background:url('images/bluec_30p.png');
	width:95%;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	margin:auto;
	padding:10px;
	margin-top:20px;
	color:#FEFEFE;
}

.content
{
	background:url('images/bluec_30p.png');
	width:100%;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	margin:auto;
	padding:5px;
	margin-top:20px;
	color:#FEFEFE;
}

a
{
	text-decoration:none;
	color:#FEFEFE;
}
a:hover
{
	color:#FEFEFE;
}

h1
{
	text-align:center;
	margin:0px;
	padding:0px;
}
.clean
{
	clear:both;
}
.left
{
	text-align:left;
}
.center
{
	text-align:center;
}
input
{
	//width:150px;
}
label
{
	width:200px;
	display:inline-block;
	vertical-align:top;
	text-align:left;
}
table
{
	border-spacing:0px;
	//background:#ffffff;
	//-moz-border-radius:10px;
	//-webkit-border-radius:10px;
	//border-radius:10px;
	padding:0px;
	//width:65%;
	margin:5px auto 5px auto;
}
tr
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin:0px;
}
td, th
{
	margin:0px;
	//border:0px;
	//padding:3px;
	//text-align:left;
}
ul, li
{
	list-style-type: none;
	}
	

#wrapper {
	width:999px;
	margin:0 auto;
	margin-top:50px;
}

.lightmenu {
	width:900px;
	height:78px;
	background: transparent;
	background-image:url(images/dark.png);
	background-repeat: no-repeat;
	background-position: bottom;
	clear:both;
	margin-bottom:10px;
}
.lightBlue, .lightGreen, .lightPink, .lightRed {
	position: relative;
	height: 62px;
	width: 999px;
	overflow: hidden;
	float:left;
}
.lightBlue li, .lightGreen li, .lightPink li, .lightRed li {
	float: left;
	list-style: none;
	width: 110px;
	height:52px;
	background-image:url(images/sep.png);
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
	top:9px;
}
.lightBlue li.back {
	background-image:url(images/red.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 45px;
	margin-left:-3px;
	height: 20px;
	z-index: 8;
	top:5px;
	position: absolute;
}

.lightGreen li.back {
	background-image:url(/images/green.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 45px;
	margin-left:-3px;
	height: 20px;
	z-index: 8;
	top:5px;
	position: absolute;
}

.lightPink li.back {
	background-image:url(/images/pink.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 45px;
	margin-left:-3px;
	height: 20px;
	z-index: 8;
	top:5px;
	position: absolute;
}

.lightRed li.back {
	background-image:url(/images/red.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 45px;
	margin-left:-3px;
	height: 20px;
	z-index: 8;
	top:5px;
	position: absolute;
}

.lightBlue li a, .lightGreen li a, .lightPink li a, .lightRed li a {
	font-size: 16px ;
	font-family:"Myriad Pro", sans-serif;
	font-weight: normal;
	text-decoration: none;
	width:106px;
	padding-right: 3px;
	color:#FEFEFE;
	outline: none;
	text-align: center;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	top:19px;
	height: 30px;
	position: relative;
	overflow: hidden;
}

.lightBlue li a:hover, .lightGreen li a:hover, .lightPink li a:hover, .lightRed li a:hover {
	color:#2c2c2c;
}

.searchbox {
	width:80px;
	float:right;
	margin-right:100px;
}

.searchbox input.lightsearch {
	background: url(images/lightsearch.png) no-repeat;
	border: 0;
	width: 170px; /* width of text-display area */
	padding: 2px 5px 2px 24px;
	font-size: 11px;
	color:#FEFEFE;
	margin-top:24px;
	height: 19px; /* height of text-display area */
}

/****Contenu****/
.big
{
	font-size:1.2em;
}
.small
{
	font-size:0.7em;
}
.message
{
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	padding:20px;
	margin:auto;
	width:500px;
	background:url('images/black_40p.png');
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	margin-top:20px;
}
.messages_table td
{
	border-top:1px solid #aaaaaa;
	vertical-align:top;
}
.author
{
	width:150px;
	border-right:1px solid #aaaaaa;
}
.title_cell
{
	width:45%;
}
.date
{
	font-style:italic;
	text-align:right;
	font-size:0.9em;
	margin-right:10px;
}
.link_new_pm
{
	font-size:1.3em;
	font-weight:bold;
	margin:5px 0px 5px 0px;
	display:inline-block;
	border:1px solid #dddddd;
	background:#ffffff;
	padding:5px;
}
.noprint 
{ 
display: none; 
} 

 ul ul {display: none; position: absolute; left: 120px; top: -1px; margin:0px; padding: 0px; border: 0px solid grey;}
  li {list-style-type: none; position: relative; width: 120px; background-color: ; padding: 2px; margin: 0px}
  li:hover {background-color: #FFFF70;}
  li:hover ul.niveau2, li li:hover ul.niveau3 {display: block}
  li.plus {background-position:right; background-image: url(illustrations/fdroite.gif); background-repeat: no-repeat; border-bottom: 1px solid grey;}

