A.resultLnk,
A:hover.resultLnk,
A:visited.resultLnk
{
text-decoration:underline;
color:black;
font-size:12;
font-family:arial;
line-height:2;
}

A:hover.resultLnk
{
color:red;
}

A:visited.resultLnk
{
color:#614086;
}

/* css pour la liste d'index */
A.ind_link,
A:hover.ind_link,
A:visited.ind_link {
text-decoration:underline;
color:blue;
font-family:verdana;
font-size:12;
}

/* Ligne de resultat */
.top_result_line {
background-color:#dcccee;
color:#614086;
font-family:arial;
text-transform : UPPERCASE;
font-size:11;
height:18;
}


/* Organise par */
span.title {
font-family:arial;
color:#614086;
text-transform: UPPERCASE;
font-weight:bold;
font-size:12;
/* text-transform:UPPERCASE;*/
}


/* Tel-fax */
span.liteTitle {
font-family:arial;
font-weight:bold;
}

/* Contour d'un bloc de contenu */
table.blockLine {
border:1px solid #76a476;
font-family:verdana;
}

/* Couleur date et nom expo */
.blockTitle {
font-family:arial;
font-size:12px;
font-weight:bold;
text-transform: UPPERCASE;
color:62a862;
vertical-align:middle
}


/* Couleur du bas du bloc */
.blockline_bottom {
height:13px;
background-color:#cde4cd;
font-size:9px;
}

td.blk {
background-image : url(/commun/icons/blk_content.gif);
background-repeat:repeat;
vertical-align:bottom;
padding-left:4px;
}

/* Texte des boutons */
a.blk,
a:hover.blk,
a:visited.blk {
font-size:9px;
text-transform : UPPERCASE;
text-decoration:none;
color:#gray;
/* color:gray; */
}

span.surligne {
/* background-color:#ffff99; */
color:red;
font-size:10px;
/*padding : 1,5px;*/
}

div.liteTxt	{
overflow: auto; 
visibility: visible; 
width: 95%;
height: 64px;
border: 1px silver solid;
padding:3px;
}

/* Affichage de la boite d'alerte pour le vote des photos */
div.PhotosVote {
position : absolute; 
overflow:auto;
left:400px;
top:200px;
height:100px;
width:200px;
border-width: 0px 15px 15px 15px;
border-style: solid;
border-color: #cc9900;
background-color:white;
cursor:help;
}

tr.PhotoVoteTop {
background-color:#cc9900;
color: white;
text-transform:UPPERCASE;
font-size:11px;
height:15px;
font-weight:bold;
}

td.PhotoVoteInfo {
color:gray;
padding:3px;
font-size:12px;
}