body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    margin: 0 auto;
    padding: 0;
    background-image: url(background.gif);
}

body p{
    font-size: 12px;
}

body a{
    font-size: 12px;
}

/*--------------- Main Colors ---------------*/


#background_line{
    background-image: url(background-line.gif);
    background-repeat: repeat-x;
 }

#wrapper {
}


/*--------------- Wrapper-Panel Classes ---------------*/
#head_panel {
    background-color: #ffffff;
    background-image: url(head.png);
    background-repeat: no-repeat;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
}

#menu_panel {
    background-color: #ffffff;
    border-left-style: solid;
    border-right-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-color: black;
    border-right-color: black;
}

#content_panel {
    background-color: #ffffff;
    border-left-style: solid;
    border-right-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-color: black;
    border-right-color: black;
}

#left_cpanel {

}

#right_cpanel {
    border-left: 1px dashed #000000;
    color: #666666;
}

#foot_panel {
    background-image: url(foot.png);
    background-repeat: no-repeat;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: black;
    border-left-style: solid;
    border-right-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-color: black;
    border-right-color: black;
}

#companyInfo{

}

/*----------------Texte --------------*/
#content_panel h1 {
     /* Must be >1.01em to avoid layout artifacts on Macs */
    font-size: 20px; /*1.1em;*/
    margin: 0;
    text-indent: 40px;
    color: #666666;
}

#content_panel h2 {
}

#content_panel h3 {
    color: #000000;
    font-size: 12px; /*1.1em;*/
    margin: 0;
    text-indent: 10px;
}

#content_panel h3.side {
    color: #666666;
    font-size: 12px; /*1.1em;*/
    margin: 0;
    text-indent: 0px;
}

#content_panel h4 {

}

#content_panel h5 {
    color: #000000;
    font-size: 10px; /*1.1em;*/
    margin: 0;
    text-indent: 70px;
}

#content_panel h6 {
    font-size: 12px;
}

#content_panel ul {
    font-size: 12px;
}


/*-------------Links ----------------*/
#content_panel a {
     color: #666666;
     text-decoration: none;
}

#content_panel a img {
    border: none;
}

#content_panel a:hover {
     color: #000000;
     text-decoration: underline;
}

.link {
     color: #666666;
     text-decoration: none;
}        

.link:hover {
     color: #000000;
     text-decoration: underline;
}        


.sideLink {
     color: #000000;
     text-indent: 25px;
     text-decoration: none;
     border: none;
}

.sideLink:hover {
     color: #666666;
     text-decoration: underline;
     border: 0;
}




