#catalogue{
  color:#363636;
  font-family : 'verdana';
  font-size:13px;
}    

#catalogue ul{
  list-style:none;
  margin:0;
  padding:0;
  margin-bottom:30px;
}


#catalogue li{
    margin:0px;
    position:relative;
}

#catalogue li.pair{
background:#e9e9e9;
}


#catalogue li a{
  display:block;
  
  color:#363636;
  font-family : 'verdana';
  font-size:13px;
  text-transform: uppercase;
  padding:5px;
  text-decoration: none;
  font-weight: normal;
  margin-right:30px;
}


#catalogue li a.retire{
  position:absolute;
  top:3px;
  right:-30px;
  background: url('poubelle.png') no-repeat;
  padding:1px 3px;
  border:0px solid #333;
  text-align: center;
  text-indent:-999em;
  width:15px;
  height:18px;
}

.contenu_domaine{
    z-index: 10;
    position:relative;
    height:100%;
}


#catalogue .contact{
  text-align: right;
  margin-top:30px;
}

#catalogue #recherche_catalogue{
  text-align: right;
  margin-bottom:30px;
}

#catalogue #recherche_catalogue select{
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  
  padding:1px;
  border:1px solid #666666;
  
  color:#666666;
}

#catalogue #recherche_catalogue input[type="submit"]{
  outline:0;
  cursor:pointer;
  background:url(loupe.png) no-repeat 0px 0px;
  
  width:22px;
  height:22px;
  
  border:0px;
  
  text-indent:-9999em;
}






#fiche_catalogue {
  margin-bottom:10px;
  color:#363636;
  font-family : 'arial';
  font-size:13px;
}

#fiche_catalogue .titre_paragraphe{
  font-family : 'lane' ;
  font-size: 23px;
  color: #363636;
  text-transform: uppercase;
  margin-bottom:10px;
  margin-top:10px;
  text-shadow: 0px 0px 0px #363636;
  text-align: left;
}

#fiche_catalogue #ref{
   padding-top:10px;
   font-family: arial;
   font-size:13px;
   color:#666666;
}


#lien_retour_selection,
#fiche_catalogue .lien_retour{
    float:right;
    background: url(../_modele/angle.png) no-repeat right -5px;
    color: #1f649e;
    font-size: 13px;
    font-weight: normal;
    font-family: verdana;
    text-decoration: none;
    padding: 8px 12px;
}

.picto_domaine{
  float:left;
  width:71px;
  height:71px;
  
  -moz-border-radius: 5px;
  webkit-border-radius: 5px;
  border-radius: 5px;
  
  text-align: center;
  
  background: url(../_modele/fond_raccourci.png);     
}

.picto_domaine img{
  padding-top:12px;
}

#catalogue h1{
    font-size:24px;
    color:#1f649e;
    
    font-family : 'dinregular' ;
    font-weight: normal;
    
    padding-left:15px;
    margin-bottom:30px;
    
    margin-top:10px;
    
    height:75px;
    
    text-align: left;
    text-transform: uppercase;
    
    display: table-cell;
    vertical-align: middle;
    
    
}

#fiche_catalogue h1{
    font-size:24px;
    color:#1f649e;
    
    font-family : 'dinregular' ;
    font-weight: normal;
    
    padding-left:15px;
    margin-bottom:30px;
        
    display: table-cell;
    vertical-align: middle;
    
    
    height:75px;
    
    text-align: left;
    text-transform: uppercase;
     
}

#fiche_catalogue h2{
    color:#363636;
    font-family : 'arial';
    display:inline;
    font-weight:normal;
    font-size:13px;
        text-align: left;
}

#fiche_catalogue .paragraphe{
    margin-bottom:25px;
}




#selection_formation_fiche_produit{
   position:relative;
  display:block;
  width:263px;
  height:118px;
  background:url(fond_panier.png) no-repeat 0px 0px;
  margin-bottom: 20px;
  padding:0px 14px 0px 14px;
}

