/*
 * personnalisation CSS identique à la zone de saisie "Code CSS" dans "Options du Thème" en admin.
 */

/* ligne pour la personnalisation du titre du site, en haut à gauche */ 
#item {background:#2a2a2a;}
#title h1 {font-size:18px;}
h1 a:hover{border-bottom: 0px;}
div#title {margin-top:15px;}

/* ligne pour le centrage de la ligne de description du site selon taille écran*/
 @media (min-width: 1180px){
div#cat_desc.object_desc {max-width: 100%; text-align: center;}
 }
@media (min-width: 100px) and (max-width: 1179px) {
div#cat_desc.object_desc {max-width: 100%; text-align: justify;}
}
 
 
/* ligne pour le trait horizontal du footer */
footer {width: 55%;}

/* ligne pour le trait horizontal entre le main et le bottom */
#bottom {border-top: 1px solid #6A5ACD;}

/* lignes pour les liens des stats, tags et liens dans le bottom */
a {color: #FFC757;}
a {border-bottom: 1px solid #FFC757;}
a:hover {border-bottom: 2px solid #FFC757;}

/* ligne pour le lien du titre des tags, dans le bottom */
h3 a{font-size: 12px; font-weight: normal}

/* largeur de la zone des liens dans le bottom */
div#bottom_links.bottom_item {width:300px}

/*.header_top {max-width: 100%; height: auto;} */




/*
#gallery { max-width: 1310px;}
*/