body{
	background-color: black;
	color:white;
	background-image: url(fond.jpg);
	background-repeat: no-repeat;
	margin : 0;
	padding: 180px 0 0 30px;
}

.pamenu {
color:white;
text-decoration : underline;
}

#container {
	margin-left: auto;
	margin-right: auto;
	border: thin solid gray;
	width: 60%;
	padding: 1em;
	color:white;
}

.messagebox{
	color:white;
	margin-bottom: 1em;
}

.message{
	color:white;
	text-align: justify;
}

.plein{
	text-align: justify;
	margin-right: 50px;
}

.nobord{
	border : none;
}

.centration{
	margin-left: 100px;
}
.titre
{
	font-size: x-large;
	font-weight: bold;
	color: #F1AC02;
}

pre{
	font-size: 1em;
	font-family: serif;
	margin-top: 45px;
}
#nouveau{
	font-weight: bold;
	font-family: serif;
	text-align:center;
}

.central{
	padding: 10px 10px 10px 30px;
	border: #393939 medium solid;
	margin-left: 20%;
	width: 450px;
}

.date
{
	margin: 20px 0;
	float:right;
	font-weight: bold;
}

#decal{
	margin: 0 0 8px -15px;
	width: 200px;
}

#foot{
	margin-top:100px;
}

#footer{
	float: left;
	background-image: url(basg.gif);
	width: 90%;
	padding-left: 20px;
	padding-top: 3px;
	height: 24px;
	background-repeat: no-repeat;
	font-weight: bold ;
	font-family: monospace;
	text-align: center;
}

#footerr
{
	float: left;
	position: relative;
	left: -3px;
	height: 24px;
}

.flleft
{
	float:left;
	margin-right: 30px;
}

.flleftnobord
{
	float:left;
	margin-right: 30px;
	border: none;
}

.flright{
	float:right;
}
/*-------------------------------Menu-----------------------------------------------*/

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
width: 9em;
float: left;
margin-right: 20px;
margin-bottom: 20px;
}

#menu dt {
cursor: pointer;
background: black;
height: 20px;
line-height: 20px;
margin: 2px 0;
border: 1px solid gray;
text-align: center;
font-weight: bold;
}

#menu dd {
position: absolute;
z-index: 100;
left: 10em;
margin-top: -1.4em;
width: 8em;
background: black;
border: 1px solid gray;
}

#menu ul {
padding: 2px;
}
#menu li {
text-align: center;
font-size: 85%;
height: 18px;
line-height: 18px;
}
#menu li a, #menu dt a {
color: #F1AC02;
text-decoration: none;
display: block;
}

#menu li a:hover {
text-decoration: underline;
}


#mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}
/*Code du menu repris de alsacreations.com Merki ^o^*/
