*{
	padding: 0; /*par defaut, je fixe la marge interieure de tous les elts a 0*/
	margin: 0;	/*de meme pour la marge ext.*/
}

img
{
	border: none;
}

body
{
	text-align: center;
	background-color: white;
	margin: 5px;
}

a:link, a:visited {
   color: #fffed0;
   text-decoration: none;
}
a:active, a:hover {
   color: #fffed0;
   text-decoration: underline;
   font-weight: bold;
}

th /*PRESENTATION DU TITRE*/
{
	height: 40px;
	background-image: url("/Presentation/background_titre_photos.png");
	background-repeat: repeat-x;
	border-bottom: 6px solid black;
	color: #FFFED0;
	font-family: arial, serif;
	font-weight: bold;
	font-size: x-large;
	line-height: 36px;
}

table
{
	background-color: #FFFED0/*black*/;
	border-collapse: collapse;
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
}

.tableau_global
{
	border: 1px solid black;/*none;*/
}

.navi
{
	background-color: black;
}

.content
{
	margin-left: 10px;
	margin-right: 10px;
}

.footer
{
	border: 1px solid black;
	padding: 5px;
	background: black;
	color: #fffed0;
}


td.thumbs {
   color: green;/*#000000;*/
   font-size: 10px;
   width: 10em;
   vertical-align: middle;
   padding: 7px 5px;
}