/* CSS Document */
/* GENERAL */
body {
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
font-family:Verdana, Geneva, sans-serif;
background-color:#333333;
}
p {
font-size:1.1em;
line-height:1.4em;
color:#616161;
padding-left:0;
padding-right:0;
padding-top:10px;
padding-bottom:10px;
}
em, i {
font-style:italic;
}
strong, b {
font-weight:bold;
}
a {
text-decoration:none;
color:#000;
}
a:hover{
background-color:#F90;
}
h1 {
font-size:1.5em;
color:#616161;
font-weight:bold;
}
h2 {
font-size:1.0em;
color:#616161;
margin-top:3px;
margin-bottom:3px;
font-weight:normal;
}
#global {
margin-left:auto;
margin-right:auto;
width:1030px;
height:auto;
background-image:url(images/bg.jpg);
background-repeat:repeat-y;
}
#centre {
width:1000px;
margin-left:15px;
}
/* /////////////////////////////// */
/* HEADER */
#header {
width:1000px;
height:130px;
background-image:url(images/head.jpg);
float:left;
}
#header_margin {
height:36px;
width:1000px;
float:left;
}
#header_infos {
width:300px;
float:left;
padding-left:25px;
background-repeat:repeat-y;
}
#header_nav {
float:right;
margin-top:4px;
}
#header_nav li {
list-style-type:none;
display:inline;
font-size:1.1em;
color:#616161;
border-right-style:solid;
border-right-width:1px;
border-right-color:#FFF;
padding-left:8px;
padding-right:10px;
}
#header_nav li a{
text-decoration:none;
color:#616161;
text-transform:uppercase;
padding-left:10px;
padding-right:10px;
}
#header_nav li a:hover{
background-color:#F90;
}
.current_page_item{
background-color:#F90;
}

/* /////////////////////////////// */
/* CONTENT */
#content {
width:950px;
float:left;
padding-left:25px;
padding-right:25px;
padding-top:25px;
background-color:#f4f4f4;
}
/* /////////////////////////////// */
/* FOOTER */
#footer_top {
width:1000px;
height:12px;
float:left;
background-image:url(images/footertop.jpg);
background-repeat:no-repeat;
}
#footer {
width:950px;
height:auto;
float:left;
padding-bottom:20px;
padding-left:25px;
padding-right:25px;
background-image:url(images/footerbg.jpg);
background-repeat:repeat-y;
color:#616161;
}
/* /////////////////////////////// */