html {
	border: 9px solid #ff0000;
}
html, body {
	font-family: font-file-65686;
	background: url(../images/fond.jpg);
}

a {
	color: #000;
}

header {
	width: 800px;
	margin: 50px auto 50px auto;
}
header h1 {
	font-family: font-file-65686;
	text-transform: uppercase;
	font-size: 27px;
    font-style: normal;
    font-weight: 300;
	margin: 0;
	padding: 0;
}
header h1 a {
	text-decoration: none;
	color: #000;
}
header h2 {
	color: #777777;
	text-transform: uppercase;
	/**font-family: "Quicksand";**/
    font-style: normal;
    font-weight: 300;
	font-size: 17px;
	margin: 0;
	margin-bottom: 20px;
	margin-top:-5px;
}
header nav, footer nav {
	float: right;
	margin-top: -70px;
	width: 100px;
}
header nav li, footer nav li {
	margin: 5px;
	text-decoration: none;
	display: block;
	text-align: right;
}
header nav a, footer nav a {
	text-transform: uppercase;
	color: #555;
	text-decoration: none;
}


section {
	margin: 0 auto;
    width: 800px;
}

footer {
	width: 800px;
	margin: 50px auto 50px auto;
}

table.home {
	width: 400px;
	height: 500px;
	margin: 0 auto;
	border: 1px solid black;
	padding: 0px;
}
table td {
	overflow: hidden;
	border: 3px solid red;
	width: 10%;
	height: 10%;
}
table.blue {
	width: 500px;
}
table.blue td {
	border: 3px solid blue;
}
table.green td {
	border: 3px solid green;
}


/**
	Tableau Ok
**/
table.home {
	margin: -5px;
}
table.home, table.home table {
	border-collapse: collapse;
	border: 0;
}
table.home td, table td {
	border: 0;
	padding: 0;
	margin: 0;
}

figure {
	display: block;
	background: #000;
	margin: 0;
	overflow: hidden;
	position: relative;
	margin: 5px;
}
figure img {
	position: absolute;
}
figure img.off {
	display: block;
}
figure img.on {
	display: none;
}
figure.on img.on {
	display: block;
}
figure.on img.off {
	display: none;
}

figure#photo-1 {
	width: 312px;
	height: 209px;
}
figure#photo-2 {
	width: 228px;
	height: 209px;
}
figure#photo-3, .photo-3 {
	width: 188px;
	height: 231px;
}
figure#photo-4, .photo-4 {
	width: 352px;
	height: 528px;
}
figure#photo-5, .photo-5 {
	width: 188px;
	height: 285px;
}
figure#photo-6 {
	width: 244px;
	height: 450px;
}
figure#photo-7 {
	width: 244px;
	height: 286px;
}
figure#photo-8 {
	width: 550px;
	height: 412px;
}
figure#photo-9 {
	width: 244px;
	height: 244px;
}
figure#photo-10 {
	width: 550px;
	height: 234px;
}
figure#photo-11 {
	width: 244px;
	height: 400px;
}

section h3 {
	font-size: 13px;
	font-family: arial;
	font-weight: normal;
	margin: 10px 0 10px 0;
}
section h4 {
	font-size: 12px;
	font-family: arial;
	font-weight: normal;
	font-style: italic;
	color: #777;
	margin: 10px 0;
}

section {
	padding: 40px 0;
}
section p {
	font-size: 13px;
	font-family: arial;
	margin: 30px 0px 40px 0;
	text-align: justify;
}

div.cv p {
	padding: 4px;
	margin: 0px;
}
div.cv p span {
	float: right;
}

div.cv div.left {
	float: left;
	width: 300px;
}
div.cv div.right {
	float: left;
	width: 300px;
}
div.cv div.cvpdf {
	float: right;
	margin-top: -70px;
}
.clear {
	clear: both;
}

p.copy {
	font-family: arial;
    	font-size: 13px;
}