@CHARSET "UTF-8";
/* CSS Document */

* {
    border-style:none;
}

h1 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#5C5A5B;
    font-size:12px;
    font-weight:bold;
}

p {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#5C5A5B;
    font-size:11px;
    line-height:18px;
}

body {
    margin:0px;
    padding:0px;

}
#global_header{
    position:relative;
    background:url(../images/habillage/body/fond_h.jpg) repeat-x;
    width:100%;
    height:186px;
    margin:0px;
    padding:0px;
}

#content {
    width:908px;
    background-position:center;
    margin-left:auto;
    margin-right:auto;
}	


#center {
    background-color:white;
    width:908px;
    position:relative;
}

#left {
    background-color:#FFFFFF;
    width:570px;
    float:left;
}

#img_edito {
    margin-left:7px;
    margin-right:7px;
    margin-top:10px;
    float:left;
}

#edito {
    margin-top:10px;
    float:left;
}

#texte_edito {
    margin-left:10px;
    margin-top:50px;
    padding-right:8px;
    text-align:justify;
}

#texte_edito a{
    font-weight:bold;
    text-decoration:none;
    color:#363636;
}
#right {
    width:338px;
    float:left;
}
#right_box_img {
    width:338px;
    height:27px;

}
.right_box {
    width:335px;
    padding-left:3px;
    padding-bottom:3px;


}
.right_box .title{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#5C5A5B;
    font-size:11px;
    font-weight:bold;

}
.right_box .content{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#5C5A5B;
    font-size:11px;

}
#footer {
    margin-left:auto;
    margin-right:auto;
    width:908px;
    height:155px;
}
#footer_left {
    float:left;
    background-image:url(../images/habillage/body/m_footer_left.jpg);
    width:568px;
    height:155px;
}
#footer_right {
    float:left;
    background-image:url(../images/habillage/body/m_footer_right.jpg);
    width:340px;
    height:155px;
    font-family:"Lucida Grande", arial, sans-serif;
}
#global_footer
{
    background-image:url(../images/habillage/body/fond_b.jpg);

    height:186px;
    width:100%;
    clear:both;
    padding:0px;
}
.highlights {
    width:338px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:9pt;
    background-color:#E7E8DA;
    overflow-x:hidden;
    overflow:hidden;
    margin:0px;
}
.right_box a{
    text-decoration:none;
}
.right_box a:hover{
    font-style:italic;
}
.link a{
	color:#1F889D;
	font-size:12px;
	font-weight:bold;
	text-align:right;
        text-decoration:none;
}
.link a:hover{
        text-decoration:underline;
}