	/* ***---------- les elements generaux de base */

/*
	tout ce qui est VRAIMENT commun
	-- tous les elements vont heriter d'ici
		* les polices / corps par defaut

	{ truc : en positionnant le corps a une grosse valeur, on peut
		voir les elements utilises sans feuille de style... }
*/
	/* modifie 16092003 */
html {
	font-family: arial, verdana, geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	padding: 0;
	margin: 0;
}


/* le fond de page */
body {
	margin: 0px;
	padding: 0px;
	background: #6889C7 url(../img/img_common/fond.gif) repeat;
	font-family: arial, verdana, geneva, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: left;
}

/* les liens */
a {
	font-size: 9px;
	color: #C60;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*le texte de base */
p {
	font-family: arial, verdana, geneva, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	text-align: left;
	line-height: 150%;
}

td {
	font-family: arial, verdana, geneva, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}


	/* ***---------- la tetiere */
table.top {
	width: 752px;
	margin-top: 12px;	/* pour decoler du bord sup. */
}

td.logocontainer {
	width: 747px;
	/*background-color: #ffffff;*/
	border-color: #404040;
	border-width: 0;
	/*border-style: solid;*/
	padding: 0;
}

/* AF le contour n'est plus gere par ce style. uniquement l'ombre*/
td.toprightshadow {
	background-color: transparent;
	width: 5px;
	height: 4px;
}


	/* ***---------- la barre de menu */
table.menu {
	background-color: transparent;
	width: 752px;
	line-height: 20px;
}

	/* pour le titre du numero et sa date */
	/* modifie 16092003 */
td.numtitlecol {
	background-color: #36C;
	border-color: #0F49BC;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
	text-align: left;
	padding: 0 8px;
	margin: 0;
}

	/* pour les choix de menu (sur la mm ligne que le precedent ?) */
	/* modifie 16092003 */
td.menucol {
	color : #FFF;
	background-color: #36C;
	border-color: #0F49BC;
	border-width: 0px 0px 1px 0;
	border-style: none none solid none;
	text-align: right;
	padding: 0 8px;
	margin: 0;
}

/* modifie 16092003 */
/*
	***** PLUS UTILISES *****
td.menulefttcol {
	background-color: #ffffff;
	border-color: #8e8c78 #8e8c78 #8e8c78 #404040;
	border-width: 1px 0px 1px 1px;
	border-style: dotted none dotted solid;
}

td.menurightcol {
	background-color: #ffffff;
	border-color: #8e8c78 #404040 #8e8c78 none;
	border-width: 1px 1px 1px 0;
	border-style: dotted solid dotted none;
	padding: 0;
	margin: 0;
}*/

/* modifie 16092003 -- deplace pour lecture + facile...*/
td.rightshadow {
	background-color: transparent;
	text-align: right;
	width: 5px;
	padding: 0;
	margin: 0;
/*	border-left: 1px solid 666;*/
}


a.menuitem {
	font-size: 9px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 0 2px;/* modifie 16092003 */
}

a.menuitem:hover {
	text-decoration: underline;
}


	/* ***---------- le contenu principal */
	/* ***---------- pour le conteneur du contenu ;-) */
	/*    1- la une */
table.content {
	width: 752px;
}

	/*
		----------( styles pour le contenu )----------

		la encore il s'agit de styles partages
		il s'agit des conteneurs de contenu (!) dans la partie centrale
	*/

/*AF conteneur a une colonne 
Couleur de fond du conteneur de contenu*/
table.intro {
	width: 100%;
	background-color: #FFF;
}

	/* pour les contenus a une colonne (encadre contact et liste)
	donne la couleur de fond et de contour */
td.full,
td.fullwidth {
	background-color: #FFF;
	border-color: #FFF;
	border-width: 0;
	border-style: solid;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

td.fullwidth {
	vertical-align: top;
}


	/* ----- pour les contenus a 2 colonnes
		c'est ICI que se defini le colonnage du site
	*/
td.half_left {
	background-color: #FFF;
	border-color: #FFF;
	border-width: 0;
	border-style: solid;
	width: 460px;
	padding: 4px 0 2px 0;
}


td.half_right {
	background-color: #FFF;
	border-color: #9CF;
	border-width: 0 0 0 1px;
	border-style: solid;
	width: 253px;
	padding: 4px 0 2px 0;
}



	/* une ligne de pointilles, utilise comme separateur
		et/ou element de charte.
		utilisé en aparté plutot qu'en tant qu'attribut de paragraphe
		paske les marges (padding) de ces filets doivent etre a zero
		et que le texte en dessus/dessous doit avoir une legere marge.
	*/
p.dotstyle {
	/* [nouveau nk20042003] */
	border-color: #000;
	border-width: 0 0 0 0;
	border-style: none none dotted none;
	padding: 0px;
	margin: 0;
	line-height: 1px;
}

p.dots {
	border-color: #8e8c78;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	padding: 0px;
	margin: 0;
	line-height: 1px;
}


	/* ----- pour la tetiere de numero
		celle affichee dans la barre de menu/navigation principale
	 */
table.main_title {
	padding: 2px 6px;
	border-color: #8e8c78;
	border-width: 0 0 0 0;
	border-style: none none dotted none;
	height: 24px;
}

td.main_title {
	font-size: 14px;
	font-weight: bold;
	color: #36C;
	padding: 0 8px 0 8px;
	/*background-image: url(../img/img_common/titr_grf.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;*/
	text-transform: uppercase;
}

.numerotitle {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	padding: 0 14px 0 0px;
}


.numerodate {
	font-size: 9px;
	color: #FFF;
/*	text-align: right;*//* modifie 16092003 */
	padding: 0px;
}



	/* ----- pour la partie editoriale */
p.edito_title,
p.edito_chapo,
p.edito_text,
p.edito_signature {
	color: #666;
	line-height: 140%;
	padding: 0 8px;
	margin: 4px;
}

p.edito_title {
	font-size: 14px;
	font-weight: bold;
}

p.edito_chapo {
	font-weight: bold;
	line-height: 160%;
}

p.edito_text {
	font-size: 9px;
}

p.edito_signature {
	font-weight: bold;
	text-align: right;
}

img.edito_pict {
	display: block;
	float: left;
	margin-right: 12px;
}



	/* ----- pour l'affichage de l'article */
p.art_title,
p.art_intro,
p.art_text,
p.art_date,
p.art_signature {
	color: #666;
	line-height: 140%;
	padding: 2px 12px;
	margin: 0px;
}

p.art_title {
	font-size: 16px;
	font-weight: bold;
}

p.art_intro {
	font-weight: bold;
	line-height: 160%;
}

p.art_text {
	font-size: 9px;
}

p.art_date {
	font-size: 9px;
	padding: 2px 18px 6px 20px;
	margin-left: 12px;
	height: 12px;
	background-image: url(../img/img_common/date.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

img.art_pict {
	display: block;
	float: left;
	margin-right: 12px;
}

	/* pour la partie des photos/docs/liens de l'article */
table.art_attachmnt {
	width: 94%;
	border: 1px #9CF dashed;
	padding: 8px;
}

p.info_title {
	font-weight: bold;
	color: #36C;
	border-bottom: #9CF;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

p.info_text {
	font-size: 9px;
	color: #666;
}



	/* ----- pour l'affichage ds breves */
a.send2friend {
	line-height: 20px;
	color: #666;
	padding: 2px 24px;
	margin: 0px 14px;
	text-decoration: none;
	background-image: url(../img/img_common/friend.gif);
	background-repeat: no-repeat;
	background-position: 0 -8px;
}

a.send2friend:hover {
	color: #C60;
	text-decoration: underline;
	background-image: url(../img/img_common/friend_f2.gif);
	background-repeat: no-repeat;
	background-position: 0 -8px;
}


	/* ----- pour l'affichage ds breves */
p.brv_title,
p.brv_text,
p.brv_link {
	font-size: 9px;
	color: #666;
	line-height: 140%;
	padding: 2 50px;
	margin: 0px;
	width: 350px;
}

p.brv_title {
	font-size: 12px;
	font-weight: bold;
}

p.brv_text:first-letter {
	font-size: 220%;
	/*font-weight: bold;*/
}






	/*
		----------( styles pour parties logiques )----------
		la, on y va pour l'habillage
		ces styles sont utilises dans les templates principaux et
		sont communs a toutes les pages
	*/
	/* ***---------- styles partages */
/*AF utiliser uniquement par la page contact */
td.listelem, td.listelem_1 {
	color: #666;
	padding: 6px 12px 14px 12px;
	border-color: #9CF;
	border-width: 0px 0px 0px 0px;
	border-style: none none solid none;
}

td.listelem_1 {
	background-color: #F0F7FF;
}



/* le gros conteneur du contenu principal des pages */
td.contentglobalcol {
	border-color: #666;
	border-width: 0;
	border-style: none solid none solid;
	text-align: center;
	width: 747px;
}


	/* ***---------- pour le pied de page */
/*AF Pour le conteneur.
Ne gere plus le texte et les contours qui sont geres au niveau du td*/
table.bottom {
	/*font-size: 9px;
	color: #666;
	height: 20px;*/
	width: 752px;
	background-color: transparent;
	/*border-color: #666 #404040 #404040 #404040;
	border-width: 1px 0px 0px 1px;
	border-style: solid none none solid;
	text-align: middle;*/
}

/*AF gere le td du logo et ses contours*/
.footerlogo {
	width: 25px;
	height: 23px;
	text-align: center;
	background-color: #FFF;
	border-color: #9CF;
	border-width: 1px 0px 0px 0px;
	border-style: solid solid solid none;
	vertical-align: middle;	/* modifie 16092003 */
}

/*AF gere le td contenu pour les typos et les contours*/
td.footercontents {
	font-size: 9px;
	color: #666;
	width: 720px;
	background-color: #FFF;
	border-color: #9CF;
	border-width: 1px 0px 0px 0px;
	border-style: solid none solid solid;
	padding: 2px 8px 2px 8px;
}



	/* ***---------- pour l'ombre en bas de page */
table.shadow {
	width: 752px;
	height: 5px;
}

/*AF ne gere que l'ombre, pas le contour.*/
td.bshadowleftcol {
/*	border-color: #404040;
	border-width: 1px 0px 0px 0px;
	border-style: solid none none none;*/
	width: 10px;
}

/*AF ne gere que l'ombre, pas le contour.*/
td.bshadowmidcol {
/*	border-color: #404040;
	border-width: 1px 0px 0px 0px;
	border-style: solid none none none;*/
	background-color: transparent;
	width: 735px;
}

td.bshadowrightcol {
	background-color: transparent;
	width: 5px;
}



	/*
		----------( styles partages )----------
	*/

	/* le titre d'un "bloc" d'infos */
p.sectiontitle {
	font-size: 14px;
	font-weight: bold;
	color: #36C;
	padding: 0 5px 2px 5px;
	margin: 0;
	text-transform: uppercase;
}


/* pour du texte informatif, mais sans trop tape a l'oeil
	utilise pour annoncer le nombre de resultats d'une recherche
*/
p.normalLabel {
	font-size: 10px;
	color: #666;
	padding: 0 5px;
}


	/* utilise pour le libelle du popup de rubriques */
.mediumlabelright {
	color: #666;
/*	font-weight: bold;*/
	text-align: right;
}

	/*	 utilise pour les separateurs dans les descriptions de photos
		et pour les photos des contacts
	*/
hr.sephr {
	width: 100%;
	color: #E0F0FF;
}



	/*
		----------( styles pour le listing des communiques )----------

	*/
	/* to remove the margins from around the form
	et donne la couleur de fond de l'intro de navigation et du moteur de recherche*/
form.oneliner {
	background-color: #FFF;
	padding: -0px;
	margin: -0px;
}

	/*
		IMPORTANT !!!
		this table definition MUST exist so that the style above works
		even if it contains no attributes defined
		why ?   don't know, it just works!
	*/
table.oneliner {
	padding: 0;
	margin: 0;
}


	/* la colonne d'entete de la table/liste */
tr.list {
	background-color: #9CF;
}


/* entete des colonnes non-triees
	archive.php & cherche.php*/
.simpleCol {
	font-size: 9px;
	font-weight: bold;
	color: #666;
	padding: 0px 3px 0px 3px;
	margin: 2px 0 0 0;
	height: 15px;
	text-align: left;
}

	/*
		les colonnes de la liste;
		chaque element est defini plusieurs fois, 
			la variation avec le '_1'
		sert a alterner les couleurs de fond de chaque ligne de la liste
	*/
td.listnumcol, td.listnumcol_1,
td.listtitlecol, td.listtitlecol_1,
td.listdatecol, td.listdatecol_1,
td.listdocscol, td.listdocscol_1,
td.listbigcol, td.listbigcol_1,
td.listtitlecolsort, td.listdatecolsort,
td.listtitlecolsort_1,
td.listdatecolsort_1 {/* 	[corrige nk20042003]*/
	border-color: #E0F0FF;
	border-width: 0 1px 0 0;
	border-style: none solid solid none;
	padding: 0px 3px 0px 3px;
	margin: 0px;
	height: 15px;
}

td.listnumcol, td.listnumcol_1 {
	font-size: 9px;
	color: #036;
	text-align: right;
	width: 35px;
}

td.listtitlecol,
td.listtitlecol_1,
listtitlecolsort {
	font-size: 10px;
	color: #036;
	width: 480px;
}

td.listdatecol,
td.listdatecol_1,
td.listdatecolsort {
	font-size: 10px;
	color: #036;
	width: 75px;
}

td.listdocscol, td.listdocscol_1 {
	font-size: 10px;
	color: #666;
	text-align: center;
	width: 130px;
	border-width: 0 0 0 0;
	border-style: none none solid none;
}

td.listbigcol, td.listbigcol_1 {
	font-size: 10px;
	color: #666;
	width: 445px;
}

td.listnumcol_1,
td.listtitlecol_1,
td.listdatecol_1,
td.listdocscol_1,
td.listbigcol_1 {
	background-color: #F0F7FF;
}

	/* en-tete des colonnes de tri */
/* [ nouveau : firenews] */
td.listnumcolhdr,
td.listdocscolhdr {
	border-color: #E0F0FF;
	border-width: 0 1px 0 0;
	border-style: solid solid solid none;
	padding: 0 0 0 4px;
	margin: 0px;
	height: 20px;
}

td.listtitlecolsort,
td.listtitlecolsort_1,
td.listdatecolsort_1,
td.listdatecolsort {
	border-color: #E0F0FF;
	border-width: 0 1px 0 0;
	border-style: solid solid solid none;
	background-position: 2px 6px;
	background-image: url(../img/img_common/sortbtn.gif);
	background-repeat: no-repeat;
	padding: 4px 0 0 20px;
}

td.listtitlecolsort_1 {
	background-color: #E0F0FF;
}

td.listdatecolsort_1 {
	background-color: #E0F0FF;
}

a.tricol {
	color: #C60;
	text-decoration: none;
	font-weight: bold;
	display: block;
}



	/* les liens de chaque communique vers l'affichage de son detail */
a.article_link {
	color: #C60;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

a.article_link:hover {
	color: #C60;
	text-decoration: underline;
	/*background-color: #F0D878;
	B8B89D;*/
}





	/*
		----------( styles pour la page de recherche )----------

	*/

	/* pour surligner les mots-cle */
.hilite {
	color: #222;
	background-color: #FFB68C;
	padding: 1px 4px 1px 4px;
}


/* 	[nouveau nk20042003]*/
.searchcontents {
	font-weight: normal;
}

td.searchcol {
	background-color: #FFF;
	border-color: #8e8c78;
	border-width: 0;
	border-style: solid;
	width: 240px;
	padding: 4px 0 4px 0;
	text-align: center;
}

td.resultscol {
	background-color: #FFF;
	border-color: #8e8c78;
	border-width: 0;
	border-style: solid;
	width: 480px;
	padding: 0;
	margin: 0;
}

.smallButton {
	font-family: arial, verdana, geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-align: center;
	cursor: pointer;
	padding: 1px 10px 1px 10px;
}

.editstyle {
	color: #666;
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	margin: 2px;
	background-color: #FFF;
}


.smallpopup {
	font-family: arial, verdana, geneva, sans-serif;
	font-size: 10px;
	color: #333;
}

/* [ nouveau : firenews] */
.rubriquepopup {
	font-family: arial, verdana, geneva, sans-serif;
	font-size: 10px;
	color: #333;
	width: 120px;
}



	/* styles utilises par la barre de boutons de navigation par page
	*/
	/* inutilise 16092003
td.pagenavbar {
	font-family: verdana,geneva,helvetica,sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	text-align: right;
	vertical-align: bottom;
	padding: 2px 12px 4px 12px;
	width: 90%;
} */

	/* modifie 16092003 */
.counter {
	text-align: left;
	vertical-align: bottom;
	padding: 2px 0 2px 10px;
	margin-top: 4px;
	width: 160px;
}

	/* rajoute 16092003 */
.pagesicons {
	text-align: right;
	vertical-align: bottom;
	padding: 2px 10px 4px 10px;
	margin-top: 4px;
}

a.pagenav {
	font-family: arial, verdana, geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 2px;
	border: 1px solid #666;
	background-color: #DDD;
	text-decoration: none;
	vertical-align: bottom;
}

.currpage {
	font-family: arial, verdana, geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 2px;
	border: 1px solid #666;
	background-color: #FFF;
	vertical-align: bottom;
}



	/*
		styles utilises pour les formulaires d'incription / desinscrption
		les noms SONT IDENTIQUES a ceux de "form.css", mais le look est different
	*/
table.formsheet {
	border-color: #666;
	border-width: 0;
	border-style: solid;
	margin: 10px;
	padding: 12px 10px;
}

td.formlabel {
	width: 30%;
	font-weight: bold;
	color: #666;
	text-align: right;
	padding-right: 8px
}

td.formdata {
	width: 70%;
	color: #666;
}

.formeditstyle,
.formeditstyle_err {
	color: #666;
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	margin: 2px;
	background-color: #FFF;
}

.formeditstyle_err {
	color: #C60;
}


.formSmallButton {
	font-weight: bold;
	color: #333;
	padding: 2px 9px 2px 9px;
	text-align: center;
	cursor: pointer;
}

.formRed {
	font-weight: bold;
	color: #F00;
}

p.formtext {
	color: #666;
	line-height: 150%;
	padding: 4px 30px;
	margin: 0;
}


/* modifie 16092003
	pour le paragraphe contenant les liens d'abonnement
	dans le footer de la page 1
*/
p.suscribe {
	border-color: #E0F0FF;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	padding: 2px 0 2px 0;
}