td.titre
{
	background: url("images/fd_gradient_haut.png") #5169FF 0% no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border-top:1px solid black;
	color:marron;
	font-weight:bold;
}

td.page
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	border-bottom:1px solid black;
}

#blocA
{	
	width:100%;
	min-height:100px;
	border: 1px inset gray;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	
}

#blocB
{	
	width:100%;
	min-height:100px;
	border: 1px inset gray;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;	
}

p.etiquette
{
	width:100%;
	height:20px;
	background:gray;
	font-size: 11px;
	font-weight:bold;
	padding-top:2px;
}

.photos
{
	width:95%;
	height:auto;
	
}

a:link 
{
    color: black;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

a:visited 
{
     color: black;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

a:hover 
{
    color: red;
    text-decoration: none; 
    font-weight: bold;
    font-style: normal;
}

a:active 
{
    color: #FF0000;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}