@import "nav.css";
@import "contact.css";

/* -------- CSS GENERAL -------- */
*{
	margin:0;
	padding:0;
}
img{
	border:0;
}
a{
	color:#673b15;
	text-decoration:none;
	font-size:90%;
}
a:hover{
	text-decoration:none;
	color:#003112;
}
ul{
	margin:0;
	padding:0; 
}
body {
	background:url(../images/deco/index.jpg) no-repeat #FFF center 0;
	background-color:#FFF;
	color: #673b15;
	font-family:Helvetica, Arial, sans-serif;
	font-size:100%;
	overflow:auto;
	overflow-x:hidden;
	}
h1, h2, h3, h4, h5, h6{
	font-size:130%;
}
p{
font-size:80%;
}
fieldset, img{
	border:0;
}
.clear{
	clear:both;
}

.indexa{
	text-align:center;
	font-size:11px;
}

.indexa a, .indexa a:hover{
	color:#673b15;
	text-decoration:none;
}

/* -------- GENERAL -------- */
#corps{
	width:900px;
	margin:0 auto;
	left:0px;
	position:relative;
	}
/* -------- HEADER -------- */
#header{
	width:900px;
	height:275px;
}
h1{
	top:37px;
	left:238px;
	position:absolute;
	width:523px;
	height:75px;
	color:#FFF;
	text-indent:-9999px;
	background:transparent url(../images/deco/logo.jpg) no-repeat;
	z-index:10;
}
#header a.accueil{
	color:#304808;
	font-size:70%;
	top:195px;
	left:35px;
	position:relative;
}
#header a:hover.accueil{
	color:#FFF;
}
#anim_header{
	top:0px;
	left:0px;
	position:absolute;
	z-index:11;
}
/* -------- BANDEAU -------- */
#bandeau{
	width:900px;
	height:185px;
	padding:0 0 30px 0;
}
#flash_anim{
	width:900px;
	height:185px;
	background:url(../images/deco/bandeau_img.jpg) no-repeat;
}
/* -------- CONTENU -------- */
#content{
	width:900px;
}
#contentindex{
width:900px;
height:282px;
background:url(../images/deco/img_content.gif) no-repeat;
}
.texte{
width:200px;
padding:0 25px 10px 0;
float:left;
border-right:#673b15 solid 1px;
}
.vide{
width:200px;
padding:0 25px 10px 0;
float:left;
}
/* -------- COLONES CONTENU -------- */
.colleft{
	width:337px;
	float:left;
	padding:0 0 10px 0;
}
.colright{
	width:337px;
	float:right;
	padding:0 0 10px 0;
}
.colimg{
	width:280px;
	float:right;
	padding:20px 0 0 45px;
}
table.sans {
	margin:10px 0px 10px 10px;
	float:left;
}
table.bordure{
	margin:10px 0px 10px 10px;
	float:left;
	}
h2{
	font-size:100%;
}
/* -------- Style liste contenu -------- */
ul.liste{
	padding:0 0 0 40px;
	list-style-type:none;
}

ul.liste li, ul.liste2 li{
	margin:5px 0 0 0;
}

ul.liste2{
	list-style:none;
	text-align:center;
	padding:0 0 0 15px;
}
.cadre{
	padding:10px 10px 10px 10px;
	text-align:justify;
	background-color:#e4d7c8;
}

/* -------- FOOTER -------- */
#logo{
	width:150px;
	height:40px;
	background:url(../images/deco/img_footer.gif) no-repeat;
	background-position:right;
	float:left;
	padding:20px 0 0 0;
}
#logo p{
	font-weight:bold;
	padding:5px 0 0 0;
}
#adresse p.neutre{
	border:none;
	padding:10px 0 50px 0;
	font-size:70%;
	text-align:right;
}
#adresse{
	width:745px;
	float:left;
	padding:20px 0 0 5px;
}
#adresse p{
	font-size:75%;
	border-bottom:#673b15 solid 1px;
}
#adresse ul{
}
#adresse ul li{
	display:block;
	float:left;
}
#adresse ul li a{
	font-size:55%;
	border-right:#673b15 solid 1px;
	border-left:#673b15 solid 1px;
	padding:0 10px 0 10px;
}
#adresse ul li a:hover{
	color:#003212;
}
