/*-------------------------------------------------
GLOBAL PAGE LAYOUT ELEMENTS
-------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
}
body
{
margin:0;
padding:0;
font-family: verdana,helvetica,arial,sans-serif;
font-size: 12px;
color: #000;
background-color: #EAEAEA;
text-align: justify;
}


/* Normal links */
a:link, a:visited {
	color: #0000C0;
	text-decoration: none;
	}

a:hover, a:visited:hover {
	color: #000;
	text-decoration: underline;
	}

a.inactive:link, a.inactive:visited {
	color: #ECE9D8;
	}

/*-------------------------------------------------
PAGE SECTIONS  
-------------------------------------------------*/
div#cadre {
position: relative;
width: 800px;
height: 190px;
margin: 15px auto 0 auto;
background: url(../design/top.gif) left top no-repeat;
}

div#bloccadre {
position: relative;
width: 800px;
margin: -7px auto 20px auto;
background: url(../design/bottom.gif) left bottom no-repeat;
padding-bottom: 30px;
}


#logo
{
float: left;
margin-top: 15px;
margin-left: 25px;
width: 160px;
height: 140px;
}

#logo p
{
margin: -10px 0 0 10px;
font-size: 85%;
text-align: left;
}

div#header
{
float: right;
margin-top: 25px;
margin-right: 35px;
width: 580px;
height: 140px;

}

div#menuhaut
{
position: relative;
margin: -125px 35px 0 0;

}

#menuhaut p
{
font-size: 85%;
text-align: right;
}

#menuhaut a {
font-size: 10px;
font-weight: bold;
color: #FFF;
text-decoration: none;
margin-left: 20px; /* espacement entre chaque sous-menu */
}


div#left
{
float: left;	
margin-top: 10px;
margin-left: 25px;
width: 160px;
}
div#main
{
float: right;
margin-top: -15px;
margin-right: 43px;
width: 567px;
}

#main ul,li 
{
list-style-type: disc;
margin: 2px 0 0 15px;
padding:0;
}


#menugauche {
	padding: 0;
	margin-top: -10px;
	margin-left: 10px;
    width: 160px;
}
dl#menugauche {
width: 10em;
}
dl#menugauche dt {
cursor: pointer;
margin: 2px 0;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: #F8D965;
width: 10em;
}

dl#menugauche li {
text-align: center;
background: #fff;
}

#smenu1 li, #smenu2 li, #smenu3 li, #smenu4 li, #smenu5 li {
margin-left: -68px;
margin-top: 2px;
width: 10em;
cursor: pointer;
line-height: 20px;
border: 1px solid gray;
text-align: center;
background: #fff;
list-style-type: none;
}

dl#menugauche li a, dl#menugauche dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#menugauche li a:hover, dl#menugauche dt a:hover {
background: #FFE8A5;
}





/*-------------------------------------------------
HEADING TEXT ELEMENTS
-------------------------------------------------*/
h1
{
font-size: 130%;
color: #2233DB;
border-bottom: 3px solid;
padding-bottom: 10px;
text-align: center;
}

h2
{
font-size: 130%;
color: #000;
text-align: center;
}


h3
{
font-size: 100%;
color: #000;
text-align: center;
}
h4
{
font-size: 100%;
color: #000;
font-weight: bold;
}

h5
{
font-size: 110%;
color: #EF6B42;
font-weight: bold;
font-style: italic;
}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 18px;
}
	



/*-------------------------------------------------
MISCELLANEOUS
-------------------------------------------------*/
img { border: 0 none; 
}

a img { border: 0 none; 
}

.mailbox {
  font-size: 75%;
}

.mailbox a img {border: 2px solid #ccc;}


#logo img { border: 0 none; 
padding: 10px;
}

img.floatLeft { float: left;
margin: 4px;
padding-right: 8px; }

img.floatRight { float: right;
margin: 4px;
padding-left: 8px; }

.center {text-align: center;}

.bigcenter {
  text-align: center;
  font-size: 16px;
}

.separation {
clear:both;
visibility:hidden;
}

.legend {
font-size: 90%;
font-style: italic;
}

/*-------------------------------------------------
Google Map API
-------------------------------------------------*/
div#map
{
float: right;
margin-right: 35px;
width: 500px; 
height: 300px;
}

/*-------------------------------------------------
Gallery
-------------------------------------------------*/
.thumbnail {
	float: left;
	font-size: 75%;
	margin: 10px 5px;
	text-align: center;
	
	}
	.thumbnail a img {
		background: #dfdfdf;
		border: 1px solid #ccc;
		clear: both;
		display: block;
		margin: 0 auto;
		}

.gallery {
	float: left;
	margin: 0px 60px;
	text-align: center;
	}
	.gallery a img {
		background: #dfdfdf;
		border: none;
		clear: both;
		display: block;
		margin: 0 auto;
		}

/*-------------------------------------------------
Formulaire
-------------------------------------------------*/
.red {
 color: #ff0000;
	background-color: transparent;
}
.vi4 {
	color: #330066;
	background-color: transparent;
	font-weight: bold;
}
.tour { 
	text-align: center;
	border: 2px solid #37379A; 
    border-collapse: separate;
}
.unite {
	background-color: #FFE8A5;
	color: #000000;
}

