body {
	background-color: #FFF;
	width: 100%;
}

a:link, a:visited {
	color: #545966;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	text-decoration: none;
}

#image_accueil {
	background-image: url(images/image_accueil.jpg);
	background-repeat: no-repeat;
	height: 452px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	width: 725px;
}

#menu {
	width: 725px;
	margin: auto;
}

#navigation {
	width: 725px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	margin: 15px 50px 20px 0px;
	padding: 0px;
	/*border: 1px solid red;*/
}

#navigation li a {
	color: #BBBFD0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	text-decoration: none;
	font-style: normal;
}

#navigation li a:hover {
	color: #808599;
	text-decoration: none;
	font-style: normal;
}

#navigation li a:active {
	color: #000;
	text-decoration: none;
	font-style: normal;
}

#contenu {
	clear: both;
	margin: auto;
	width: 725px;
}

#dessins {
	clear: both;
	margin: auto;
	width: 725px;
}

#dessins img {
	margin: auto;
	display: block;
}

#travaux {
	clear: both;
	margin: auto;
	width: 725px;
}

#travaux img {
	margin: 8px 16px 8px 0px;
	border: none;
}

#liens {
	clear: both;
	margin: auto;
	width: 400px;
}

#liens img {
	border: 1px solid #808599;
	display: block;
	margin: 0px 0px 20px 0px;
}

#liens p {
	float: right;
	margin-top: 30px;
}

h2 {
	color: #000;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 15px 0px 5px 0px;
}

p {
	color: #808599;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;	font-size: 12px;
}

sup {
	font-size: 10px;
	vertical-align: text-top;
}

td {
	color: #808599;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;	font-size: 12px;	vertical-align: top;
}

hr {
	height: 1px;
	margin: 0;
	padding: 0;
	color: #FFF;
	background-color: #FFF;
	border: 0;
}

.date {
	width: 70px;
	font-weight: bold;
}

.legende {
	margin-top: 80px;
}

.nav_prec {
	width: 15px;
	height: 15px;
	margin-top: 80px;
	float: right;
	border: thin solid #CED2E3;
	background-image: url(images/precedent.jpg);
}

.nav_prec:hover {
	background-image: url(images/precedent_inv.jpg);
}

.nav_prec:active {
	border-color: #000;
}

.nav_suiv {
	width: 15px;
	height: 15px;
	margin-top: 80px;
	float: right;
	border: thin solid #CED2E3;
	background-image: url(images/suivant.jpg);
}

.nav_suiv:hover {
	background-image: url(images/suivant_inv.jpg);
}

.nav_suiv:active {
	border-color: #000;
}

.nav_retour {
	width: 15px;
	height: 15px;
	margin-top: 80px;
	float: right;
	border: thin solid #CED2E3;
	background-image: url(images/retour.jpg);
}

.nav_retour:hover {
	background-image: url(images/retour_inv.jpg);
}

.nav_retour:active {
	border-color: #000;
}

