/*****************************************
		CUSTOM CSS
******************************************/

/** 	header website 			**/
.website-header, .bg-image-module, .isStuck {
background-image: url(jute-41265366.jpg); 
}

/**		BODY			**/
body {
background: #e4deb5b3;
}

/**		LOGO			**/

.logo h1
{
    font-family: 'tenor sans', sans-serif;
    font-size: 500%; 
  	color: #B24B80;
  	border-top: 0px dotted #bbb;
	border-bottom: 0px dotted #bbb;
}
.logo h3
{
    /*font-family: 'tenor sans', sans-serif;*/
    font-size: 200%; 
  	color: #B24B80;
}
/* bordure */
.logo hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top: 3px solid #B24B80;
}

/**		MENU			**/

ul.nav.menu.nav-pills
{
border-top: 2px solid;
border-color: #676A17;
border-spacing: 2px;
font-size: large;
}

/*.drop-down li a, .drop-down li
{
border-top: 3px solid;  
}*/
/**		ARTICLE			**/
/* Images: control the size of the article image */
.img-fulltext-left, .pull-left.item-image {
    max-width: 320px;
}
/* count article */
.badge
{
background-color: #BF99B2;  
}