* {
    margin: 0;
    padding: 0;
}

::-webkit-input-placeholder {
    color: #bbb;
}

input:-moz-placeholder {
    color: #bbb;
}

body, td, th {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

body {
    background-color: #ffffff;
}

/*_*_*_*_*_*_*_*_*_*_*/
/* 
	gestion des Curseurs
	*/
/*_*_*_*_*_*_*_*_*_*_*/
/*Default*/
body {
    cursor: url('/img/cursor/cursor.cur'), default;
}

select, select option:hover, input, iframe {
    cursor: url('/img/cursor/cursor.cur'), default;
}

/*Text*/
input[type='text'], input[type='password'], textarea {
    cursor: url('/img/cursor/cursor_text.cur'), text;
}

/*Pointer*/
input[type='checkbox'], input[type='radio'], a, a:visited, a[disabled='disabled'] {
    cursor: url('/img/cursor/cursor_hand.cur'), pointer;
}

.cursor_pointer {
    cursor: url('/img/cursor/cursor_hand.cur'), pointer;
}

.cursor_fleche_vertical {
    cursor: s-resize;
}

textarea {
    resize: none;
}

a, a:visited {
    text-decoration: none;
}

ul.errors, span.errors {
    padding: 5px;
    font-size: 12px;
    color: #cc0000;
    font-weight: normal;
    line-height: 16px;
    margin: 0;
    text-shadow: 0px 1px 1px #FFFFFF;
}

ul.errors li {
    border-right: 1px solid #669900;
    margin-right: 10px;
}

span.h1_text {
    color: #545454;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    margin: 0;
    text-shadow: 0 1px 1px #FFFFFF;
}

span.h1_text a, .h1_rouge a {
    color: #669900;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    margin: 0;
}

span.h1_text a:hover, .h1_rouge a {
    text-decoration: underline;
}

.h1_green {
    color: #669900;
}

.h1_red {
    color: #cc0000;
}

span.h1_copyright {
    color: #EEEEEE;
    font-size: 11px;
    font-weight: normal;
    line-height: 33px;
}

span.h1_copyright a {
    color: #EEEEEE;
    font-size: 11px;
    font-weight: normal;
    line-height: 33px;
}

span.h1_copyright a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

table.align_top td {
    vertical-align: top;
}

/* HOME NEW */
.bloc_vert {
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 5px;
    background-color: #f3f8eb;
    border: 1px solid #669900;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.smenu_hthome {
    width: 100%;
    display: block;
    height: 36px;
    background: url(/img/fd_smenu_hthome.jpg) no-repeat top left;
    overflow: hidden;
    text-align: center;
}

.smenu_hthome p {
    width: 300px;
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 43px;
    text-shadow: 0px 1px 1px #333333;
}

.smenu_bashome {
    height: 12px;
    overflow: hidden;
    background: url(/img/fd_smenu_bashome.png) no-repeat top left;
    margin-bottom: 10px;
}

.onglet_home {
    width: 628px;
    background-color: #ffffff;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    padding: 0 15px 0 15px;
    overflow: hidden;
}

.onglet_homebas {
    height: 12px;
    overflow: hidden;
    background: url(/img/fd_onglet_homebas.jpg) no-repeat top left;
    margin-bottom: 10px;
}

.logo2 {
    float: left;
    margin: 7px 0 0 0;
    width: 271px;
    overflow: hidden;
}

.bloc_user2 {
    float: right;
    background: url(/img/fd_user.png) repeat-x top left;
    overflow: hidden;
    margin: 0;
    width: 496px;
    height: 31px;
}

.fest2 {
    display: block;
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 10px;
    background-color: #f6f6f6;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.fest2:hover {
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 10px;
    background-color: #f4f8ea;
    border: 1px solid #649a00;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* Entete */

.entete {
    background: url(/img/fd_entete.jpg) repeat-x top left;
    height: 115px;
}

#entete {
    background: url(/img/bg_entete.jpg) repeat-x top left;
    margin: 0 auto;
    width: 970px;
    text-align: left;
    padding: 0;
    height: 115px;
}

.logo {
    float: left;
    margin: 30px 0 0 0;
    width: 374px;
    overflow: hidden;
}

.bloc_user {
    float: right;
    background: url(/img/fd_user.jpg) repeat-x top left;
    overflow: hidden;
    margin: 0;
    width: 496px;
    height: 31px;
}

h1.h1_user {
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    padding: 0 15px 0 10px;
    line-height: 14px;
    text-shadow: 0px 1px 1px #355000;
}

h1.h1_user a {
    font-size: 12px;
    font-weight: normal;
    color: #eeeeee;
}

h1.h1_user a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Slide */

#slide {
    margin: 0 auto;
    width: 970px;
    text-align: left;
    padding: 0 0 0 0;
}

.slide {
    background: url(/img/fd_slide.jpg) repeat-x top left;
    height: 261px;
}

/* Menu haut */

.menu {
    background: url(/img/fd_menu.jpg) repeat-x;
    height: 43px;
}

#menu {
    margin: 0 auto;
    width: 970px;
    text-align: center;
    padding: 0;
}

a.menu span.aa {
    width: 15px;
    font-size: 14px;
    color: #eeeeee;
    line-height: 41px;
    font-weight: bold;
    text-shadow: 0px 1px 1px #333333;
    float: left;
    overflow: hidden;
    text-decoration: none;
    margin: 0 0 0 5px;
    padding: 2px 0 0 0;
}

a.menu span.bb {
    font-size: 14px;
    color: #eeeeee;
    line-height: 41px;
    font-weight: bold;
    text-shadow: 0px 1px 1px #333333;
    float: left;
    overflow: hidden;
    text-decoration: none;
    padding: 2px 15px 0 0;
    margin: 0 5px 0 0;
}

a.menu:hover span.aa {
    background: url(/img/bt_menu.png) no-repeat left;
    color: #545454;
    text-decoration: none;
    text-shadow: 0px 1px 1px #FFFFFF;
}

a.menu:hover span.bb {
    background: url(/img/bt_menu.png) no-repeat right;
    color: #545454;
    text-decoration: none;
    text-shadow: 0px 1px 1px #FFFFFF;
}

.box_t2_picto {
    display: inline-block;
    margin: 3px 0 0 0;
    padding: 0 0;
}

.menu_br span.aa {
    width: 15px;
    font-size: 14px;
    color: #545454;
    line-height: 41px;
    font-weight: bold;
    text-shadow: 0px 1px 1px #FFFFFF;
    float: left;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/bt_menu.png) no-repeat left;
    margin: 0 0 0 5px;
    padding: 2px 0 0 0;
}

.menu_br span.bb {
    font-size: 14px;
    color: #545454;
    line-height: 41px;
    font-weight: bold;
    text-shadow: 0px 1px 1px #FFFFFF;
    float: left;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/bt_menu.png) no-repeat right;
    padding: 2px 15px 0 0;
    margin: 0 5px 0 0;
}

/* Menu 2 */

.blc_menu2_content {
    height: 40px;
    overflow: hidden;
}

a.menu2 span.aa {
    width: 15px;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    float: left;
    overflow: hidden;
    text-decoration: none;
    margin: 0 0 0 5px;
    padding: 2px 0 0 0;
    background: url(/img/menu2_bn.png) no-repeat left;
    color: #eeeeee;
    text-decoration: none;
    text-shadow: 0px 1px 1px #333333;
}

a.menu2 span.bb {
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    float: left;
    overflow: hidden;
    text-decoration: none;
    padding: 2px 15px 0 0;
    margin: 0 5px 0 0;
    background: url(/img/menu2_bn.png) no-repeat right;
    color: #eeeeee;
    text-decoration: none;
    text-shadow: 0px 1px 1px #333333;
}

a.menu2:hover span.aa {
    background: url(/img/menu2_br.png) no-repeat left;
    color: #eeeeee;
    text-decoration: none;
    text-shadow: 0px 1px 1px #333333;
}

a.menu2:hover span.bb {
    background: url(/img/menu2_br.png) no-repeat right;
    color: #eeeeee;
    text-decoration: none;
    text-shadow: 0px 1px 1px #333333;
}

.menu2_br span.aa {
    width: 15px;
    font-size: 12px;
    color: #eeeeee;
    line-height: 25px;
    font-weight: bold;
    text-shadow: 0px 1px 1px #333333;
    float: left;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/menu2_br.png) no-repeat left;
    margin: 0 0 0 5px;
    padding: 2px 0 0 0;
}

