body { background-image: url(../images/entete_home.jpg); }
#contenu { padding-left: 35px; }

/* Colonne de gauche : focus */
#focus {
	position: relative;
	float: left;
	display: inline;
	width: 390px;
	margin: 15px 0 0 22px;
	background: url(../images/fond_focus_home.png) 0 0 no-repeat;
}
#focus h1, #focus h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #fff;
	margin: 16px 0 10px;
}
#focus p, #contenu p {
	color: #004a99;
	margin: 0;
	font-size: .95em;
	vertical-align: top;
}
#focus p img {
	float: left;
	margin-right: 5px;
}
#focus p.auteur, #content p.categorie {
	font-size: .85em;
	font-style: italic;
	color: #ee7f01;
	line-height: .9em;
	margin: .6em 0;
}
/**
#cycle div {
	width: 318px;
	overflow: auto;
}
/**/

/* Partie du haut : actualitˇs */
#actus {
	padding: 10px 45px 0 34px;
	height: 253px;
}
#actus div div {
	height: 230px;
	overflow: hidden;
}
#actus .scrollable {
	height: 170px;
	overflow: auto;
}

/* Partie du bas : recrutement (Voir aussi onglet.css) */
#recrutement { height: 227px; }
#recrutement h1 { padding: 5px 0 0 34px; }
#recrutement .scrollable {
	margin: 5px 47px 10px 14px;
	padding: 10px;
	width: 316px;
	height: 116px;
	overflow: auto;
}

/* Contenu */
#contenu h2 {
	font-size: 1.15em;
	margin: 0 0 .4em;
	padding: 0;
	color: #3d3d3d;
}
