/********************/
/*	FILAC CSS 2004   */
/********************/

/********************/
/*	Prop de base     */
/********************/
a {
	color: #004C9F; /*004FC3*/
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #D76363;
	font-style: normal;
	text-decoration: underline
}
body,td {
	font-size: 12px;
	color: #111111;
	font-family: arial, helvetica, sans-serif ;

	scrollbar-3dlight-color : #E5E5E6;
	scrollbar-arrow-color : #1F49A7;
   scrollbar-highlight-color : #7CA4FF;
	scrollbar-face-color : #688AD6;
	scrollbar-shadow-color : #4E68A1;
	scrollbar-darkshadow-color : #595C63;
	scrollbar-track-color: #C0C9E6;

	scrollbar-base-color : #85CDEA;
}
/********************/
/*	Links styles     */
/********************/

/* NAVITOP          */
.navitop {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #415685;
}
.navitop:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #5E7DC2;
	font-weight: bold;
	text-decoration: none ;
}

/* BOTTOM BAR*/
.botbar {
	font-size: 12px;
	color: #007F1F;
	text-decoration: none ;
	font-weight: bold;
}
.botbar:link, .botbar:visited {
	color: #007F1F;
	text-decoration: none ;
	font-weight: bold;
}
.botbar:hover {
	color: #93B997;
	text-decoration: none ;
	font-weight: bold;
}

/* MENUTXT(UN)SEL   */
.menutxtsel, .menutxtsel:link, .menutxtsel:visited, .menutxtsel:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #007F1F; 
	font-size: 14px;
	text-decoration: none ;
	font-weight: bold;
}
.menutxtsel:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #489A45; 
	font-size: 14px;
	text-decoration: none ;
	font-weight: bold;	
}
.menutxtunsel, .menutxtunsel:link, .menutxtunsel:visited, .menutxtunsel:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #0044C5 ;
	font-size: 14px;
	text-decoration: none ;
	font-weight: bold;
}
.menutxtunsel:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #0174F5 ;
	font-size: 14px;
	text-decoration: none ;
	font-weight: bold;	
}

/* SMENU(UN)SEL     */
.smenunsel, .smenunsel:link, .smenunsel:visited, .smenunsel:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #007F1F; 
	font-size: 12px;
	text-decoration: none ;
}
.smenunsel:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #489A45; 
	font-size: 12px;
	text-decoration: none ;
}
.smenusel, .smenusel:link, .smenusel:visited, .smenusel:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #CE3535; 
	font-size: 12px;
	text-decoration: none ;
}
.smenusel:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #D27575; 
	font-size: 12px;
	text-decoration: none ;
}

/* Autre */
.lienhref {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.lienhref:hover {
	font-size: 12px;
	text-decoration: none ;
	font-weight: bold;
	font-style: italic;
/*	color: #EA1C38;*/
}
.lienhref:link, .lienhref:visited {
	font-size: 12px;
	text-decoration: none ;
	font-weight: bold;
	font-style: italic;
}

/********************/
/*	Bordures         */
/********************/
.contour {
	border: 1px solid #6F6F6F;
	background: White;
}

/********************/
/*	Textes           */
/********************/
.botbartxt {
	font-size: 12px;
	font-weight: bold;
}
.botbarpttxt {
	font-size: 10px;
	font-weight: bold;
}
.newsdate {
	font-size: 10px;
	text-align: right ;
}
/********************/
/*	Titres           */
/********************/
.titrepage {
	font-size: 14px;
	font-weight: bolder;
	font-style: italic;
	letter-spacing: 2px;
}
.titrepagelr {
	color: #CAE5D4;
	background-color: #B8D5C6;
}
.titre2page {
	font-size: 12px;
	font-style: italic;
	text-align: left;
	font-weight: bold;
	letter-spacing: 2px;
}
.titre2pagelr {
	color: #CBE5CC;
	background-color: #E2F2E3;
}


.titreaccueil {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	letter-spacing: 2px;
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
/********************/
/*	Textes	        */
/********************/
.txtnormal {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
.txtvisible {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}
.txtgrand {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}
.txtplusgrand {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}
/********************/
/*	TextesParagraphe */
/********************/
.paragraphe {
	text-align: justify;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 7px;
}
.paragrapheinline {
	text-align: justify ;
	margin-bottom: 10px;
}
.paralignright{
	text-align: right ;		
}
.parcentre {
	font-size: 13px;
	text-align: justify ;
	margin-left: 20px;
	margin-right: 20px;
}

/********************/
/*	Guestbook        */
/********************/
.guestbookbold {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	background: #F4F4F4;
	font-style: italic;
}
.guestbookdate {
	font-size: 11px;
	background: #F4F4F4;
	text-align: right ;
}
.guestbooknumber {
	font-size: 11px;
}
.guestbooknumbersel {
	font-size: 12px;
	font-weight: bold;
}
.guestbookcomment {
	padding-left: 20px ;
	background: #FBFBFB;
	text-align: justify;
}
.guestbooktxt {
	background: #FBFBFB;
	font-size: 13px;
}
.guestbooksigner {
	font-size: 13px;
	background: #F4F4F4;
}
.boxshadow {
	border-right: #CAE5D4 1px solid;
	border-top: #93B997 1px solid;
	border-left: #93B997 1px solid;
	border-bottom: #CAE5D4 1px solid;
	background-position: left top;
	background-image: url(/filac/images/input-box-shadow.gif);
	background-repeat: no-repeat;
	font-weight: normal;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif ;	
}
.boxshadow2 {
	border-right: #CAE5D4 1px solid;
	border-top: #93B997 1px solid;
	border-left: #93B997 1px solid;
	border-bottom: #CAE5D4 1px solid;
	background-position: right bottom;
	background-image: url(/filac/images/input-btn-shadow.gif);
	background-repeat: no-repeat;
	font-weight: normal;
	font-size: 13px;
}
.boxshadow3 {
	border-right: 1px groove #CAE5D4;
	border-top: 1px ridge #93B997;
	border-left: 1px outset #93B997;
	border-bottom: 1px inset #CAE5D4;
	font-weight: normal;
	font-size: 14px;
	background: #FCFCFC;
	}
	
/*****************************/
/*	Partie Contenu Dynamique  */
/*****************************/
	
/*Ne pss modifier ce sryle, il correspond aux marges
de l'iframe de pt_fort_admin !!!!!!!!!!!
et du body crpforts.css*/


/******************************************/
/* Fin partie modifié 							*/
/******************************************/


/**/


.ptselect {
	font-weight: normal;
	font-size: 12px;
}




/********************/
/*	Textes           */
/********************/


/*Ne pss modifier ce sryle, il correspond aux marges
de l'iframe de pt_fort_admin !!!!!!!!!!!
et du body crpforts.css*/

/*
.ptfortbody {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif ;
}

.dec10gauche {
	text-align: justify ;
	margin-left: 10px;
}

.txtparagraphe {
	text-align: justify ;
	margin-left: 25px;
	margin-right: 25px;
	font-size: 13px;
}
.txtparmargeleft {
	margin-left: 25px;
	font-size: 13px ;
	text-align: justify ;
}
.txtparmargeright {
	margin-left: 25px;
	font-size: 13px ;
	text-align: justify ;
}
.txtparsansmarge {
	font-size: 13px ;
	text-align: justify ;
}
*/