.menu2_br span.bb {
    font-size: 12px;
    color: #eeeeee;
    line-height: 25px;
    font-weight: bold;
    text-shadow: 0px 1px 1px #333333;
    float: left;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/menu2_br.png) no-repeat right;
    padding: 2px 15px 0 0;
    margin: 0 5px 0 0;
}

/* Menu gauche */

.smenu_ht {
    height: 12px;
    overflow: hidden;
    background: url(/img/fd_smenu_ht.png) no-repeat top left;
}

.smenu_bas {
    height: 12px;
    overflow: hidden;
    background: url(/img/fd_smenu_bas.png) no-repeat top left;
    margin-bottom: 10px;
}

.blc_smenu_content {
    background-color: #ffffff;
    overflow: hidden;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}

.blc_smenu {
    margin: 0 4px;
    background-color: #f6f6f6;
    overflow: hidden;
    text-align: center;
}

.blc_smenu2 {
    margin: 0 4px;
    background-color: #f6f6f6;
    overflow: hidden;
    padding: 0 10px 0 10px;
}

a.smenu {
    display: block;
    height: 23px;
    font-size: 12px;
    color: #eeeeee;
    line-height: 23px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/smenu.jpg) no-repeat top;
    margin-bottom: 4px;
    margin-top: 4px;
    padding: 2px 0 0 0;
    text-shadow: 0px 1px 1px #333333;
}

a:hover.smenu, a:active.smenu {
    display: block;
    height: 23px;
    font-size: 12px;
    color: #eeeeee;
    line-height: 23px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/smenu.jpg) no-repeat bottom;
    margin-bottom: 4px;
    margin-top: 4px;
    padding: 2px 0 0 0;
    text-shadow: 0px 1px 1px #333333;
}

.smenu_br {
    display: block;
    height: 23px;
    font-size: 12px;
    color: #eeeeee;
    line-height: 23px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/smenu.jpg) no-repeat bottom;
    margin-bottom: 4px;
    margin-top: 4px;
    padding: 2px 0 0 0;
    text-shadow: 0px 1px 1px #333333;
}

.smenu_inactif {
    display: block;
    height: 23px;
    font-size: 12px;
    color: #eeeeee;
    line-height: 23px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/smenu.jpg) no-repeat top;
    margin-bottom: 4px;
    margin-top: 4px;
    padding: 2px 0 0 0;
    text-shadow: 0px 1px 1px #333333;
}

span.smenu2, a.smenu2 {
    display: block;
    height: 20px;
    font-size: 11px;
    color: #545454;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/smenu2.jpg) no-repeat top;
    margin-bottom: 1px;
    padding: 0;
    text-shadow: 0px 1px 1px #ffffff;
}

a:hover.smenu2, a:active.smenu2 {
    display: block;
    height: 20px;
    font-size: 11px;
    color: #545454;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/smenu2.jpg) no-repeat bottom;
    margin-bottom: 1px;
    padding: 0;
    text-shadow: 0px 1px 1px #ffffff;
}

.smenu2_br {
    display: block;
    height: 20px;
    font-size: 11px;
    color: #545454;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/smenu2.jpg) no-repeat bottom;
    margin-bottom: 1px;
    padding: 0;
    text-shadow: 0px 1px 1px #ffffff;
}

.smenu2bis {
    display: block;
    height: 20px;
    font-size: 11px;
    color: #545454;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/smenu2bis.jpg) no-repeat top;
    margin-bottom: 1px;
    padding: 0;
    text-shadow: 0px 1px 1px #ffffff;
}

a:hover.smenu2bis, a:active.smenu2bis {
    display: block;
    height: 20px;
    font-size: 11px;
    color: #545454;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/smenu2bis.jpg) no-repeat bottom;
    margin-bottom: 1px;
    padding: 0;
    text-shadow: 0px 1px 1px #ffffff;
}

.smenu2bis_br {
    display: block;
    height: 20px;
    font-size: 11px;
    color: #545454;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/smenu2bis.jpg) no-repeat bottom;
    margin-bottom: 1px;
    padding: 0;
    text-shadow: 0px 1px 1px #ffffff;
}

.smenu_ht2 {
    width: 100%;
    display: block;
    height: 36px;
    background: url(/img/fd_smenu_ht2.jpg) no-repeat top left;
    overflow: hidden;
    text-align: center;
}

.smenu_ht2 p {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 43px;
    text-shadow: 0px 1px 1px #333333;
}

/* Contenu */

.selectable {
}

.selectable:hover *, .selectable:hover {
    background-color: #d8d8d8;
    cursor: url('/img/cursor/cursor_hand.cur'), pointer;
}

table.overflow_hidden td {
    overflow: hidden;
}

.overflow_scroll {
    overflow: scroll;
}

.contenu {
    background: url(/img/fd_contenu.jpg) repeat-x top left;
    background-color: #eeeeee;
}

#contenu_l {
    margin: 0 auto;
    width: 1250px;
    text-align: left;
    padding: 25px 0 25px 0;
}

#contenu_s {
    margin: 0 auto;
    width: 970px;
    text-align: left;
    padding: 25px 0 25px 0;
}

.blc_smenu_content {
    background-color: #ffffff;
    overflow: hidden;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}

.blc_smenu {
    margin: 0 4px;
    background-color: #f6f6f6;
    overflow: hidden;
    text-align: center;
}

.blc_smenu2 {
    margin: 0 4px;
    background-color: #f6f6f6;
    overflow: hidden;
    padding: 0 5px 0 10px;
}

.blc_smenu3 {
    margin: 0 4px;
    background-color: #f6f6f6;
    overflow: hidden;
}

.blc1_ht {
    height: 12px;
    overflow: hidden;
    background: url(/img/fd_blc1_ht.jpg) no-repeat top left;
}

.blc1_bas {
    height: 12px;
    overflow: hidden;
    background: url(/img/fd_blc1_bas.jpg) no-repeat top left;
    margin-bottom: 10px;
}

.blc1 {
    margin: 0 4px;
    background-color: #f6f6f6;
    overflow: hidden;
    padding: 0 15px;
}

.blc_fiche {
    background-color: #f6f6f6;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    margin: 0;
    padding: 0 10px 0 10px;
}

.onglet_content {
    width: 938px;
    background-color: #ffffff;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    padding: 0 15px 0 15px;
    overflow: hidden;
}

.onglet_bas {
    height: 12px;
    overflow: hidden;
    background: url(/img/fd_onglet_bas.jpg) no-repeat top left;
    margin-bottom: 10px;
}

.onglet_ht {
    height: 12px;
    overflow: hidden;
    background: url(/img/fd_onglet_ht.jpg) no-repeat top left;
}

.onglet_content2 {
    width: 724px;
    background-color: #ffffff;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    padding: 0 15px 0 15px;
    overflow: hidden;
}

.onglet_bas2 {
    height: 12px;
    overflow: hidden;
    background: url(/img/fd_onglet_bas2.jpg) no-repeat top left;
    margin-bottom: 10px;
}

.box_titre {
    background: url(/img/fd_box_titre.jpg);
    line-height: 33px;
    margin: 0px;
    padding: 0 10px 0 0;
}

.box_titrebis {
    background: url(/img/fd_box_titrebis.jpg);
    line-height: 33px;
    margin: 0px;
    padding: 0 15px 0 0;
    overflow: hidden;
}

h1.h1_titre {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    line-height: 33px;
    margin: 0;
    text-shadow: 0px 1px 1px #333333;
    padding: 0 0 0 20px;
    text-transform: uppercase;
}

.box_titrehome {
    background: url(/img/fd_box_titrehome.jpg);
    line-height: 33px;
    margin: 0px;
    padding: 0 10px 0 0;
}

.box_titre2 {
    background: url(/img/fd_box_titre2.jpg);
    line-height: 33px;
    margin: 0px;
    padding: 0 15px 0 0;
}

h1.h1_titre2 {
    font-size: 14px;
    color: #545454;
    font-weight: bold;
    line-height: 33px;
    margin: 0;
    text-shadow: 0px 1px 1px #ffffff;
    padding: 0 0 0 30px;
}

.blc_tvert {
    height: 36px;
    background: url(/img/fd_titre2.png) no-repeat top left;
    overflow: hidden;
}

.blc_tvert p {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 15px;
    line-height: 40px;
    text-shadow: 0px 1px 1px #333333;
}

.box_t1 {
    width: 918px;
    height: 21px;
    background: url(/img/fd_t1.jpg);
    overflow: hidden;
    font-size: 12px;
    font-weight: normal;
    color: #545454;
    padding-left: 20px;
    line-height: 23px;
    text-shadow: 0px 1px 1px #ffffff;
    margin: 10px 0 5px 0;
}

