	/*
		les elements generaux de base
	*/

/* les valeurs par defaut */
html {
	margin: 0px;
	padding: 0px;
	background-color: #ffe18d;
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: left;
}

/*le fond de page */
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffe18d;
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: center;
}

/* les liens */
a {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 9px;
	color: #c00;
	font-weight: normal;
	text-decoration: none;
}

/*le texte de base*/
p {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	line-height: 150%;
}

	/* 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: #c00;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	padding: 0px;
	margin: 0;
	line-height: 1px;
}

p.dots {
	border-color: #c00;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	padding: 0px;
	margin: 0;
	line-height: 1px;
}





	/*
		----------( 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 le contour n'est plus gerer par ce style. Uniquement l'ombre*/
td.rightshadow {
	background-color: #ffe18d;
	text-align: right;
}

/*AF utiliser uniquement par la page contact */
td.listelem, td.listelem_1 {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: left;
	padding: 6px 12px 14px 12px;
	border-color: #c00;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
}

td.listelem_1 {
	background-color: #ff9;
}


	/* ***---------- pour le conteneur de la tetiere */
/*AF on ne garde que le width. Le reste est gerer par leftcol*/
table.top {
	width: 750px;
}

/* AF le contour n'est plus gerer par ce style. uniquement l'ombre*/
td.toprightshadow {
	background-color: #ffe18d;
	width: 5px;
	height: 4px;
}


/*AF gere la couleur de fond et le contour (4 cote) */
td.leftcol,
td.leftcolcentered {
	text-align: left;
	width: 745px;
	background-color: #fff;
}

td.leftcolcentered {
	text-align: center;
}


	/* ***---------- pour le conteneur de la barre de menu */
table.menu {
	width: 750px;
	line-height: 20px;
	background-color: #c00;
	border-left: #fff 1px solid;
}


/*AF !!nouveau!! */
td.menurightcol {
	background-color: #ffe18d;
	border-right: #fff 1px solid;
}


	/* ***---------- pour le conteneur du contenu ;-) */
/*AF ne gere plus les contours*/
table.content {
	background-color: #fc3;
	width: 750px;
}

/*AF gere les contours*/
td.contentleftcol {
	border-left: #fff 1px solid;
	border-right: #fff 1px solid;
	text-align: center;
	width: 745px;
}


	/* ***---------- 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 {
	width: 750;
	background-color: #c00;
}

/*AF gere le td du logo et ses contours*/
.footerlogo {
	border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    height: 23px;
    text-align: center;
    width: 173px;
}

/*AF gere le td contenu pour les typos et les contours*/
td.footercontents {
	font-family: verdana,geneva,helvetica,sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	width: 720px;
	border-left: #fff 1px solid;
	border-bottom: #fff 1px solid;
	padding: 2px 8px 2px 8px;
}



	/* ***---------- pour l'ombre en bas de page */
table.shadow {
	width: 750px;
	height: 5px;
}

/*AF ne gere que l'ombre, pas le contour.*/
td.bshadowleftcol {
	width: 10px;
}

/*AF ne gere que l'ombre, pas le contour.*/
td.bshadowmidcol {
	background-color: #ffe18d;
	width: 736px;
}

td.bshadowrightcol {
	background-color: #ffe18d;
	width: 4px;
}



	/*
		----------( styles pour le contenu )----------

		la encore il s'agit de styles partagÚs
		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: #fc3;
}

	/* 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;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

td.fullwidth {
	text-align: left;
	vertical-align: top;
}


	/* pour les contenus a 2 colonnes egales */
td.half {
	background-color: #fff;
	width: 360px;
	padding: 4px 0 2px 0;
	text-align: left;
	vertical-align: top;
}



	/*
		----------( styles pour la page d'acceuil )----------

		les paragraphes sont utilisÚs sur la page d'acceuil
		mais aussi rÚcupÚrÚs par d'autres pages
	*/

	/* liens sur titres (utilisÚs sur la page d'acceuil) */
a.newstitle {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 10px;
	color: #c00;
	font-weight: normal;
	text-decoration: none;
}

a.newstitle:hover {
	text-decoration: underline;
}

	/* le titre d'un "bloc" d'infos */
p.sectiontitle {
	font-family: Times, Times new roman, serif;
	font-size: 20px;
	color: #c00;
/*	padding: 0 5px 2px 5px;*/
	padding: 5px 5px 0 5px;
	margin: 0;
	vertical-align: top;
	text-align: left;
}

