#content {
	padding:5px 5px 0px 5px;
	background: url("../images/home/background.png") no-repeat !important;
	min-height:338px;
	text-shadow:#777 1px 1px 1px;
	text-align:left;
}

#menu-home {
	width:704px;
	height:50px;
	background:#4b473a;
}

#menu {
	list-style: none ;
	margin: 0 0 0 1px ;
	padding: 0 ;
	height:50px;
	overflow: hidden ;	/* Création du contexte de formatage */
}
	
#menu li {
	float: left ;
	width: 116px ;
	height:50px;
	margin-right: 1px ;
	color: #fff ;
}

#menu li a {
	height:3.8em;
	display: block ;
	background: url("../images/home/btn-menu-inactif.png") no-repeat ;
	color: #fff ;
	font: 11px 'Arial',Arial,sans-serif ;
	font-weight:bolder;
	line-height: 3.6em ;
	padding: 4px 2px ;
	text-align: center ;
	text-decoration: none ;
	clear:both;
	text-shadow:none;
}

#menu li a:hover, #menu li a:focus, #menu li a:active {
	height:3.5em;
	background: url("../images/home/btn-menu-actif.png") no-repeat ;
	color: #bc761a ;
	font: 11px 'Arial',Arial,sans-serif ;
	font-weight:bolder;
	line-height: 3.6em ;
	padding: 4px 2px ;
	text-align: center ;
	text-decoration: none ;
	clear:both;
	text-shadow:none;
}

#menu .doubled-line{
	padding-top: 12px;
	line-height: 1em ;
	text-shadow:none;
}

#menu li a:hover.doubled-line , #menu li a:focus.doubled-line , #menu li a:active.doubled-line {
	padding-top: 12px;
	line-height: 1em ;
	text-shadow:none;
}

a {
	cursor : pointer;
}

#img-associations img {
	border : 0;
	margin-left:5px;
	margin-right:5px;
	padding-top:20px;
}

@font-face {
 font-family: 'Franklin Gothic Book';
 src: url("Fonts/FRABK.eot") /* EOT file for IE */
}
@font-face {
 font-family: 'Franklin Gothic Book';
 src: url("Fonts/FRABK.TTF") /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: 'Franklin Gothic Demi';
 src: url("Fonts/FRADM.eot") /* EOT file for IE */
}
@font-face {
 font-family: 'Franklin Gothic Demi';
 src: url("Fonts/FRADM.TTF") /* TTF file for CSS3 browsers */
}