.BordGauche
{
    border-left-color:#ffcc00;
    border-left-style:solid;
    border-left-width:1px;
}

.BordHaut
{
    border-top-color:#ffcc00;
    border-top-style:solid;
    border-top-width:1px;
}

.BordGauche2
{
    border-left-color:#ffcc00;
    border-left-style:solid;
    border-left-width:1px;
    border-bottom-color:#ffcc00;
    border-bottom-style:solid;
    border-bottom-width:1px;
}

.Bord
{
    border-color:#ffcc00;
    border-style:solid;
    border-width:1px;
    padding : 5px;
}
.LigneHorizontale
{
   color: #ffcc00;
}

.TexteInfo
{
   text-align :justify;
   font-weight:normal;
   font-size:12px;
   color : #d34e1f;
}

.BordTable
{
    border-right-color:#ffcc00;
    border-right-style:solid;
    border-right-width:1px;
    border-bottom-color:#ffcc00;
    border-bottom-style:solid;
    border-bottom-width:1px;
}

.CadreMenu
{
	border-style: solid;
	border-width: 1px;
	border-color: #d34e1f;
	background-color :#ffcc00;
	color:#666666 ;
}

.CadreMenu a
{
 	color:#666666 ; 
 	text-decoration:none;  
}


.BandeauTableAdmin
{
    border-color :#d34e1f;
     color:#666666;
      background-color:#ffcc00;
      font-weight:bold;
}

#Mail
{
    font-size :smaller;
    color:#333333;
    text-decoration:none;

}

/* Cacher les colonnes non désirées */
.ColonneId
{
	display:none;	
}

.ColonneSelect
{
	display:none;	
}

#map a 
{
	display:inline;	
}
#map span 
{
	display:none;	
}

img {border:0;}

body
{
    margin:0px;
	padding:0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align:justify;
}
 
.RechercheAvancee
{
    vertical-align :middle;
} 
 
table tr td table tr td a
{
    color:#333333;
}


/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.ratingStarNote {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(images/FilledStar.png);
}

.emptyRatingStar {
    background-image: url(images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(images/SavedStar.png);
}