*, html {
  margin:0;
  padding:0;
  border : 0;
  outline: none;
	font-family: Arial, Helvetica, sans-serif;
}

body, html {
  width: 100%;
  height: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin: 0;
  padding: 0;
  background : #272727 url("../interface/trame_bg.gif") repeat;
  color : #B3B3B3;
  overflow: -moz-scrollbars-vertical; /*force le scroll mozilla */
}

div#conteneur {
  position: relative;
  width: 970px;
  margin : auto;
  padding: 0px 10px 10px 10px;
	background-color:#272727;
}

/*------------------------------------------------------------------> Entete */
div#entete{
  width: 970px;
  height : 76px;
  margin: 0;
  padding: 0;
  background-color:#272727;
}
div.entete_connect {
  background : url("../interface/cleaner_1.gif") repeat-x bottom;
}

div#entete a#lien_acc{
  position: relative;
  display: block;
  width: 289px;
  height: 47px;
  top : 7px;
}

div#entete div#menu {
  margin:0;
  padding:0;
  position: absolute;
  right: 0px;
  width: 677px;
  height : 36px;
  right: 9px;
  top: 18px;
}

div#entete div#menu_public  {
  margin:0;
  padding:0;
  position: absolute;
  height: 36px;
  width: 647px;
  height : 36px;
  right: 10px;
  top: 18px;
  background: url("../interface/menu/trame_entete.gif") repeat-x bottom;
}

div#logo_citia_public{
  width: 35px;
  height: 29px;
  position : absolute;
  top: 40px;
  right : 10px;
}

div#entete div#menu ul {
  margin:0;
  padding:0;
  list-style-type: none;
  width: 100%;
}

div#menu ul li, div#menu_public ul li {
  float: left;
}
/*-------------------> Menu */
div#menu ul a, div#menu_public ul a{
  float: left;
  margin:0;
  padding:0;
}

div#menu_public ul  {
  position: absolute;
  right : 0px;
  list-style-type: none;
}

div#entete_g  {
  position: absolute;
  left : 0px;
  top : 0px;
  width: 9px;
  height: 36px;
  background: url("../interface/menu/entete_g.gif") no-repeat 0 0;
}
div#entete_d  {
  position: absolute;
  right : 0px !important;
  right : -1px;
  top : 0px;
  width: 10px;
  height: 36px;
  background: url("../interface/menu/entete_d.gif") no-repeat 0 0;
}


ul li#liste_lang {
  background: url(../interface/menu/bg_lang.gif) no-repeat 0 0;
  height : 36px;
  width: 67px;
}
div#menu_public ul li#liste_lang {
  background: none;
}

div#entete div ul li#liste_lang a {
  width: 18px;
  height: 13px;
  text-decoration: none;
  margin-left : 9px;
  margin-top : 12px;
}

/*Btn lang innactif */
a.lang_fr {
  background:url("../interface/menu/btn_fr_off.gif") no-repeat;
}
a.lang_en {
  background:url("../interface/menu/btn_en_off.gif") no-repeat;
}

/*Btn lang RollOver */
a.lang_fr:hover, a.fr_select:hover  {
  border : 0px;
  background:url("../interface/menu/btn_fr_on.gif") no-repeat;
} 

a.lang_en:hover, a.en_select:hover  {
  border : 0px;
  background:url("../interface/menu/btn_en_on.gif") no-repeat;
}

/*Btn lang Selectionnées */
a.fr_select {
  border : 0px;
  background:url("../interface/menu/btn_fr_on.gif") no-repeat;
} 

a.en_select  {
  border : 0px;
  background:url("../interface/menu/btn_en_on.gif") no-repeat;
}


/*----------------------> Images du menu */
a#onglet_2_ct {  /*studio*/
  width: 100px;
  height: 36px;
  background:url("../interface/menu/btn_studio_hover.gif") no-repeat;
}

a#onglet_4  { /*ressources*/
  width: 100px;
  height: 36px;
  background:url("../interface/menu/btn_relations_hover.gif") no-repeat;
} 
a#onglet_5 { /*ressources*/
  width: 100px;
  height: 36px;
  background:url("../interface/menu/btn_ressources_hover.gif") no-repeat;
}

a#onglet_7 {  /*forum*/
  width: 100px;
  height: 36px;
  background:url("../interface/menu/btn_forum_hover.gif") no-repeat;
}

a#onglet_17 { /*contact pied*/
  width: 72px;
  height: 30px;
  display: block;
  background:url("../interface/menu/btn_contact_pied_hover.gif") no-repeat;
}
a#onglet_9  { /*faq*/
  width: 55px;
  height: 36px;
  display: block;
  background:url("../interface/menu/btn_faq_hover.gif") no-repeat;
}
a#onglet_8 {  /*contact*/
  width: 85px;
  height: 36px;
  display: block;
  background:url("../interface/menu/btn_contact_hover.gif") no-repeat;
}

