/* Couleur bleu Galtane : #004494  */
/* Couleur orange Galtane : #EE7D11  */
/* Font textes : Goudy regular */
/* Font titres : Goudy bold italic */
/* Font éléments de texte en plus grand et en filigrane (essentiellement des titres) : Bickley Script */

* { padding:0; margin:0; }

body {
	color:#FFFFFF;
/*	background-color:#CC9966;  */
	background-color:#C9BB99;
	margin-left:10px;
	font-style:normal;
}

#wrapper {
	background-color:#C9BB99;
	width:1200px;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	color:#FFFFFF;
	font-family: "Goudy Old Style";
	font-size:18px;
	font-style:normal;
}

#corps {
	clear:both;
	margin-top:20px;
}

#menu {
	margin:0px 0px 0px 0px;
	width:150px;
}

.menuitem {
	text-align:center;
	line-height:30px;
	padding:20px 0px 0px 0px;
}

a.menulink:link {
	color: #004494;
	font-family: "Goudy Old Style";
	font-size:18px;
	font-style:normal;
	text-decoration: none;
}
a.menulink:visited {
	text-decoration: none;
	font-family: "Goudy Old Style";
	font-size:18px;
	font-style:normal;
	color: #004494;
}
a.menulink:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: "Goudy Old Style";
	font-size:18px;
	font-style:normal;
}
a.menulink:active {
	color: #004494;
	text-decoration: none;
	font-family: "Goudy Old Style";
	font-size:18px;
	font-style:normal;
}

a:link {
	color: #004494;
	text-decoration: none;
	font-style:normal;
}
a:visited {
	color: #004494;
	text-decoration: none;
	font-style:normal;
}
a:hover {
	color: #800000;
	text-decoration: underline;
	font-style:normal;
}
a:active {
	color: #004494;
	text-decoration: none;
	font-style:normal;
}

a.galerie:link {
	color: #FFFFFF;
	text-decoration: none;
	font-style:normal;
}
a.galerie:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-style:normal;
}
a.galerie:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-style:normal;
}
a.galerie:active {
	color: #FFFFFF;
	text-decoration: none;
	font-style:normal;
}

h1 {
	color:#FFFFFF;
	font-size:36px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

h2 {
	color:#004494;
	font-size:18px;
	font-weight: bold;
	margin: 20px 0px 5px 0px;
}

legend {
	color:#FFFFFF;
}

.txbgris {
	color:#333333;
	font-size:20px;
}
.txbnormal {
	color:#004494;
	font-size:20px;
}
.txbrouge {
	color:#FF0000;
	font-size:20px;
}
.txmgris {
	color:#333333;
	font-size:18px;
}
.txmnormal {
	color:#004494;
	font-size:18px;
}
.txmrouge {
	color:#FF0000;
	font-size:18px;
}
.txpgris {
	color:#333333;
	font-size:14px;
}
.txpnormal {
	color:#004494;
	font-size:14px;
}

/*  CSS CARROUSEL IMAGES  */
/*  --------------------  */
.image_carousel {
	padding: 15px 0 15px 0px;
}
.image_carousel img {
	border: 0px solid #ccc;
	padding: 0px;
	margin: 0px;
}
.logo {
	float: left;
	position: relative;
}
.prev {
	float: left;
	position: relative;
	width: 40px;
}
.foo1 {
	float: left;
	position: relative;
}
.next {
	float: left;
	position: relative;
	width: 40px;
}
.clearfix {
	float: none;
	clear: both;
}

/*  CSS POPUP IMAGES  */
/*  --------------------  */
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: fixed;
background-color: lightyellow;
padding: 0px;
left: -1000px;
border: 1px solid white;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 300px;
left: 300px; /*position where enlarged image should offset horizontally */
}
