div, p, input, select, textarea, html, body, ul, li
{
    padding                     : 0px;
    margin                      : 0px;
}

a
{
    text-decoration             : none;
}

html
{
    color                       : #626662;
    font-family                 : Arial;
}

.div_principal
{
    max-width                   : 1000px;
    margin                      : 0px auto 0px auto;
    border                      : 0px;
}
#link_logo
{
    vertical-align              : middle;
    display                     : inline-block;
    width                       : 16%;
}
#link_logo img
{
    width                       : 100%;
    height                      : auto;
}
#div_menus_container
{
    width                       : 84%;
    display                     : inline-block;
    vertical-align              : middle;
    text-align                  : right;
}
#div_header
{
    width                       : 100%;
    position                    : relative
}
#div_connexion
{
    margin-right                : 10px;
    margin-top                  : 10px;
    text-align                  : left;
    position                    : relative;
    display                     : inline-block;
    width                       : 425px;
    height                      : 31px;
    background                  : url('/images/design/connexion.jpg') no-repeat top center;
    border                      : 0px;
    height                      : 85px;
}

#div_connexion input[type="submit"]
{
    position                    : absolute;
    top                         : 2px;
    right                       : 2px;
    border                      : 0px solid blue;
    background                  : none;
    width                       : 90px;
    height                      : 27px;
    cursor                      : pointer;
}

#div_connexion input[type="text"]
{
    position                    : absolute;
    top                         : 5px;
    left                        : 5px;
    border                      : 1px solid white;
    background                  : white;
    color                       : inherit;
    width                       : 150px;
    height                      : 20px;
}

#div_connexion input[type="password"]
{
    position                    : absolute;
    top                         : 5px;
    left                        : 170px;
    border                      : 1px solid white;
    background                  : white;
    color                       : inherit;
    width                       : 150px;
    height                      : 20px;
}


#div_bienvenue
{
    margin-top                  : 25px;
    margin-right                : 10px;
    height                      : 70px;
    text-align                  : right;
    font-weight                 : bold;
}

#div_bienvenue a
{
    margin-top                  : 10px;
    display                     : block;
    font-style                  : italic;
    color                       : black;
    font-weight                 : normal;
}


#div_menus
{
    background                  : none;
    display                     : inline-block;
    border-top                  : 5px solid #1ea400;
    padding-top                 : 5px;
}

#div_menus a
{
    display                     : block;
    float                       : left;
    font-size                   : 14px;
    color                       : #242b26;
    text-decoration             : none;
    text-align                  : center;
    margin                      : 0px 5px 0px 5px;
    padding                     : 6px;
}

#div_menus a.m_selected
{ 
    font-weight                 : bold;
}

#div_menus a.m_unselected
{
    font-weight                 : normal;
}

.nospan span
{
    display                     : none;
}


#sub_header
{
    width                       : 100%;
    height                      : 321px;
    background                  : url('/images/design/Shar3dAccess.jpg') no-repeat top center #1ea400;
    text-align                  : center;
}
.sub_header_title
{
    font-family                 : "eurofurence_regular";
    margin-top                  : 50px;
    display                     : inline-block;
    padding                     : 10px;
    font-size                   : 50px;
    color                       : #16481e;
    text-align                  : center;
    border-bottom               : 3px solid #1ea400;
}
.sub_header_subtitle
{
    font-size: 40px;
    color: white;
    margin: 20px auto 30px;
    text-shadow:  3px 3px 3px #000;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=4);
    zoom: 1;
}
.sub_header_link
{
    display: inline-block;
    text-decoration: none;
    color: black;
    width: 300px;
    text-align: center;
    padding: 15px 0;
    border: 1px solid #1ea400;
    border-radius: 4px;
    font-size: 25px;
    background-color: rgba(255, 255, 255, 0.65);
}
#div_footer
{
    width                       : 100%;
    height                      : 154px;
    background                  : url('/images/design/footer.jpg') repeat-x;
}

#div_mainpart
{
    padding                     : 30px 30px 50px 30px;
    position                    : relative;
}

#div_alt_index_logos
{
    margin                      : 40px auto;
    width                       : 100%;
}

#div_alt_index_logos a:hover
{
    background-position         : -245px 0px;
}