a#onglet_55 { /*ressources*/
  width: 100px;
  height: 36px;
  background:url("../interface/menu/btn_interviews_hover.gif") no-repeat;
}
/*------------------------------------------------------------------> Entete 2*/
div#entete_2  { /*forum*/
  width: 970px;
  height : 35px;
  margin: 0;
  padding: 0;
  background:#272727 url("../interface/cleaner_1.gif") repeat-x bottom;
}

div#entete_2 div#connect {
  float: right;
  text-align: right;
  margin-top : 3px;
}

p#fil_ariane  {
  position: relative;
  top : 7px;
  width : 700px;
}

p#fil_ariane a {
  /*color: #D8D8D8;*/
  text-decoration: underline;
}

p#fil_ariane a:hover {
  /*color: #D8D8D8;*/
  text-decoration: none;
}

/*------------------------------------------------------------------> Pied de page */
div#conteneur_pied  {
  position: relative;
  width: 970px;
  height: 30px;
  padding-top : 10px;

}

div#pied  {
  position: relative;
  float: left;
  width: 970px;
  height: 29px;
 background-color: #333333;/* url("../interface/pied_trame.gif") repeat-x 0 0;*/
 border-bottom : 1px solid #131313; 
}

div#img_g  {
  position: absolute;
  left : 0px;
  top : 0px;
  width: 10px;
  height: 30px;
  background: url("../interface/pied_g.gif") no-repeat 0 0;
}

div#img_d  {
  position: absolute;
  right : 0px;
  top : 0px;
  width: 10px;
  height: 30px;
  background: url("../interface/pied_d.gif") no-repeat 0 0;
}

div#pied p#sortie_rech1, form#form_rech_general {
  position: relative;
  float : left;
  top : 1px;
  left: 10px;
}
div#pied ul  {
  list-style-type: none;
  position: absolute;
  left : 285px;
}

div#pied ul li {
  float: left;
  height : 30px;
}

div#pied ul li a {
  float: left;
  margin:0;
  padding:0;
/*  color : #fff;*/
}


div#pied ul li a img {
  border : 0;
  position: relative;
  margin-top : -3px;
  top : 3px;
}

a#lien_citia  {
  width: 35px;
  height: 29px;
  position: relative;
  float : left;
  left : 6px;
}

/*------------------------------------------------------------------> Styles communs*/

/*---------------------> Titres */
h2, .sifr_2  {
  color: #e20074;
  font-weight: normal;
  font-variant: small-caps;
  font-size: 2em;
  height : 23px;
  position: relative;
  left : -3px;
}

h3, .sifr_3  {
  color: #e2e2e2;
  font-weight: normal;
  font-variant: small-caps;
  font-size: 1.5em;
  position: relative;
  left : -3px;
}

h3.sifr_3 a {
  color: #e2e2e2 !important;
}

h4  {
  color: #e2e2e2;
  font-weight: normal;
  font-size: 1em;
  background: url(../interface/puces/carre_e2e2e2.gif) no-repeat 0px 5px;
  padding-left : 8px;
}

.sifr_pro {
  color: #0080FF;
  width : 295px;
  font-size: 1.8em;
}
.sifr_ct {
  color: #FFAE00;
  width : 255px;
  font-size: 1.8em;
}
/*---------------------> Formatage texte */
p {
  line-height: 1.5em;
}


/*---------------------> Liens */

body a:link, body a:visited {
  color: #e2e2e2;
  text-decoration: underline;
}

body a:hover, body a:visited:hover {
  color : #e2e2e2;
  text-decoration : none;
}

/*-----> Lien créateur */
body a.lien_ct, body a.lien_ct_picto {
  color : #FFAE00 !important;
  text-decoration: none !important; 
}

body a.lien_ct:hover, body a.lien_ct_picto:hover {
  color : #FFAE00 !important; 
  text-decoration: underline !important; 
} 

body a.lien_ct_picto, .coul_ct_picto {
  color : #FFAE00 !important;
  background : url("../interface/pictos/picto_ct.gif") no-repeat 0px 2px !important; 
  padding-left: 12px !important; 
}

/*-----> Lien prospecteur */
body a.lien_pro, body .non_lien_pro, body a.lien_pro_picto  {
  color : #0080FF !important; 
  text-decoration: none !important; 
}


body a.lien_pro:hover, body a.lien_pro_picto:hover {
  color : #0080FF !important; 
  text-decoration: underline !important; 
} 


