/* CSS Document */

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

.tr1{
	background-color:#ff9900;
}
.tr2{
background-color:#ccff33;
}

.photoLegend{
text-align:center;
font-size:10px;
}

.trPhotoLieu{
background-color:#FF9900;
font-weight:bold;
font-size:12px;
}
.trPhotoSujet{
background-color:#FFCC00;
font-size:11px;
font-style:italic;
}

.lienRetour{
font-size:11px;
font-weight:bold;
font-style:italic;
}

a img {
border:solid;
border-width:thin;
border-color:blue;
}

