* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: inherit;
	font-style: inherit;
	color: inherit;
	text-decoration: none;
}

body {
	background: #29387C;
	color: #FFF;
}

#logo, #intro, #conclu {
	
}

H1 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 15px;
}

#date {
	font-size: 0.9em;
	font-weight: bold;
	margin: 10px;
}

DIV#page {
	margin: 20px auto 50px auto;
	width: 600px; 
	text-align: center;
}

DIV#descr {
	text-align: justify;
	font-size: 0.7em;
}
DIV#descr P {
	margin-bottom: 1.5em;
}

#intro {
	border: 1px solid white;
	margin: 0 0 15px 0;
}

#auteur {
	font-style: italic;
	font-size: 0.8em;
	margin: 10px;
}
#auteur A {
	text-decoration: none;
	color: #FFF;
}
#auteur A:hover {
	border-bottom: 1px dotted white;
}

#page UL {
	list-style-type: none;
}
#page UL LI {
	display: inline;
	float: left;
	margin: 0 5px 30px 5px;
}
#page UL LI A, #page UL LI SPAN {
	display: block;
	width: 190px;
	height: 128px;
}
#page UL LI  IMG {
	border: 1px solid #FFF;
	max-width: 100%;
}
#page UL LI A {
}