body a.lien_pro_picto, .coul_pro_picto {
  color : #0080FF !important; 
  background : url("../interface/pictos/picto_pro.gif") no-repeat 0px 2px !important; 
  padding-left: 12px !important; 
}

body a.lien_interne, body a.lien_externe {
  text-decoration: none;
  cursor: pointer;
  padding-left : 13px;
  padding-right : 5px;
  padding-bottom : 1px;
  background : #3d3d3d url(../interface/puces/fls_e2e2e2.gif) no-repeat 5px 4px !important;
}

body a.lien_interne:hover, body a.lien_externe:hover {
  background-color: #666666 !important;
}

body a.lien_interne_actif {
    background-color : #666666 !important;
    /*color: #e20074;*/
}

body a.lien_interne_ouvert  {
  background : #666666 url(../interface/puces/flsb_e2e2e2.gif) no-repeat 3px 5px !important;
}

body a.lien_externe {
  background : url(../interface/pictos/picto_lien_externe.gif) no-repeat 5px 3px !important;
  padding-left : 18px;
}

.elmt_cliquable {
  background-color: #3d3d3d;
}
/*-----> Lien suivi */
body a.lien_suivi {
  color : #b3b3b3;
  text-decoration: none;
  background: url(../interface/pictos/picto_suivi_membres.gif) no-repeat 0 2px;
  padding-left: 14px;
}

body a.lien_suivi:hover {
  color : #e2e2e2;
  text-decoration: underline;
} 

body .picto_attention  {
  background: url(../interface/pictos/picto_attention.gif) no-repeat 0px 0px;
  padding-left : 15px;
}
/*
body a.picto_flb  {
 background : url(../interface/puces/fls_e2e2e2.gif) no-repeat 5px 4px;
 padding-left : 13px;
}
*/
body a.picto_pdf  {
  background-image: url(../interface/pictos/picto_pdf.gif);
  background-repeat: no-repeat;
  background-position: 2px 0px;
  padding-left : 18px;
}

a.picto_profil  {
  background: url(../interface/pictos/picto_profil.gif) no-repeat 2px 0px;
  padding-left : 20px !important;
  text-align: left;
}

a.picto_ecrire  {
  background: url(../interface/pictos/picto_nouveau_message.gif) no-repeat 2px 0px;
  padding-left : 20px !important;
  text-align: left;
}

a.picto_suivre {
  background: url(../interface/pictos/picto_suivi_membres.gif) no-repeat 3px 0px;
  padding-left : 20px !important;
  text-align: left;
}

a.picto_galerie {
  background: url(../interface/pictos/picto_galerie.gif) no-repeat 3px 0px;
  padding-left : 20px;
  text-align: left;
}

/*-----> Liens bouton action */
html body div .btn_action, .form_editable input {
  height : 15px;
  padding-left : 5px;
  padding-right : 5px;
  color : #b3b3b3 !important;
  border : 0px;
  background-color: #272727 !important;
  border-top: 1px solid #353535 !important;
  border-left: 1px solid #353535 !important;
  border-right: 1px solid #0a0a0a !important;
  border-bottom: 1px solid #0a0a0a !important;
  font-size: 1em;
  text-decoration: none;
  text-align : center;
  cursor: pointer;
  outline: none;
  margin-top : 5px;
}

div div a.btn_action:hover, div div input.btn_action:hover  {
  background-color: #2b2b2b !important;
}

div div a.btn_action:active,div div input.btn_action:active {
  background-color: #2b2b2b !important;
  border-top: 1px solid #0a0a0a !important;
  border-left: 1px solid #0a0a0a !important;
  border-right: 1px solid #353535 !important;
  border-bottom: 1px solid #353535 !important;
  outline: none;
}

* ul li input{
  vertical-align:middle; 
  margin:0;
  margin-right : 3px;
}

a.info_bulle_aide  {
  text-decoration: none !important;
  background: url("../interface/pictos/picto_aide.gif") no-repeat right; 
  margin-left : 5px;
}

a.info_bulle_aide:hover {
  background: url("../interface/pictos/picto_aide_hover.gif") no-repeat right; 
}
/*------------------------------------------------------------------> Styles communs D'actus*/
ul#liste_actu {
  list-style-type: none;
}

ul#liste_actu li {
  padding: 10px 0px 22px 0px;
  margin : 0px 10px 0px 0px; 
  /*background: url("../interface/cleaner_3.gif") repeat-x bottom;*/ 
  background:  url(../interface/sep_hl.gif) repeat-x bottom;
  position: relative;
}

ul#liste_actu li.der_news {
  background : transparent;
}

ul#liste_actu li h4 {
    background-position: 26px 5px;
    padding-left : 34px;
}

ul#liste_actu li p  {
  margin-top : 4px;
  line-height: 1.5em;
}

