*{
	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: 7px solid white;/*none;*/
}

body
{
	text-align: center;
	background-color: #fffed0;/*white;*/
	margin: 3px;
}

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

/*PRESENTATION DU TITRE*/
th
{
	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;
	display: none;
}



table
{
	background-color: black;
	border-collapse: collapse;
	padding: 0px 20px;
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
}

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

.navi
{
	padding: 7px;
	background-color: black;
	border-bottom: 5px solid black;
}

.content
{
	padding-left: 16px;
	padding-right: 16px;
/*	border: 10px solid black;*/
}

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