#div_alt_index_logos_qui
{
    width                       : 245px;
    height                      : 130px;
    display                     : block;
    float                       : left;
    background-image            :  url('/images/design/pictos/qui.jpg');
    background-repeat           : no-repeat;
    background-position         : 0px 0px;
    margin                      : 0px 15px 0px 15px;
}

#div_alt_index_logos_comment
{
    width                       : 245px;
    height                      : 130px;
    display                     : block;
    float                       : left;
    background-image            :  url('/images/design/pictos/fonctionnement.jpg');
    background-repeat           : no-repeat;
    background-position         : 0px 0px;
    margin                      : 0px 15px 0px 15px;
}

#div_alt_index_logos_membre
{
    width                       : 245px;
    height                      : 130px;
    display                     : block;
    float                       : left;
    background-image            :  url('/images/design/pictos/partenaires.jpg');
    background-repeat           : no-repeat;
    background-position         : 0px 0px;
    margin                      : 0px 15px 0px 15px;
}

.clear
{
    clear                       : both;
}

.center
{
    text-align                  : center;
}


.Couleur_Vert_Connexion
{
    color                       : #1ea400;
}
.Couleur_Vert_Fonce
{
    color                       : #16481e;
}
.Couleur_Gris
{
    color                       : #626662;
}
.Couleur_Gris_Fonce
{
    color                       : #242b26;
}
.Couleur_Orange
{
    color                       : #d29926;
}

.box
{
    border-bottom               : 2px solid #1ea400;
    padding                     : 15px;
    width                       : 255px;
    text-align                  : justify;
    box-shadow                  : 0px 8px 10px #1ea400;
    margin-left                 : 20px;
    margin-bottom               : 20px;
    min-height                  : 250px;
    position                    : relative;
}

.borderBottomBlue
{
    border-bottom               : 2px solid #1ea400;
}

.spanStyle
{
    font-size                   : 1.07em;
    margin                      : 0.8em auto;
    display                     : inline-block;
    padding                     : 0 15px;
    font-weight                 : bold;
}

.inputBlue
{
    border-radius               : 5px;
    border                      : 2px solid #1ea400;
    text-align                  : left;
    padding                     : 5px 0;
    text-indent                 : 5px;
}

.buttonBlue
{
    width                       : 70%;
    margin-left                 : 15%;
    padding                     : 15px 0;
    position                    : absolute;
    bottom                      : 0;
    left                        : 0;
    background-color            : #1ea400;
    border                      : 0;
    border-top-left-radius      : 90px;
    border-top-right-radius     : 90px;
    color                       : white;
    font-weight                 : bold;
    font-size                   : 1.1em;
    cursor                      : pointer;
}

.link_password
{
    text-decoration             : none;
    color                       : inherit;
}

#div_compte_menus
{
    float                       : left;
    width                       : 250px;
    margin-right                : 50px;
    background                  : #1ea400;
    border-radius               : 5px;
}

#div_compte_menus h1
{
    color                       : white;
    text-align                  : center;                                          
}

#div_compte_menus a
{
    display                     : block;
    color                       : white;
    border-bottom               : 1px solid white;
    margin-bottom               : 20px;
    text-decoration             : none;
    width                       : 200px;
    margin-left                 : 30px;
    font-size                   : 14px;
}

#div_compte_menus a.sous_links
{
    margin-top                  : -10px;
    margin-bottom               : 15px;
    margin-left                 : 60px;
    width                       : 170px;
    font-size                   : 12px;
}


#div_compte_content
{
    width                       : 600px;
    padding                     : 20px;
    border                      : 0px solid red;
    float                       : left;
    display                     : block;
    background                  : #E8FFEA;
    border-radius               : 5px;
}

.span_compte_content_question
{
    display                     : block;
    margin                      : 30px 0px 10px 0px;
    border-bottom               : 1px solid #626662;
}
.span_compte_content_reponse
{
    display                     : block;
}

.buttonSubmit
{
    color                       : white;
    font-weight                 : bold;
    padding                     : 5px 10px 5px 10px;
    cursor                      : pointer;
    font-family                 : Arial;
    display                     : inline-block;
    margin                      : 0px 0px 10px 0px;
    float                       : right;
    text-decoration             : none;
    font-size                   : 14px;
    border-radius               : 5px;
}

