HTML
{
	/*height:100%*/
}
.footnotecall
{
	color: #FF535C !important;
	vertical-align: super !important;
	font-size:8x;
}
HTML, BODY
{
	margin: 0;
	padding: 0;
	background: #C4C4C4 url(design/body_fonds.png) repeat-x;
	/*height:100%;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
}
IMG
{
	border: none;
	padding: 0 !important;
	margin: 0 !important;
	display: block;
}
P.texte IMG, P.texte SUP IMG
{
	max-width: 500px !important;
	padding: 10px !important;
}
DIV.bloc-image IMG
{
	width: 406px;
	/*modif josF, c'était 350px avant. But: ramener largeur de la première image des editos page d'acceuil à la largeur de la colonne*/
	height: 100%;
}
A.galerie
{
	display: block;
	vertical-align: middle;
}
A.galerie IMG
{
	border: none;
	padding: 0 !important;
	margin: 0 !important;
}
A
{
	text-decoration: none;
	color: #9FC52C;
}
A:hover
{
	color: #8B854B !important;
}
DIV.zonetexte DIV A
{
	font-size: 15px;
}
.bloc-zone-texte.couleur-texte P A
{
}
.bloc-zone-texte.couleur-texte P EM A, .bloc-zone-texte.couleur-texte P A
{
	color: #9FC52C;
}
/*
Les éléments spécifiques


**** pour la page appels et postes*/
H3.critere-tri
{
	color: #3A3A3A;
	font-size: 12px;
	text-transform: uppercase;
}
H4.mois
{
	font-size: 12px;
	padding: 7px 0 0 15px;
	text-transform: uppercase;
}
H5.jour
{
	font-size: 14px;
	color: #000 !important;
}
LI.inactif
{
	text-decoration: line-through;
}
.avec-ombrage .container
{
	-moz-box-shadow: 0px 2px 5px 0px #dfdfdf;
	-webkit-box-shadow: 0px 2px 5px 0px #dfdfdf;
	-o-box-shadow: 0px 2px 5px 0px #dfdfdf;
	box-shadow: 0px 2px 5px #DFDFDF;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#dfdfdf, Direction=180, Strength=5);
}
.avec-ombrage-sansgauche
{
	-moz-box-shadow: 4px 5px 5px 0px #dfdfdf;
	-webkit-box-shadow: 4px 5px 5px 0px #dfdfdf;
	-o-box-shadow: 4px 5px 5px 0px #dfdfdf;
	box-shadow: 4px 5px 5px #DFDFDF;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#dfdfdf, Direction=180, Strength=5);
}
.bordure-bottom
{
	border-bottom: 1px dotted #8E8E8E;
}
.sansombre
{
	box-shadow: none;
}
.couleur-texte
{
	color: #5B5A5A !important;
}
.avec-puce
{
	padding-left: 15px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.sanspuce
{
	background: none !important;
}
/*
Icone type pdf, mail, print, etc...
*/
SPAN.icone
{
	display: inline-block;
	height: 16px;
	width: 18px;
	position: relative;
	top: -4px;
	margin-right: 10px;
}
A.pdf
{
	height: 12px;
	padding: 2px 0;
}
A.pdf SPAN.icone
{
	display: inline-block;
	height: 16px;
	width: 18px;
	background: url(design/lutins.png) no-repeat 0 -870px;
	position: relative;
	top: -4px;
	margin-right: 10px;
}
A.pdf:hover SPAN.icone
{
	display: inline-block;
	height: 16px;
	width: 18px;
	background: url(design/lutins.png) no-repeat 0 -890px;
}
A.print
{
	height: 12px;
	padding: 2px 0;
}
A.print SPAN.icone
{
	display: inline-block;
	height: 16px;
	width: 18px;
	background: url(design/lutins.png) no-repeat -20px -870px;
	position: relative;
	top: -4px;
	margin-right: 10px;
}
A.print:hover SPAN.icone
{
	display: inline-block;
	height: 16px;
	width: 18px;
	background: url(design/lutins.png) no-repeat -20px -890px;
}
A.mail
{
	height: 12px;
	padding: 2px 0;
}
A.mail SPAN.icone
{
	display: inline-block;
	height: 16px;
	width: 24px;
	background: url(design/lutins.png) no-repeat -40px -870px;
	position: relative;
	top: -4px;
	margin-right: 10px;
}
A.mail:hover SPAN.icone
{
	display: inline-block;
	height: 16px;
	width: 24px;
	background: url(design/lutins.png) no-repeat -40px -890px;
}
A.petite-typo
{
	font-size: 9px !important;
	text-transform: uppercase;
}
A.moyenne-typo
{
	font-size: 12px;
	text-transform: uppercase;
}
A.grande-typo
{
	font-size: 15px;
	text-transform: uppercase;
}
A[class*="typo"]
{
	color: #B2B2B2;
}
A[class*="typo"]:hover
{
	color: #8B854B;
}
A[class*="typo"].actif
{
	color: #000;
	text-decoration: underline;
}
/*
a[class*="typo"] {height:16px;width:16px;padding:0;}
a[class*="typo"] span.icone {width:16px;}
a[class*="typo"].actif span.icone {border-bottom: 1px solid #000}
a.petite-typo span.icone {
width:8px;
background:url(design/lutins.png) 0 -920px no-repeat;
}
a.petite-typo:hover span.icone {
background:url(design/lutins.png) -60px -920px no-repeat
}
a.petite-typo:active span.icone,a.petite-typo.actif span.icone {
background:url(design/lutins.png) -120px -920px no-repeat
}

a.moyenne-typo span.icone {
width:10px;
background:url(design/lutins.png) -20px -920px no-repeat;
}
a.moyenne-typo:hover span.icone {
background:url(design/lutins.png) -80px -920px no-repeat
}
a.moyenne-typo:active span.icone,a.petite-typo.active span.icone {
background:url(design/lutins.png) -140px -920px no-repeat
}

a.grande-typo span.icone {
background:url(design/lutins.png) -40px -920px no-repeat;
}
a.grande-typo:hover span.icone {
background:url(design/lutins.png) -104px -920px no-repeat
}
a.grande-typo:active span.icone,a.petite-typo.active span.icone {
background:url(design/lutins.png) -160px -920px no-repeat
}
*/
SPAN.mime
{
	text-transform: uppercase;
}
H2.titrerubrique
{
	font: italic 24px georgia, sans-serif;
	color: #FFF;
}
H2.titrerubrique SPAN
{
	font-size: 16px;
	/*[disabled]font-style:normal;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
}
H4.background
{
	text-transform: uppercase;
	font-size: 11px;
	line-height: 11px;
}
#cadre
{
	box-shadow: 1px 1px 5px 3px #888;
}
#header
{
	background: url(design/lutins.png) no-repeat 0 -40px;
	padding: 0;
	border-bottom: 1px dotted #9E9E9E;
}
#header #accueil A IMG
{
	display: none;
}
#header #accueil A:hover
{
	background: url(design/lutins.png) no-repeat 0 -210px;
}
#header .colonne H4
{
	font: italic 20px georgia, sans-serif;
	color: #B9B9B9;
	border-top: 11px solid #FFF;
}
#header .colonne UL
{
	list-style: none;
}
#header .colonne UL LI
{
	font: normal 11px "Trebuchet MS", sans-serif;
	text-transform: uppercase;
}
#header .colonne UL LI A
{
	color: #000;
}
#header .colonne UL LI SPAN
{
	color: #999999;
	font: normal 10px verdana, sans-serif;
	text-transform: none;
}
#header .colonne UL LI A:hover, #header .colonne UL LI A:hover SPAN
{
	color: #8B854B;
}
#header #annexe.colonne LI
{
	text-transform: none;
}
#header #annexe.colonne LI A
{
	color: #999999;
}
#header #annexe.colonne LI A:hover
{
	color: #000 !important;
}
#header #annexe.colonne LI
{
}
#header #annexe FORM INPUT[type="text"]
{
	border: 1px solid #97BF0D;
	font-size: 10px !important;
	font-family: verdana, sans-serif !important;
	color: #999;
}
#header #annexe FORM INPUT[type="submit"]
{
	background: url(design/lutins.png) no-repeat -60px -20px;
	border: none;
}
#header #annexe FORM INPUT[type="submit"]:hover
{
	cursor: pointer;
}
#header #revues LI.index-revues A
{
	text-transform: none !important;
}
#header #revues LI A SPAN.revueTitre
{
	font-style: italic;
	text-transform: uppercase;
	color: #000;
}
#header #actualites A.actif
{
	color: #A9CC35;
}
#main
{
	background-color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
}
DIV.presentation.bordure-bottom P
{
	margin-top: 15px;
}
/*
Structure principale
*/
#main #filariane
{
	font-family: verdana !important;
	font-size: 11px;
	color: #97BF0D;
	/*background-color:#f6f2e0*/
}
#main #filariane UL
{
	list-style: none;
}
#main #filariane UL LI:after
{
	content: '>';
	color: #97BF0D;
	padding-right: 5px;
}
#main #filariane UL LI:last-child:after
{
	content: "";
}
#main #filariane UL LI A
{
	text-decoration: none;
	color: #9E9E9E;
}
/***************** COLONNE(s) DE DROITE ***********
******************
******************
***************************************************/
.bloc-aside
{
}
.bloc-aside H3
{
	background: #97BF0D;
	color: #FFF;
	font-style: italic;
	font: italic 18px georgia, serif;
}
ASIDE.home .bloc-aside H3
{
	font-size: 24px;
	line-height: 24px;
}
#ressources .bloc-aside H3
{
	font-size: 18px;
	line-height: 16px;
	font-style: italic;
}
/*surcharge home*/
.bloc-aside .contenu
{
	background-color: #FFF;
	font-size: 11px;
}
.bloc-aside .contenu H4
{
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: 0 center;
}
.bloc-aside .contenu A.revues
{
	border-style: dotted none;
	border-width: 1px;
	border-color: #FF6600;
	background: url(design/home_bloc_revues_fleche.png) no-repeat 100% center;
}
.bloc-aside .contenu A.revues SPAN.revueTitre
{
	font-style: italic;
}
.bloc-aside .contenu A H4, .bloc-aside .contenu A.revues SPAN.revueTitre
{
	color: #000;
	font-size: 14px;
}
.bloc-aside .contenu A SPAN
{
	color: #5B5A5A;
	text-transform: none;
	font-size: 11px;
}
#home .bloc-aside H4
{
	font-weight: bold;
}
.bloc-aside .contenu A:hover
{
	color: #8B854B !important;
}
.revues.avec-ombrage H4 A, .revues.avec-ombrage H4 A:hover, .revues.avec-ombrage H4 A:visited
{
	color: #959595;
}
.revues.avec-ombrage DIV.contenu.container UL LI A
{
	margin-left: 0;
}
.dlvr-dest-widget-dlvr A IMG
{
	visibility: hidden;
}
.dlvr-dest-widget-items-narrow UL LI DIV.title A
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif !important;
	font-size: 11px !important;
	font-weight: normal !important;
	font-variant: normal !important;
	line-height: 11px;
}
BODY#actualites DIV#page DIV#cadre.print_bloc DIV#main.print_bloc ASIDE DIV.bloc-aside.avec-ombrage DIV.contenu.container UL LI
{
	/*background-image: none;*/
}
DIV.contenu.container UL LI A, DIV.contenu.arrondis-inf UL LI A
{
	color: #000000;
}
/* Couleur des listes page d'accueil */
#page DIV.contenu.container UL LI A, #page DIV.contenu.arrondis-inf UL LI A
{
	color: #5B5A5A;
}
.bloc-aside .contenu A:hover H4
{
	color: #8B854B;
}
.bloc-aside .contenu A:hover SPAN
{
	color: #8B854B;
}
.bloc-aside .contenu UL LI.actif A
{
	color: #000 !important;
}
.bloc-aside .contenu UL
{
	list-style: none;
	width: 210px;
	white-space: normal;
}
.bloc-aside .contenu UL LI
{
	line-height: 15px;
	background-position: center top;
	background-repeat: no-repeat;
}
.bloc-aside.sanspuce .contenu UL LI
{
	background: none !important;
}
#home .bloc-aside .contenu UL LI
{
	background: none;
}
.bloc-aside .contenu UL LI A
{
	text-decoration: none;
	/*color:#5b5a5a;*/
}
.bloc-aside .contenu UL LI SPAN
{
	color: #000;
}
.bloc-aside .contenu .lire-la-suite A
{
	font: normal 11px verdana, sans-serif;
	color: #FFF;
}
.bloc-aside .contenu .lire-la-suite A:hover
{
	color: #4C7544 !important;
}
.bloc-aside H3.arrondis-sup
{
	border-radius: 8px 8px 0 0;
}
.bloc-aside .contenu.arrondis-inf
{
	border-radius: 0 0 8px 8px;
}
/*
Le bloc archives de dates
*/
.bloc-aside.archives
{
}
.bloc-aside.archives UL
{
}
.bloc-aside.archives UL LI:after
{
	content: "|";
	color: #999;
	padding: 0 7px;
}
DIV.contenu.actuinternet.container UL LI:after
{
	content: none;
}
.bloc-aside.archives UL LI:nth-child(3n):after
{
	content: none !important;
}
.bloc-aside.archives UL LI:last-child:after
{
	content: none !important;
}
.bloc-aside.archives UL LI A
{
	font-size: 11px;
	color: #999;
}
/*
LES blocs de mots-cles
*/
.bloc-aside.motscles
{
}
.bloc-aside.motscles LI
{
	background: none !important;
}
.bloc-aside.motscles LI A
{
	color: #000;
}
.bloc-aside.motscles DIV.tag-page A.tagactivate
{
	display: inline-block;
	background: url(design/croix-tag.png) no-repeat 0 0;
	padding: 2px 0 2px 28px;
}
.bloc-aside.motscles DIV.tag-page A.fKTagbutton
{
	display: inline-block;
	background: url(design/croix-tag-gris.png) no-repeat 0 0;
	padding: 2px 28px 2px 0;
}
.bloc-aside.motscles DIV.tag-page A
{
	font: italic 14px georgia, serif;
}
.bloc-aside.motscles .tag-page INPUT.fKTagbutton, .bloc-aside.motscles .tag-page #providers, .bloc-aside.motscles .tag-page .explainMessage,
.bloc-aside.motscles .tag-page A.fKLoginButton, .bloc-aside.motscles .tag-page .tagbox-label
{
	display: none;
}
.bloc-aside.motscles .tag-page #cest-quoi
{
	padding-left: 28px;
}
.bloc-aside.motscles .tag-page .tagbox-label, .bloc-aside.motscles .tag-page #cest-quoi A
{
	font-style: italic;
	font-size: 10px;
	color: #4D6811;
}
/*
Le bloc des outils pour les articles
*/
.bloc-aside.outils-articles
{
}
.bloc-aside.outils-articles .resume
{
	font-size: 11px;
	color: #9B9B9B;
}
.bloc-aside.outils-articles .accesdirect
{
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", Arial, sans-serif;
	font-size: 11px;
}
.bloc-aside.outils-articles .accesdirect H6
{
	font: bold 11px "Trebuchet MS", verdana, sans-serif;
	color: #A7A6A6;
	text-transform: uppercase;
}
.bloc-aside.outils-articles .accesdirect UL
{
	border: none;
	text-align: left;
	list-style-type: none;
}
.bloc-aside.outils-articles .accesdirect UL LI
{
	border: none;
}
.bloc-aside.outils-articles .accesdirect UL LI A
{
	text-transform: none;
	color: #666666;
}
/***************** FIN COLONNE(s) DE DROITE ***************************
**************** LES CONTENUS PRINCIPAUX ***********
******************
******************
**************************************************

Les éditoriaux des différentes parties
*/
.bloc-leseditos
{
}
.bloc-leseditos H2.editos
{
	font-style: italic;
	font: italic 24px georgia, serif;
	line-height: 24px;
}
.bloc-leseditos H2.editos SPAN
{
	font-size: 16px;
	color: #FFF;
	/*[disabled]font-style:normal;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
}
/*
un edito
*/
.bloc-edito
{
	border-left: none;
}
.bloc-edito H3
{
	font: normal 24px georgia, sans-serif;
	color: #000;
	background-position: center top;
	background-repeat: no-repeat;
}
.bloc-edito H3 A
{
	color: #000;
}
.bloc-edito .bloc-image
{
}
.bloc-edito .bloc-zone-texte
{
	font: normal 14px georgia, sans-serif;
	/*color:#5b5a5a*/
	line-height: 17px;
}
.bloc-edito .bloc-zone-texte P
{
	line-height: 18px;
}
.bloc-edito .bloc-zone-texte IMG
{
}
/*
Bloc actualites - agenda -annonce
*/
.bloc-annonce
{
	border-style: none none dotted;
	border-width: 1px;
}
.bloc-annonce .date
{
	font-size: 12px;
	color: #000;
}
.bloc-annonce .titre, .bloc-annonce .titre A
{
	font-size: 14px;
	color: #5B5A5A;
	line-height: 17px;
}
.bloc-annonce .titre SPAN
{
	padding-left: 7px;
}
.bloc-annonce A IMG
{
	display: inline-block;
	position: relative;
	top: 4px;
}
.bloc-annonce A:hover SPAN
{
	color: #8B854B !important;
}
/*
BLOC DEBAT
*/
.bloc-standard
{
}
.bloc-standard:nth-child(2n)
{
}
.bloc-standard.exergue
{
}
.bloc-standard .vignette IMG
{
	max-width: 300px;
	width: inherit;
}
.bloc-standard.exergue .vignette
{
}
DIV[class*="bloc-debats"] .contenu .texte, .bloc-standard .contenu .texte
{
	font-size: 12px;
	line-height: 18px;
}
DIV[class*="bloc-debats"] H3, .bloc-standard H3
{
	font: normal 20px georgia, sans-serif;
	color: #000;
	background: url(design/bloc_edito_titre_motif_rouge.png) no-repeat 0 5px !important;
}
.bloc-standard .contenu H3
{
	font-size: 24px;
}
#ressources.colloques .bloc-standard.exergue
{
}
#ressources.colloques .bloc-standard.exergue .contenu .texte
{
	font: italic 14px georgia, serif !important;
	line-height: 20px !important;
}
#ressources.colloques .bloc-standard.exergue H3
{
	background-image: none !important;
	padding-left: 0;
}
#ressources.colloques .bloc-standard.exergue.collection H3
{
	font-size: 24px;
	font-style: italic;
}
#ressources.colloques .bloc-standard.exergue.collection .contenu
{
	font-size: 16px;
	line-height: 20px;
}
/*
* Atelier
*/
#ressources H2.editos SPAN
{
	font-style: normal;
}
#ressources DIV.contenu.container.sommaireAtelier UL LI A, #ressources DIV.contenu.container.sommaireAtelier UL LI
{
	text-transform: uppercase;
	color: #AF5B5F !important;
}
#ressources #header A.actif
{
	color: #FF535C;
}
/*
Bloc debat archive
*/
.bloc-debats-archives
{
	border-bottom: 1px dotted #8E8E8E;
}
.bloc-contenu-principal .bloc-debats-archives.dernier
{
	border: none;
}
.bloc-debats-archives .vignette
{
	text-align: center;
}
.bloc-debats-archives .contenu
{
}
.bloc-debats-archives .contenu H3
{
	font: normal 20px georgia, sans-serif;
	color: #000;
	background: url(design/bloc_edito_titre_motif_rouge.png) no-repeat 0 5px;
}
/*
Contenu principal
*/
.contenu-principal
{
}
.bloc-contenu-principal
{
}
.bloc-contenu-principal H2
{
	font: italic 24px georgia, sans-serif;
	color: #FFF;
}
.bloc-contenu-principal H2 SPAN
{
	font-size: 16px;
	color: #FFF;
	/*[disabled]font-style:normal;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
}
.bloc-contenu-principal H2 SPAN.date
{
	font-size: 14px;
	text-transform: uppercase;
}
/*
Le bloc lire-la-suite se trouve dans le corps de la page*/
.lire-la-suite A
{
	font: normal 11px verdana, sans-serif;
	color: #FFF;
}
.lire-la-suite A:hover
{
	color: #4C7544 !important;
}
/*


/*
Les blocs separant la page en deux colonnes égales
*/
.bloc-moitie
{
}
/*
Un bloc contenant les parutions
*/
.bloc-type-parution
{
	-moz-box-shadow: 0px 2px 5px 0px #dfdfdf;
	-webkit-box-shadow: 0px 2px 5px 0px #dfdfdf;
	-o-box-shadow: 0px 2px 5px 0px #dfdfdf;
	box-shadow: 0px 2px 5px #DFDFDF;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#dfdfdf, Direction=180, Strength=5);
}
.bloc-type-parution H3
{
	font-weight: normal;
	font: italic 24px georgia, sans-serif;
	color: #FFF;
}
.bloc-type-parution-uneparution
{
	border-style: none none dotted;
	border-width: 1px;
	border-color: #8E8E8E;
}
.bloc-type-parution-uneparution .vignette
{
}
.bloc-type-parution-uneparution .vignette IMG
{
	max-width: 65px;
	border: 1px solid #A9CC35;
}
.bloc-type-parution-uneparution .contenu
{
	float: left;
	width: 297px;
}
.bloc-type-parution-uneparution .contenu H3
{
	background: none !important;
	/*[disabled]font-style:normal;*/
	font-size: 16px;
	color: #000;
	line-height: 18px;
}
.bloc-type-parution-uneparution .contenu H3 A
{
	font-style: normal;
	font-size: 16px;
	color: #000;
	line-height: 18px;
}
.bloc-type-parution-uneparution .contenu H4
{
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	color: #5B5A5A;
}
.bloc-type-parution-uneparution .contenu .texte
{
	font: 14px georgia, serif;
	line-height: 17px;
	color: #5B5A5A;
}
.bloc-type-parution-uneparution .contenu .infos-publication
{
	font-size: 12px;
	color: #5B5A5A;
	margin-top: 15px;
}
/*
Le bloc d'une annonce pour appels et postes'
*/
.bloc-appels-postes-annonce
{
	border-style: none none dotted;
	border-width: 1px;
}
.bloc-appels-postes-annonce A
{
	font-size: 12px;
	color: #5B5A5A;
}
/*
PIED DE PAGE

*/
#footer
{
	background: #D7D7D7 url(design/footer_fonds.png) repeat-x;
	text-align: center;
}
#footer A
{
	color: #E7E7E7 !important;
}
#footer A:hover
{
	color: #C1E76E !important;
}
#footer .pgauche
{
	text-align: left;
	font: normal 10px verdana, sans-serif;
	color: #E7E7E7;
}
#footer .cellbottom A
{
	font: normal 10px verdana, sans-serif;
	color: #E7E7E7;
}
#footer .pdroite .cell
{
	text-align: right;
	font: normal 10px verdana, sans-serif;
}
#footer .pdroite A.rss SPAN
{
	width: 16px;
	height: 16px;
	margin-left: 10px;
	background: url(design/lutins.png) 0 -20px;
	display: inline-block;
	color: #D7D7D7;
}
#footer .pdroite A.facebook SPAN
{
	width: 16px;
	height: 16px;
	margin-left: 10px;
	background: url(design/lutins.png) -20px -20px;
	display: inline-block;
	color: #D7D7D7;
}
#footer .pdroite A.twitter SPAN
{
	width: 16px;
	height: 16px;
	margin-left: 10px;
	background: url(design/lutins.png) -40px -20px;
	display: inline-block;
	color: #D7D7D7;
}
/*

Folksonomies

*/
/* Editeur de ressources (editres) */
BODY.editres UL.editresources A.restitle, BODY.editres UL.editresources A.resurl
{
	color: #000;
}
BODY.editres UL.editresources A.control
{
	color: #E66322;
	font-weight: bold;
	margin-right: 3em;
}
/* tag clouds*/
UL.cloudlist LI, BODY#actualites #page DIV#cadre DIV#main.print_bloc ASIDE DIV.bloc-aside.motscles.avec-ombrage DIV.container DIV.tagcloud UL.cloudlist LI
{
	display: inline;
	list-style-type: none;
	padding-top: 2px;
	line-height: 1.25;
	padding-right: 4px !important;
}
#actualites #page DIV.bloc-aside.motscles DIV.tagcloud UL.cloudlist LI A.cloudclass1
{
	font-size: 8pt;
	color: #000;
}
#actualites #page DIV.bloc-aside.motscles DIV.tagcloud UL.cloudlist LI A.cloudclass2
{
	font-size: 10pt;
	color: #333;
}
#actualites #page DIV.bloc-aside.motscles DIV.tagcloud UL.cloudlist LI A.cloudclass3
{
	font-size: 14pt;
	color: #666;
}
#actualites #page DIV.bloc-aside.motscles DIV.tagcloud UL.cloudlist LI A.cloudclass4
{
	font-size: 18pt;
	color: #999999;
}
#actualites #page DIV.bloc-aside.motscles DIV.tagcloud UL.cloudlist LI A.cloudclass5
{
	font-size: 24pt;
	color: #B2B2B2;
	padding-right: 8px;
}
