/*
  MODULE DED_CONNAISSANCES
  article.css
*/


div.infos_haut {
margin: 0;
padding: 5px 10px;
background-color: #fff;
height: 1em;
border-bottom: 1px solid #D6CBAF;
}

div.infos_bas {
margin: 0;
padding: 5px 10px;
background-color: #fff;
height: 1em;
border-top: 1px solid #D6CBAF;
}

div.infos_bas span.date {
margin: 0;
padding: 0;
float: left;
color: #D6CBAF;
}

div.compteur {
margin: 0;
padding: 0;
display: inline;
float: right;
}

div.compteur p {
float: left;
margin: 0;
padding: 0 5px 0 5px;
color: #f60;
}

div.compteur a.retour {
display: block;
float: left;
margin: 0 15px 0 0;
padding: 0 0 0 18px;
color: #fd742e;
height: 10px;
line-height: 10px;
background: transparent url(../img/picto_fleche_retour.gif) no-repeat left top;
}

div.compteur a.retour:hover {
background-position: left bottom;
}


div.compteur a.precedent {
display: block;
float: left;
margin: 2px 0 0 0;
padding: 0;
width: 7px;
height: 10px;
background: transparent url(../img/picto_fleche_gauche.gif) no-repeat center top;
}

div.compteur a.precedent:hover {
background-position: center bottom;
}

div.compteur a.suivant {
display: block;
float: left;
margin: 2px 0 0 0;
padding: 0;
width: 7px;
height: 10px;
background: transparent url(../img/picto_fleche_droite.gif) no-repeat center top;
}

div.compteur a.suivant:hover {
background-position: center bottom;
}




div#conn_moteur {
margin: 0;
padding: 0 10px 10px 10px;
}

div#conn_moteur p.legende {
color: #666;
font-size: .95em;
}

div#conn_article {
margin: 0;
padding: 10px;
}

div#conn_article h3 {
margin: 0;
padding: 5px 0 5px 20px;
font-size: 1.3em;
font-weight: bold;
background: transparent url(../img/titre_article.gif) no-repeat 0 3px;
}

div#conn_article div#bloks {
margin: 0;
padding: 0 20px 20px 20px;
}


div.date {
text-align: right;
font-size: .9em;
color: #666;
}
