#res_sc_main_container {
    width : 100%;
    overflow : hidden;
}

#res_sc_title {
    width : 100%;
    height : 90px;
}

#res_sc_left {
    display : inline;
    float : left;
    width : 175px;
    margin : 0 22px 0 10px; 
    font-size : 10px;
    font-weight : bold;
    color : #142A43;
}

#res_sc_left_top {
    width : 100%;
    height : 28px;
    border-bottom : 1px solid #ffffff;
}

.res_sc_left_lnk_cont {
    padding : 0 10px 0 10px;
    background-color : #EBE8E1;
    border-bottom : 1px solid #ffffff;
    line-height : 30px;
    cursor : pointer;
}

.res_sc_left_lnk_cont_selected {
    padding : 0 10px 0 10px;
    background-color : #FFCC00;
    border-bottom : 1px solid #ffffff;
    line-height : 30px;
}

#res_sc_left_bottom {
    width : 100%;
    height : 32px;
}

#res_sc_center {
    display : inline;
    float : left;
    width : 448px;
    margin : 0 58px 0 0;
    color : #4E6584;
}

#res_sc_center h2 {
    /*text-transform : uppercase;*/
    font-size : 14px;
}

#res_sc_center h3 {
    margin : 0;
    font-weight : bold;
    color : #4E6584;
    font-size : 11px;
    font-family : Verdana, Arial, Sans Serif;
}

.res_sc_center_text_container {
    padding : 15px 0 15px 0;
    border-bottom : 1px solid #cccccc;
}

.res_sc_center_text_container h4 {
    color : #670000;
    /*display : inline;*/
}

.res_sc_center_text_container p {
    margin : 0;
}

#res_sc_right {
    display : inline;
    float : right;
    width : 237px;
    margin : 0 10px 0 0;
}

#res_sc_right_container {
    margin : 61px 0 0 0;
}

#res_sc_right_top {
    width : 100%;
    height : 61px;
}

#res_sc_right_content {
    background-color : #142A42;
    color : #ffffff;
    padding : 0 10px 30px 10px;
}

#res_sc_right_content h4 {
    color : #ffffff;
}

#res_sc_right_content p {
    margin : 0;
}

#res_sc_right_bottom {
    width : 100%;
    height : 21px;
}

.res_sc_rub_article {
    margin : 15px 0 0 0;
    padding : 0 0 15px 0;
    border-bottom : 1px solid #cccccc;
}

.res_sc_rub_article h4 {
    /*display : inline;*/
    margin : 0 5px 0 0;
    color : #670000;
}

.res_sc_rub_article p {
    margin : 0 0 10px 0;
}

#reseau_sc_article_container h2 {
    /*display : inline;
    text-transform : lowercase;*/
}

#reseau_sc_article_container p {
    margin : 15px 0 15px 0;
}

#reseau_sc_article_container ul {
    padding:0;
    padding-left:5px;
    margin:0;
    margin-left:20px;
}

#reseau_sc_article_container ol {
    padding:0;
    padding-left:5px;
    margin:0;
    margin-left:20px;
}

#reseau_sc_article_container ul li {
    list-style-type: disc;
    list-style-position : outside;
    text-indent:0;
    padding:0;
}

#reseau_sc_article_container ol li {
    list-style-type: decimal;
    list-style-position : outside;
    text-indent:0;
    padding:0;
}