.box_t2 {
    height: 21px;
    background: url(/img/fd_t2.jpg);
    overflow: hidden;
    font-size: 12px;
    font-weight: normal;
    color: #545454;
    padding-left: 20px;
    line-height: 23px;
    text-shadow: 0px 1px 1px #ffffff;
    margin: 10px 0 5px 0;
}

.box_t3 {
    width: 704px;
    height: 21px;
    background: url(/img/fd_t3.jpg);
    overflow: hidden;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    padding-left: 20px;
    line-height: 23px;
    text-shadow: 0px 1px 1px #333333;
    margin: 10px 0 5px 0;
}

.box_t4 {
    height: 21px;
    background: url(/img/fd_t4.jpg);
    overflow: hidden;
    font-size: 12px;
    font-weight: normal;
    color: #545454;
    padding-left: 20px;
    line-height: 23px;
    text-shadow: 0px 1px 1px #ffffff;
    margin: 10px 0 5px 0;
}

.box_t5 {
    height: 21px;
    background: url(/img/fd_t5.jpg);
    overflow: hidden;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    padding-left: 20px;
    line-height: 23px;
    text-shadow: 0px 1px 1px #333333;
    margin: 10px 0 5px 0;
}

.box_picto {
    float: right;
    margin: 0 5px 0 0;
    padding: 7px 0;
    overflow: hidden;
}

.infos_ht {
    height: 10px;
    overflow: hidden;
    background: url(/img/infos_ht.png) no-repeat top left;
    margin-top: 10px;
}

.infos_htbis {
    height: 10px;
    overflow: hidden;
    background: url(/img/infos_htbis.png) no-repeat top left;
    margin-top: 10px;
}

.infos_ht2 {
    height: 10px;
    overflow: hidden;
    background: url(/img/infos_ht2.png) no-repeat top left;
    margin-top: 0px;
}

.infos_ht3 {
    height: 10px;
    overflow: hidden;
    background: url(/img/infos_ht3.png) no-repeat top left;
    margin-top: 10px;
}

.infos_bas {
    height: 10px;
    overflow: hidden;
    background: url(/img/infos_bas.png) no-repeat top left;
    margin-bottom: 10px;
}

.infos_basbis {
    height: 10px;
    overflow: hidden;
    background: url(/img/infos_basbis.png) no-repeat top left;
    margin-bottom: 10px;
}

.infos_bas2 {
    height: 10px;
    overflow: hidden;
    background: url(/img/infos_bas2.png) no-repeat top left;
    margin-bottom: 10px;
}

.infos_bas3 {
    height: 10px;
    overflow: hidden;
    background: url(/img/infos_bas3.png) no-repeat top left;
    margin-bottom: 10px;
}

.blc_infos_content {
    background-color: #ffffff;
    overflow: hidden;
    border-left: 1px solid #669900;
    border-right: 1px solid #669900;
}

.blc_infos {
    margin: 0 4px;
    background-color: #f3f8eb;
    overflow: hidden;
    padding: 0 11px;
}

.mess_ht {
    height: 12px;
    overflow: hidden;
    background: url(/img/fd_mess_ht.png) no-repeat top left;
}

.mess_bas {
    height: 12px;
    overflow: hidden;
    background: url(/img/fd_mess_bas.png) no-repeat top left;
    margin-bottom: 10px;
}

.mess_ht2 {
    height: 12px;
    overflow: hidden;
    background: url(/img/fd_mess_ht2.png) no-repeat top left;
}

.mess_bas2 {
    height: 12px;
    overflow: hidden;
    background: url(/img/fd_mess_bas2.png) no-repeat top left;
    margin-bottom: 10px;
}

.mess_ht3 {
    height: 12px;
    overflow: hidden;
    background: url(/img/fd_mess_ht3.png) no-repeat top left;
    margin-top: 10px;
}

.mess_bas3 {
    height: 12px;
    overflow: hidden;
    background: url(/img/fd_mess_bas3.png) no-repeat top left;
    margin-bottom: 10px;
}

.mess_content {
    height: 300px;
    background-color: #ffffff;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    padding: 10px;
    font-size: 12px;
    color: #545454;
    font-weight: normal;
    line-height: 14px;
    margin: 0;
    overflow-y: scroll;
}

.points {
    height: 1px;
    overflow: hidden;
    background: url(/img/points.png);
    margin: 5px 0 5px 0;
}

.points2 {
    height: 1px;
    overflow: hidden;
    background: url(/img/points.png);
    margin: 0;
}

.points3 {
    height: 1px;
    overflow: hidden;
    background: url(/img/points.png);
    margin: 10px 0 10px 0;
}

.points4 {
    height: 1px;
    overflow: hidden;
    background: url(../img/points2.png);
    margin: 3px 0 10px 0;
    clear: both;
}

table {
    text-decoration: none;
}

a.bout1 span.aa {
    width: 15px;
    font-size: 11px;
    color: #545454;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/fd_bout1.png) no-repeat top left;
    margin: 0;
    padding: 0 0 0 0;
    text-shadow: 0px 1px 1px #FFFFFF;
    float: left;
}

a.bout1 span.bb {
    font-size: 11px;
    color: #545454;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/fd_bout1.png) no-repeat top right;
    padding: 0 15px 0 0;
    margin: 0 5px 0 0;
    text-shadow: 0px 1px 1px #FFFFFF;
    float: left;
}

a.bout1:hover span.aa {
    color: #ffffff;
    background: url(/img/fd_bout1.png) no-repeat bottom left;
    text-decoration: none;
    text-shadow: 0px 1px 1px #333333;
}

a.bout1:hover span.bb {
    color: #ffffff;
    background: url(/img/fd_bout1.png) no-repeat bottom right;
    text-decoration: none;
    text-shadow: 0px 1px 1px #333333;
}

a.bout1_selected span.aa {
    color: #ffffff;
    background: url(/img/fd_bout1.png) no-repeat bottom left;
    text-decoration: none;
    text-shadow: 0px 1px 1px #333333;
}

a.bout1_selected span.bb {
    color: #ffffff;
    background: url(/img/fd_bout1.png) no-repeat bottom right;
    text-decoration: none;
    text-shadow: 0px 1px 1px #333333;
}

.bout1off span.aa {
    width: 15px;
    font-size: 11px;
    color: #ffffff;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/fd_bout1.png) no-repeat top left;
    margin: 0;
    padding: 0 0 0 0;
    text-shadow: 0px 1px 1px #ffffff;
    float: left;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    opacity: 0.60;
    -moz-opacity: 0.60;
    filter: alpha(opacity=60);
    cursor: url('/img/cursor/cursor.cur'), default;
}

.bout1off span.bb {
    font-size: 11px;
    color: #545454;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/fd_bout1.png) no-repeat top right;
    padding: 0 15px 0 0;
    margin: 0 5px 0 0;
    text-shadow: 0px 1px 1px #ffffff;
    float: left;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    opacity: 0.60;
    -moz-opacity: 0.60;
    filter: alpha(opacity=60);
    cursor: url('/img/cursor/cursor.cur'), default;
}

a.bout1bis span.aa {
    width: 15px;
    font-size: 11px;
    color: #ffffff;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/fd_bout1.png) no-repeat bottom left;
    margin: 0;
    padding: 0 0 0 0;
    text-shadow: 0px 1px 1px #333333;
    float: left;
}

a.bout1bis span.bb {
    font-size: 11px;
    color: #ffffff;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/fd_bout1.png) no-repeat bottom right;
    padding: 0 15px 0 0;
    margin: 0 5px 0 0;
    text-shadow: 0px 1px 1px #333333;
    float: left;
}

a.bout1bis:hover span.aa {
    color: #545454;
    background: url(/img/fd_bout1.png) no-repeat top left;
    text-decoration: none;
    text-shadow: 0px 1px 1px #ffffff;
}

a.bout1bis:hover span.bb {
    color: #545454;
    background: url(/img/fd_bout1.png) no-repeat top right;
    text-decoration: none;
    text-shadow: 0px 1px 1px #ffffff;
}

a.bout2 span.aa {
    width: 10px;
    font-size: 11px;
    color: #545454;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/fd_bout2.png) no-repeat top left;
    margin: 0;
    padding: 0 0 0 0;
    text-shadow: 0px 1px 1px #FFFFFF;
    float: left;
}

a.bout2 span.bb {
    font-size: 11px;
    color: #545454;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/fd_bout2.png) no-repeat top right;
    padding: 0 10px 0 0;
    margin: 0 5px 0 0;
    text-shadow: 0px 1px 1px #FFFFFF;
    float: left;
}

