﻿/***** Brèves **********/
/*** Actualites ****/
.Actualites
{
	font-size: 10pt;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 20px;
	border-bottom-color : White;
	width : 662px;
	margin-left : 3px;
}
.TitreActualites
{
	font-size: 13pt;
	text-transform: uppercase;
}
.TitreActualite
{
	background-image: url(  '/images/boutons/puce_grise.gif' );
	background-repeat: no-repeat;
	text-indent: 18px;
}
.TitreActualite a
{
	text-decoration: none;
}

.TitreActualite a:visited,
.TitreActualite a:link,
.TitreActualite a:active
{
	color: #0066FF;
}
.TitreActualite a:hover
{
	color : #000066;
}


.DescriptionActualite
{
	font-weight: normal;
}
/*** Fin Actualites ****/

/*** Breves de section ***/
.BrevesSection
{
	font-size: 10pt;
	height : 300px;
}
.BrevesSection a
{
	text-decoration : none;
}

.SectionBibliotheque_Table,
.SectionMediatheque_Table,
.SectionLogitheque_Table
{
	height : 220px;
}

.SectionBibliotheque_Titre_Ligne,
.SectionMediatheque_Titre_Ligne,
.SectionLogitheque_Titre_Ligne
{
	text-align : center;
	text-transform : capitalize;
	color: #FFFFFF;
	font-size : 11pt;
	height : 20px;
	vertical-align : middle;
}

.SectionBibliotheque_BreveTitre_Ligne,
.SectionMediatheque_BreveTitre_Ligne,
.SectionLogitheque_BreveTitre_Ligne
{
	height : 40px;
	vertical-align : top;
}

.SectionBibliotheque_BreveDesc_Ligne,
.SectionMediatheque_BreveDesc_Ligne,
.SectionLogitheque_BreveDesc_Ligne
{
	vertical-align : top;
	height : 140px;
}

.SectionBibliotheque_BrevePied_Ligne,
.SectionMediatheque_BrevePied_Ligne,
.SectionLogitheque_BrevePied_Ligne
{
}

.SectionBibliotheque_Titre_Cellule,
.SectionMediatheque_Titre_Cellule,
.SectionLogitheque_Titre_Cellule
{
}

.SectionBibliotheque_BreveDesc_Cellule,
.SectionMediatheque_BreveDesc_Cellule,
.SectionLogitheque_BreveDesc_Cellule
{
}

.SectionBibliotheque_BrevePied_Cellule,
.SectionMediatheque_BrevePied_Cellule,
.SectionLogitheque_BrevePied_Cellule
{
	text-align: right;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 18px;
	height : 20px;
	vertical-align : middle;
}


.SectionBibliotheque_BrevePied_Cellule a:visited,
.SectionBibliotheque_BrevePied_Cellule a:link,
.SectionBibliotheque_BrevePied_Cellule a:active,
.SectionMediatheque_BrevePied_Cellule a:visited,
.SectionMediatheque_BrevePied_Cellule a:link,
.SectionMediatheque_BrevePied_Cellule a:active,
.SectionLogitheque_BrevePied_Cellule a:visited,
.SectionLogitheque_BrevePied_Cellule a:link,
.SectionLogitheque_BrevePied_Cellule a:active
{
	color: #0066FF;
}

.SectionBibliotheque_BrevePied_Cellule a:hover,
.SectionMediatheque_BrevePied_Cellule a:hover,
.SectionLogitheque_BrevePied_Cellule a:hover
{
	color : #000066;
}

/**** Bibliothèque ****/

.SectionBibliotheque_Titre_Ligne
{
	background-color : #669900;
}

.SectionBibliotheque_BreveDesc_Cellule,
.SectionBibliotheque_BreveTitre_Cellule,
.SectionBibliotheque_BrevePied_Cellule
{
	background-color : #99CC33;
}

.SectionBibliotheque_BreveTitre_Cellule
{
	font-weight : bold;
}

.SectionBibliotheque_BrevePied_Cellule
{
	background-image: url( '/images/boutons/puce_bleu_fonce.gif' );
}
/**** Fin Bibliothèque ****/


/**** Médiathèque ****/

.SectionMediatheque_Titre_Ligne
{
	background-color : #009999;
}

.SectionMediatheque_BreveDesc_Cellule,
.SectionMediatheque_BreveTitre_Cellule,
.SectionMediatheque_BrevePied_Cellule
{
	background-color : #66CCCC;
}

.SectionMediatheque_BreveTitre_Cellule
{
	font-weight : bold;
}

.SectionMediatheque_BrevePied_Cellule
{
	background-image: url( '/images/boutons/puce_violet_fonce.gif' );
}
/**** Fin Médiathèque ****/


/**** Logithèque ****/

.SectionLogitheque_Titre_Ligne
{
	background-color : #990066;
}

.SectionLogitheque_BreveDesc_Cellule,
.SectionLogitheque_BreveTitre_Cellule,
.SectionLogitheque_BrevePied_Cellule
{
	background-color : #CC6699;
}

.SectionLogitheque_BreveTitre_Cellule
{
	font-weight : bold;
}

.SectionLogitheque_BrevePied_Cellule
{
	background-image: url( '/images/boutons/puce_orange_fonce.gif' );
}
/**** Fin Logithèque ****/
/*** Fin Breves de section ***/

/***** Fin Brèves **********/