/* AF
pour le titre de page du detail du communique
regrouper avec son copain sectiontittle */
.titrebloc {
	background-color: #fff;
}

/* gere la date de l'accueil*/
p.subtitle {
	background-color: #fff;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	margin: 0;
}

/*AF typo du sous menu pour choisir la rubrique
remplacer par le suivant. A supprimer*/
p.mediumlabel {
	font-weight: bold;
	text-align: left;
}

	/* utilise pour le libelle du popup de rubriques */
.mediumlabelright {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-align: right;
}

	/*	 utilise pour les separateurs dans les descriptions de photos
		et pour les photos des contacts
	*/
hr.sephr {
	width: 0%;
	color: #fff;
}


	/* utilise pour la photo de l'article de la une */
img.lettrine {
	display: block;
	float: left;
	clear: left;
	padding-right: 4px;
}

p.comtitle {	/* [nouveau nk20042003] */
	font-family: Times, Times new roman, serif;
	font-size: 18px;
	padding: 8px 5px 2px 5px;
	font-weight: bold;
	margin: 0;
}


p.newstitle,
p.newstitle1 {
	padding: 8px 5px 2px 5px;
	font-weight: bold;
	margin: 0;
	background-color: #fff;
}

p.newstitle1 {
	background-color: #ffb;
}

p.newstext,
p.newstext1 {
	padding: 5px 5px 2px 5px;
	margin: 0;
	font-weight: normal;
	background-color: #fff;
}

p.newstext1 {
	background-color: #ffb;
}

.linernotes {
	font-family: verdana, arial, geneva, sans-serif;
	font-weight: normal;
	font-size: 9px;
}



	/*
		----------( 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: #f93;
}


/* AF la couleur de police de la colonne d'entete de la table/liste
a ajouter pour les colonnes non triees dans commmuniques.php*/
p.list {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	
}

	/*
		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-bottom: #f93 1px dotted;
	padding: 0px 3px 0px 3px;
	margin: 0px;
	height: 15px;
}

td.listnumcol, td.listnumcol_1 {
	font-size: 9px;
	color: #000;
	text-align: right;
	width: 15px;
}

td.listtitlecol,
td.listtitlecol_1,
listtitlecolsort {
	font-size: 10px;
	color: #c00;
	text-align: left;
/*	width: 480px;*/
}

td.listdatecol,
td.listdatecol_1,
td.listdatecolsort {
	font-size: 10px;
	color: #000;
	text-align: left;
	width: 65px;
}

td.listdocscol, td.listdocscol_1 {
	font-size: 10px;
	color: #000;
	text-align: center;
	width: 100px;
}

td.listbigcol, td.listbigcol_1 {
	font-size: 10px;
	color: #000;
	text-align: left;
/*	width: 445px;*/
}

td.listnumcol_1,
td.listtitlecol_1,
td.listdatecol_1,
td.listdocscol_1,
td.listbigcol_1 {
	background-color: #ffb;
}

	/* en-tete des colonnes de tri */
td.listtitlecolsort,
td.listtitlecolsort_1,
td.listdatecolsort_1,
td.listdatecolsort {
	padding-left: 16px;
	background-position: left center;
	background-image: url(../img/img_common/sortbtn.gif);
	background-repeat: no-repeat;
}

td.listtitlecolsort_1 {
	background-color: #f71;
}

td.listdatecolsort_1 {
	background-color: #f71;
}

a.tricol {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
}


	/* les liens de chaque communique vers l'affichage de son detail */
a.commlst_titre {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 10px;
	color: #c00;
	text-decoration: none;
}

a.commlst_titre:hover {
	text-decoration: underline;
}





	/*
		----------( styles pour la page detail )----------

	*/
td.detailleft {
	background-color: #fff;
	width: 480px;
	padding: 4px 0 2px 0;
	text-align: left;
	vertical-align: top;
}

td.detailright {
/*	background-color: #fff;*/
	width: 240px;
	padding: 0;
	margin: 0;
	text-align: left;
	vertical-align: top;
}

td.introparagraph {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 150%;
	padding: 4px 5px 4px 5px;
}


table.resourcebox {
	background-color: #fff;
	width: 240px;
	text-align: left;
	vertical-align: top;
	padding: 4px 0 2px 0;
}

