﻿/* CSS Document */

body {
	color : #ffffff;
	background-color : #000000;
	margin : 0px;
	padding : 0px;
	font-family : Futura, Arial, sans-serif;
	font-size : 12px;
}

a, a:visited {
	font-family : Futura, Arial, sans-serif;
	font-size : 12px;
	letter-spacing : 3px;
	color : #A29928;
	text-decoration : none;
	padding : 7px;
}

a:hover {
	padding : 5px;
	border : 1px dotted #A29928;
}

#mail a, #mail a:visited {
	color : #808080;
	font-size : 10px;
	text-decoration : none;
	letter-spacing : 0px;
	padding : 7px;
}

#mail a:hover {
	border : 1px dotted #808080;
	padding : 5px;
}
	
.notes {
	color : #808080;
	font-size : 10px;
}

.infos {
	background-color : #440000;
	width : 100%;
	border : 1px solid #808080;
	padding : 4px;
	clear : both;
}

h1 {
	font-size : 20px;
	font-weight : bold;
	font-family : inherit;
	color : #A29928;
	padding-right : 5px;
	margin-top : 0px;
	text-align : right;
	border-bottom : 1px dotted #a29928;
	border-right : 1px dotted #a29928;
	letter-spacing : 10px;
}

h2 {
	font-size : 12px;
	font-weight : normal;
	font-family : geneva;
	color : #ffffff;
	padding-left : 20px;
}

.colonne {
	width : 30%;
	height : 150px;
	float : left;
	margin-left : 10px;
	margin-bottom : 10px;
	padding : 5px;
	border : 1px solid gray;
}

p.retour {
	clear : both;
}

.date {
	font-size : 12px;
	font-weight : normal;
	font-family : inherit;
	color : #808080;
	text-decoration : underline;
}

.imageReference {
	border : 1px solid #ffffff;
	margin-right : 10px;
	cursor : pointer;
	width : 60px;
	height : 50px;
}

#zoom {
	display : none;
	position : absolute;
	width : 350px;
	height : 250px;
	left : 250px;
	top : 250px;
	background-color : #440000;
}