ul#liste_actu li a.lien_interne {
  position: absolute;
  right : 0px;
  bottom : 7px;
}

.boite_date_actu {
  width: 21px;
  height: 30px;
  float : left;
  margin-right : 2px;
  text-align: center;
  padding-left : 2px;
  font-size : 0.9em;
  color : #4c4c4c;
  letter-spacing: 0em;
  background: url("../interface/boite_date_actu.gif") no-repeat 0 0; 
}

.boite_date_actu span {
    font-size : 1.4em;
    letter-spacing: 1px;
    font-weight: bold;
    display: block;
}
/******/
span.url_destination {
  display: none;
}

.no_border {
 background : transparent !important;
 border: 0px !important;
}
/*-----------------------------------------> Espaces et alignements*/
.cleaner_simple  {
  width: 800px;
  height: 0px;
  clear: left;
  visibility: hidden;
  padding: 0;
  margin : 0;
  font-size: 1em;
}

.cleaner  {
  width: 100%;
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  padding: 0;
  margin : 0;
  font-size: 0em;
  margin-top : 0px !important;
  margin-top : -4px;
  margin-bottom : 0px !important;
  margin-bottom : -2px;
}
/*
.cleaner_1  {
  clear : both;
  width: 100%;
  height : 2px;
  font-size: 0em;
  background: url(../interface/cleaner_1.gif) repeat-x 0 0; 
}
*/
.cleaner2  {
  clear : both;
  width: 100%;
  height : 2px;
  font-size: 0em;
  background: url(../interface/cleaner_2.gif) repeat-x 0 0;
  margin-top : 6px !important;
  margin-bottom : 4px !important;
  margin-top : -4px;
  margin-bottom : 2px;
  display: block;
}



.cleaner3  {
  clear : both;
  width: 100%;
  height : 2px;
  font-size: 0em;
  background: url(../interface/cleaner_3.gif) repeat-x 0 0; 
}

.trame_hh {
    background:  url(../interface/sep_h.gif) repeat-x top;
    padding-top : 5px;
    margin-top : 5px;
}

.trame_hhl {
    background:  url(../interface/sep_hl.gif) repeat-x top;
    padding-top : 5px;
    margin-top : 5px;
}

.trame_hb {
    background:  url(../interface/sep_h.gif) repeat-x bottom;
    padding-bottom : 5px;
    margin-bottom : 5px;
}

.trame_hbl {
    background:  url(../interface/sep_hl.gif) repeat-x bottom;
    padding-bottom : 10px;
    margin-bottom : 5px;
}

.al_droite  {
  text-align: right;
}

.al_centre  {
  text-align: centre;
}
.en_ligne  {
  display: inline;
}
.en_block  {
  display: block;
}

.fl_gauche  {
  float: left;
}

.fl_right  {
  float: right;
}

.clear  {
  clear: both;
}
.clear_l  {
  clear: left;
}

input.radio  {
  vertical-align : middle;
}
/*----------------------------------------->  Marges*/
.m_0 {  margin : 0px !important;  }
.mt_m2 {  margin-top : -2px !important; }
.mt_m4 {  margin-top : -4px !important; }
.mt_m5 {  margin-top : -5px !important; }
.mt_m15{  margin-top : -15px !important;}
.mt_0  {  margin-top : 0px !important;  }
.mt_2  {  margin-top : 2px !important;  }
.mt_4  {  margin-top : 4px !important;  }
.mt_5  {  margin-top : 5px !important;  }
.mt_6  {  margin-top : 6px !important;  }
.mt_9  {  margin-top : 9px !important;  }
.mt_10 {  margin-top : 10px !important; }
.mt_12 {  margin-top : 12px !important; }
.mt_15 {  margin-top : 15px !important; }
.mt_20 {  margin-top : 20px !important; }
.mt_22 {  margin-top : 22px !important; }
.mt_25 {  margin-top : 25px !important; }
.mt_35 {  margin-top : 35px !important; }
.mr_0  {  margin-right : 0px !important;  }
.mr_5  {  margin-right : 5px !important;  }
.mr_10 {  margin-right : 10px !important; }
.mr_14 {  margin-right : 14px !important; }
.mr_20 {  margin-right : 20px !important; }
.mr_25 {  margin-right : 25px !important; }
.mr_100{  margin-right : 100px !important;}
.mr_300{  margin-right : 350px !important;}
.mb_5  { margin-bottom : 5px !important;  }
.mb_10 { margin-bottom : 10px !important; }
.mb_15 { margin-bottom : 15px !important; }
.mb_30 { margin-bottom : 30px !important; }
.mg_5  { margin-left : 5px !important;  }
.mg_10 { margin-left : 10px !important; }
.mg_20 { margin-left : 20px !important; }
.mg_30  {
  margin-left : 27px !important;
  margin-left : 30px;
}
/*----------------------------------------->  Padding*/
.pg_5   { padding-left: 5px;    }
.pg_10  { padding-left: 10px;   }
.pr_10  { padding-right : 10px; }
.pr_25  { padding-right : 25px; }
.pb_10  { padding-bottom : 10px; }
/*----------------------------------------->  Dimensions*/
.h_22 {
  height: 22px;
}

