body
		{
			margin: 10px 0 ;
			padding: 0 ;
			text-align: center ;
			font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
			background: url(img_module/fond_page.png) repeat-x;
		}
		
		div#conteneur
		{
			width: 770px ;
			margin: 0 auto ;
			text-align: left ;
			border: 1px solid #e9b779 ;
			background: url(img_module/fond_corps.gif) repeat-x bottom #fff;
		}
		
		
		
		h1#header
		{
			height: 200px ;
			margin: 0 ;
			/*background: url(images/logo_v1.gif) no-repeat left top ;*/
			/*background: url(images/fond_header.jpg) repeat-x ;*/ /* pas besoin parce que title_v1.jpg ci-dessous contient déjà le fond incorporé */
		}
		
		h1#header a
		{
			width: 770px ;
			height: 200px ;
			display: block ;
			background: url(img_module/banniere_v2.jpg) no-repeat ; /* l'image contient toute la banniere /*
			position: relative ;
			left: 0px ;
			top: 0px ;
			/*text-indent:-5000px ;*/
		}
/* On donne les mêmes dimensions au lien, chose possible grâce à la propriété display: block ; qui transforme le lien en élément de type block, auquel on peut donner des propriétés de taille. On met aussi l'image de fond qui a les mêmes dimensions que le cadre ainsi créé */
/* Le text-indent négatif est fait pour pouvoir ne cacher le texte hors de la page, ce que nous voulons. Ainsi il reste exploitable pour les syntèses vocales */
		
		div#adsense { padding-left:20px; }
		
		ul#menu
		{
			height: 35px ;
			margin: 0 ;
			padding: 0 ;
			background: url(img_module/bg_menu.png) repeat-x 0 -25px ;
			list-style-type: none ;
		}
		/* On donne une hauteur au menu, correspondant a la taille de l'image utilisée en fond, on met ensuite l'image de fond avec un décalage de 25 pixels vers le haut pour utiliser la technique de roll over */
				
		ul#menu li
		{
			float: left ;
			text-align: center ;
		}
		/* On rend les li en flottant pour pouvoir les afficher horizontalement, on cache les puces, et on centre le texte */
		
		ul#menu li a
		{
			color:#654423;
			width: 92px ;
			line-height: 25px ;
			font-size: 1.0em ;
			font-weight: bold ;
			letter-spacing: 0px ;
			display: block ;
			text-decoration: none ;
			border-right: 1px solid #F7BD9B;
		}
		/* C'est sur les liens que le gros du travail est effectué, largeur, hauteur de ligne, taille de police, graisse de police, espacement des lettres, couleur, bordure et decoration du texte. Nous pouvons dimensionner les a grâce à la propriété display: block ; */
		
		
		/*ul#menu li a:first-letter
		{
			font-style:italic;
			padding-right:1px;
		}
		désactivé suite à un bug sur IE*/
		
		ul#menu li a:hover
		{
			background: url(img_module/bg_menu.png) repeat-x 0 0 ;
		}
		/* Et pour finir on décale l'image de fond au passage de la souris pour laisser aparaître l'état survolé de l'image */
		
		
		div#contenu
		{
			padding: 0 25px 0 110px ;
			background: url(img_module/ban_logo.gif) no-repeat 5px 0px ;			
		}
		
		div#contenu h2
		{
			padding-left: 25px ;
			line-height: 25px ;
			font-size: 1.6em ;
			background: url(img_module/icone_h2.gif) no-repeat left bottom ;
			color:#935124 ;
			border-bottom: 1px solid #A77A7A ;
		}
		
		div#contenu h3
		{
			margin-left: 2px ;
			padding-left: 5px ;
			/*border-bottom: 1px solid #9b2 ;*/
			background-color:#F5F1D6;
			border:#fff solid 1px;
			border-left: 3px solid #935124 ;
			color: #e71 ;
			font-size:14px;
		}
		
		div#contenu h4
		{
			margin-left: 2px ;
			padding-left: 5px ;
			background-color:#F3F9EE;
			border:#fff solid 1px;
			border-left: 1px solid #935124 ;
			color:#1B3F00;
			font-size:12px;
		}
		
		div#contenu table
		{
			margin-left:15px;
		}
		
		div#contenu p
		{
			text-align: justify ;
			text-indent: 2em ;
			line-height: 1.2em ;
			padding-left: 10px;
		}
		
		div#contenu p.noindent {
			text-indent: 0; /* on enlève l'indentation */
		}
		
		div#contenu a
		{
			color: #8a0 ;
			text-decoration:none;
		}
		
		div#contenu a:hover
		{
			color: #9b2 ;
			text-decoration:none;
		}
		
		#img_accueil {
			text-align:center;
			margin-left:0px;
			margin-right:auto;
			font-weight:bold;
			font-size:13px;
		}
		
		p#footer
		{
			margin: 0 ;
			padding-right: 10px ;
			line-height: 30px ;
			text-align: right ;
			color: #8a0 ;
			/*clear:both;*/
		}
		
		p#footer img { border: none; }
		p#footer a img{ 
			opacity: 0.5;
			filter: alpha(opacity=50);
		}
		p#footer a:hover img {
			opacity:1;
			filter: alpha(opacity=100);
		}
		pre
		{
			overflow: auto ;
			background: #dea ;
			border: 2px solid #9b2 ;
			padding: 5px 0 0 5px ;
			font-size: 1.2em ;
		}
		
		* html pre
		{
			width: 636px ;
		}
		
		pre span
		{
			color: #560 ;
		}
		
		pre span.comment
		{
			color: #b30000 ;
		}
		
		
		
		
		
		.cadre_blanc_pt { /* cadre à fond blanc avec bordure en points */
			border: #F88F1D dotted 1px;
			padding: 10px;
			background-color: #FFFFFF;
		}
			
		
		
		
		
		
		
		#dessous_footer { width:770px; margin: 0 auto ; font-size:10px }
		
		INPUT { background-color:#f5f1d6; border:#666666 1px solid }
		input[type=submit], input[type=button] { font-family: Geneva, Arial, Helvetica, sans-serif; height: 22px; font-size: 12px; color: #000000; text-align: center; background-image: url(img_module/input_button.gif); background-repeat: repeat-x; border: 1px solid #326BC0; }
		TEXTAREA { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#666666; text-align:justify; background-color:#F9F9F9; border:1px #666666 solid; padding:5px; width:98%; height:150px  }
		LABEL
			{
				float:left;
				width: 180px;
				margin-right: 8px;
				text-align: right;
				font-weight: bold;
			}
		
		#projet_couts LABEL
			{
				float:left;
				width: 250px;
				margin-right: 8px;
				text-align: right;
				font-weight: bold;
			}
		
		fieldset
			{
				margin-bottom:20px;
				padding: 5px;
				padding-bottom: 20px;
			}

		legend
		{
			color: #2C485C;
			font-weight: bold;
			font-family: Arial, times, 'Times new roman', serif;
		}
		
		.center
		{
			text-align:center;
			border:#00CC00 2px solid;
			padding:5px;
		}
		
/* ----------------------------------- tableaux ------------------------------------------- */
		table {
			border: 2px solid #935124;
			border-collapse: collapse;
			width:auto;
		}
		th {
			font-family:Arial, Helvetica, sans-serif;
			text-align:center;
			border: 1px solid #000;
			width: 50%;
			padding: 5px;
			background-color:#DFF2CC;
		}
		td {
			font-family: sans-serif;
			border: thin solid #C7B592;
			width: auto;
			padding: 5px;
			text-align: center;
			background: url(img_module/fond_table_td.gif) repeat-x bottom;
		}
		td.tcolonne {
			font-weight:bold;
			font-style:italic;
		}

/* ------------------------------------ HighSlide ------------------------------------------ */
		.highcenter {
			text-align:center;
		}
		.hightexte {
			font-style:italic;
			color:#999999;
			}
		

/* ----------------------------------- hébergement ----------------------------------------- */
		div#contenu p#fond_chambre {
			text-indent: 0px;
			background:url(img_hebergement/fond_chambre.jpg) no-repeat right -30px;
			padding-top:30px;
			height:210px;
		}
		
		div#contenu p#fond_chalet {
			text-indent: 0px;
			background:url(img_hebergement/fond_chalet.jpg) no-repeat right -10px;
			padding-top:30px;
			height:210px;
		}
		
		div#contenu p#fond_appart {
			text-indent: 0px;
			background:url(img_hebergement/fond_appart.jpg) no-repeat right -10px;
			padding-top:30px;
			height:210px;
		}


