@charset "utf-8";

/* ------------------------------------------------------------------------
	ENTETE de la page
------------------------------------------------------------------------ */

/* Utilitaires ----- */
#accueil {
	display: none !important;
}


/* ------------------------------------------------------------------------
	CORPS de la page
------------------------------------------------------------------------ */

#centre li {
	margin-left: 0;
}


/* Actualités ----- */

#actu {
	background: url(../img/contenu/actualites_bg.gif) top left repeat-y; 
}
#actu ul {
	margin-left:0;
	margin-right: 125px;
	padding:0;
	}
#actu ul.autres {
	float: right;
	width: 110px;
	margin: 0;
}
#actu ul.autres li {
	margin-left: 0;
	padding: 0;
	font-size: 1.1em;
	background: none;
}

/* Boite "Personnalisation le portail" ----- */

#perso-portail {
	margin: 3em 0 1em;
	padding: 0 0 10px;
	border-bottom: 2px solid #B4D4CD;
	background: url(../img/contenu/perso_portail_milieu.gif) top left repeat-y; 
}
/* Hack: CSS caché à IE 5 MAC seulement (commented backslash hack ) \*/
#perso-portail {
	height: 1%; /* Pour bug affichage dans IE pc */
}
/* Fin du hack */
#perso-portail h2 {
	margin: 0 0 10px;
	padding: 12px 18px 0;
	font-size: 1.4em;
	color: #EA6A3E;
	border: none;
	background: url(../img/contenu/perso_portail_haut.gif) 0 0 no-repeat;
}
#perso-portail .wrap {
	padding: 0 18px;
	color: #475A5A;
}
#perso-portail select {
	width: 350px;
	border: 1px solid #879B92;
}










