/* CSS Document La Brillève */

html *{margin:0; padding:0;}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#b5a87c;
	}
img{border:none;}

/* Les 3 arrière plans */

#banniere_fond{
	width:100%;
	height:93px;
	background-image:url(../IMG-sologne/banniere_bg.jpg);
	background-repeat:repeat-x;
	}

#principal_fond{
	background-color:#ef7f01;
	}

#footer_fond{
	height:118px;
	width:100%;
	background-image:url(../IMG-sologne/footer_bg.jpg);
	background-repeat:repeat-x;
	}

/* La bannière */
#banniere{
	width:1000px;
	height:93px;
	background-image:url(../IMG-sologne/banniere_maison.jpg);
	background-repeat:no-repeat;
	background-position:23px 0px;

	}

#change_langue{
	position:absolute;
	top:28px;
	left:79px;
	}
#change_langue a.drapeau{
	height:25px;
	width:43px;
	display:block;
	}
/* Le contenu */
#main{
	width:1000px;
	background-image:url(../IMG-sologne/main_bg.jpg);
	background-repeat:repeat-y;
	}

/* Le bandeau */

#bandeau{
	height:215px;
	width:100%;
	background-image:url(../IMG-sologne/bandeau_bg.jpg);
	background-repeat:no-repeat;
	}

#bandeau ul{
	list-style:none;
	}

#bandeau a{
	text-decoration:none;
	}

#bandeau div.menu{
	float:left;
	width:177px;
	height:215px;
	}

#bandeau div.photo_anim{
	width:480px;
	float:left;
	height:215px;
	}

#bandeau div.slogan{
	float:left;
	width:196px;
	height:215px;
	background-image:url(../IMG-sologne/bandeau_slogan.jpg);
	background-repeat:no-repeat;
	}

#bandeau div.contact{
	float:left;
	width:147px;
	height:215px;
	background-image:url(../IMG-sologne/bandeau_contact.jpg);
	background-repeat:no-repeat;
	}

/* Les éléments du menu */
#bandeau div.menu a{
	display:block;
	color:#c9bc91;
	margin-left:23px;
	width:144px;
	height:33px;
	padding-top:10px;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:10px;
	font-weight:bold;
	}
	
#bandeau div.menu a:hover, #bandeau div.menu a.selected{
	background-image:url(../IMG-sologne/menu-hover-bg.jpg);
	color:#FFFFFF;
	}

/* Le texte */
#texte{
	margin-left:177px;
	width:823px;
	color:#FFFFFF;
	margin-top:40px;
	padding-bottom:25px;
	line-height:1.5em;
	}

#texte h1{
	color:#c9bc91;
	font-size:30px;
	margin-top:15px;
	margin-bottom:15px;
	font-family:"Times New Roman", Times, serif;
	}

#texte h2{
	margin-top:25px;
	}

#texte p{
	margin-top:8px;
	margin-bottom:8px;
	}

#texte a{
	color:#FFFFFF;
	}

table.form td{
	padding:5px;
	}

div.erreur{
	border:2px solid #999999;
	padding:5px;
	margin:10px;
	text-align:center;
	width:50%;
	}

/* Le contenu du footer */

	

#footer_fond div.logo{
	width:67px;
	height:35px;
	background-image:url(../IMG-sologne/footer_logo.jpg);
	background-repeat:no-repeat;
	margin-left:110px;
	float:left;
	}

#footer_fond div.coord{
	float:left;
	padding-top:6px;
	padding-left:20px;
	color:#FFFFFF;
	width:750px;
	font-size:90%;
	}

#footer_fond div.coord a{
	text-decoration:none;
	color:#FFFFFF;
	}
#footer_fond div.coord a:hover{
	text-decoration:underline;
	color:#FFFFFF;
	}

