@charset "utf-8";
/* CSS Document */

body {
background:url(../img/bg.jpg) repeat-x top left #000;
font-family:Tahoma;
font-size:11px;
color:#FFFFFF;
}

#content {
width:963px;
margin:0 auto;
}

#header {
padding-top:54px;
position:relative;
}


a {
text-decoration:none;
}

/* HEADER */
#header #logo {
position:absolute;
top:0;
left:0;
}

#header #topmenu {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
position:relative;
height:44px;

padding-left:255px;

font-family:Arial;
white-space:nowrap;
}

#header #topmenu  li {
float:left;
line-height:44px;
height:44px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0 6px;
position:relative;
font-size:14px;
color:#000;
white-space:nowrap;
}
#header #topmenu  li a {
line-height:44px;
height:44px;
color:#000;
font-weight:bold;
text-decoration:none;
}

#header #topmenu  li a span.number {
color:#cc3333;
}
#header #topmenu  li a:hover {
color:#666666;
}



/* CORPS */

#corps {
background-position:top left;
background-repeat:no-repeat;
height:387px; /* 455 - ( 38  + 30 ) */
width:579px; /* 963 - (354  + 30) */
padding:38px 30px 30px 354px;

}

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:36px;
padding-bottom:6px;
}

h1 span.red {
color:#cc3333;
}

h2 {
font-size:11px;
color:#cc3333;
padding-bottom:10px;
}

#contenu {
width:547px;/*597 - ( 25 + 25) */
height:295px; /*345 - ( 25 + 25) */
padding:25px;
background-image:url(../img/bg-texte.png);
background-repeat:no-repeat;
background-position:top left;
color:#000;
}

#contenu_home  {
width:388px;/*368 - ( 25 + 25) */
height:295px; /*345 - ( 25 + 25) */
padding:35px 35px 35px 20px;
background-image:url(../img/bg-texte.png);
background-repeat:no-repeat;
background-position:top right;
color:#000;

}
#contenu a, #contenu_home a  {
color:#cc3333;
}

#contenu  p, #contenu_home p {
padding-bottom:15px;
line-height:13px;
}
.separer {
width:100%;
float:none;
height:1px;
margin-top:-1px;
clear:both;
}


#footer {
background-image:url(../img/bg-footer.png);
background-repeat:no-repeat;
background-position:center 8px;
padding-top:100px;
padding-bottom:50px;
text-align:center;
color:#FFF;
}
#footer a {
color:#f4bfbf;
text-decoration:none;
}
#footer a:hover {
color:#ffefef;
}