/* fonte permise*/
/* Arial, Verdana, Tahoma, Georgia */

/* links */
A:link	{
	text-decoration : none;
}
A:hover 	{
	text-decoration : underline;
}
A:active 	{
	text-decoration : none;
}
A:visited {
	text-decoration : none;
}
A:visited:Hover {
	text-decoration : underline;
}

.link{
	font-family: Arial;
	color : #9EC5DD;
	font-size: 12px;
	font-weight : bold;
}

hr{
	background-color: #B9DBF3;
	color: #B9DBF3;
	height: 1px;
}

.linkSmall{
	font-family: Tahoma, Arial, Verdana;
	color: #B9DBF3;
	font-size: 10px;
	font-weight: bold;
}
.categorie{
	font-family: Tahoma, Arial, Verdana;
	color: #FF9900;
	font-size: 11px;
	font-weight: bold;
}
.categorieOn{
	font-family: Tahoma, Arial, Verdana;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
#categorie a:link{
	color: #FF9900;
}
#categorie a:hover {
	color: #B9DBF3;
	text-decoration : underline;
}
#categorie a:Visited{
	color : #FF9900;
	text-decoration : none;
}
#categorie a:Visited:Hover{
	color : #B9DBF3;
	text-decoration : underline;
}


.Input{
	font-family: Tahoma, Arial, Verdana;
	background-color: #678EA9;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	/* PAS DE WIDTH a mettre direct dans la page style = width: X px; */
}

.submit {
	font-family: verdana, geneva, helvetica, arial;
	background-color: #F3F1EC; 
	color: #000000;	
	font-size: 9px; 
}

/* texte */

.titre{
	font-family: Arial Black, Tahoma, Arial, Verdana;
	color: #B9DBF3;
	font-size: 16px;
	/*font-weight : bold;*/
}
.sousTitre{
	font-family: Verdana;
	color: #1A3A51;
	font-size: 12px;
	font-weight : bold;
	text-align : left;
}
.texte{
	font-family: tahoma, arial, verdana;
	color: #87A9C1;
	font-size: 11px;
	font-weight : normal;
	line-height : 18px;  /* kerning */
	text-align : left;
}
.texteBlanc{
	font-family: tahoma, arial, verdana;
	color: #FFFFFF;
	font-size: 11px;
	font-weight : normal;
	line-height : 18px;  /* kerning */
	text-align : left;
}
.texteOrange{
	font-family: tahoma, arial, verdana;
	color: #FF9900;
	font-size: 11px;
	font-weight : normal;
	line-height : 18px;  /* kerning */
	text-align : left;
}
.texteSmall{
	font-family: verdana;
	color: #0168A6;
	font-size: 0.7em;
	font-weight : normal;
	line-height : 13px; /* kerning */
	text-align : justify;
}
.date{
	font-family: tahoma, arial, verdana;
	color: #3278AB;
	font-size: 10px;
	font-weight : normal;
	line-height : 16px; /* kerning */
}



.photo{
	border: 2px solid;
	border-bottom-style: groove;
	border-left-style: groove;
	border-right-style: groove;
	border-top-style: groove;
	border-color: #FBE098 #F7CA52 #F7CA52 #FBE098;
}

.liste{
	list-style-type : square;
	color: #B9DBF3;
	line-height: 20px;
}

.tablePhoto{
	margin-right: 3px;
	margin-top: 5px;
}

/* PROMO */
#promo{ background: #214D73 url(gx/bg_promo.gif) repeat-x top; height: 94px; }

#promo h1{
	color: #FFFFFF;
	font-family: verdana; font-size: 12px;
	background: transparent url(gx/fl_promo.gif) no-repeat top left;
	margin: 0 0 5px 0; padding: 8px 0 0 15px;
}

#promo a, #promo a:link, #promo a:visited{
	color: #FF9A00;
	font-family: verdana; font-size: 11px;
	font-weight: bold; text-decoration: none;
	margin: 0 0 0 0; padding: 0 0 0 0;
}
#promo a:hover{ text-decoration: underline; }

#promo .texte{
	color: #84AAC6;
	font-family: verdana; font-size: 11px; line-height: 140%;
	margin: 0 10px 0 15px; padding: 0 0 0 0;
	height: 66px; width: 240px; overflow: hidden;
}

/* Pied de page */

#copyrights{
	color:#132c40;
	font-family:arial;
	font-size:11px;
	width:740px;
	padding:10px 0px 10px 18px;
	text-align:left;
	font-weight:bold;
}