a.bout2:hover span.aa {
    color: #545454;
    background: url(/img/fd_bout2.png) no-repeat bottom left;
    text-decoration: none;
    text-shadow: 0px 1px 1px #FFFFFF;
}

a.bout2:hover span.bb {
    color: #545454;
    background: url(/img/fd_bout2.png) no-repeat bottom right;
    text-decoration: none;
    text-shadow: 0px 1px 1px #FFFFFF;
}

.bout2_br span.aa {
    width: 10px;
    font-size: 11px;
    color: #545454;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/fd_bout2.png) no-repeat bottom left;
    margin: 0;
    padding: 0 0 0 0;
    text-shadow: 0px 1px 1px #FFFFFF;
    float: left;
}

.bout2_br span.bb {
    font-size: 11px;
    color: #545454;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/fd_bout2.png) no-repeat bottom right;
    padding: 0 10px 0 0;
    margin: 0 5px 0 0;
    text-shadow: 0px 1px 1px #FFFFFF;
    float: left;
}

/* Tableaux */

.blc_langue {
    width: 918px;
    border-bottom: 1px solid #ababab;
    overflow: hidden;
    margin: 0 0 10px 0;
}

.blc_langue2 {
    width: 724px;
    border-bottom: 1px solid #ababab;
    overflow: hidden;
    margin: 0 0 10px 0;
}

.cell_langue {
    background: url(/img/fd_cell_langue.jpg);
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
    text-shadow: 0px 1px 1px #333333;
    height: 23px;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 0 0 0 4px;
    margin: 0;
}

.cell1 {
    background: url(/img/fd_cell1.jpg);
    background-color: #7A7B7B;
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
    text-shadow: 0px 1px 1px #333333;
    height: 23px;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 0 4px;
    margin: 0;
}

.cell1bis {
    line-height: 23px;
    background: url(/img/fd_cell1.jpg);
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    text-shadow: 0px 1px 1px #333333;
    height: 23px;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 0 4px;
    margin: 0;
}

.cell2 {
    background: #eeeeee;
    font-size: 11px;
    font-weight: normal;
    color: #545454;
    text-shadow: 0px 1px 1px #ffffff;
    height: 25px;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 2px 4px;
    margin: 0;
    line-height: 14px;
}

.cell2 a {
    font-weight: normal;
    color: #545454;
    text-shadow: 0px 1px 1px #ffffff;
    font-weight: bold;
}

.cell2bis {
    background: #fdfdfd;
    font-size: 11px;
    font-weight: normal;
    color: #545454;
    text-shadow: 0px 1px 1px #ffffff;
    font-style: normal;
    height: 25px;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 2px 4px;
    margin: 0;
    line-height: 14px;
}

.cell3 {
    background: #eeeeee;
    font-size: 12px;
    font-weight: normal;
    color: #545454;
    text-shadow: 0px 1px 1px #ffffff;
    height: 25px;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 2px 4px;
    margin: 0;
    line-height: 14px;
}