td.imagerows {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 9px;
	background-color: #fff;
	border-color: #c00;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	padding: 6px;
	vertical-align: bottom;
}



	/* [debut nouveau : 06042003] */
	/* imagecatrows divise & renoome en : img_imagecatrows et txt_imagecatrows,
		chacun avec ses variantes gauche et droite */
td.img_imagecatrows,
td.img_imagecatrowsright {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 9px;
	padding: 4px;
	vertical-align: middle;
	border-color: #c00;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

td.img_imagecatrowsright {
}

td.txt_imagecatrows,
td.txt_imagecatrowsright {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 9px;
	padding: 4px;
	vertical-align: middle;
	border-color: #c00;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

td.txt_imagecatrowsright {
	border-color: #c00;
	border-width: 0 1px 1px 0;
	border-style: none dotted dotted none;
}


	/* pour surligner les mots-clÚ */
.hilite {
	color: #fff;
	background-color: #f93;
	padding: 1px 4px 1px 4px;
}



	/*
		----------( styles pour la page de recherche )----------

	*/

/* 	[nouveau nk20042003]*/
.searchcontents {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 10px;
}

td.searchcol {
	background-color: #fff;
	width: 240px;
	padding: 4px 0 4px 0;
	text-align: center;
	vertical-align: top;
}

td.resultscol {
	background-color: #fff;
	width: 480px;
	padding: 0;
	margin: 0;
	text-align: left;
	vertical-align: top;
}

.smallButton {
	font-family: verdana,geneva,helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 2px 4px 2px 4px;
	text-align: center;
	cursor: pointer;
}

.editstyle {
	font-family: verdana,geneva,helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	margin: 2px;
	background-color: #fff;
}


.smallpopup {
	font-family: verdana,geneva,helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}



	/* [ nouveau : 06042003]
		styles utilises par la barre de boutons de navigation par page
	*/

	/* 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-weight: bold;
	padding: 1px 2px;
	border: 1px solid #000;
}

.currpage {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	padding: 1px 2px;
	border: 1px solid #000;
	background-color: #ffb;
}








	/*
		[ nouveau 30092003 ]
		styles utilises pour les formulaires d'incription / desinscrption
		les noms SONT IDENTIQUES a ceux de "form.css", mais le look est different
	*/
table.formsheet {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 10px;
	color: #000;
	margin: 5px;
	padding: 6px 0px;
}

td.formlabel {
	width: 30%;
	font-weight: bold;
	color: #000;
	text-align: right;
	vertical-align: top;
	padding-right: 8px
}

td.formdata {
	width: 70%;
	color: #000;
}

.formeditstyle,
.formeditstyle_err {
	color: #000;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	margin: 6px 2px;
	background-color: #fff;
}

.formeditstyle_err {
	color: #c00;
}


.formSmallButton {
	font-weight: bold;
	color: #333;
	padding: 2px 9px 2px 9px;
	text-align: center;
	cursor: pointer;
}

.formRed {
	font-weight: bold;
	color: #c00;
}

p.formtext {
	color: #000;
	line-height: 150%;
	padding: 4px 30px;
	margin: 0;
}

	/*
		[ nouveau 30092003 ]
	*/
p.friend {
	border-top: 1px dotted #c00;
	margin-top: 20px;
	padding: 6px 20px 0 20px;
}

a.send2friend {
	line-height: 20px;
	color: #000;
	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: #c00;
	text-decoration: underline;
	background-repeat: no-repeat;
	background-position: 0 -8px;
}

/* modifie 16092003
	pour le paragraphe contenant les liens d'abonnement
	dans le footer de la page 1
*/
p.suscribe {
	color: #fff;
	border-color: #fff;
	border-width: 1px 0 0 0;
	border-style: dotted none none none;
	padding: 2px 0 2px 0;
}

/* specifique au projet*/
a.suscribe {
	color: #fff;
	text-decoration: none;
}
a.suscribe:hover {
	text-decoration: underline;
}


/* style pour la une spŽcifique au projet */
p.unetitle {
	font-family: Times, Times new roman, serif;
	font-size: 23px;
	color: #f93;
	padding: 5px 5px 0 5px;
	margin: 0;
	vertical-align: top;
	text-align: left;
}

/* gere la date de l'accueil*/
p.unedate {
	background-color: #f93;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	margin: 0;
}
p.unetext {
	padding: 5px 5px 2px 5px;
	margin: 0;
	font-weight: normal;
}