.buttonSubmitKo
{
    background-color            : #16481e;
    border                      : 1px solid #16481e;
}

.buttonSubmitOk
{
    border                      : 1px solid #1ea400;
    background-color            : #1ea400;
}

.buttonSubmit3
{
    background-color            : #d29926;
    border                      : 1px solid #d29926;
}

.div_form_buttons
{
    margin                      : 20px 0px 20px 0px;
    float                       : right;
    text-align                  : right;
}

.div_formulaire input , .div_formulaire textarea, .div_formulaire select
{
    width                       : 100%;
    border                      : 1px solid #626662;
    padding                     : 2px 0px 2px 5px;
    border-radius               : 5px;
    margin                      : 0px 0px 4px 0px;
}

.checkbox input[type="checkbox"]
{
    width                       : 20px;
    float                       : left;
    border                      : 0px;
}

.checkbox
{
    line-height                 : 20px;
    height                      : 20px;
    margin                      : 5px 0px 0px 0px;
    border                      : 0px solid blue;
}

.checkbox span
{
    float                       : left;
    display                     : block;
}


.div_formulaire select
{
    width                       : auto;
    height                      : 25px;
    padding                     : 4px 5px 4px 5px;
}

.div_formulaire input
{
    height                      : 20px;
}

.div_formulaire textarea
{
    height                      : 80px;
}


.div_formulaire .span_form_edit_title
{
    display                     : block;
    font-weight                 : bold;
    margin-bottom               : 5px;
}

.div_formulaire .span_form_edit_title_infos
{
    font-style                  : italic;
    font-size                   : 12px;
    font-weight                 : normal;
}

.div_formulaire p 
{
    padding                     : 0px;
    margin                      : 0px 0px 5px 0px;
    border                      : 0px;
}

.div_formulaire_info
{
    font-style                  : italic;
    margin                      : 10px 0px 10px 0px;
    font-size                   : 12px;
}

.div_formulaire_success
{
    color                       : blue;
    font-weight                 : bold;
}

.error_class_message
{
    color                       : red;
    font-weight                 : bold;
}

.error, .has-error , .form-error
{
    color                       : red;
    font-weight                 : bold;
}

.errorclass
{
    border                      : 1px solid red;
}

.div_list_pagination
{
    margin                      : 20px auto 20px auto;
    text-align                  : center;
    background                  : #1ea400;
    border-radius               : 5px;
    padding                     : 5px;
}

.div_list_pagination a
{
    color                       : white;
    font-weight                 : bold;
}

.div_list_pagination a.p_selected
{
    text-decoration             : underline;
}

.div_list_pagination a.p_unselected
{
    text-decoration             : underline;
}

.buildPDF
{
    text-align:center;
    width:100%;
}


.buildPDF table , .buildPDF tr , .buildPDF td
{
    margin                      : 0px;
    padding                     : 0px;
    border                      : 0px;
    border-collapse             : collapse;
    vertical-align              : top;
}

.buildPDF table
{
    width                       : 100%;
}

.bloc_1_3 select
{
    max-width                   : 250px;
}
.bloc_1_6 select
{
    max-width                   : 120px;
}

.bloc_1_3 select , .bloc_1_6 select
{
    margin                      : 14px auto auto auto;
    height                      : 120px;
    background                  : white;
}



.bloc_1_3
{
    width                       : 296px;
    height                      : 145px;
    line-height                 : 145px;
    margin-bottom               : 6px;
    background                  : #eee;
}
.bloc_2_3
{
    width                       : 296px;
    height                      : 296px;
    line-height                 : 296px;
    background                  : #eee;
    margin-bottom               : 6px;
}
.bloc_1_6
{
    width                       : 145px;
    height                      : 148px;
    line-height                 : 148px;
    background                  : #eee;
    float                       : left;
}

.position1
{
    margin-right                : 6px;
}

.position2
{
    margin-right                : 0px;
}

.span_envoi_title
{
    display                     : block;
    border-bottom               : 1px solid #626662;
    font-size                   : 16px;
    margin-bottom               : 20px;
}