html, body {
     height: 100%;
}
body {
     background-color: #f5f1e9;
     background-color: #dac893;
     background-color: #ffe9c9;
     background-color: #ebe1c0;
     background-color: #f5f1e9;
     color: #003272;
     padding: 0px;
     border: 0px;
     margin: 0px;
     font-family: Arial;
     font-size: 12px;
}
img {
     border: 0;
}
a {
     color: #003272;
     font-weight: bold;
     text-decoration: none;
}
a:hover {
     text-decoration: underline;
}
h2 {
     text-align: center;
     font-size: 15px;
     font-weight: bold;
}
h1 {
     margin-top: 0;
     padding-top: 0;
     font-size: 15px;
     font-weight: bold;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#wrapper {
     margin: auto;
     width: 685px;
}
#header {
     width: 685px;
     height: 233px;
     background-image: url('../../images/header.jpg');
}
#header h1, #header h1 a {
	 text-indent: -10000px;
	 display: block;
	 width: 187px;
	 height: 233px;
}
#content {
     width: 685px;
     position: relative;
}
#menu {
     width: 187px;
	 height: 360px;
     float: left;
	 background-image: url(../images/bg_menu.gif);
}
#menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li
{
	width: 187px;
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
}
#menu ul li a
{
	display: block;
	padding-right: 30px;
}
#menu ul.menu_principal
{
	margin-top: 30px;
}
#menu ul.menu_principal li
{
	line-height: 24px;
	position: relative;
}
.iemarginfix:hover
{
	margin-bottom: 0px;
}
#menu ul.menu_principal li ul
{
	position: absolute;
	top: -1px;
	left: 187px; /* to position them to the right of their containing block */
	width: 187px; /* width is based on the containing block */
	display: none;
	z-index: 10000;
	margin: 0px;
	border: 1px solid #d0ccc0;
	border-left: none;
}
#menu ul.menu_principal li ul li
{
	background-color: #f8f7f5;
	width: 187px;
	text-align: left;
}
#menu ul.menu_principal li ul li a
{
	padding-right: 10px;
	padding-left: 10px;
}

#menu ul.menu_principal li a
{
	color: #004a8d;
	height: 25px;
}
#menu ul.menu_secondaire
{
	margin-top: 15px;
}
#menu ul.menu_secondaire li a
{
	color: #ffffff;
	height: 15px;
}
#menu ul.menu_galerie
{
	margin-top: 14px;
}
#menu ul.menu_galerie li a
{
	line-height: 66px;
	height: 66px;
}

#rightContent {
     margin-left: 187px;
     width: 498px;
     background-color: #dac893;
     background-color: #ffe9c9;
     background-color: #ebe1c0;
     min-height: 358px;
}


/* hide from MacIE \*/
* #menu {
     margin-right: -3px; 
} 
* #rightContent { 
     * margin-left: 0;
     * height: 358px;
     background-color: #ebe1c0;
}
/* end hide */
html>body #rightContent {
  height: auto;
}
#footer {
     background-image: url('../images/line.jpg');
     background-position: top right;
     background-repeat: no-repeat;
     width: 498px;
     text-align: center;
     padding: 12px 0;
     margin-top: 20px;
     line-height: 18px;
}
#footer a {
     font-weight: normal;
}
label {
     display: block;
     float: left;
     width: 10em;
}
#thumbnails {
     text-align: center;
}
img.thumbnail {
     width: 75px;
     border: 2px solid #3f75a4;
}
img.thumb {
     margin-bottom: 10px;
     border: 2px solid #4d83b2;
}

#intro
{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#intro strong
{
	font-size: 20px;
}
#intro span
{
	display: none;
}
.infolettre
{
	padding: 10px;
}