.h_23 {
  height: 23px;
}

.h_415 {
  height: 413px !important;
}

html div .invisible {
  display : none !important;
}
html div .invisible_soft {
  display : none;
}
/*----------------------------------------->  Couleurs*/
.coul_ct  {
  color: #FFAE00 !important;
}

.coul_pro {
  color: #0080FF !important;
}

.coul_public {
  /*color: #b3b3b3;*/
  color: #e2e2e2 !important;
}

.msg_erreur {
    color: #C91010 !important;
}
.coul_blanc  {
  color: #B3B3B3 !important;
}

.coul_important  {
  color: #e2e2e2 !important;
}

.coul_majenta  {
  color: #e20074 !important;
}

option.coul_nouveau {
    background: #98cf04 url(../interface/pictos/picto_ajout.gif) no-repeat 0 0px !important;
    padding-left : 15px !important;
}

html body div div.bloc_survol, div .bloc_survol  {
  background-color: #666666 !important;
}

html body div .focus {
  background-color: #D8D8D8 !important;
}

.bordures_bloc  {
  border-top: 1px solid #3B3B3B;
  border-left: 1px solid #3B3B3B;
  border-right: 1px solid #202020;
  border-bottom: 1px solid #202020;
}

.bordures_bloc_interne  {
  border-top: 1px solid #202020;
  border-left: 1px solid #202020;
  border-right: 1px solid #3B3B3B;
  border-bottom: 1px solid #3B3B3B;
}

.bordures_survol  {
  border : 1px solid #fff !important;
}

span.color_mots {
  text-decoration: none !important;
  background-color: #E20074;
}

.gele {
  text-decoration: line-through;
  cursor: default;
}


/*----------------------------------------->  SIFR*/
.flash-replaced .alt {
  display: block;
  height: 0;
  position: absolute;
  overflow: hidden;
  width: 0;
}

/*----------------------------------------->  Habillage texte*/
.gras {
  font-weight: bold;
}

.souligne {
  text-decoration : underline;
}
.italic {
  font-style: italic !important;
}


/*-----------------------------------------> Styles des formulaires*/
html body .input_classic {
  height : 13px;
  font-size: 1em;
  margin: 0;
  padding : 0;
  background-color: #b3b3b3;
  border-top: 1px solid #2D2D2D;
  border-left: 1px solid #2D2D2D;
  border-right: 1px solid #8C8C8C;
  border-bottom: 1px solid #8C8C8C;
}

html body .textarea_classic {
  font-size: 1em;
  margin: 0;
  padding : 0;
  background-color: #b3b3b3;
  border-top: 1px solid #2D2D2D;
  border-left: 1px solid #2D2D2D;
  border-right: 1px solid #8C8C8C;
  border-bottom: 1px solid #8C8C8C;
}

html body .texta_editeur {
  background-color : #333333;
  color : #b3b3b3;
}
/*
.input_1  {
  background-color: #b3b3b3;
  border-top: 1px solid #2D2D2D;
  border-left: 1px solid #2D2D2D;
  border-right: 1px solid #8C8C8C;
  border-bottom: 1px solid #8C8C8C;
  height: 13px;
  width : 148px;
  margin: 0;
  padding: 0;
  font-size: 1em;
}
*/
.input_basic {
  background-color: #b3b3b3;
  border-top: 1px solid #2D2D2D;
  border-left: 1px solid #2D2D2D;
  border-right: 1px solid #8C8C8C;
  border-bottom: 1px solid #8C8C8C;
  height: 13px;
  font-size: 1em;
}

.check_1  {
  border: 0;
  margin: 0;
  padding: 0;
  margin-left : 0px;
  margin-top : 5px;
  width: 1.2em;
  height: 1.2em;
}
/*
.btn_1  {
  background-color: #272727;
  border-top:1px solid #363636;
  border-right:1px solid #131313;
  border-bottom:1px solid #0A0A0A;
  border-left:1px solid #2E2E2E;
  color : #808080;
  font-size: 1.1em;
  font-variant: small-caps;
  margin: 0;
  padding: 0;
  height: 15px;
  width : 25px;
  cursor: pointer;
}

.btn_2 {
  background-color: #999999;
  border :1px solid #959595;
  color : #4C4C4C;
  font-size: 1.1em;
  position: relative;
  top : 1px !important;
  top : 0px;
  height: 15px;
  cursor: pointer;
}

.btn_1:hover, .btn_2:hover {
  background-color: #3A3A3A;
  color : #B3B2B2;
}

.btn_2:hover {
  background-color: #B0AFAF;
  color : #626262;
}
*/
html body div .bordure_erreur {
  border : 1px solid #C91010 !important;
  color: #C91010;
}