.cell4 {
    background: #eeeeee;
    font-size: 11px;
    font-weight: normal;
    color: #545454;
    text-shadow: 0px 1px 1px #ffffff;
    height: 25px;
    text-decoration: none;
    border: 1px solid #ffffff;
    padding: 10px;
    margin: 0;
    line-height: 14px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.cell5 {
    background: #7a7b7b;
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
    text-shadow: 0px 1px 1px #333333;
    height: 23px;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 0 10px 0 4px;
    margin: 0;
}

.cell5bis {
    background: #7a7b7b;
    height: 23px;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.up {
    background-image: url(/img/up.png);
    background-position: right;
    background-repeat: no-repeat;
}

.down {
    background-image: url(/img/down.png);
    background-position: right;
    background-repeat: no-repeat;
}

.bloc_blanc {
    overflow: hidden;
    margin: 0;
    padding: 10px;
    border: 1px solid #d8d8d8;
    background-color: #FFFFFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.bloc_gris {
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 8px;
    background-color: #ececec;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.bloc_rouge {
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 8px;
    background-color: #cc0000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
}

.bloc_blanc2 {
    overflow: hidden;
    margin: 2px 0 5px 0;
    padding: 8px;
    border: 1px solid #d8d8d8;
    background-color: #FFFFFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 12px;
    color: #545454;
    font-weight: normal;
    line-height: 14px;
    text-shadow: 0px 1px 1px #FFFFFF;
}

.bloc_head {
    overflow: hidden;
    padding: 0 8px;
}

.bloc_gris2 {
    overflow: hidden;
    margin: 10px 0;
    padding: 8px;
    background-color: #f6f6f6;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.bloc_prix {
    overflow: hidden;
    margin: 0;
    padding: 8px;
    background-color: #ececec;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    color: #cc0000;
    font-size: 14px;
    font-weight: bold;
}

.box_table {
    background: #eeeeee;
    float: left;
    width: 100%;
    height: 25px;
    overflow: hidden;
    border-bottom: 1px solid #ffffff;
    line-height: 25px;
    text-decoration: none;
    padding: 0;
    font-size: 11px;
    font-weight: normal;
    color: #545454;
    text-shadow: 0px 1px 1px #ffffff;
}

.box_table:hover {
    background: url(/img/fd_table_hover.jpg);
    overflow: hidden;
    text-decoration: none;
}

.box_table_hover {
    background: url(/img/fd_table_hover.jpg);
    overflow: hidden;
    text-decoration: none;
}

.box_tablebis {
    background: url(/img/fd_table_hover.jpg);
    float: left;
    width: 100%;
    height: 25px;
    overflow: hidden;
    border-bottom: 1px solid #ffffff;
    line-height: 25px;
    text-decoration: none;
    padding: 0;
    font-size: 11px;
    font-weight: normal;
    color: #545454;
    text-shadow: 0px 1px 1px #ffffff;
}

.box_table2 {
    background: #f7f7f7;
    float: left;
    width: 100%;
    height: 25px;
    overflow: hidden;
    border-bottom: 1px solid #ffffff;
    line-height: 25px;
    text-decoration: none;
    padding: 0;
    font-size: 11px;
    font-weight: normal;
    color: #545454;
    text-shadow: 0px 1px 1px #ffffff;
}

.box_table2:hover {
    background: url(/img/fd_table_hover.jpg);
    overflow: hidden;
    text-decoration: none;
}

.table tr.pair {
    background: #eeeeee;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ffffff;
    line-height: 25px;
    text-decoration: none;
    padding: 0;
    font-size: 11px;
    font-weight: normal;
    color: #545454;
    text-shadow: 0px 1px 1px #ffffff;
}

.table tr.impair {
    background: #f7f7f7;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ffffff;
    line-height: 25px;
    text-decoration: none;
    padding: 0;
    font-size: 11px;
    font-weight: normal;
    color: #545454;
    text-shadow: 0px 1px 1px #ffffff;
}

.table tr:hover {
    background: url(/img/fd_table_hover.jpg);
    overflow: hidden;
    text-decoration: none;
}

.table.clicable tr {
    cursor: url('/img/cursor/cursor_hand.cur'), pointer;
}

.table tr.selected {
    background: url(/img/fd_table_hover.jpg);
    overflow: hidden;
    text-decoration: none;
}

.fleche {
    background: url(../img/fleche2.png) no-repeat scroll left center transparent;
    padding-left: 10px;
    margin-left: 20px;
    font-weight: normal;
}

.fleche2 {
    background: url(../img/fleche2.png) no-repeat scroll left center transparent;
    padding-left: 10px;
    margin-left: 10px;
    font-weight: bold;
}

a.faq {
    display: block;
    font-size: 12px;
    text-decoration: none;
    color: #669900;
    background: url(../img/fleche2.png) no-repeat left center transparent;
    padding-left: 10px;
    margin-left: 20px;
    font-weight: bold;
}

a:hover.faq {
    text-decoration: underline;
    color: #669900;
}

h1.h1_faq {
    display: block;
    font-size: 12px;
    color: #545454;
    font-weight: normal;
    line-height: 16px;
    margin: 0;
    text-shadow: 0px 1px 1px #FFFFFF;
    margin: 0 0 10px 30px;
    border-left: 1px solid #ececec;
    padding-left: 10px;
}

h1.h1_faq a {
    font-size: 12px;
    color: #669900;
    font-weight: normal;
    line-height: 16px;
    margin: 0;
}

h1.h1_faq a:hover {
    text-decoration: underline;
}

a.lienpdf {
    display: block;
    height: 32px;
    background: url(../img/pict_pdf.png) no-repeat left center;
    font-size: 12px;
    text-decoration: none;
    color: #545454;
    font-weight: bold;
    padding: 16px 0 0 40px;
    line-height: 16px;
}

a:hover.lienpdf {
    color: #669900;
}

a.lienvideo {
    display: block;
    height: 32px;
    background: url(../img/pict_video.png) no-repeat left center;
    font-size: 12px;
    text-decoration: none;
    color: #545454;
    font-weight: bold;
    padding: 16px 0 0 40px;
    line-height: 16px;
}

a:hover.lienvideo {
    text-decoration: underline;
    color: #669900;
}

.table_liste {
    background: #eeeeee;
    height: 25px;
    overflow: hidden;
    border-bottom: 1px solid #ffffff;
    line-height: 25px;
    text-decoration: none;
    padding: 0;
    font-size: 11px;
    font-weight: normal;
    color: #545454;
    text-shadow: 0px 1px 1px #ffffff;
}

/*.table_liste:hover { background:url(/img/fd_table_hover.jpg); overflow:hidden; background-repeat:repeat-x; text-decoration: none; }*/

.table_liste_shortway {
    width: 100%;
    padding: 0;
}

.table_liste_shortway tr, .table_liste_shortway td, .table_liste_shortway th {
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
}

.table_liste_shortway tr.pair, .table_liste_shortway tr.impair {
    height: 25px;
    overflow: hidden;
    color: #545454;
    text-shadow: 0px 1px 1px #ffffff;
}

.table_liste_shortway tr.impair {
    background: none repeat scroll 0 0 #eeeeee;
}

.table_liste_shortway tr.pair {
    background: none repeat scroll 0 0 #F7F7F7
}

.table_liste_shortway tr.pair:hover, .table_liste_shortway tr.impair:hover {
    background-image: url(/img/fd_table_hover.jpg);
    background-repeat: repeat-x;
    background-position: top;
    cursor: url('/img/cursor/cursor_hand.cur'), pointer;
}

.table_liste_shortway th {
    background: #7a7b7b;
    color: #ffffff;
    text-shadow: 0px 1px 1px #333333;
    height: 23px;
    border-right: 1px solid #ffffff;
    padding: 0 10px 0 4px;
    margin: 0;
}

.table_liste_shortway td {
    color: #545454;
    text-shadow: 0px 1px 1px #ffffff;
    font-style: normal;
    border-right: 1px solid #ffffff;
    padding: 3px 0 3px 4px;
    margin: 0;
}

.table_liste_shortway tr:first-child {
    padding: 0;
}

.table_liste_shortway th.up {
    background-image: url(/img/up.png);
    background-position: right;
    background-repeat: no-repeat;
}

.table_liste_shortway th.down {
    background-image: url(/img/down.png);
    background-position: right;
    background-repeat: no-repeat;
}

.table_liste_shortway tr.impair.row_selected, .table_liste_shortway tr.pair.row_selected {
    background: #d8d8d8;
    height: 25px;
    overflow: hidden;
    border-bottom: 1px solid #ffffff;
    text-decoration: none;
    padding: 0;
    font-size: 11px;
    font-weight: normal;
    color: #545454;
    text-shadow: 0px 1px 1px #ffffff;
}

.table_liste2 {
    background: #f7f7f7;
    height: 25px;
    overflow: hidden;
    border-bottom: 1px solid #ffffff;
    line-height: 25px;
    text-decoration: none;
    padding: 0;
    font-size: 11px;
    font-weight: normal;
    color: #545454;
    text-shadow: 0px 1px 1px #ffffff;
}

/*.table_liste2:hover { background:url(/img/fd_table_hover.jpg); overflow:hidden; background-repeat:repeat-x; text-decoration: none; }*/

.table_liste_selected {
    background: #d8d8d8;
    height: 25px;
    overflow: hidden;
    border-bottom: 1px solid #ffffff;
    line-height: 25px;
    text-decoration: none;
    padding: 0;
    font-size: 11px;
    font-weight: normal;
    color: #545454;
    text-shadow: 0px 1px 1px #ffffff;
}

.table_liste_cell {
    font-size: 11px;
    font-weight: normal;
    color: #545454;
    text-shadow: 0px 1px 1px #ffffff;
    font-style: normal;
    line-height: 14px;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 0 0 0 4px;
    margin: 0;
}

.statut {
    /*background:url(/img/fd_statut1.jpg);*/
    font-size: 11px;
    font-weight: normal;
    color: black; /*text-shadow: 0px 1px 1px #333333;*/
    font-style: normal;
    text-decoration: none;
    border-bottom: 3px solid #3b3b3b;
    padding: 5px;
    margin: 0;
}

.statut a, .statutbis a {
    color: black;
}

.statutbis {
    /*background:url(/img/fd_statut2.jpg);*/
    font-size: 11px;
    font-weight: bold;
    color: #669900; /*text-shadow: 0px 1px 1px #333333;*/
    font-style: normal;
    text-decoration: none;
    border-bottom: 3px solid #669900;
    padding: 5px;
    margin: 0;
}

.radiocb {
    float: left;
    margin-top: 18px;
}

.cell {
    font-size: 11px;
    font-weight: normal;
    color: #545454;
    text-shadow: 0px 1px 1px #ffffff;
    font-style: normal;
    line-height: 25px;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 0 0 0 4px;
    margin: 0;
}

.cellbis {
    line-height: 25px;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.cell-titre {
    font-size: 12px;
    font-weight: normal;
    color: #545454;
    text-shadow: 0px 1px 1px #ffffff;
    font-style: normal;
    line-height: 25px;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 0 0 0 4px;
    margin: 0;
    text-transform: uppercase;
}

.cell_fiche1 {
    padding: 4px 2px 4px 0px;
    font-size: 11px;
    color: #545454;
    font-weight: normal;
    line-height: 14px;
    text-shadow: 0px 1px 1px #FFFFFF;
    margin: 0;
}

.cell_fiche2 {
    padding: 4px 2px 4px 5px;
    font-size: 12px;
    color: #545454;
    font-weight: normal;
    line-height: 14px;
    text-shadow: 0px 1px 1px #FFFFFF;
    margin: 0;
}

.box_right {
    float: right;
    margin: 0 5px 0 0;
    padding: 0;
    overflow: hidden;
}

.box_right2 {
    float: right;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 21px;
    padding-top: 2px;
}

.bloc_popup {
    margin: 0;
    padding: 15px;
    background-color: #FFFFFF;
}

.input {
    font-size: 11px;
    margin: 2px 0 2px 0;
    padding: 1px 2px 2px 3px;
    color: #545454;
    background-color: #fafafa;
}

.input[type="radio"] {
    margin-right: 5px;
}

.input:hover {
    background-color: #f3f8eb;
}

.input2 {
    font-size: 11px;
    margin: 0 0 0 0;
    padding: 1px 2px 2px 3px;
    color: #545454;
}

.input3 {
    font-size: 11px;
    margin: 0 10px 0 0;
    padding: 1px 2px 2px 3px;
    color: #545454;
    background-color: #fafafa;
}

.input4 {
    font-size: 13px;
    margin: 0 10px 0 0;
    padding: 3px 5px 5px 5px;
    color: #666666;
    background-color: #fafafa;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.radio {
    margin: 3px 5px 3px 0;
    vertical-align: middle;
}

.select {
    font-size: 11px;
    margin: 0 0 0 0;
    color: #545454;
}

.select2 {
    font-size: 10px;
    margin: 5px 0 5px 0;
    color: #545454;
}

.select3 {
    font-size: 11px;
    margin: 5px 10px 5px 0;
    color: #545454;
}

.checkbox {
    margin: 3px 5px 3px 0;
    vertical-align: middle;
}

/* Textes */

h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h2.h2_titre {
    font-size: 20px;
    color: #545454;
    font-weight: normal;
    line-height: 25px;
    margin: 0;
    text-shadow: 0px 1px 1px #FFFFFF;
}

h2.h2_stitre {
    font-size: 15px;
    color: #545454;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    text-shadow: 0px 1px 1px #FFFFFF;
}

h2.h2_stitre2 {
    font-size: 13px;
    color: #545454;
    font-weight: normal;
    line-height: 16px;
    margin: 0;
    text-shadow: 0px 1px 1px #FFFFFF;
}

h1.h1_text {
    font-size: 12px;
    color: #545454;
    font-weight: normal;
    line-height: 16px;
    margin: 0;
    text-shadow: 0px 1px 1px #FFFFFF;
}

h1.h1_text a {
    font-size: 12px;
    color: #669900;
    font-weight: normal;
    line-height: 14px;
    margin: 0;
}

h1.h1_text a:hover {
    text-decoration: underline;
}

h1.h1_infos {
    font-size: 12px;
    color: #545454;
    font-weight: normal;
    line-height: 16px;
    text-shadow: 0px 1px 1px #FFFFFF;
    margin: 10px 20px 10px 20px;
    padding: 0;
}

h1.h1_infos a {
    font-size: 12px;
    color: #669900;
    font-weight: normal;
    line-height: 16px;
    margin: 0;
}

h1.h1_infos a:hover {
    text-decoration: underline;
}

h1.h1_textblanc {
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
    line-height: 14px;
    margin: 0;
    text-shadow: 0px 1px 1px #333333;
}

h1.h1_textblanc a {
    font-size: 12px;
    color: #669900;
    font-weight: normal;
    line-height: 14px;
    margin: 0;
}

h1.h1_textblanc a:hover {
    text-decoration: underline;
}

h2.h2_text {
    font-size: 11px;
    color: #545454;
    font-weight: normal;
    line-height: 14px;
    margin: 0;
    text-shadow: 0px 1px 1px #FFFFFF;
}

h2.h2_text a {
    font-size: 11px;
    color: #669900;
    font-weight: normal;
    line-height: 14px;
    margin: 0;
}

h2.h2_text a:hover {
    text-decoration: underline;
}

h1.h1_pt {
    font-size: 11px;
    color: #545454;
    font-weight: normal;
    line-height: 14px;
    margin: 5px 0 5px 0;
}

h1.h1_pt a {
    font-size: 11px;
    color: #669900;
    line-height: 14px;
    margin: 5px 0 5px 0;
}

h1.h1_pt a:hover {
    text-decoration: underline;
}

h1.h1_ptblanc {
    font-size: 11px;
    color: #ffffff;
    font-weight: normal;
    line-height: 14px;
    margin: 5px 0 5px 0;
    text-shadow: 0px 1px 1px #333333;
}

h1.h1_ptblanc a {
    font-size: 11px;
    color: #ffffff;
    font-weight: normal;
    line-height: 14px;
    margin: 5px 0 5px 0;
}

h1.h1_ptblanc a:hover {
    text-decoration: underline;
}

h1.h1_form {
    font-size: 12px;
    color: #545454;
    font-weight: normal;
    line-height: 14px;
}

.cell_form {
    padding-left: 5px;
    font-size: 11px;
    color: #545454;
    font-weight: normal;
    line-height: 16px;
    margin: 0;
    text-shadow: 0px 1px 1px #FFFFFF;
}

.cell_form2 {
    padding: 5px;
    font-size: 12px;
    color: #545454;
    font-weight: normal;
    line-height: 16px;
    margin: 0;
    text-shadow: 0px 1px 1px #FFFFFF;
}

.cell_compte {
    padding: 5px 2px 5px 5px;
    font-size: 11px;
    color: #545454;
    font-weight: normal;
    line-height: 14px;
    text-shadow: 0px 1px 1px #FFFFFF;
    margin: 0;
}

.cell_compte2 {
    padding: 5px 5px 5px 0;
    font-size: 11px;
    color: #545454;
    font-weight: normal;
    line-height: 14px;
    text-shadow: 0px 1px 1px #FFFFFF;
    margin: 0;
}

.h1_rouge {
    font-size: 13px;
    color: #cc0000;
    font-weight: normal;
    line-height: 14px;
}

.h2_rouge {
    font-size: 11px;
    color: #cc0000;
    font-weight: normal;
    line-height: 14px;
}

h1.h1_bulle {
    font-size: 11px;
    color: #eeeeee;
    font-weight: normal;
    line-height: 14px;
    margin: 0 5px 0 5px;
    text-shadow: 0px 1px 1px #333333;
}

h1.h1_bulle a {
    font-size: 11px;
    color: #eeeeee;
    font-weight: normal;
    line-height: 14px;
    margin: 0;
}

h1.h1_bulle a:hover {
    text-decoration: underline;
}

h1.h1_blanc {
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
    line-height: 14px;
    margin: 0;
    text-shadow: 0px 1px 1px #333333;
}

h1.h1_blanc a {
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
    line-height: 14px;
    margin: 0;
}

h1.h1_blanc a:hover {
    text-decoration: underline;
}

a.bout span.aa {
    width: 10px;
    font-size: 11px;
    color: #333333;
    line-height: 22px;
    font-weight: bold;
    text-shadow: 0px 1px 1px #ffffff;
    float: left;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/bouton1.jpg) no-repeat top left;
    margin: 2px 0 2px 0;
}

a.bout span.bb {
    font-size: 11px;
    color: #333333;
    line-height: 22px;
    font-weight: bold;
    text-shadow: 0px 1px 1px #ffffff;
    float: left;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/bouton1.jpg) no-repeat top right;
    padding: 0 10px 0 0;
    margin: 2px 5px 2px 0;
}

a.bout:hover span.aa {
    background-position: bottom left;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0px 1px 1px #333333;
}

a.bout:hover span.bb {
    background-position: bottom right;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0px 1px 1px #333333;
}

a.lien {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #669900;
    line-height: 16px;
}

a:hover.lien {
    text-decoration: underline;
    color: #669900;
}

a.lien3 {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    line-height: 16px;
}

a:hover.lien3 {
    text-decoration: underline;
}

a.lien2 {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #333333;
    line-height: 16px;
    text-decoration: underline;
}

a:hover.lien2 {
    text-decoration: underline;
    color: #f58233;
}

/* Festival */

a.fest {
    display: block;
    height: 175px;
    width: 171px;
    text-decoration: none;
    background: url(/img/fd_fest_bn.jpg) no-repeat;
    padding: 10px 0;
}

a.fest:hover {
    background: url(/img/fd_fest_br.jpg) no-repeat;
}

h1.h1_tfest {
    font-size: 11px;
    color: #545454;
    font-weight: bold;
    line-height: 13px;
    margin: 0;
    text-shadow: 0px 1px 1px #FFFFFF;
}

h1.h1_stfest {
    font-size: 10px;
    color: #545454;
    font-weight: normal;
    line-height: 12px;
    margin: 0;
    text-shadow: 0px 1px 1px #FFFFFF;
}

.fest_ht {
    height: 12px;
    overflow: hidden;
    background: url(/img/fd_fest_ht.png) no-repeat top left;
    margin-top: 10px;
}

.fest_ht2 {
    height: 12px;
    overflow: hidden;
    background: url(/img/fd_fest_ht2.png) no-repeat top left;
    margin-top: 10px;
}

.fest_bas {
    height: 12px;
    overflow: hidden;
    background: url(/img/fd_fest_bas.png) no-repeat top left;
    margin-bottom: 10px;
}

.fest_bas2 {
    height: 12px;
    overflow: hidden;
    background: url(/img/fd_fest_bas2.png) no-repeat top left;
    margin-bottom: 10px;
}

.blc_fest {
    background-color: #f6f6f6;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    margin: 0;
    padding: 0 15px 0 15px;
}

h2.h2_tfest {
    font-size: 18px;
    color: #545454;
    font-weight: bold;
    line-height: 25px;
    margin: 0;
    text-shadow: 0px 1px 1px #FFFFFF;
    text-transform: uppercase;
}

h2.h2_sfest {
    font-size: 14px;
    color: #545454;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    text-shadow: 0px 1px 1px #FFFFFF;
}

h2.h2_tcompet {
    font-size: 14px;
    color: #545454;
    font-weight: bold;
    margin: 0;
    text-shadow: 0px 1px 1px #FFFFFF;
    text-transform: uppercase;
}

h2.h2_tfest2 {
    font-size: 14px;
    color: #669900;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    text-shadow: 0px 1px 1px #FFFFFF;
    text-transform: uppercase;
}

h2.h2_tfilm {
    font-size: 16px;
    color: #545454;
    font-weight: bold;
    line-height: 25px;
    margin: 0;
    text-shadow: 0px 1px 1px #FFFFFF;
    text-transform: uppercase;
}

.separ_fest {
    height: 6px;
    width: 938px;
    overflow: hidden;
    background: url(/img/separ_fest.jpg);
}

h3.h3_tfest {
    font-size: 12px;
    color: #545454;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    text-shadow: 0px 1px 1px #FFFFFF;
    text-transform: uppercase;
}

h3.h3_sfest {
    font-size: 11px;
    color: #545454;
    font-weight: bold;
    line-height: 16px;
    margin: 0;
    text-shadow: 0px 1px 1px #FFFFFF;
}

.h3_date {
    font-size: 11px;
    color: #999999;
    font-weight: normal;
    line-height: 16px;
}

h3.h3_statut {
    font-size: 11px;
    color: #669900;
    font-weight: bold;
    line-height: 16px;
    margin: 0;
    text-shadow: 0px 1px 1px #FFFFFF;
}

/* pub */

.pub_content {
    width: 248px;
    background-color: #f6f6f6;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    padding: 0 10px 0 10px;
    overflow: hidden;
}

.pub_bas {
    height: 12px;
    overflow: hidden;
    background: url(/img/pub_bas.jpg) no-repeat top left;
    margin-bottom: 10px;
}

.pub_ht {
    height: 12px;
    overflow: hidden;
    background: url(/img/pub_ht.jpg) no-repeat top left;
}

.pub {
    margin: 0 0 10px 0;
}

/* Copyright */

.copyright {
    background: url(/img/fd_copyright.jpg) repeat-x;
    height: 33px;
}

#copyright {
    margin: 0 auto;
    width: 1250px;
    padding: 0;
}

