@charset "utf-8";
/* CSS Document */
*{
margin:0px;
padding:0px;
}
body {
	margin-top: 0px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	background-color: #f3f1ef;
}
a img{
border:0px;
}
#container {
	width: 1024px;
	height: 768px;
	margin: auto;
	position: relative;
}
#accueil {
	background-image: url(images/img_fd_accueil.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 1024px;
	height: 768px;
	margin: auto;
	position: relative;
	text-align:center;
	padding-top:8px;
}
#accueil h1 {
	font-size:18px;
	font-weight:bold;
	color:#83796e;
}
#accueil a {
	text-decoration:underline;
	font-size:12px;
	color:#df8865;
}
#accueil a:hover {
	text-decoration:none;
}
#entete {
	background-image: url(images/img_fd_haut.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 165px;
	width: 964px;
	margin: auto;
	text-align: left;
	margin-top: 0px;
	padding-left:60px;
}
#menu {
	float:left;
	text-align:center;
	background-image: url(images/img_fd_menu.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 30px;
	width: 1024px;
}
#menu ul {
	list-style-type: none;
	display:inline;
	top: 0px;
}
#menu li {
	list-style-type: none;
	top: 0px;
}
#contenu {
	float:left;
	width: 1024px;
	height: 573px;
}
#contenu h1{
	font-size: 13px;
	font-weight: bold;
	color: #f6ff00;
}

#langues{
	float:right;
	width: 230px;
	height: 50px;
	padding-right:20px;
	padding-top:20px;
}
#maison9 {
padding-top:40px;
}

/*partie contenue*/
#menu_gauche {
	float:left;
	background-image: url(images/img_fd_gauche.jpg);
	background-position: top;
	background-position: left;
	background-repeat: no-repeat;
	width: 189px;
	height: 408px;
}

#menu_gauche maison {
	padding-top:200px;
}
#centre {
	float:left;
	background-image: url(images/img_fd_centre.jpg);
	background-position: top;
	background-position: left;
	background-repeat: no-repeat;
	width: 509px;
	height: 408px;

}
#centre p{
	font-size: 12px;
	font-weight: normal;
	padding-left:25px;
	padding-right:25px;
	padding-top:20px;
	color: #1d130c;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	white-space: normal;
	line-height: 20px;
}
#centre h1{
	font-size: 15px;
	font-weight:bold;
	padding-top:30px;
	padding-left:30px;
	color: #1d130c;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	white-space: normal;
	line-height: 20px;
}
#centre h2{
	text-align:center;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	white-space: normal;
	line-height: 20px;
}
#centre a{
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	letter-spacing: 1px;
	white-space: normal;
	line-height: 20px;
	text-decoration:underline;
}
#centre a:hover{
	text-decoration:none;
}
#photo_grande {
	padding-top:2px;
}
#texte {
	float:left;
	background-image: url(images/img_fd_droite.jpg);
	background-position: top;
	background-position: left;
	background-repeat: no-repeat;
	width: 326px;
	height: 408px;
}
#table{
	padding-left:20px;
}
#texte p{
	font-size: 12px;
	font-weight: normal;
	padding-left:15px;
	padding-right:15px;
	color: #1d130c;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	white-space: normal;
	line-height: 20px;
}
#texte h1{
	text-align:center;
}
#texte h2{
	text-align:center;
	font-size: 12px;
	font-weight: normal;
	padding-left:15px;
	padding-right:15px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	white-space: normal;
	line-height: 20px;
}
#texte h3{
	font-size: 12px;
	text-align:center;
	color:#d97757;
}
#texte a{
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	letter-spacing: 1px;
	white-space: normal;
	line-height: 20px;
	text-decoration:underline;
}
#texte a:hover{
	text-decoration:none;
}

#photos_bas {
	float:left;
	background-image: url(images/img_fd_bas.jpg);
	background-position: bottom;
	background-position: right;
	background-repeat: no-repeat;
	width: 835px;
	height: 140px;
	padding-left:189px;
	padding-top:20px;
}
#photos_bas img {
	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;
	padding-top:8px;
	margin-right:8px;
	border: 1px solid #91887e;
}
#footer {
	float:right;
	width: 200px;
	height: 20px;
	padding-top:30px;
	padding-right:20px;
	text-align:center;
}
#footer a {
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	letter-spacing: 1px;
	white-space: normal;
	line-height: 20px;
	text-decoration:underline;
}
#footer a:hover{
	text-decoration:none;
}

#mentions_legales {
	width: 500px;
	height: 180px;
	padding-top:30px;
	padding-right:20px;
	padding-left:10px;
	text-align:center;
	letter-spacing: 1px;
	white-space: normal;
	line-height: 20px;
}
#mentions_legales a{
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	letter-spacing: 1px;
	white-space: normal;
	line-height: 20px;
	text-decoration:underline;
}
#mentions_legales a:hover{
	text-decoration:none;
}

.texte_orange {
	font-size:12px;
	color:#d97757;
}
.texte_gris {
	font-size:12px;
	color:#83796e;
}
.texte_noir {
	font-size:12px;
	color:#000000;
}
textarea {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
input {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

TD.calJourSel	{ background-color: #dc865e;}
TD.calJour	{ background-color: #ffddcd;}


.galerie
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(diaporama/bg_diapo.jpg);
	background-repeat:no-repeat;
	z-index:-1
}
.lien_galerie, .lien_galerie a
{
	color:#554E49;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:right;
	text-decoration:none;
	font-weight:800;
}