.select_classic, .select_date  {
  outline: 0px;
  border: 0px;
  background-color: #B3B3B3;
  font-size: 1em;
  border-top: 1px solid #2D2D2D;
  border-left: 1px solid #2D2D2D;
  border-right: 1px solid #A3A3A3;
  border-bottom: 1px solid #A3A3A3;
}

.select_classic option, .select_date option  {
  padding-left : 3px;
}

.lg_65 {
  width : 65px;
}

.lg_82 {
  width : 82px;
}

.lg_123 {
  width : 123px;
}

.lg_140 {
  width : 138px;
}

.lg_150 {
  width : 148px;
}

.lg_160 {
  width : 158px;
}

.lg_170 {
  width : 168px;
}

.lg_185 {
  width : 185px;
}

.lg_250 {
  width : 250px;
}

.lg_270 {
  width : 270px;
}

.lg_280 {
  width : 280px;
}
.lg_350 {
  width : 350px;
}

.lg_380 {
  width : 376px;
}

.lg_450 {
  width : 450px;
}

.lg_800 {
  width : 800px !important;
}

.lg_950 {
  width : 948px !important;
}

.puce {
  background: url(../interface/puce_carree_blanc.gif) no-repeat 0 5px;
  padding-left : 8px;
}
/*-----------------------------------------> Styles du loader*/
.img_loader {
  position: absolute;
  left : 48%;
  top : 30%;
  padding : 4px;
}

.img_loader2  {
  padding : 4px;
}

.loader_hd  {
  position: absolute;
  top :10px;
  right : 30px;
}
/*-----------------------------------------> Styles des boites de dialogue blockUI*/

.no_bckgr {
  background-image: none !important;
}
/*-----------------------------------------> Styles des boites à tags*/
div#affichage_tags {
  width : 100%; /*490px;*/
  display : none;
}

div#affichage_tags div#liste_tags {
  position: relative;
  margin : 4px;
  min-height: 83px;
}

div.outil_trie ul, div.outil_trie ul li{
  float : left;
  list-style-type : none;
}

/****** Liste 1  ********/
div.outil_trie {
  float : left;
  margin-left: 5px;
  margin-bottom : 2px;
}

div.outil_trie ul li a {
  text-decoration: none;
  color: #b3b3b3;
}


div.outil_trie ul li a:hover, ul#outil_trie2 li a:hover   {
  color: #e2e2e2;
}

div.outil_trie ul li a.tri_actif, ul#outil_trie2 li a.tri_actif, div.outil_trie ul li a.tri_actif:hover, ul#outil_trie2 li a.tri_actif:hover   {
  color : #E20074;
}

.trie_b, .trie_h, .trie_b_select, .trie_h_select {
  width : 8px;
  height : 7px;
  display: block;
  position: relative;
  margin-top : 3px;

}
.trie_h, .trie_h_select {
  margin-left : 2px;
}

.trie_h {
    background: url(../interface/puces/flbh_b3b3b3.gif) no-repeat 0 0;
}
.trie_b {
    background: url(../interface/puces/flbb_b3b3b3.gif) no-repeat 0 0;
}

.trie_h:hover {
    background: url(../interface/puces/flbh_e2e2e2.gif) no-repeat 0 0;
}
.trie_b:hover  {
    background: url(../interface/puces/flbb_e2e2e2.gif) no-repeat 0 0;
}

.trie_h_select  {
    background: url(../interface/puces/flbh_e20074.gif) no-repeat 0 0;
}

.trie_b_select  {
    background: url(../interface/puces/flbb_e20074.gif) no-repeat 0 0;
}

div#liste_tags a, div#nav_page a, div.nav_page_tag a  {
  color : #B3B3B3;
  text-decoration: none;
}

div#liste_tags a:hover, div#nav_page a:hover, div.nav_page_tag a:hover   {
  color : #fff;
  background-color: #666666;
  text-decoration: none;
}

div#liste_tags a {
  padding: 0px 2px;
}

div#nav_page a.lien_select, div.nav_page_tag a.lien_select {
  color : #E20074;
}
/****** Navigation pages recherche  ********/
div#nav_page  {
  float : left;
  text-align: right;
  width : 300px;
  margin-left : 150px;
}

