@charset "utf-8";
/* reset */
* {
    margin:         0;
    padding:        0;
    border:         0;
}
body {
    background:     #EAEAEA;
}
p {
    margin:         1em 0;
}
#page {
    margin:         0 auto;
    width:          933px;
    background:     url(/image/struct/page_bg.png) repeat-y;
}
#header {
    height:         99px;
    margin:         0px auto 0 auto;
    background:     url(/image/struct/header_bg.png) bottom no-repeat #EAEAEA;
}
#header #logo {
    float:          left;
    padding:        8px 0 0 27px;
}
#header #baseline {
    display:        block;
    height:         19px;
    float:          left;
    margin:         28px 0 0 25px;
    padding:        2px 0 0 15px;
    font-size:      1.2em;
    text-transform: uppercase;
    color:          #7B7C81;
    border-left:    solid 1px #CECECE;
}
#header #nav_top {
    float:          right;
    margin-top:     25px;
}
#header #nav_top>li {
    position:       relative;
    float:          left;
    margin:         0;
    z-index:        10;
}
#header #nav_top>li>ul {
    display:        none;
    position:       absolute;
    left:           0;
    top:            27px;
    z-index:        1000;
    width:          150px;
    background:     #FFF;
    border:         1px solid #B5B1B1;
    -moz-border-radius:     0 0 5px 5px;
    -webkit-border-radius:  0 0 5px 5px;
    border-radius:  0 0 5px 5px;
    padding:        4px;
}
#header #nav_top>li>ul>li {
    border-bottom:  1px solid #eee;
    padding-bottom: 3px;
    margin-bottom:  3px;
}
#header #nav_top>li>ul>li:last-child {
    border-bottom:  none;
    padding-bottom: 0;
    margin-bottom:  0;
}
#header #nav_top>li>ul>li>a {
    color:          #000;
    font-weight:    bold;

}
#header_top {
    position:       relative;
    background:     url(/image/struct/maintop_bg.png) repeat-x bottom;
    height:         244px;
    width:          925px;
    margin:         0 auto;
}
#header_top #accueil{
    margin-left:    17px;
    float:          left;
}
#header_top #nav {
    padding-bottom: 1.5em;
    float:          left;
    margin-left:    14px;
}
#header_top #nav,
#header_top #nav a {
    font-weight:    bold;
    color:          white;
}
#header_top #nav>li {
    position:       relative;
    float:          left;
    height:         27px;
    margin:         0;
}
#header_top #nav>li>ul {
    display:        none;
    position:       absolute;
    left:           0;
    top:            36px;
    z-index:        1000;
    width:          150px;
    background:     #FFF;
    border:         1px solid #B5B1B1;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    padding:        3px 4px;
}
#header_top #nav>li>ul>li {
    border-bottom:  1px solid #eee;
    padding-bottom: 3px;
    margin-bottom:  2px;
}
#header_top #nav>li>ul>li:last-child {
    border-bottom:  none;
    padding-bottom: 0;
    margin-bottom:  0;
}
#header_top #nav>li>ul>li a{
    color:          #000;
}
#header_top #bandeau {
    margin:         24px 0 0 24px;
}
#header_top #rails {
    margin:         12px 0 0 24px;
    color:          #FFF;
}
#header_top #rails a {
    color:          #FFF;
}
#header_top #rails span.active {
    color:          #000;
    text-transform: uppercase;
}
#main {
    margin:         0 auto;
    padding-bottom: 10px;
    width:          925px;
    background:     url(/image/struct/main_bg.png) repeat-x #FCFDFC;
}
#main #c1,
#main #c2 {
    float:          left;
}
#main #c1 {
    width:          733px;
    margin-top:     34px;
    position:       relative;
}
#main #c1 #content {
    width:          698px;
    margin:         0 auto;
    text-align:     justify;
    background:     url(/image/struct/content_bg.png) repeat-y left;
}

