/* fonte permise*/
/* Arial, Verdana, Tahoma, Georgia */

/* links */
A:link	{
	text-decoration : underline;
	
}
A:hover 	{
	text-decoration : underline;
}
A:active 	{
	text-decoration : underline;
}
A:visited {
	text-decoration : underline;
}
A:visited:Hover {
	text-decoration : underline;
}
.link{
	line-height : 20px;
	font-family: Arial;
	color : #45602E;
	font-size: 11px;
}

body{
/*
	background-repeat : repeat-x;
	background-image : url(bg.gif);
	background-attachment : scroll;
*/
}

/* form */
.InputSelect{
	font-family: verdana;
	font-size: 10px;		
	background-color: #E4E4DA;
	color: #45602E;
	/* PAS DE WIDTH a mettre direct dans la page style = width: X px; */
}
.Input{
	font-family: verdana;
	background-color: #E4E4DA;
	color: #45602E;
	font-size: 10px;
	/* PAS DE WIDTH a mettre direct dans la page style = width: X px; */
}
.InputButton{
	font-family: tahoma;
	background-color: #ECECE5;
	color: #45602E;
	font-size: 11px;
	font-weight : bold;		
	/* PAS DE WIDTH a mettre direct dans la page style = width: X px; */
}
/* texte */

.titre{
	font-family: Arial;
	color: #B24616;
	font-size: 14px;
	line-height : 20px;  /* kerning */
	font-weight : bold;
}


.texte{
	font-family: Arial;
	color: #45602E;
	font-size: 11px; /* size en EM pour netscape prob de lisibilite */
	font-weight : normal;
	line-height : 18px;  /* kerning */
	text-align : left;
}

.texteSmall{
	font-family: Arial;
	color: #45602E;
	font-size: 0.7em;
	font-weight : normal;
	line-height : 20px; /* kerning */
	text-align : left;
}
.texteSmallNoir{
	font-family: Arial;
	color: #000000;
	font-size: 0.7em;
	font-weight : normal;
	line-height : 20px; /* kerning */
	text-align : justify;
}
.texteAcc{
	font-family: Tahoma;
	color: #45602E;
	font-size: 13px;
	/* size en EM pour netscape prob de lisibilite */
	font-weight : normal;
	line-height : 18px;
	/* kerning */
	text-align : left;
}

table#nouvelle{
	margin: 5px 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #C7CAB9;
	color: #B24616;
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height : 17px; /* kerning */
	text-align : justify;
}

#logoTriforce{
color:#2c1d0e; 
padding-top:5px;
text-align:center;
width:182px; 
}


/*PAGE 51 - 52*/
#boiteLiensPdf{width:217px; height:342px;padding-top:100px;}
#liensPdf{list-style:none; padding:0px; margin:0 0 0 8px;}
#liensPdf li{background:url(gx/51/bulletBrochure.jpg) no-repeat center left; margin-left:2px; padding-left:12px; }
#liensPdf li a{font-family: Arial;color: #45602E;font-size: 11px; font-weight : normal;	line-height : 18px; text-align : left; text-decoration:none;}
#liensPdf li a:hover{text-decoration:underline;}