/* CSS Document */

html {
	overflow:auto;
	}

	
body {
	background-color: #FFFFFF;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin: 20px 0 0 0;	
	}
	
	
#page {
	background-color: #ffffff;
	width:900px;
	margin-left: auto;
	margin-right: auto;
	border-width: 15px;
	border-style:solid;
	border-color:#FFFFFF;
}

#header {
	background-color: #ffffff;
	width:900px;
	
	}
	
#haut{
	background-color: #ffffff;
	width:900px;	
	}
	
#gauche{
	background-color: #ffffff;
	float:left;
	width: 430px;
	margin-right:40px;
	}
	
#droite{
	background-color: #ffffff;
	float: left;
	width: 430px;
	}
	
.separation {
clear:both;
visibility:hidden;

}
	
	
#logo{
	float: left;
	background-color: #ffffff;
	width: 200px;	
	}
	
#activite{
	float:left;
	background-color: #ffffff;
	width: 200px;	
	}
	
	
#recette{
	float:left;
	background-color: #fffff;
	width: 200px;	
	}
	

#article{
	float:left;
	background-color: #ffffff;
	width: 200px;		
	}


#footer {
    clear:both;
	width:900px;
	}
	
.Style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #471E14
}

.menufooter {color: #471E14}

.Style2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}	

.Style3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}	

/* Menu rollover> 2 images differente regrouper en 1 qui vont glisser qd tu passe la souris dessus */
/* Image Les chambres */		
a.image, a.image:hover {
display:block;
width:200px;
height:200px;
}

a.image {
background: url(img/vign_chambre.jpg) no-repeat 0 0;
}

a.image:hover {
background: url(img/vign_chambre.jpg) no-repeat -200px 0;
}

a.image span{
display:none;
}
/* ................................................................... */	

/* Image Le gite*/		
a.image2, a.image2:hover {
display:block;
width:200px;
height:200px;
}

a.image2 {
background: url(img/vign_gite.jpg) no-repeat 0 0;
}

a.image2:hover {
background: url(img/vign_gite.jpg) no-repeat -200px 0;
}

a.image2 span{
display:none;
}
/* ....................................................................... */	

/* Image Les weekend*/		
a.image3, a.image3:hover {
display:block;
width:200px;
height:200px;
}

a.image3 {
background: url(img/vign_weekendvin.jpg) no-repeat 0 0;
}

a.image3:hover {
background: url(img/vign_weekendvin.jpg) no-repeat -200px 0;
}

a.image3 span{
display:none;
}
/* .............................................................. */

/* Image La table d'hotes*/		
a.image4, a.image4:hover {
display:block;
width:200px;
height:200px;
}

a.image4 {
background: url(img/vign_table.jpg) no-repeat 0 0;
}

a.image4:hover {
background: url(img/vign_table.jpg) no-repeat -200px 0;
}

a.image4 span{  /* span permet de definir l'inage sans qu'on voit le titre */
display:none;
}
/* ......................................................................... */

/* Image ACTIVITE*/		
a.image5, a.image5:hover {
display:block;
width:200px;
height:150px;
}

a.image5 {
background: url(img/vignettes_activite.jpg) no-repeat 0 0;
}

a.image5:hover {
background: url(img/vignettes_activite.jpg) no-repeat -200px 0;
}

a.image5 span{
display:none;
}
/*....................................................................................*/	

/* Image RECETTE*/		
a.image6, a.image6:hover {
display:block;
width:200px;
height:150px;
}

a.image6 {
background: url(img/vignettes_recettes.jpg) no-repeat 0 0;
}

a.image6:hover {
background: url(img/vignettes_recettes.jpg) no-repeat -200px 0;
}

a.image6 span{
display:none;
}
/* ...........................................................................................  */

/* Image PECHE*/		
a.image7, a.image7:hover {
display:block;
width:200px;
height:150px;
}

a.image7 {
background: url(img/vignettes_peche.jpg) no-repeat 0 0;
}

a.image7:hover {
background: url(img/vignettes_peche.jpg) no-repeat -200px 0;
}

a.image7 span{  /* span permet de definir l'inage sans qu'on voit le titre */
display:none;
}
/* ................................................................................................*/
/* FIN image rollover  */



/*Styles pour les images polaroid...*/	
	
#header, #gauche, #droite, #activite, #recette, #logo, #article, #chambres, #gite, #weekend, #table {
    border-bottom-width:10px;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	}
	
#logo, #recette, #chambres, #weekend {
    border-right-width:30px;
	border-right-style:solid;
	border-right-color:#FFFFFF;
	}
	
#activite, #gite {
    border-right-width:40px;
	border-right-style:solid;
	border-right-color:#FFFFFF;
	}
	
/* lien */	
a:link {
	color: #3695B2;
	text-decoration: none;

}
a:visited {
	color: #3695B2;
    text-decoration: none;
}
a:hover {
	color: #97B132;
	text-decoration: none;
}

.lienchambre {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* lien type1 */
a.type1:link {
color:#868686;
font-family: Arial, Helvetica, sans-serif;
text-decoration:none;
}

a.type1:visited {
color:#474747;
font-family: Arial, Helvetica, sans-serif;
text-decoration:none;
}


a.type1:active {
color:#000000;
text-decoration:none;
}

a.type1:hover {
color:#000000;
text-decoration:none;
}


a.type2:link {
color:#3695b2;
font-family: Arial, Helvetica, sans-serif;
text-decoration:underline;
}

a.type2:visited {
color:#3695b2;
font-family: Arial, Helvetica, sans-serif;
text-decoration:underline;
}


a.type2:active {
color:#000000;
text-decoration:none;
}

a.type2:hover {
color:#000000;
text-decoration:none;
}


/* lien ..........................fin */

/* Styles pour les élément textuelle titre/contenu... */
.h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #3695B2;
    font-size: 15px;
}

.h2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #97B132;
    font-size: 13px;
	font-weight:bold
}

.paragraphe {
	font-family: Arial, Helvetica, sans-serif;
	color: #151613;
	font-size: 13px;
	text-align: justify;
}

.p3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #3695B2;
	font-size: 13px;
	text-align: justify;
}

.h4 {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
	font-size: 13px;
}

.paragraphevignette {
    font-family: Arial, Helvetica, sans-serif;
    color: #151613;
	font-size: 12px;
}

.menuchambre {
    font-family: Arial, Helvetica, sans-serif;
    color: #151613;
	font-size: 14px;
}

/* Styles pour les élément textuelle titre/contenu...*/

	
/* uniquement pour la page index */
	
#chambres{
	float: left;
	background-color: #ffffff;
	width: 200px;
	
	}
	
#gite{
	float:left;
	background-color: #ffffff;
	width: 200px;
	
	}
	
	
#weekend{
	float:left;
	background-color: #ffffff;
	width: 200px;
	
	}
	

#table{
	float:left;
	background-color: #ffffff;
	width: 200px;
	
	
	}
/* fin uniquement page index */