h1.h1_copyright {
    font-size: 11px;
    color: #eeeeee;
    font-weight: normal;
    line-height: 33px;
}

h1.h1_copyright a {
    font-size: 11px;
    color: #eeeeee;
    font-weight: normal;
    line-height: 33px;
}

h1.h1_copyright a:hover {
    text-decoration: underline;
    color: #ffffff;
}

/* footer */

.footer {
    background: url(/img/fd_footer.jpg) repeat-x;
}

#footer {
    margin: 0 auto;
    width: 970px;
    padding: 15px 0 15px 0;
}

h1.h1_footer {
    font-size: 14px;
    color: #99cc33;
    font-weight: bold;
    line-height: 26px;
    text-shadow: 0px 1px 1px #333333;
    margin: 0 20px;
}

h2.h2_footer {
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
    line-height: 18px;
    margin: 0 20px;
    text-shadow: 0px 1px 1px #333333;
}

h2.h2_footer a {
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
    line-height: 18px;
}

h2.h2_footer a:hover {
    text-decoration: underline;
}

a.onglet {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 21px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    float: left;
    background: url('/img/fd_onglet_bn.jpg');
    list-style: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: url('/img/cursor/cursor_hand.cur'), pointer;
    text-shadow: 0px 1px 1px #333333;
    padding: 2px 15px 0 15px;
    margin-right: 1px;

}