/****** Navigation dans les tags  ********/
div.nav_page_tag  {
  float : left;
  text-align: right;
  width : 125px;
  margin-left : 10px;
}

.recherche_tag  {
  float: left;
  font-size: 0.85em;
  width : 150px;
}

div.nav_page_tag ul, div#nav_page ul {
  list-style-type: none;
}

div.nav_page_tag ul li, div#nav_page ul li  {
  float: left;
  margin-left : 1px;
  margin-right : 2px;
}

div.nav_page_tag ul li a, div#nav_page ul li a {
  display: block;
  width : 12px;
  text-align: center;
  padding : 0;
}

a.btn_debut, a.btn_prec, a.btn_suiv, a.btn_fin  {
  position: relative;
  top : 3px;
  text-decoration: none;
  height : 8px;
}

div.nav_page_tag ul li a.btn_debut, div.nav_page_tag ul li a.btn_fin  {
  width : 6px;
}

div.nav_page_tag ul li a.btn_prec, div.nav_page_tag ul li a.btn_suiv  {
  width : 11px;
}

/*debut*/
.btn_debut  { background : url(../interface/trie/picto_debut.gif) no-repeat 0 0; }

.btn_debut:hover  { background : url(../interface/trie/picto_debut_hover.gif) no-repeat 0 0; }
/*precedent*/
.btn_prec  {  margin-right : 2px; background : url(../interface/trie/picto_retour.gif) no-repeat 0 0;  }

.btn_prec:hover  {  background :  url(../interface/trie/picto_retour_hover.gif) no-repeat 0 0;  }
/*suivant*/
.btn_suiv  { margin-left : 2px;  background : url(../interface/trie/picto_suivant.gif) no-repeat 0 0; }

.btn_suiv:hover  {  background : url(../interface/trie/picto_suivant_hover.gif) no-repeat 0 0; }

/*fin*/
.btn_fin  { background : url(../interface/trie/picto_fin.gif) no-repeat 0 0; }

.btn_fin:hover  { background : url(../interface/trie/picto_fin_hover.gif) no-repeat 0 0; }

div.nav_page_tag ul li a.btn_debut:hover, div.nav_page_tag ul li a.btn_fin:hover, div.nav_page_tag ul li a.btn_prec:hover, div.nav_page_tag ul li a.btn_suiv:hover,
div#nav_page ul li a.btn_debut:hover, div#nav_page ul li a.btn_fin:hover, div#nav_page ul li a.btn_prec:hover, div#nav_page ul li a.btn_suiv:hover  {
  background-color: transparent !important;
}  

.btn_nav_g_inv {
  width : 21px;
  height : 1em;
  margin-left : 31px;
}
.btn_nav_d_inv {
  width : 21px;
  height : 1em;
  margin-right : 30px;
}

/*contact*/
div#contact {
  position: relative;
  width : 950px;
  height : 255px;
  margin-top : 10px;
  padding : 10px;
  /*background:#333333 url(../interface/contact_img.jpg) no-repeat bottom right;*/
}



div#contact h2 {
  z-index:1600;
  position: absolute;
  left : 10px;
}


div#contact #sortie_contact {
  z-index:1600;
  position: relative;
  margin-top: 30px;
  margin-left: 130px;
}

div#contact a.retour_accueil {
  z-index:1500;
  position: absolute;
  bottom : 10px;
  left : 10px;
}

div#contact span.coul_majenta {
  font-size: 1.4em;
}

div#contact #swf_contact {
  position: absolute;
  top : 0;
  left : 0;
  width : 970px;
  height : 275px;
  z-index:100;
}

div#contact #form_contact {
  z-index:1020;
  position: absolute;
  top : 0;
  left : 0;
  
}


div#contact table {
  position: relative;
  width: 670px;
  margin-top : 65px;
  z-index:1025;
}

div#contact table input  {
  width: 150px;
  height : 15px;
  font-size: 1em;
  margin: 0;
  padding : 0;
  background-color: #b3b3b3;
  border-top: 1px solid #2D2D2D;
  border-left: 1px solid #2D2D2D;
  border-right: 1px solid #A3A3A3;
  border-bottom: 1px solid #A3A3A3;
}

div#contact table select  {
  width: 150px;
  height : 17px;
  font-size: 1em;
  margin: 0;
  padding : 0;
  background-color: #b3b3b3;
  border-top: 1px solid #2D2D2D;
  border-left: 1px solid #2D2D2D;
  border-right: 1px solid #A3A3A3;
  border-bottom: 1px solid #A3A3A3;
}
div#contact table td.label {
  width : 130px;
  text-align: right;
}