#main .box {
    width:          184px;
}
#main .box .content_box{
    padding:        0 10px;
}
#main .box>h2 {
    font-size:      1.2em;
    background:     url(/image/struct/box_head_degrad.png) no-repeat left;
    height:         29px;
    line-height:    29px;
    color:          #2D2D2D;
}
#main #logout {
    position:       absolute;
    top:            15px;
    right:          35px;
    display:        block;
    background:     #266CCA;
    color:          white;
    font-weight:    bold;
    padding:        .5em;
}
#main #c2 {
    width:          192px;
    margin-top:     34px;
}
#main #c2 .box .content_box .titre_search {
    display:        block;
    background:     url(/image/struct/fleche_right.png) no-repeat top right;
    color:          #2D74BC;
    font-size:      1.1em;
    font-weight:    bold;
    margin-bottom:  0.8em;
    padding-right:  10px;
}
#main #c2 .box .content_box .titre_search#catalogues {
    padding-top:    1px;
}
#main #c2 .box .content_box img#search_logo_catalogue {
    margin-bottom:  1em;
    float:          left;
    padding-right:  0.8em;
}
#main #c2 .box .content_box form#search_engine input[type="text"] {
    width:          134px;
    height:         18px;
    float:          left;
    margin-bottom:  .8em;
}
#main #c2 .box .content_box input[type="submit"] {
    width:          23px;
    height:         22px;
    background:     url(/image/struct/submit_bg.gif) no-repeat;
    cursor:         pointer;
    float:          right;
    margin-bottom:  0.8em;
}
#main #c2 .box .content_box .search_submit {
    display:        block;
    float:          right;
    margin-bottom:  0.8em;
}
#main #c2 .box .content_box form#search_family  select{
    width:          163px;        
}
#main #c2 .box .content_box form#search_marque  select{
    float:          left;
    width:          135px;
    margin-top:     2px;
}
#main #c2 .box {
    background:     url(/image/struct/box_bg.png) no-repeat bottom left;
    padding-bottom: 7px;
}
#main #c2 .border_bottom {
    border-bottom:  solid #D9D9D9 1px;
    margin-bottom:  1em;
}
#main #c2 .box h2 {
    text-align:     center;
    margin-bottom:  7px;
}
#main #c2 #newsletter {
    margin-top:     15px;
    width:          168px;
    padding:        0 8px;
    height:         78px;
    background:     url(/image/struct/box_news.png) no-repeat;
}
#main #c2 #newsletter form>input[type="text"] {
    width:          137px;
    height:         18px;
    float:          left;
    margin-top:     0.8em;
}
#main #c2 #newsletter form>input[type="submit"] {
    width:          23px;
    height:         22px;
    float:          right;
    cursor:         pointer;
    font-weight:    bold;
    margin-top:     0.8em;
}
#main #c2 #newsletter h2 {
    text-align:     center;
    font-size:      1.2em;
    line-height:    29px;
    color:          #2D2D2D;
}
#footer {
    height:         42px;
    background:     url(/image/struct/footer_bg.png) repeat-x #EAEAEA;
    color:          #515151;
}
#footer #footer_content{
    position:       relative;
    width:          965px;
    margin:         0 auto;
    padding-top:    7px;
}
#footer #footer_content a {
    color:          #515151;
}
#footer #footer_content ul,
#footer #footer_content a#footer_cyberl {
    position:       absolute;
    left:           18px;
}
#footer #footer_content ul li {
    display:        inline;
	position: 		relative;
}
#footer #footer_content ul li:before {
    content:        " |  ";
}
#footer #footer_content ul li:first-child:before {
    content:        "";
}
#footer #footer_content ul li.last a {
    position:		absolute;
	top:			-5px;
}
#footer #footer_content a#footer_cyberl {
    left:           786px;
}
#footer_bottom {
    background:     #EAEAEA;
    color:          #7B7C81;
    padding:        1em 1em 2em 1em;
}

#footer iframe {
    margin-bottom: -7px;
    margin-top: -2px;
}

/********* HOME **********/
.home #header_top {
    background:     url(/image/struct/maintop_bg_home.png) repeat-x;
    height:         355px;
    border-bottom:  dashed 1px #928D8D;
}
.home #header_top #flash {
    margin-top:     24px;
    margin-left:    28px;
    float:          left;
}
.home #header_top #anim_text {
    float:          left;
    background:     #FFF;
    margin-top:     24px;
    height:         218px;
    width:          166px;
    padding:        12px 11px;
    background:     url(/image/struct/anim_text_bg.png);
}
.home #header_top #logo_anim {
    margin-top:     19px;
}
.home #main #c1 #partenaires {
    margin-left:    6px;
    float:          left;
    width:          115px;
}
.home #main #c1 #partenaires img {
    display:        block;
    margin:         0 auto 1em auto;
}
.home #main #c1 .box {
    float:          left;
    background:     url(/image/struct/box_bgbt.png) no-repeat bottom left;
    margin-right:   20px;
}
.home #main #c1 .box>a.details {
    color:          #EB0007;
    display:        block;
    text-align:     center;
    padding-right:  5px;
    padding-bottom: 12px;
    padding-top:    10px;
}
.home #main #c1 .box>h2 {
    height:         50px;
    text-align:     left;
    color:          #8E8E8E;
    font-size:      1.5em;
    line-height:    1.2em;
    padding:        7px 20px 0 60px;
}
.home #main #c1 .box ul {
    list-style-type:    disc;
    padding-left:   5px;
    margin-left:    10px;
    margin-bottom:  0.7em;
}
.home #main #c1 .box ul li{
    padding-bottom: 0.3em;
}
.home #main #c1 .box h3 {
    color:          #232323;
    font-weight:    bold;
    font-size:      1em;
    text-transform: uppercase;
    margin-bottom:  1em;
}
.home #main #c1 .box img {
    margin:         0 0 8px 0;
    display:        block;
}
.home #main #c1 .box#logo_pc>h2 {
    background:     url(/image/struct/h2_home_pc.png) no-repeat;
}
.home #main #c1 .box#logo_trombone>h2 {
    background:     url(/image/struct/h2_home_trombone.png) no-repeat;
}
.home #main #c1 .box#logo_serrermain>h2 {
    background:     url(/image/struct/h2_home_main.png) no-repeat;
}

