@charset "utf-8";

/* ------------------------------------------------------------------------
	CORPS de la page
------------------------------------------------------------------------ */

.centre li {
	margin-left: 0;
}

/* Actualités ----- */
#actu{
	padding-bottom: 15px;
	position:relative;
}
#actu ul{
	border-right: 1px solid #B4D4CD;
    margin-bottom: 0;
    margin-left: 0;
    width: 275px;
}
#actu ul li{
    width: 252px;
}
#actu ul.autres{
 	border: medium none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
}
#actu ul.autres li{
	width: 110px;
}
#actu ul li.last{
    margin-bottom: 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;
}

.navbar {
    overflow: hidden;
}