div#contact table textarea {
  width: 365px;
  height : 68px;
  background-color: #b3b3b3;
  border-top: 1px solid #2D2D2D;
  border-left: 1px solid #2D2D2D;
  border-right: 1px solid #A3A3A3;
  border-bottom: 1px solid #A3A3A3;
  font-size: 1em;
}

div#contact table p {
  display: inline;
}
/*
div#contact p#sortie_contact  {
  text-align: left;
  position: relative;
  font-weight: bold;
}
*/
div#contact div#sortie_contact p strong {
  font-size: 1.1em;
}
/*
**********
**presse**
**********
*/
div#presse {
  position: relative;
  width : 950px;
  height : 285px;
  margin-top : 10px;
  padding : 10px;
  background-color:#333333;
}

div#presse div {
  float : left;
  background : transparent url(../interface/trame_h2.gif) repeat-y right;
  width : 312px;
  height : 220px;
}

div#presse div.der_block {
  background-image : none;
  width: 286px;
}

div#presse div ul {
  float: left;
  list-style-type: none;
  width : 140px;
  margin-top : 30px;
}

div#presse div ul.colone_3 {
  margin-top : 130px; 
}

div#presse div ul li {
  margin-top : 6px;
  margin-bottom : 6px;
}

div#presse div ul li a  {
  display: block;
  margin-right : 10px;
}
/*
div#presse div ul li a {
 padding-left : 2px;
  padding-right : 14px;
  background: url(../interface/puces/fls_e2e2e2.gif) no-repeat 95%;
}
*/
/***************************************************************************************/

/*-----------------------------------------> Boite de connection */
div#connexion {
  position: relative;
  width: 213px;
  padding : 10px;
  margin-bottom : 10px;
  background-color: #333333;
}
div#connexion input.input_classic {
  width: 168px;
}
div#connexion input#btn_login {
  width: 40px;
}

div#connexion p.souvenir {
  margin-top : 3px;
}
div#connexion p.souvenir input {
   margin : 0;
   padding : 0;
   vertical-align:middle;
   margin-right : 5px;
}

div#connexion a {
  display: block;
  text-align: left;
}

/*-----------------------------------------> Boite de dialogue */
div#boite_dialogue  {
  display: none;
  cursor: default;
}

div#boite_dialogue input {
  margin-right : 5px;
  margin-left : 5px;
}

div#boite_dialogue h4  {
  background: url(../interface/puces/carre_e2e2e2.gif) no-repeat 0px 5px;
  padding-left : 10px;
  text-align: left;
}

div#boite_dialogue ul  {
  list-style-type: none;
  text-align: left;
  margin-left : 10px;
}

div#boite_dialogue ul li  {
  margin : 6px 0px 6px 0px;
}

div#boite_dialogue ul li a {
  text-decoration: none;
  display: block;
  cursor: pointer;
  padding-left : 15px;
  padding-right : 2px;
  background : #3d3d3d url(../interface/puces/fls_e2e2e2.gif) no-repeat 5px 5px;
}

div#boite_dialogue ul li a:hover {
  background-color: #666666 !important;
}

div#boite_dialogue a.btn_fermer_fenetre  {
  position: absolute;
  z-index: 1500;
  margin : 0;
  padding : 0;
  top : 10px;
  right : 10px;
  width : 16px;
  height : 16px;
  display: block;
  background : url(../interface/pictos/picto_fermer.gif) no-repeat 0 0;
  text-decoration: none;
}

div#boite_dialogue a.btn_fermer_fenetre:hover {
  background : url(../interface/pictos/picto_fermer_hover.gif) no-repeat 0 0;
}
/*-----------------------------------------> Menu secondaire vertical */
.menu_c_hover {
    background : #4c4c4c !important;
}

div#player {
  position: relative;
  color: #fff;
}

/*-----------------------------------------> Player visionneuse */
div#player a.fermer_crea {
  position: absolute;
  z-index: 1500;
  top : -23px;
  right : -10px;
  padding-left: 28px;
  padding-top :3px;
  padding-right : 15px;
  color: #b3b3b3;
  background : #272727 url(../interface/pictos/picto_fermer.gif) no-repeat 8px 1px;
  text-decoration: none;
}

div#player a.fermer_crea:hover {
  color: #e2e2e2;
  background : #272727 url(../interface/pictos/picto_fermer_hover.gif) no-repeat 8px 1px;
}
/*-----------------------------------------> Player visionneuse */
ul.liste_visible {
  list-style-type: none;
  margin-left : 5px;
  margin-top : 5px;
}

ul.liste_visible li {
  margin-top: 4px; 
  padding-left : 10px;
  background: url(../interface/puces/fls_e2e2e2.gif) no-repeat 0 5px;
}