/* ----------------------------------- restauration ----------------------------------------- */
		div#contenu p#fond_petit_dej {
			text-indent: 0px;
			background:url(img_restauration/fond_petit_dej.jpg) no-repeat right -10px;
			padding-top:30px;
			height:210px;
		}
		
		div#contenu p#fond_diner {
			text-indent: 0px;
			background:url(img_restauration/fond_diner.jpg) no-repeat right -10px;
			padding-top:30px;
			height:250px;
		}
		
		
		
		div.spacer {
			height:100px;
		}	
		

/* ----------------------------------- ferme ----------------------------------------- */
		div#contenu div#ferme_img img {
			border:#f5f1d6 solid 2px;
			margin-left:90px;
			margin-bottom:10px;
		
		}
		

/* ----------------------------------- activités ----------------------------------------- */
		div#contenu div#activites_img img {
			border:#f5f1d6 solid 2px;
			margin-left:10px;
			margin-bottom:10px;
		
		}



/* ----------------------------------- info / puce ----------------------------------------- */
		div#contenu p.info

		{
			padding-top: 10px;
			padding-right: 8px;
			padding-bottom: 18px;
			padding-left: 30px;
			color: blue;
			background:url(img_module/info.gif) no-repeat;
		}

		div#contenu p.puce_verte
		{
			margin-left:35px;
			padding-top: 0px;
			padding-right: 8px;
			padding-bottom: 10px;
			padding-left: 10px;
			color: #935124;
			background:url(img_module/puce_verte.gif) no-repeat;
		}


/* ----------------------------------- plan ----------------------------------------- */

		div#contenu div#plan_img img
		{
			border:#f5f1d6 solid 3px;
			margin-left:110px;
		}

/* ----------------------------------- contact ----------------------------------------- */

		div#contenu fieldset#contact_field br
		{
			/* rien pour l'instant ici */
		}

/* ----------------------------------- xiti ----------------------------------------- */
/*
		#xiti-logo {
			display:none;
		}
*/
/* ----------------------------------- promotion pub ----------------------------------------- */
.codepub { font-family:"Courier New", Courier, monospace; background-color:#F2FEFF; color:#000000; width:auto; height:auto; }
LEGEND IMG { border:none; }
