/* ------------------ */

/* valeurs par defaut */

/* ------------------ */



  /* police par defaut de tout le site */

  BODY, TD {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color: #0c5fa3;
}
/* ligne */

  HR {
	color:#0c5fa3;
}
/* liens par défaut */

  A {
	color: #0c5fa3;
}
A:hover {
	color: 0c5fa3;
	text-decoration:underline;
}
/* tableau par défaut */

  Table {
}
TR {
}
TD {
}
/* fond, barres de defilement et les cases de formulaire et */

  body {
	background-color:#EBEBB8;
}
INPUT {
	text-indent : 1px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
}
textarea {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: normal;
	text-align: normal;
	word-spacing: normal;
	border: thin ridge;
}
SELECT {
	font-family: "Arial";
	font-size: 8pt;
	color : #000000;
	background-color: #FFFFFF;
}
/* --------------------------------------------------------------------------------- */

/* les grands titres de chaque module */

/* --------------------------------------------------------------------------------- */



  .grandtitre {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:20px;
}
/* --------------------------------------------------------------------------------- */

/* les traits pointillés */

/* --------------------------------------------------------------------------------- */



          TD.traitv {
	background-color:#FFFFFF;
	background-image: url(../templates/pirouls/pv.gif);
	background-repeat: repeat-y;
}
TD.traith {
	background-color:#FFFFFF;
	background-image: url(../templates/pirouls/ph.gif);
	background-repeat: repeat-x;
}
/* --------------------------------------------------------------- */

/* les entetes */

/* --------------------------------------------------------------- */

  TABLE.entete {
	BORDER-TOP: #BABABA 1px solid;
	BORDER-LEFT: 0px;
	BORDER-RIGHT: 0px;
	BORDER-BOTTOM: #BABABA 2px solid;
	text-align : right;
}
TR.entete {
	background-color: transparent;
}
TABLE.entete2 {
}
TR.entete2 {
	background-color: transparent;
}
TABLE.entete3 {
	BORDER-TOP: 0px;
 solid;
	BORDER-LEFT: 0px;
	BORDER-RIGHT: 0px;
	BORDER-BOTTOM:#000000 1px solid;
	text-align : right;
}
TR.entete3 {
	background-color: transparent;
}
/* --------------------------------------------------------------------------------- */

/* valeurs des menus (pour les menus créés par artiphp (identification zone membre)) */

/* --------------------------------------------------------------------------------- */



  /* titre des menus */

  .menutitre {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	text-align : center;
	text-transform : uppercase;
	letter-spacing : 1px;
}
.menutexte {
}
TABLE.menu {
}
TR.menutitre {
	background-color: #2584C6;
}
TR.menutexte {
}
TD.menutitre {
}
TD.menutexte {
}
A.menu {
	color:#000000;
	background-color : transparent;
	height : 15px;
	text-decoration:none;
	text-align : center;
	width : 110px;
	font-weight : bold;
}
A.menu:hover {
	color: #FFFFFF;
	background-color : #2584C6;
	height : 15px;
	text-decoration : none;
	text-align : center;
	width : 110px;
	font-weight : bold;
}
/* ----------------------------------------- */

/* valeurs des autres liens pour les modules */

/* ----------------------------------------- */



  /* mon premier menu en colonne */

  A.m:hover {
	color:#FFFFFF;
	text-decoration:underline overline;
	font-weight:bold;
	font-size:10px;
}
A.m {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}
/* mon deuxieme menu en ligne */

  A.m1:hover {
	color: #2584C6;
	text-decoration: none;
	font-size: 12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
A.m1 {
	color: #000000;
	text-decoration:none;
	font-size: 12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
/* --------------------------------------------------------------- */

/* les dossiers et les news */

/* --------------------------------------------------------------- */



  /* police des dossiers */

  .titre {
	font-size:13px;
	font-weight:bold;
	color:#0c5fa3;
}
.chapo {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:9pt;
	text-align: justify;
	color:#000000;
}
.texte {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10pt;
	color:#000000;
}
.datedos {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:8pt;
	color:#A7BCCA;
	font-weight:normal;
}
.auteur {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10pt;
	color:#004080;
	font-weight:bold;
}
.cat {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10pt;
	color: #FFA500;
	font-weight:bold;
}
/* tablo des dossiers */

  TABLE.dossier {
}
TR.titre {
}
TR.chapo {
}
TR.texte {
}
TR.auteur {
}
TR.cat {
}
/* liens des dossiers */

  A.titredos {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #0c5fa3;
	font-weight:bold;
	text-decoration:none;
}
A:hover.titredos {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color: #0c5fa3;
	font-weight:bold;
	text-decoration: underline;
}
/* ----------------------------------------- */

/* l'edito */

/* ----------------------------------------- */



  /* police de l'edito */

  .titredito {
	font-weight : bold;
	color : #2584C6;
	font-size : 13px;
}
.textedito {
	font-size : 12px;
	color : Gray;
}
/* tablo de l'edito */

  TABLE.edito {
}
TR.titredito {
}
TR.textedito {
}
/* images des rubriques */

  .guestimg {
	background-image : url(livredor.gif);
	background-position : left;
	background-repeat : no-repeat;
	height : 50px;
}
.newsimg {
	background-image : url(news.gif);
	background-position : left;
	background-repeat : no-repeat;
	height : 50px;
}
.annuimg {
	background-image : url(annuaire.gif);
	background-position : left;
	background-repeat : no-repeat;
	height : 50px;
}
.dossimg {
	background-image : url(dossiers.gif);
	background-position : left;
	background-repeat : no-repeat;
	height : 50px;
}
.nwletterimg {
	background-image : url(newsletter.gif);
	background-position : left;
	background-repeat : no-repeat;
	height : 50px;
}
.contactimg {
	background-image : url(contact.gif);
	background-position : left;
	background-repeat : no-repeat;
	height : 50px;
}
/* fonds de la page accueil */

.fondcontact {
	padding-right : 14px;
}
.fonddossier {
}
.fondnews {
}

