/* Règle générale valable pour l'ensemble du site */

a img
{
	border: none;
    outline: none;
}

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

html
{
	background-repeat: repeat-x;
	background-position: top center;
	/*
    background-image: url("/images/decoration/degr-fond-bba - 1X0.png");
    background-color: #8A3113;
	*/
    background-image: url("/images/decoration/degr-fond - 1X0.png");
	background-color: #587858;
    /*background-color: #C1751D;*/

	font-family: sans-serif;
	color: black;
}


/***************** Body ******************/
body
{
	padding: 0;
	margin: 0;
}

#Page
{
	margin-left: auto;
	margin-right: auto;
}


/***************** «Kill FLoat» ******************/
.KillFloat
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
}

.KillLeft
{
	clear: left;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
}

.KillRight
{
	clear: right;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
}

/***************************************************/

#Header
{
	background-repeat: no-repeat;
	background-position: top center;
	background-color: transparent;
    color: black;
	padding: 2px 0 0 0;
	margin: 0.3em 0 0.3em 0;
	text-align: center;
}

#Header h1
{
	display: none;
	margin: 0;
	padding: 0;
}

/*------------------------*/

#Header #Titre
{
	display: block;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: transparent;
	color: black;
	margin: 4px 0px;
	padding: 0;
	/* <IE_au_bûcher_!> */
	font-size: 0;
	/* </IE_au_bûcher_!> */
	height: 80px;
}
#Header #Titre[id] 
{
	background-image: url("/images/communiquer/brouette-de-bieres - 550X0.png");
}

/********************************************************/

#Middle
{
	padding: 1px 15px 2px 7px;
}

/*******************************************************/

.Content
{
	float: left;
	margin: 0 16px 0 16px;
	padding: 0;
    background-position: top center;
    background-repeat: repeat-y;
}

.Content h2
{
	background-repeat: repeat-y;
	background-position: left top;
	letter-spacing: 0.1em;
	font-style: italic;
	font-size: 160%;
	margin: 0.2em 0 0.2em 0;
	padding: 8px 8px 8px 16px;
	background-color:#EDE4D3;
	color:#7B410C;
	-moz-border-radius: 6px;
}

.Content .LiOneBloc, .Content .LiOneBlocInfo
{
	border: 1px solid #888;
	margin: 0.7em 0.3em;
	padding: 0.5em 0.9em 0.3em 0.6em;
	-moz-border-radius: 8px;
    text-indent: 0.2em;
}

.Content .LiOneBloc .divTexte a
{
	font-size: 110%;
}

.Content .LiOneBloc
{
	background-color: #eee;
}

.Content .LiOneBlocInfo
{
	background-color: #EEEDEC;
}

.Content .LiOneBloc a, .Content .LiOneBlocInfo a
{
	text-decoration: none;
	color: #9A6F48;
}

.Content .LiOneBloc a:hover, .Content .LiOneBlocInfo a:hover
{
	text-decoration: underline;
	color: #FDC859;
}

#MentionsLegales
{
	margin: -2px 0 0 0;
	padding: 0 0 5px 0;
}

#MentionsLegales #conso
{
	margin: 0 0 3px 0;
	padding: 0;
	text-align: center;
}

#MentionsLegales #conso
{
	font-size: 95%;
    font-weight: bold;
}
