/* CSS Document */

body {
	background-color: #D4D1BB;
	text-align: center;
	padding:0;
	margin:0;
}
.top {
	background-position:  top;
	height: 430px;
	width: 800px;
	padding: 0px;
}

div#mas{
	position: relative;
	width: 800px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #000;
	background: #FFF;
	color: inherit;
}

/*p {font-family: Arial; font-size: 12px; text-decoration: none; border: 20px; margin: 5px 20px; text-align: justify }*/

div.page {
	position: relative;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 800px;
	height:500px;
	border: 0px solid #c00;
}

p#gauche {
	position: absolute;
	left: 30px;
	top:20px;
	width:440px;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	text-align:justify;
	background-color: #FFFFFF;
	}

p#droite {
	position: absolute;
	right: 20px;

	top:70px;
	width:300px;
	border: 0px solid #000;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	background-color: #FFFFFF;
	vertical-align: middle;
}

.footer {
	font-family: Arial;
	font-size: 11px;
	color: #D4D1BB;
	text-align: center;
	background-image: url(img/footer.gif);
	background-repeat: repeat-x;
	height: 18px;
	width:800px;
	background-position: bottom;
}

.footer a{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #D4D1BB;
	line-height: 20px;
}

.footer a:hover{
	text-decoration: underline;
}

.bordure {
	font-family: Arial;
	border: 1px solid #000000;
}

.visite
 {
	background-image: url(img/fondiapo.jpg);
	background-repeat: no-repeat;
}