/* CSS Document */

body
{
	margin : 0;
	height: auto;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../images/fond.jpg);
	text-align: justify;
	position: absolute;
	margin-left: -450px;
	left: 50%;
}

div#gauche
{
	height: 500px;
	width: 130px;
	/*background-image: url(../images/gauche.jpg);
	background-color: #060000;*/
	float: left;
}

div#header
{
	height: 233px;
	width: 640px;
	background-image: url(../images/header.jpg);
	float: left;
}

div#droite
{
	height: 500px;
	width: 130px;
	/*background-image: url(../images/droite.jpg);
	background-color: #060000;*/
	float: right;
}

div#menu
{
	height: auto;
	width: 640px;
	background-color: #fff;
	float: left;
}

div#contenu
{
	height: auto;
	width: 620px;
	background-color: #cecee5;
	background-image: url(../images/contenu.jpg);
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0;
}

div#contenu_bas
{
	height: 17px;
	width: 640px;
	background-image: url(../images/contenu_bas.gif);
	float: left;
	margin-left: 130px;
}

div#footer
{
	height: 30px;
	width: 640px;
	/*background-image: url(../images/footer.jpg);*/
	float: left;
	margin-left: 130px;
}

p
{
	text-align: justify;
	color: #000;
}

.photo
{
	border: 3px solid #efeded;
}

.lien
{
	text-align: center;
	font-weight: bold;
}

.titre
{
	text-align: center;
}

a
{
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}

a:hover
{
	font-size: 12px;
	text-decoration: underline;
}

.footer
{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

div#footer a
{
	color: #fff;
	font-size: 11px;
	text-decoration: underline;
}

h1
{
	font-size: 12px;
	font-weight: bold;
}