body
{
	background-color: #bca07b;
	font-family: Arial, sans-serif;
	width: 729px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
}

#header
{
	height: 275px;
	margin-bottom: 0px;
}

#menu
{
	width: 729px;
	padding-left: 20px;
	padding-top: 6px;
	font-size: 12px;
}

.menuhaut
{
	padding-top: 2px;
	margin-left: 19px;
}

.menuhaut td
{
	width: 100px;
}

.menubas
{
	padding-top: 15px;
	margin-left: 35px;
}

.menubas td
{
	width: 103px;
}

.correct
{
	position: relative;
	top: 4px;
	left: -3px;
}


#corps
{
	margin-left: 30px;
	max-width: 640px;
	padding: 10px;
}

#menucorps
{
	background-image: url("images/background.gif");
	background-repeat: repeat-y;
}

#footer
{
	min-height: 65px;
	background-image: url("images/footer.gif");
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	
}

p
{
	/*color: grey;*/
	font-size: 12px;
	text-align: left;
}

.end
{
	clear: both;
}

.paragraphe:first-letter
{
	font-weight: bold;
}

.paragraphe
{
	text-indent: 20px;
	width: 310px;
}

.photo
{
	float: right;
	margin-top: 20px;
	text-align: center;
	line-height: 18px;
}

.masdeclary
{
	text-indent: 20px;
	}

.photo img
{
	border: 1px solid #555;
}

.masdeclary img
{
	border: 1px solid #555;
}

.compteurs
{
	color: #999999;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


img
{
	border: none;
}

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:hover {
	color: #666;
}

a:active {
	color: #666;
}

