/*  
  Création artistique Emmanuel Gilardeau
  http://www.reactivgrafik.fr/
  Intégration CSS Bene Facere  
  copyright 2009 Bene Facere
  http://www.benefacere.fr/  
 */
#usercontent {
    left: 9px;
    width: 663px;
}
#boxDroite {
    top: 38px;
}
div.orange, div.vert, div.bleu {
    position: relative;
    width: 190px;
    height: 218px;
    float: left;
    padding-top: 14px;
    padding-left: 20px;
    padding-right: 15px;
}
div.orange {
    background: url(/static/themes/Arsi/images/cartouche_accueil_orange.png) no-repeat center center;
    margin-left: -20px;
}
div.vert {
    background: url(/static/themes/Arsi/images/cartouche_accueil_vert.png) no-repeat center center;
}
div.bleu {
    background: url(/static/themes/Arsi/images/cartouche_accueil_bleu.png) no-repeat center center;
}
#usercontent div.orange h2, #usercontent div.vert h2, #usercontent div.bleu h2 {
    font-weight: normal;
    font-size: 9pt;
    color: white;
    text-transform: uppercase;
    line-height: 32px;
    padding-left: 18px;
    background: url(/static/themes/Arsi/images/triangle_blanc.png) no-repeat left center;
}
#usercontent div.orange a, #usercontent div.orange a:visited, #usercontent div.vert a,  #usercontent div.vert a:visited, #usercontent div.bleu a, #usercontent div.bleu a:visited {
    color: white;
}
#usercontent div.orange a:hover, #usercontent div.orange a:active, #usercontent div.vert a:hover,  #usercontent div.vert a:active, #usercontent div.bleu a:hover, #usercontent div.bleu a:active {
    color: #5ca4fb;
}
p.orange, p.vert, p.bleu {
    position: absolute;
    top: 60px;
    padding-left: 60px;
    width: 130px;
    height: 100px;
    font-weight: bold;
    font-size: 8pt;
    text-transform: uppercase;
    text-align: left;
}

p.orange {
    background: url(/static/themes/Arsi/images/iconef_orange.png) no-repeat left top;
}
p.vert {
    background: url(/static/themes/Arsi/images/iconef_vert.png) no-repeat left top;
}
p.bleu {
    background: url(/static/themes/Arsi/images/iconef_bleu.png) no-repeat left top;
}

#usercontent h1 {
    clear: both;
}