@charset "UTF-8";
/* CSS Document */

body{
}

/*PROPRIETES DES DIV*/

#anim{
width:350px;
height:450px;
margin-top:70px;
margin-left:auto;
margin-right:auto;
}

#tout{
width:99%;
height:550px;
margin-top:70px;
margin-left:auto;
margin-right:auto;
}

#haut{
width:99%;
height:100px;
border-bottom:solid 1px #000000;
margin-left:auto;
margin-right:auto;
}

#milieu{
width:99%;
height:410px;
margin-left:auto;
margin-right:auto;
}

#bas{
width:99%;
height:30px;
border-top:solid 1px #000000;
margin-left:auto;
margin-right:auto;
}

#intHaut{
width:70%;
height:100%;
margin-left:auto;
margin-right:auto;
}

#intMilieu{
width:70%;
height:100%;
margin-left:auto;
margin-right:auto;
}

#intBas{
width:70%;
height:100%;
margin-left:auto;
margin-right:auto;
}


#tableauHaut{
width:100%;
height:100%;
}

#carte{
width:670px;
height:350px;
margin-left:auto;
margin-right:auto;
}
/*PROPRIETES DES CLASSES*/  

.logo{
width:20%;
text-align:center;
border:none;
}

.logo a img{
border:none;
}

.logo a:hover{
}

.marge{
width:8%;
}

.menu{
width:80%;
vertical-align:bottom;
}

.photo{
width:20%;
text-align:center;
}

.titre{
font-family:Helvetica, "Helvetica Neue";
font-variant:small-caps;
font-weight:bold;
font-size:14px;
color:#FF3300;
}

/*-------PAGE PRESENTATION------*/
.textePresentation{
background-color:#fcdfb3;
}
.texteMarches{
background-color:#f7ca8f;
}
.texteEvenementiel{
background-color:#f7d0e2;
}
.texteCampings{
background-color:#c8dd9a;
}
.texteTransactions{
background-color:#a1d5ed;
}
.texteContact{
background-color:#d0c6bd;
}

.tableauInterieur{
width:80%;
margin-left:auto;
margin-right:auto;

font-family:Helvetica, "Helvetica Neue";
font-size:12px;
}

/*------FIN DE PAGE PRESENTATION-----*/

.lien2{

}

.lien2 a{
	text-decoration:none;
	color:#FF3300;
}

.lien2 a img{
	border:none;
}

.lien2 a:hover{
	color:#33CC00;
}


/*--------------STYLE GALLERIE------------------*/

#gallery {
	position: relative;
	margin-left:-50px;
	margin-top:100px;
	width: 200px;
}
#thumbs {
	width: 10px;
	float: left;
}
#thumbs a {
	display: block;
	float: left;
	margin: 0 0 0px 0px;
	width: 40px;
	height: 40px;
	border: 0px solid #000;
}
#thumbs a img {
	width: 40px;
	height: 40px;
	border: 0;
}
#thumbs a:hover {
	border-color: #ddd;
}
#thumbs a:hover img {
	position: absolute;
	width: auto;
	height: auto;
	left: 30px;
	top: -110px;
	border: 1px solid #333;
}

/*--------------FIN STYLE GALLERIE------------------*/
/*--------------STYLE DU FORMULAIRE DE CONTACT-----------------------*/
.rubrique{
background-color:#A38A76;
text-align:right;
color:#FFFFFF;
vertical-align:top;
}

.rubriqueMilieu{
background-color:#A38A76;
text-align:center;
color:#FFFFFF;
}

.rubrique2{
text-align:left;
border:solid 1px #A38A76;
color:#A38A76;
}

/*--------------FIN STYLE DU FORMULAIRE DE CONTACT-----------------------*/