a.onglet:hover {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 21px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    float: left;
    background: url('/img/fd_onglet_br.jpg');
    list-style: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: url('/img/cursor/cursor_hand.cur'), pointer;
    text-shadow: 0px 1px 1px #333333;
    padding: 2px 15px 0 15px;
    margin-right: 1px;
}

a.ongletSelected {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 21px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    float: left;
    background: url('/img/fd_onglet_br.jpg');
    list-style: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: url('/img/cursor/cursor_hand.cur'), pointer;
    text-shadow: 0px 1px 1px #333333;
    padding: 2px 15px 0 15px;
    margin-right: 1px;

}

span.preced_unactive {
    background: url(/img/precedent_bn.png) no-repeat;
    text-decoration: none;
    margin: 0 0 0 3px;
    padding: 0 2px 5px 20px;
}

a.debut {
    background: url(/img/debut_bn.png) no-repeat;
    text-decoration: none;
    margin: 0 0 0 3px;
    padding: 0 2px 5px 20px;
}

a.debut_enabled {
    background: url(/img/debut_br.png) no-repeat;
    text-decoration: none;
    margin: 0 0 0 3px;
    padding: 0 2px 5px 20px;
}

a.debut_disabled {
    background: url(/img/debut_bn.png) no-repeat;
    text-decoration: none;
    margin: 0 0 0 3px;
    padding: 0 2px 5px 20px;
    cursor: url('/img/cursor/cursor.cur'), 'default';
}

a.debut:hover, a.debut:active {
    text-decoration: none;
    background: url(/img/debut_br.png) no-repeat;
    margin: 0 0 0 3px;
    padding: 0 2px 5px 20px;
}

a.preced {
    background: url(/img/precedent_bn.png) no-repeat;
    text-decoration: none;
    margin: 0 0 0 3px;
    padding: 0 2px 5px 20px;
}

a.preced_enabled {
    background: url(/img/precedent_br.png) no-repeat;
    text-decoration: none;
    margin: 0 0 0 3px;
    padding: 0 2px 5px 20px;
}

a.preced_disabled {
    background: url(/img/precedent_bn.png) no-repeat;
    text-decoration: none;
    margin: 0 0 0 3px;
    padding: 0 2px 5px 20px;
    cursor: url('/img/cursor/cursor.cur'), 'default';
}

a.preced:hover, a.preced:active {
    text-decoration: none;
    background: url(/img/precedent_br.png) no-repeat;
    margin: 0 0 0 3px;
    padding: 0 2px 5px 20px;
}

a.suivant {
    background: url(/img/suivant_bn.png) no-repeat;
    text-decoration: none;
    margin: 0 0 0 3px;
    padding: 0 2px 5px 20px;
}

a.suivant_enabled {
    background: url(/img/suivant_br.png) no-repeat;
    text-decoration: none;
    margin: 0 0 0 3px;
    padding: 0 2px 5px 20px;
}

a.suivant_disabled {
    background: url(/img/suivant_bn.png) no-repeat;
    text-decoration: none;
    margin: 0 0 0 3px;
    padding: 0 2px 5px 20px;
    cursor: url('/img/cursor/cursor.cur'), 'default';
}

a.suivant:hover, a.suivant:active {
    text-decoration: none;
    background: url(/img/suivant_br.png) no-repeat;
    margin: 0 0 0 3px;
    padding: 0 2px 5px 20px;
}

a.fin {
    background: url(/img/fin_bn.png) no-repeat;
    text-decoration: none;
    margin: 0 0 0 3px;
    padding: 0 2px 5px 20px;
}

a.fin_enabled {
    background: url(/img/fin_br.png) no-repeat;
    text-decoration: none;
    margin: 0 0 0 3px;
    padding: 0 2px 5px 20px;
}

a.fin_disabled {
    background: url(/img/fin_bn.png) no-repeat;
    text-decoration: none;
    margin: 0 0 0 3px;
    padding: 0 2px 5px 20px;
    cursor: url('/img/cursor/cursor.cur'), 'default';
}

a.fin:hover, a.fin:active {
    text-decoration: none;
    background: url(/img/fin_br.png) no-repeat;
    margin: 0 0 0 3px;
    padding: 0 2px 5px 20px;
}

.clicable:hover, .sortable:hover {
    cursor: url('/img/cursor/cursor_hand.cur'), pointer;
}

.SsTabbedTab {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 21px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    float: left;
    background: url('../img/fd_ongletfiche_bn.jpg');
    list-style: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: url('/img/cursor/cursor_hand.cur'), pointer;
    text-shadow: 0px 1px 1px #333333;
    padding: 2px 15px 0 15px;
    margin-right: 1px;

}

.SsTabbedTabHover {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 21px;
    font-weight: normal;
    color: #333333;
    text-align: center;
    float: left;
    background: url('../img/fd_ongletfiche_br.jpg');
    list-style: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: url('/img/cursor/cursor_hand.cur'), pointer;
    text-shadow: 0px 1px 1px #ffffff;
    padding: 2px 15px 0 15px;
    margin-right: 1px;
}

.SsTabbedTabSelected {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 21px;
    font-weight: normal;
    color: #333333;
    background: url('../img/fd_ongletfiche_br.jpg');
    text-shadow: 0px 1px 1px #ffffff;
    padding: 2px 15px 0 15px;
    margin-right: 1px;

}

a.bout3 span.aa {
    width: 25px;
    font-size: 12px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/fd_bout3.png) no-repeat bottom left;
    margin: 0;
    padding: 0 0 0 0;
    text-shadow: 0px 1px 1px #333333;
    float: left;
}

a.bout3 span.bb {
    font-size: 12px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/fd_bout3.png) no-repeat bottom right;
    padding: 0 15px 0 0;
    margin: 0 0 0 0;
    text-shadow: 0px 1px 1px #333333;
    float: left;
    text-transform: uppercase;
}

a.bout3:hover span.aa {
    color: #545454;
    background: url(/img/fd_bout3.png) no-repeat top left;
    text-decoration: none;
    text-shadow: 0px 1px 1px #ffffff;
}

a.bout3:hover span.bb {
    color: #545454;
    background: url(/img/fd_bout3.png) no-repeat top right;
    text-decoration: none;
    text-shadow: 0px 1px 1px #ffffff;
}

.bout3_br span.aa {
    width: 25px;
    font-size: 12px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/fd_bout3_br.png) no-repeat bottom left;
    margin: 0;
    padding: 0 0 0 0;
    text-shadow: 0px 1px 1px #333333;
    float: left;
}

