/* GÉNÉRAL */
* { margin : 0; padding : 0;}
img { border: none; }

body {
background-color: #bcbcbc;
font-family: "Trebuchet MS";
color: #000;
font-size: 11px;
}

#global {
width: 800px;
background: url(images/global.gif) repeat-y;
margin: 0 auto;
overflow: hidden;
min-height: 800px;
}

a { text-decoration: none; color: #ff621b; font-weight: bold; }


/* RELEASES */
#releases {
list-style: none;
background: url(images/releases.gif) no-repeat;
height: 88px;
padding-left: 335px;
}

#releases li { display: inline; margin-right: 14px; }


/* MENU VERTICAL GAUCHE */
#menu {
float: left;
width: 268px;
overflow: hidden;
}

#menu ul { margin-bottom: 15px;}

#menu ul.left {
float: left;
padding-left: 32px;
width: 105px;
list-style: none;
}

#menu ul.right {
margin-left: 147px;
width: 105px;
list-style: none;
}

#menu ul li { background: url(images/puce.gif) no-repeat left center; padding-left: 8px; }

#menu a { color: #000; text-decoration: none; font-weight: normal; }
#menu a:hover { color: #000; text-decoration: underline; }


/* CONTENU */
#contenu {
margin: 0 50px 0 290px;
}

.title {
margin: 1px 0 15px 0;
padding: 5px 0 0 12px;
font-size: 11px;
color: #ff621b;
background: url(images/title.gif) no-repeat;
height: 20px;
}

.information {
margin: 15px 0 20px 0;
padding: 5px 0 0 12px;
font-size: 11px;
background: url(images/title.gif) no-repeat;
height: 20px;
}

.avatar { float: left; }
p.news { margin-left: 126px; }


/* COPYRIGHT */
#copyright {
clear: both;
width: 780px;
margin: 0 auto;
background: url(images/copyright.gif) no-repeat;
height: 35px;
padding-left: 20px;
}

a#top {
display: block;
width: 104px;
height: 35px;
}

a#top span { display: none; }

p#copy { float: right; text-align: center; width: 531px;}