/* Style Forum-automatisme */

/* *********************************
280718: Ajout  de la banniere. Modification dans:
	- .logo, .site_logo, .site-description, .site-description h1, .site-description p, .search-box
	
030918: Suppression du fond bleu derriere la banniere
	-Ajout:
		.site_logo {
			width: 1152px;
			margin-left: -10px;
		}
		.headerbar {
			background-color: white;
			background-image: url("");
		}
	
*********************************** */
.logo {
	display: block;
	padding: 5px;
}

.site_logo {
	display: block;
	width: 1152px;
	height: 80px;
	margin-left: -10px;
	background-image: url("./images/site_logo2.gif");
}

.headerbar {
	background-color: white;
	background-image: url("./images/site_logo2.gif");
}

/* Site description and logo */
.site-description {
	height: 90px;
}

.site-description h1, .site-description p {
	visibility: hidden;
}


/* Barre de recherche */
.search-box {
	margin-right: 20px;
}


/* ********** Theme Halloween ********** */
/* Fond des contours principaux */
/*.forabg, .forumbg {
/*	background-color: #533e24; /*0076B1*/
/*	background-image: -webkit-linear-gradient(top, #dcc8ae 0%, #ae824b 2px, #533e24 92px, #533e24 100%); /*(top, #6ACEFF 0%, #12A3EB 2px, #0076B1 92px, #0076B1 100%)*/
/*	background-image: linear-gradient(to bottom, #dcc8ae 0%,#ae824b 2px,#533e24 92px,#533e24 100%);/*(to bottom, #6ACEFF 0%,#12A3EB 2px,#0076B1 92px,#0076B1 100%)*/
/*	background-repeat: repeat-x;
}

/* Fond des sous parties */
/*ul.forums {
/*	background-color: #f5f0e9; /* Old browsers */ /* FF3.6+ */ /* EEF5F9*/
/*	background-image: -webkit-linear-gradient(top, #ebe1d2 0%, #f5f0e9 100%); /* (top, #D2E0EB 0%, #EEF5F9 100%)*/
/*	background-image: linear-gradient(to bottom, #ebe1d2 0%,#f5f0e9 100%); /* W3C */ /* (to bottom, #D2E0EB 0%,#EEF5F9 100%)*/
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe1d2', endColorstr='#f5f0e9',GradientType=0 ); /* IE6-9 */ /*( startColorstr='#D2E0EB', endColorstr='#EEF5F9',GradientType=0 )*/
/*}

/* Arriere plan de la liste des forums */
/*.bg1 {
	background-color: #f5f0e9;
}
.bg2 {
	background-color: #f5e7d4;
}

/* Barre de naviguation */
/*.navbar {
	background-color: #ebe1d2;
}
/* ********** Fin theme Halloween ********** */