/*"#id" ne peut etre utilisé qu'1 fois dans le code*/
/*".class" peut etre utilisé chaque fois dans le code*/
html {
    height: 100%;
}
body{
	width:100%;
	height:100%;
	background-color: black;
	color: white;
	font-family:Tahoma,Arial,Helvetica,Verdana,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12pt;	
}

p, a, td{
	margin: 0;
	padding: 0;
	border: 0;
}

@font-face{
	font-family:"mafonte";
	src : url('bgothm.ttf');
}

h1{
	font-size: 50pt;
	color: whithe;
	font-family:"mafonte";
	src : url('bgothm.ttf');
}

h2{
	font-size: 22pt;
	color: black;
}

h3{
	font-size: 16pt;
}

h5{
	font-size: 14pt;
	color: black;
	border-top: 5px;
	border: 0;
	margin: 0;
}

.header{
	text-align:right;
	margin-top:0;
	padding:0;
	position:fixed;
	z-index:-3;
	left: 50%;
	margin-left: -640px;
}

.collection{
	height:113px;
	margin-top:50px;
	background: rgba(0, 0, 0, 0.5);
}

.miniature{
	height: 100px;
	padding: 5px;
	border: 0;
	margin-right :10px;
	margin-left :0px;
	position: relative;
	float: left;
}

.diapo{
	border:3px solid white;	
}

.colonne_diapo{
	display:table-cell;
	vertical-align:middle;
}




a{
	text-decoration: none;
    color: white;
    font-style: none;
}

a:hover{
	text-decoration: none;
    color: red;
    font-style: italic;
}

a:active{
	text-decoration: underline;
    color: red;
    font-style: italic;
}

a:visited{ /* Quand le visiteur a déjà vu la page concernée */
  text-decoration: none; 
}

a:link img {
	border: solid #616565 1px;
}

a:visited img {
	border: solid #616565 1px;
	text-decoration: none;
}

a:hover img{
	border: solid white 1px;
	text-decoration: none;
}