.bout3_br span.bb {
    font-size: 12px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/fd_bout3_br.png) no-repeat bottom right;
    padding: 0 15px 0 0;
    margin: 0 0 0 0;
    text-shadow: 0px 1px 1px #333333;
    float: left;
    text-transform: uppercase;
}

.radio2 {
    margin: 0 10px 0 0;
}

a.next span.aa {
    width: 15px;
    font-size: 11px;
    color: #545454;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/fd_suivant.png) no-repeat top left;
    margin: 0;
    padding: 0 0 0 0;
    text-shadow: 0px 1px 1px #FFFFFF;
    float: left;
}

a.next span.bb {
    font-size: 11px;
    color: #545454;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/fd_suivant.png) no-repeat top right;
    padding: 0 25px 0 0;
    margin: 0 0 0 0;
    text-shadow: 0px 1px 1px #FFFFFF;
    float: left;
}

a.next:hover span.aa {
    color: #ffffff;
    background: url(/img/fd_suivant.png) no-repeat bottom left;
    text-decoration: none;
    text-shadow: 0px 1px 1px #333333;
}

a.next:hover span.bb {
    color: #ffffff;
    background: url(/img/fd_suivant.png) no-repeat bottom right;
    text-decoration: none;
    text-shadow: 0px 1px 1px #333333;
}

a.retour span.aa {
    width: 25px;
    font-size: 11px;
    color: #545454;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/fd_retour.png) no-repeat top left;
    margin: 0;
    padding: 0 0 0 0;
    text-shadow: 0px 1px 1px #FFFFFF;
    float: left;
}

a.retour span.bb {
    font-size: 11px;
    color: #545454;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/fd_retour.png) no-repeat top right;
    padding: 0 15px 0 0;
    margin: 0 10px 0 0;
    text-shadow: 0px 1px 1px #FFFFFF;
    float: left;
}

a.retour:hover span.aa {
    color: #ffffff;
    background: url(/img/fd_retour.png) no-repeat bottom left;
    text-decoration: none;
    text-shadow: 0px 1px 1px #333333;
}

a.retour:hover span.bb {
    color: #ffffff;
    background: url(/img/fd_retour.png) no-repeat bottom right;
    text-decoration: none;
    text-shadow: 0px 1px 1px #333333;
}

a.bout4 span.aa {
    width: 10px;
    font-size: 11px;
    color: #545454;
    line-height: 16px;
    font-weight: normal;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/fd_bout4.png) no-repeat top left;
    margin: 0 0 0 5px;
    padding: 0 0 0 0;
    text-shadow: 0px 1px 1px #ffffff;
    float: left;
}

a.bout4 span.bb {
    font-size: 11px;
    color: #545454;
    line-height: 16px;
    font-weight: normal;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/fd_bout4.png) no-repeat top right;
    padding: 0 10px 0 0;
    margin: 0 0 0 0;
    text-shadow: 0px 1px 1px #ffffff;
    float: left;
}

a.bout4:hover span.aa {
    color: #545454;
    background: url(/img/fd_bout4.png) no-repeat bottom left;
    text-decoration: none;
    text-shadow: 0px 1px 1px #ffffff;
}

a.bout4:hover span.bb {
    color: #545454;
    background: url(/img/fd_bout4.png) no-repeat bottom right;
    text-decoration: none;
    text-shadow: 0px 1px 1px #ffffff;
}

.box_picto2 {
    margin: 0 10px 0 0;
    padding: 3px 10px 60px 0;
    overflow: hidden;
    border-right: 1px solid #d8d8d8;
}

.box_picto3 {
    display: inline;
    margin: 0 10px 0 0;
    padding: 3px 0 5px 10px;
    overflow: hidden;
    border-left: 1px solid #d8d8d8;
}

.box_picto3 img {
    position: relative;
    top: 4px;
}

a.ajouter span.aa {
    width: 25px;
    font-size: 11px;
    color: #ffffff;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/fd_ajouter.png) no-repeat bottom left;
    margin: 0;
    padding: 0 0 0 0;
    text-shadow: 0px 1px 1px #333333;
    float: left;
}

a.ajouter span.bb {
    font-size: 11px;
    color: #ffffff;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    background: url(/img/fd_ajouter.png) no-repeat bottom right;
    padding: 0 15px 0 0;
    margin: 0 10px 0 0;
    text-shadow: 0px 1px 1px #333333;
    float: left;
}

a.ajouter:hover span.aa {
    color: #545454;
    background: url(/img/fd_ajouter.png) no-repeat top left;
    text-decoration: none;
    text-shadow: 0px 1px 1px #ffffff;
}

a.ajouter:hover span.bb {
    color: #545454;
    background: url(/img/fd_ajouter.png) no-repeat top right;
    text-decoration: none;
    text-shadow: 0px 1px 1px #ffffff;
}

input {
    vertical-align: middle;
}

td.cell_form ul:not(.errors) {
    width: 36em;
}

td.cell_form ul > li {
    float: left;
    width: 12em;
    list-style-type: none;
}

td.cell_form ul > li > label > input {
    vertical-align: middle;
}

td.cell_form br {
    clear: left;
}

.bloc-adresses ul {
    width: 100%;
}

.bloc-adresses ul > li {
    margin: 5px;
    float: left;
    width: 29%;
    list-style-type: none;
}

.bloc-adresses ul > li > table {
    vertical-align: top;
}

.bloc-adresses br {
    clear: left;
}

/*.bloc-adresses .bloc_blanc {height:128px;}*/
.ctrl-bloc-adresses {
    vertical-align: bottom;
}

.box_tform {
    width: 699px;
    height: 25px;
    background: url(/img/fd_tform.png);
    overflow: hidden;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 25px;
    line-height: 25px;
    text-shadow: 0px 1px 1px #333333;
    margin: 0 0 5px 0;
}

.preview-picture {
    width: 90px;
    text-align: center;
    display: inline-block;
}

.preview-suppr {
    position: relative;
    float: left;
    left: 105px;
    top: 3px;
}

a.faq2 {
    font-size: 14px;
    text-decoration: none;
    color: #545454;
    padding-left: 10px;
    font-weight: normal;
    line-height: 30px;
}

a:hover.faq2 {
    text-decoration: underline;
    color: #669900;
}

h1.h1_faq2 {
    display: block;
    font-size: 12px;
    color: #545454;
    font-weight: normal;
    line-height: 16px;
    margin: 0;
    text-shadow: 0px 1px 1px #FFFFFF;
    margin: 10px 0 10px 30px;
    border-left: 1px solid #ececec;
    padding-left: 10px;
}

h1.h1_faq2 a {
    font-size: 12px;
    color: #669900;
    font-weight: normal;
    line-height: 16px;
    margin: 0;
}

h1.h1_faq2 a:hover {
    text-decoration: underline;
}

.centered {
    text-align: center;
}

.padded {
    padding: 10px 11px;
}

.clear {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

iframe {
    overflow-x: hidden;
}

.entete2 {
    background: url(/img/fd_entete2.jpg) repeat-x top left;
    height: 59px;
}

#entete2 {
    background: url(/img/bg_entete2.jpg) repeat-x top left;
    margin: 0 auto;
    width: 970px;
    text-align: left;
    padding: 0;
    height: 59px;
}

ul.ui-menu {
    position: absolute;
}

ul.ui-menu li a {
    font-size: 11px;
    color: #545454;
}

.pop_provider {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 575px;
    margin: auto;
    margin-top: 10px;
    color: #545454;
    padding: 15px;
    left: 505px;
}

.pop_provider#popInfo {
    background: none repeat scroll 0 0 #CCDDBB;
    border: 1px dotted #669900;
}

.pop_provider#popError {
    background: none repeat scroll 0 0 #FDEBF3;
    border: 1px dotted #CC0000;
}

.pop_provider em {
    color: #BBCCAA;
    float: left;
}

#drop-target {
    border: 4px dashed #dddddd;
    border-radius: 10px;
    color: #333;
    font-size: 22px;
    margin-bottom: 10px;
    padding: 25px 15px;
    text-align: center;
}

.file {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

/* Cadre de maintenance vidéo */

.alert1 {
    width: 650px;
    border-radius: 6px;
    padding: 5px;
    background: #fff;
    border: 1px solid #cc0000;
}
.alert2 {
    width: 630px;
    border-radius: 6px;
    padding: 10px;
    background: #ebd6d6;
}
.alert2 .titre { font-size: 18px; color: #cc0000; font-weight: normal; line-height:30px; }