body
{
	margin: 0;
	padding: 0;
	font-size: 9pt;
	font-family: Palatino, "Times New Roman", Times, serif;
	color: black;
	background: white;
}

*
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.petit, ul#oeuvres, ul#images { font-size: 7pt; }
img { border: none; }

div#corpsdepage, div#navigation
{
	display: block;
	position: absolute;
	left: 50%;
}

div#corpsdepage
{
	width: 760px;
	margin: 0 0 0 -380px;
}

div#bantitre { margin: 0 0 10px 40px; }

div#navigation
{
	width: 150px;
	margin: -60px 0 0 190px;
	text-align: center;
}

div#curriculum
{
	width: 300px;
	margin: 10px 0 0 30px;
	float: left;
}

div#coldroite
{
	width: 400px;
	margin-top: 20px;
	float: left;
}

p#entete { margin-top: 10px; }

p#nom
{
	font-size: x-large;
	margin: 10px 0 0 10px;
	padding-bottom: 30px;
}

p.titre
{
	text-align: center;
	margin-top: 5px;
}

p#texte
{
	width: 300px;
	margin: 30px 0 0 20px;
	text-align: center;
	float: left;
	line-height: 1.5em;
}

p#image
{
	margin-top: 20px;
	float: left;
}

p.pied
{
	width: 400px;
	margin-top: 5px;
	text-align: center;
	float: left;
}

p.retour
{
	margin: 10px 0 10px 0;
	clear: both;
}

p.libelle
{
	margin: 30px 0 15px 0;
	clear: both;
}

ul#types li
{
	float: left;
	margin-left: 40px;
}

ul#types li#un { margin-left: 20px; }
ul#types li#trois { margin-left: 28px; }
ul#oeuvres { margin-left: 20px; }

ul#oeuvres li
{
	width: 360px;
	margin-bottom: 30px;
	text-align: center;
	line-height: 2em;
	float: left;
}

ul#oeuvres li.seul { width: 760px; }

ul#oeuvres li.horiz
{
	width: 220px;
	height: 280px;
}

ul#oeuvres li.vertic
{
	width: 220px;
	height: 280px;
}

ul#oeuvres li.quart
{
	width: 180px;
	height: 280px;
}

ul#oeuvres li img.petite { margin-top: 10px; }
ul#oeuvres li img.moyenne { margin-top: 15px; }
ul#oeuvres li img.grande { margin-top: 40px; }

ul#images li
{
	width: 365px;
	text-align: center;
	line-height: 2em;
	float: left;
}

ul#images li.seul { width: 180px; }
ul#images li.gauche { margin-right: 5px; }
ul.petit li { float: left; }
ul.petit li.annee { width: 5em; }

ul.petit li.tabul
{
	width: 240px;
	margin-bottom: 5px;
}

a.type
{
	width: 180px;
	display: block;
	line-height: 2.5em;
	text-align: center;
}

a.un { width: 210px; }
a.deux { width: 180px; }

a.trois
{
	width: 222px;
	line-height: normal;
}

a:link, a:visited, a:active
{
	text-decoration: none;
	color: blue;
}

a:hover
{
	color: blue;
	text-decoration: underline;
}