/*================================================= 
	STYLES PERSONALISÉS Squelette RÉCIT-FP Partenaire
		
	NOTE IMPORTANTE:
	
	- Cette feuille de style permet de faire des 
	  modification de base.  Pour aller plus loin
	  voir le fichier "style.css".
	  
	- Le bandeau se modififie via la configuration
	  l'interface prive avec le logo du site SPIP
	
	- Les boutons d'admin de SPIP se modifient dans
	  le fichier squelettes/spip_admin_perso.css
	  
	- Pour modifier le format de la page, récupérer
	  le css dans squelettes/css/styles.css
	  
	Modifié le 28 sept 2005 (PB)
==================================================*/
	

/*=================================================== 
   		COULEURS DES LIENS PAR DÉFAUT
  ==================================================*/
a:link, 
a:visited, 
a:active { 

	color: #0066CC; /* Couleur */ 
	} 

/*======================================== 
	LOGO DE L'ORGANISME
  ========================================*/
h1 a, h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {

	background-image: url(images/logo-site.gif) ; /* Emplacement de l'image */
	height: 48px; /* Hauteur de l'image */
	top: 25px; /* Position du haut */
	left: 35px; /* Position de la gauche */
	
/*======================================== 
	POSITION DU TITRE DE L'ORGANISME
  ========================================*/
	padding-left: 70px; /* Position de la gauche */
	padding-top: 29px; /* Position du haut */ }


/* ======================================== 
	MENU VERTICAL 
 ======================================== */
.menuGauche ul {} /* Contenant */
.menuGauche li {
	margin-bottom: 6px; /* Distance entre les liens */
	}
.menuGauche li a:link, .menuGauche li a:visited ,
.menuGauche li a:active, .menuGauche li a:focus {
	width: 150px; /* Largeur du menu */
	padding: 3px 0 3px 10px; /* Espace intérieur  */
	text-decoration: none; /* Format du soulignement */
	border-width: 1px; /* Dimention de la bordure */
	border-style: solid; /* Type de bordure */
	border-color: #BFBFBF; /* Couleur de la bordure */
	font-weight: bold; /* Style du lien ("bold" = gras ou "normal") */
	color: #828282; /* Couleur du lien */
	background-color: #d5e4ea /* Couleur de fond */
	} 
.menuGauche li a:hover {
	color: #193485; /* Couleur du lien en survol  */
	background-color: #70c5ea; /* Couleur de fond en survol */
	border-color: #BFBFBF; /* Couleur de la bordure */
	}  

/*=============================================================
	COULEURS DES TITRES DE NOUVEAUTÉS (ACCUEIL) ET DES PAGES
 ==============================================================*/
 
 
#colcentre h3, /* Titre des nouveautés sur la page d'accueil  */
#contenu h2 /* Titre de la page d'un article */ {

	color: #FFFFFF; /* couleur du titre */
	background-color: #3b20bb; /* couleur du fond */
	}
/*============================================================
 boites latérales
 ==============================================================*/
.boite {
	margin-bottom: 7px;
	}
#colgauche .boite a{
	color: #828282;
	}

/*============================================================
 boite de breves
 ==============================================================*/
#breves {
	border: solid 1px #679b12;
	padding: 1px 10px 10px 10px;
	}
#breves h3 {
	color: white;
	background-color: #679b12;
	text-align: center;
	margin: 2px;
	}

/*============================================================
 boite de l'idée du jour
 ==============================================================*/
#idee {
	border: solid 1px #dbb526;
	padding: 1px 10px 10px 10px;
	}
#idee .boite li a, .boite li a:link, .boite li a:visited {
	background:transparent url(images/bouton-colgauche-normal.gif) no-repeat
	}
#idee .boite li a:hover {
	background:transparent url(images/bouton-colgauche-hover.gif) no-repeat
	}
#idee h3 {
	color: white;
	background-color: #dbb526;
	text-align: center;
	margin: 2px;
	}

/*============================================================
 boite des nouveautés
 ==============================================================*/
#nouveautes {
	border: solid 1px #70c5ea;
	padding: 1px 10px 10px 10px;
	margin-top: 14px;
	}
#nouveautes h3 {
	color: white;
	background-color: #70c5ea;
	text-align: center;
	margin: 2px;	
	}

/*============================================================
 boite du mini-calendrier
 ==============================================================*/
#abcalendrier {
	border: solid 1px #f29492;
	padding: 1px 10px 10px 10px;
	margin-top: 14px;
	}
#abcalendrier h3 {
	color: white;
	background-color: #f29492;
	text-align: center;
	margin: 2px;	
	}
#abcalendrier table {
	width: 170px;
	text-align: center;
	}
#abcalendrier table a {
	color:#F29492;
	}
td.today {
	background:#f29492;
	}

/*============================================================
 Formulaire abonnement
 ==============================================================*/
#abo {
	border: solid 1px #b089b5;
	padding: 1px 10px 10px 10px;
	margin-top: 14px;
	}
#abo h3 {
	color: white;
	background-color: #b089b5;
	text-align: center;
	margin: 2px;	
	}
form .lettre {
	margin:0px;
	}

/*============================================================
 Scroller Box 
 ==============================================================*/
.jscroller2_up, .jscroller2_down, .jscroller2_left, .jscroller2_right {
 margin: 0;
 padding: 0;
}

.jscroller2_left, .jscroller_right, .jscroller2_left_endless, .jscroller2_right_endless {
 white-space: nowrap;
}
#scroller_container {
 width: 160px;
 height: 80px;
 overflow: hidden;
}
/*============================================================
formulaire de recherche
 ==============================================================*/
 .formulaire_recherche {
	 margin: 0px;
 }
 
 .formulaire_recherche form {
	margin: 0px;
	border: 1px solid #B089B5;
 }
 
  .formulaire_recherche form input{
	margin: 0px;
	border: 0px;
 }