#selection_formation_fiche_produit .btn{
   font-family : 'verdana';
   font-size:13px;
   color:#155b99;
   
   background:#fff;
    
   padding:3px;
   
   text-decoration: none;
   font-weight: normal; 
    
  -moz-border-radius: 5px;
  webkit-border-radius: 5px;
  border-radius: 5px;   
   text-align: center;
}


#selection_formation_fiche_produit .lien_detail{
  position:absolute;
  top:42px;
  right:14px;
  padding:3px 15px;
}

#selection_formation_fiche_produit .lien_deja,
#selection_formation_fiche_produit .lien_ajout{
  width:258px;
  display:block;
  bottom:14px;
  position:absolute;
}

#selection_formation_fiche_produit .lien_deja{
  cursor: default;
}

#selection_formation_fiche_produit .nombre_formation{
  font-family : 'verdana';
  font-size:16px;
  color:#fff;
  position:absolute;
  top:45px;
  left:60px;  
}




.encart_catalogue{

}

.encart_catalogue .encart{
  background: #cacac0;
  padding: 15px;
  text-align: center;
  width: 261px;
  border-right: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  -moz-border-radius: 5px;
  webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.encart_catalogue .encart .titre_encart{
  display: block;
  text-align: left;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #acaca3;
  margin-bottom: 10px;
  text-shadow: 0px 0px 0px #363636;
  font-family : 'lane' ;
  color: #363636;
  font-size: 19px;
  text-transform: uppercase;
  color: #363636;
  text-decoration: none;
  font-weight: normal;
}

.encart_catalogue .encart .paragraphe{
   text-align: left;
}


.encart_catalogue .encart .paragraphe span{
  font-family : verdana ;
  font-weight: bold;
  font-size: 13px; 
  line-height:22px;
}

.encart_catalogue .encart .paragraphe ul{
    list-style:  none;
    margin:0px;
    padding:0px;
}

.encart_catalogue .encart .paragraphe li{
    margin-bottom:5px;
    padding-left:18px;
    
    background:url(puce.gif) no-repeat 1px 7px;
}

.encart_catalogue .encart .paragraphe li strong:before{
   content : "- ";
}

.lien_transmettre{
  display:block;
  text-align:center;
  margin-top:40px;
  
  
   padding:5px;
   background: url('../_modele/fond_recherche.png') repeat-x 0px -45px;
   color:#fff;
   border:0px;
   outline:0px;
   
   font-size:13px;
    -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; 
 text-decoration: none; 
  
}

#form_envoi_selection{
   padding-top:20px;
  padding-bottom:20px;
  
  
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(183,183,183,0.65) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(183,183,183,0.65)));
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(183,183,183,0.65) 100%);
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(183,183,183,0.65) 100%);
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(183,183,183,0.65) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(183,183,183,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6b7b7b7',GradientType=0 );

    -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; 
  
}

#form_envoi_selection .row{
  display:block;
  width:420px;
  margin:10px auto;
  
}

#form_envoi_selection label{
    width:120px;
    text-align: right;
    display:inline-block;
    vertical-align: top;
    padding-top:7px;
    margin-right:5px;
}

#form_envoi_selection label.error{
display: inline;
font-size: 10px;
margin-left: 125px;
color: red;
}

#form_envoi_selection input{
    width:280px;
    padding:5px;
}

#form_envoi_selection input.error{
  border:1px solid red;
}



#form_envoi_selection textarea{
  margin:0px;
   width:288px;
}


#form_envoi_selection input[type='submit']{
   margin-top:5px;
   padding:8px;
   background: url('../_modele/fond_recherche.png') no-repeat 0px -45px;
   color:#fff;
   border:0px;
   outline:0px;
   
   font-size:17px;
    -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; 
  width:290px;
  
  cursor:pointer;
}

.obligatoire{
  color:red;
}

#infos_obligatoire{
  text-align: right;
  display: block;
  margin-right:20px;
  margin-top:20px;
}

#result{
  padding:0px 10px;
  
  font-size:13px;
}

#anim{
  position:absolute;
  top:0px;
  right:0px;
  width:100%;
  height:100%;
  background:#fff;
  opacity:0.8;
  display:none;
  border:1px solid #999;
  
   -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; 
  
  z-index:9999
}
