* {
margin:0;
padding:0;
}

body {
background: url(images/fond.gif) repeat-y top center;
font-family:Trebuchet MS,Verdana,arial,sans-serif;
color:#fff;
font-size:12px;
}

#header {
width:750px;
height:160px;
margin:0 auto 0 auto;
padding:0;
background: url(images/header.jpg) no-repeat top center;
}

#header h1, #header h2 {
display:none;
}

#header p {
font-size:14px;
padding:135px 0 0 200px;
margin:0;
}

#page {
width:750px;
margin:0 auto 0 auto;
padding:0;
background: url(images/fond-page.gif) repeat-y top center;
}

#menu {
float:left;
border:0;
display:block;
width:200px;
min-height:210px;
background: url(images/fond-menu.gif) no-repeat top left;
padding-top:20px;
}

#menu li {
list-style-type:none;
margin-left:20px;
font-size:14px;
color:#000;
}

#menu li a {
color:#fff;
text-decoration:none;
}

#menu li a:visited {
color:#fff;
}

#menu li a:hover {
color:#000;
}

#contenu {
margin-left:200px;
min-height:230px;
}

#contenu p {
font-size:12px;
padding:10px;
}

#contenu ul {
margin-left:30px;
}

/*
#contenu img {
border:solid 2px #9bc313;
float:right;
margin:10px;
}
*/

#footer {
clear:both;
width:750px;
margin:0 auto 0 auto;
padding:0;
background:#0f6a09;
text-align:center;
font-size:12px;
}

#footer p {
font-size:12px;
text-align:center;
padding:5px;
}

#footer a {
color:#00fb00;
text-decoration:underline;
}

#footer a:visited {
color:#00fb00;
text-decoration:underline;
}

#footer a:hover {
color:#fff;
text-decoration:none;
}

#footer form, #footer input, #loginlink, #login {
display:none;
margin:0;
padding:0;
border:0;
}

a {
color:#fff500;
text-decoration:underline;
}

a:visited {
color:#000;
text-decoration:underline;
}

a:hover {
color:#fff500;
text-decoration:none;
}

form textarea#text{width:544px;} /*TinyMCE - width is also determined by the width of the editor control button lines */
.mceContentBody{
background-color: #51a420
} /*TinyMCE*/

.mceContentBody p {
font-size:12px;
padding:10px;
}

.mceContentBody ul {
margin-left:30px;
}