@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: Tahoma, Geneva, sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: Tahoma, Geneva, sans-serif;
    background-color:#FFFFFF;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* DIV principales : site, header, footer et contenu */
.site {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
}

/* HEADER */
.site .header {
    height: 124px;
    background-color: #f0eef1;
    background-image: url(../images/header_bg);

    -moz-border-radius : 7px 7px 7px 7px;
    -webkit-border-radius : 7px 7px 7px 7px;
    border-radius : 7px 7px 7px 7px;
}
/*Logo*/
.site .header .logo_left {
    height: 88px;
    width: 182px;
    float: left;
    margin-left:30px;
    margin-top:10px;
}
/* Les titres H1, H2 et H3 */
.site .header .head_lines {
    width: 765px;
    float: left;
    height: 81px;
    text-align: left;
    padding-top: 7px;
}
.site .header .head_lines h1 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 35px;
    font-weight: bold;
    height: 40px;
    color:#fff;
}
.site .header .head_lines h2 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 25px;
    font-weight: bold;
    height: 30px;
    color: #252525;
}
.site .header td {
    overflow:hidden;
    height:25px;
    min-height:25px;
    max-height:25px;
    vertical-align:middle;
}
.site .header a.baction {
    color: #fcf415;
    text-decoration: underline;
    font-weight:bold;
    font-size:14px;
    margin-left:5px;
    margin-right:5px;
}

/* MAINCONTENT */
.site .maincontent {
    margin-top: 10px;
}

.site .maincontent .menu {
    color: #FFF;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 35px;
    width: 970px;
    background-color: #171717;
    height: 39px;
    
    padding-left:5px;
    padding-right:5px;

    -moz-border-radius : 7px 7px 7px 7px;
    -webkit-border-radius : 7px 7px 7px 7px;
    border-radius : 7px 7px 7px 7px;
}

.site .maincontent .menu td {
    padding-left:5px;
    padding-right:5px;
    text-align:center;
}

.site .maincontent .menu a {
    height: 25px;
    width:auto;
    text-decoration: none;
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    line-height: 39px;
}

.site .maincontent .menu a:hover, .site .maincontent .menu .menu_on {
    color: #659aff;
    font-weight: bold;
}
