/**
 * Fichier : global.css
 * Description : styles génériques du site
 * Auteur : Hamza Iqbal - hiqbal[at]actualys.com
 * Version : 1.0.0
 ******************************************/

/**
 * Reset
 ******************************************/
*
{
    font-size: 100%;
    margin: 0;
    padding: 0;
}

html, body
{
    font-family: Verdana, Arial, sans-serif;
    height: 100%;
    line-height: 1;
}

a img, fieldset { border: 0; }

label, a * { cursor: pointer; }

ol { list-style-position: inside; }

ul { list-style: none; }

textarea, input, select { font: 12px  Verdana, Arial, sans-serif; }

sup { vertical-align: top; }

strong { font-weight: bold; }

em { font-style: italic; }

ins { text-decoration: none; }

del { text-decoration: line-through; }

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

/**
 * Eléments génériques
 ******************************************/
body
{
    background: url(../images/fonds/bg_body.png);
    color: #6d6d6d;
    font-size: 12px;
}

a { color: #6d6d6d; text-decoration: none; }
a:hover { text-decoration: underline; }


/**
 * Classes génériques
 ******************************************/

.eurorscg_main_title
{
    color: #d0081c;
    font-weight: normal;
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 8px;
}

.eurorscg_intro_txt
{
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 20px;
}

/* Bouton fléché */
a.eurorscg_arrow_button
{
    background: url(../images/puces/fleche.gif) 0 center no-repeat;
    color: #666;
    display: inline-block;
    font-size: 10px;
    line-height: 25px;
    padding: 0 0 0 15px;
    text-transform: uppercase;
}

/* Divers */
.eurorscg_invisible
{
    background: 0 !important;
    border: 0 !important;
    display: block !important;
    float: none !important;
    height: 1px !important;
    list-style: none !important;
    margin: -1px 0 0 -1px !important;
    position: absolute !important;
    overflow: hidden !important;
    padding: 0 !important;
    width: 1px !important;
}

.eurorscg_clear { clear: both; }
.eurorscg_center { text-align: center; }
.eurorscg_f_left { display: inline; float: left; }
.eurorscg_f_right { display: inline; float: right; }

.eurorscg_clearfix { display: inline-block; }
html[xmlns] .eurorscg_clearfix { display: block; }
* html .eurorscg_clearfix { height: 1%; }

.eurorscg_clearfix:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}


/**
 * Structure générique
 ******************************************/
.eurorscg_id_global
{
    background: #fff;
    margin: 20px auto;
    padding: 20px 20px 0;
    width: 937px;

    box-shadow: 0 0 7px #555;
    -moz-box-shadow: 0 0 7px #555;
    -webkit-box-shadow: 0 0 7px #555;
    !border: 1px solid #9c9c9c;
    zoom: 1; 
}

.eurorscg_id_header
{
    height: 63px;
    width: 937px;
    zoom: 1;
}

.eurorscg_id_content
{
    clear: both;
    padding: 20px 0;
    overflow: hidden;
    width: 937px;
}

.eurorscg_id_footer
{
    background: url(../images/fonds/bg_pointilles_h.png) 0 0 repeat-x;
    clear: both;
    color: #787878;
    font-size: 10px;
    left: -20px; _margin: 0 -40px 0 0;
    line-height: 30px;
    padding: 1px 0 0;
    position: relative;
    width: 977px;
}

/**
 * Header
 ******************************************/
.eurorscg_id_header h1 { float: left; }

.eurorscg_id_header .eurorscg_id_toolbox
{
    background: url(../images/fonds/bg_header_toolbox.png) 0 0 no-repeat;
    float: right;
    height: 26px;
    line-height: 22px;
    width: 200px;
}

.eurorscg_id_header .eurorscg_id_toolbox ul.eurorscg_languages
{
    color: #777;
    float: left;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
}


.eurorscg_id_header .eurorscg_id_toolbox ul.eurorscg_languages li
{
    float: left;
    height: 22px;
    padding: 0 0 4px;
}

.eurorscg_id_header .eurorscg_id_toolbox ul.eurorscg_languages li a
{
    color: #d9d9d9;
}

.eurorscg_id_header .eurorscg_id_toolbox ul.eurorscg_languages li a:hover
{
    color: #777;
}

.eurorscg_id_header .eurorscg_id_toolbox ul.eurorscg_languages li.eurorscg_active
{
    background: url(../images/fonds/bg_active_item.png) center bottom no-repeat;

}

.eurorscg_id_header .eurorscg_id_toolbox ul.eurorscg_languages li *
{
    border-right: 1px solid #c9c9c9;
    float: left;
    width: 24px;
}

.eurorscg_id_header .eurorscg_id_toolbox ul.eurorscg_languages li.eurorscg_active a { color: #c9c9c9; }
.eurorscg_id_header .eurorscg_id_toolbox ul.eurorscg_languages li.eurorscg_active strong { font-weight: normal; }

.eurorscg_id_header .eurorscg_id_toolbox form.eurorscg_search_form
{
    float: left;
    width: 150px;
}

.eurorscg_id_header .eurorscg_id_toolbox form.eurorscg_search_form input
{
    float: left;
    vertical-align: middle;
}

.eurorscg_id_header .eurorscg_id_toolbox form.eurorscg_search_form input.eurorscg_text
{
    border: 1px solid #c9c9c9;
    border-left: 0;
    color: #777;
    font-size: 11px;
    height: 18px; !height: 16px;
    padding: 2px 5px 0; !padding-top: 4px;
    width: 116px;
}

/**
 * Contenu
 ******************************************/
/* Fil d'ariane */
ul.eurorscg_breadcrumb
{
    color: #b6b6b6;
    font-size: 10px;
    line-height: 13px;
    margin: 0 0 10px;
    overflow: hidden;
    text-transform: uppercase;
    width: 100%;
}

ul.eurorscg_breadcrumb li,
ul.eurorscg_breadcrumb li a
{
    float: left;
    margin: 0 10px 0 0;
}

ul.eurorscg_breadcrumb li a { color: #b6b6b6; }

/* Actualités */
.eurorscg_id_box_news
{
    background: #fff;
    border: 1px solid #d9d9d9;
    margin: 0 0 20px;
    width: 214px;
}

.eurorscg_id_box_news h2
{
    background: url(../images/fonds/bg_box_title.png) 0 0 repeat-x;
    font-size: 18px;
    font-weight: normal;
    line-height: 51px;
    padding: 0 19px;
}

.eurorscg_id_box_news .eurorscg_text
{
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 19px 5px;
}

.eurorscg_id_box_news .eurorscg_text p
{
    font-size: 11px;
    margin: 0 0 10px;
    line-height: 13px;
}

.eurorscg_id_box_news .eurorscg_text p a { color: #6d6d6d; }

.eurorscg_id_box_news .eurorscg_text p.eurorscg_date { color: #b5b5b5; }

.eurorscg_id_box_news a.eurorscg_arrow_button
{
    margin: 0 0 0 19px;
    position: relative;
}

/**
 * Footer
 ******************************************/
.eurorscg_id_footer ul { float: left; }

.eurorscg_id_footer ul li
{
    background: url(../images/fonds/bg_pointilles_v.png) right 0 repeat-y;
    padding: 0 1px 0 0;
    float: left;
}

.eurorscg_id_footer ul li a
{
    color: #787878;
    display: block;
    padding: 0 20px;
}

.eurorscg_id_footer p
{
    background: url(../images/fonds/bg_pointilles_v.png) 0 0 repeat-y;
    float: right;
    padding: 0 20px;
}
