/*------------------------------- Bandeau Haut -----------------------------------*/
#entete .logo {
	float:left;
}

#entete .bandeau {
	float:right;
}
/*------------------------------- Bandeau Bas -----------------------------------*/
#bas {
	background-color: #FFFFFF;
}

/*-------------------------------- Menu gauche ------------------------------------*/
#navigation
{
	background-color: #FFFFFF;
}
#recherche { 
	width: 157px; 
	background-color: #EEEEEE;
}


#menu-recherche { 
	padding-left: 10px;
}

#menu-rubriques { position: static;top: 0px; width:182px;}

/* Changement de couleur de fond pour les menus de navigation */ 
.menu-item { font-size: 85%; }

/* COULEURS des SECTEURS*/

/* CSIESR */
.menu ul li .secteur a.prefixe2 {
	background-color: #A5B304;
}
.menu ul li .secteur a.prefixe2:hover {
	background-color: #A5D364;
}
/* ACTIVITES ET TRAVAUX */
.menu ul li .secteur a.prefixe3 {
	background-color: #BF1217;
}
.menu ul li .secteur a.prefixe3:hover {
	background-color: #BF3277;
}
/* FORMATION */
.menu ul li .secteur a.prefixe4 {
	background-color: #FC5200;
}
.menu ul li .secteur a.prefixe4:hover {
	background-color: #FC7240;
}
/* EVENEMENTS */
.menu ul li .secteur a.prefixe5 {
	background-color: #9E407C;
}
.menu ul li .secteur a.prefixe5:hover {
	background-color: #9E708C;
}

/* Lien actif pour les secteurs (commun) - Doit être placé après les déclarations a.prefixeX */
.menu ul li .secteur a:hover, .menu ul li .secteur a.lienon { 
	background-color: #FFCD2F;
}

/* Couleurs des fonds de sous rubriques */

/* CSIESR */
.menu ul li li.prefixe2 {
	background-color: #F0FEC5;
}
.menu ul li li.prefixe2 a:hover{
	background-color: #D9DD42;
}
/* ACTIVITES ET TRAVAUX */
.menu ul li li.prefixe3 {
	background-color: #FBD2D3;
}
.menu ul li li.prefixe3 a:hover{
	background-color: #F79B9D;
}
/* FORMATION */
.menu ul li li.prefixe4 {
	background-color: #FBD2BF;
}
.menu ul li li.prefixe4 a:hover{
	background-color: #F58F5F;
}
/* EVENEMENTS */
.menu ul li li.prefixe5 {
	background-color: #EFD4E4;
}
.menu ul li li.prefixe5 a:hover{
	background-color: #DCA3C5;
}

/* Lien actif pour les secteurs (commun) - Doit être placé après les déclarations a.prefixeX */
.menu ul li li a.lienon {
/*	background-color: #B4B4B4; valeur Anthemis, changee SA */
	background-color: #FFCD2F;

}

/*--------------------------- Menu droite ---------------------------------*/
#encart
{
	background-color: #FFFFFF;
	background-image: url(img/entete-encart.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 10px;
}

#encart #titre
{
	height: 27px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 9px;
	background-position: left middle;
	background-repeat: no-repeat;
}

#encart ul 
{
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	list-style-image:url(img/puce-encart.gif);
	list-style-position: outside;
	margin: 0px;
	margin-left: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	padding: 0px;
}

#encart ul a
{
	color: #000000;
	text-decoration: none;
}

#encart ul a:hover
{
	color: #0A74A6;
}

/* Titre par défaut */
#encart .titre
{
	background-image: url(img/illustration-livre.jpg);
}

/* Titre Agenda */
#encart .titre-agenda
{
	background-image: url(img/illustration-calendrier.jpg);
}
/* Titre contact */
#encart .titre-contact
{
	background-image: url(img/illustration-arobase.jpg);
}
/* Titre breves */
#encart .titre-breves
{
	background-image: url(img/illustration-bulle.jpg);
}
/* Titres mots X */
#encart .titre-1
{
	background-image: url(img/illustration-micro.jpg);
}
#encart .titre-2
{
	background-image: url(img/illustration-personnage.jpg);
}
#encart .titre-3
{
	background-image: url(img/illustration-fleches.jpg);
}
#encart .titre-4
{
	background-image: url(img/illustration-livre.jpg);
}

/*----------------------------- Contenu ---------------------------------*/
#bloc-contenu
{
	background-image:url(img/titre-rubrique.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left: 10px;
	padding-right: 5px;
}
/* Bloc pour rendre le contenu défilant sans faire défiler le menu de navigation et l'encart */
#bloc-scroll-contenu
{
	/* Definition de la zone de scroll */
	height: 520px;
	overflow: auto;
	padding-right: 10px;
	
	/* Personnalisation de la barre de scroll (pour IE uniquement) */
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#446082;
	scrollbar-base-color:#CDD7E4;
	scrollbar-shadow-color:#CDD7E4;
	scrollbar-darkshadow-color:#446082;
	scrollbar-face-color:#B8C7DA;
	scrollbar-highlight-color:#F0F3F7;	
	scrollbar-track-color:#CDD7E4; 
}
/* Bloc contenu accueil plus Utilisé. Il permettait d'afficher une illustration en sur la page d'accueil */
/*
#bloc-contenu-accueil
{
	position: static;
	margin: 5px 205px 0px 250px;
	padding: 194px 10px 5px;
	background: white;
	background-image: url(img/edito-accueil.jpg);
	background-position: left top;
	background-repeat: no-repeat;	
}*/
/* Titre de la page d'accueil */
#titre-accueil {
	padding-left: 20px;
	float: left;
	text-align: left;
}
#date-accueil {
	text-align: right;
	padding-right: 10px;
}
/* Séparateur entre le bandeau de hierarchie des articles et le contenu */
.ligne-debut {
	border: none;
}

/* Styles appliqué au article appartenant au mlot clé 1 sur la page d'accueil */
.important-sommaire {
	font-weight: bold;  /* ajoute par SA */
	border: 1px solid #3A6085;
	background-color: #B8C7DA;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.important-sommaire .extrait
{
	margin: 0px;
	margin-top: 5px;
	line-height: 1.4em;
	padding: 8px;
	background-color: #CBD7E4;
}
