body, html  {
	background-color: #cdc2af;
	margin: 0;
	padding: 0;
}

body { 
	font-family: 'Open Sans', sans-serif;
}

a {
	text-decoration: none;
	color: #993165;
	font-weight: 600;
}

a:hover { 
	color: #6e7ca8; 
	transition: all 0.2s ease-out 0s;
}

header {
	background-color: #993165;
	margin: 0;
	padding: 8px;
	color: #d3d3d3;
	font-size: 13px;
}

header p{
	margin-top: 7px;
	margin-bottom: 7px;
}

header a {
	text-decoration: none;
	color: #d3d3d3;
}

header span {
	float: right;
	font-weight: 600;
	margin-right: 10px;
	color: #223766;
}

header span a{
	text-decoration: underline;
	vertical-align: top;
}

header span img{
	height: 40px;
	margin-left: 15px;
	margin-top: -10px;
}

section {
	clear: both;
	padding: 20px 50px;
	max-width: 1200px;
}

#back {
	margin-left: -30px;
}

#back  img{
	width: 28px;
}

h1 {
	font-variant: small-caps;
	margin-left: -15px;
	margin-top: 40px;
}

.first {
	margin-top: 30px;
}

h1  img{
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: bottom;
}

h2 {
	text-decoration: underline;
	font-size: 16px;
	margin-top: 40px;
}

.csv img {
	width: 40px;
	vertical-align: bottom;
	margin-bottom: -10px;
}

.survol_photo img:hover{
	cursor: pointer;
	filter: invert(55%);
}

.todo {
	margin-bottom: 10px;
	font-style: italic;
}

.credits li {
	/* list-style-type: square; */
	margin-bottom: 6px;
}

strong {
	color: #993165;
	margin-left: 10px;
}

.infos img {
	height: 30px;
	vertical-align: bottom;
	margin-bottom: -6px;
}

p {
	margin-left: 20px;
}

form {
	margin-left: 80px;
	margin-top: 30px;
}

em {
	font-style: italic;
	font-size:14px;
}