/*centrage, éléments généraux*/

body {
	margin:0;
	text-align: center;
	font-family: verdana, sans-serif;
	/*position: relative;*/
}
#global {
	/*position:absolute;
	left:50%;
	margin:0 0 0 -575px;*/
	background: #fff;	
	margin-left: auto;
	margin-right: auto;
	width: 801px;
	text-align: left; /* on rétablit l'alignement normal du texte */
	
}
/*placement du feuillage de fond*/
#feuillage {
		background: url(img/background.jpg) no-repeat;
		height: 450px;
		margin-left: -174px;
	    width: 1150px;
}

/*bandeau avec logo, photo et menu*/
#bandeau-projet {          /*page spécifique, le projet de la Largue*/
	background: url(img/img-projet.jpg) no-repeat top left;
	width:801px;
	height:450px;
	margin-left:174px;
	margin-top:0px;
}
#bandeau-projet #menu a.lienprojet {
	color: #fff;
}
#bandeau-region {          /*page spécifique, la synergie avec la region*/
	background: url(img/img-region.jpg) no-repeat top left;
	width:801px;
	height:450px;
	margin-left:174px;
	margin-top:0px;
}
#bandeau-region #menu a.lienregion {
	color: #fff;
}
#bandeau-tourisme {          /*page spécifique, Tourisme de nature et santé*/
	background: url(img/img-tourisme.jpg) no-repeat top left;
	width:801px;
	height:450px;
	margin-left:174px;
	margin-top:0px;
}
#bandeau-tourisme #menu a.lientourisme {
	color: #fff;
}
#bandeau-contact {          /*page spécifique, Contact*/
	background: url(img/img-contact.jpg) no-repeat top left;
	width:801px;
	height:450px;
	margin-left:174px;
	margin-top:0px;
}
#bandeau-contact #menu a.liencontact {
	color: #fff;
}
#bandeau-mentions {          /*page spécifique, Mentions legales*/
	background: url(img/img-mentions.jpg) no-repeat top left;
	width:801px;
	height:450px;
	margin-left:174px;
	margin-top:0px;
}
/*menu*/
#menu {
	display:block;
	width:801px;
	height:100px;
	margin:0;
	padding-top: 300px;
}
#menu ul {
	margin: 0;
	padding: 0 0 0 4px;
	height:100px;
}
#menu li {
	display: inline;
	margin: 300px 0px 0 0;
}
#menu a {
	display:block;
	float: left;
	width: 94px;
	height: 54px;
	padding-top:46px;
	text-decoration:none;
	line-height:130%;
	margin-right: 105px;
	font-size: 0.9em;
	color:#282F18;
}
#menu a.lienprojet {
	padding-top:63px;
}
#menu a.liencontact {
	padding-top:81px;
}
#menu a:hover {
	color:#000;
}
#menu a:active {
	color:#fff;
}
/*partie de contenu du site*/
#content {
	float:left;
	width:1150px;
	height:auto;
	margin-left:-174px;
	background: #fff url(img/trame-texte.jpg) repeat-y;
	margin: 0px 0 0 0;
	padding: 0px;
}
/*zone contenant le texte*/
#content #texte {
	display:block;
	float: left;
	margin-left: 190px;
	width: 530px;
}
#content h1 {
	font-size: 1.2em;
	color: #A4C23A;
	font-weight:normal;
}
#content h2 {
	font-size: 0.9em;
	color: #A4C23A;
	font-weight:normal;
	padding-top:15px;
}
#content p {
	font-size: 0.75em;
	color: #666;
	font-weight:normal;
	text-align: justify;
}
#content li {
	font-size: 0.75em;
	color: #666;
	font-weight:normal;
	text-align: justify;
	padding-bottom: 3px;
}
#content span.gras {
	color: #282F18;
	font-weight:bold;
}
#content p.commentaire {
	font-size: 0.8em;
	color: #282F18;
	padding-left: 10px;
	font-style:italic;
	line-height:130%;
}
/*colone de droite avec photo*/
#content #photos {
	display:block;
	float:right;
	width: 225px;
	height: auto;
	margin: 0 178px 0 0;
	}
#content #photos img {
	border: 0px solid #DFEF9E;
	margin-top:30px;
}
img {
	border:none;
}
/*pied de page*/
#pied {
	display:block;
	float:left;
	background: url(img/pied.jpg) no-repeat;
	height: 101px;
	width: 1150px;
	margin-left: -174px;
	margin: 0;
	text-align:center;
}
#pied #menupied {
	width:1150px;
	height:20px;
	margin:0;
	padding: 10px;
}
#pied #menupied ul {
	margin: 0;
	padding: 0 0 0 0px;
	height:auto;
}
#pied #menupied li {
	display: inline;
	margin: 0px 0px 0 0px;
}
#pied #menupied a {
	padding: 10px 20px 0 0px;
	text-decoration:none;
	font-size: 0.6em;
	color:#282F18;
	width: auto;
	height: auto;
	margin-right: 0px;
}
#pied a.pied {
	padding: 0px 20px 0 0px;
	text-decoration:none;
	font-size: 0.6em;
	color:#282F18;
	width: auto;
	height: auto;
}
