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

:lang(fr){quotes: "\00AB\00A0" "\00A0\00BB" "\2018" "\2019";}
:lang(en){quotes: "\201C" "\201D" "\2018" "\2019";}

a:link {color: rgb(115,79,34);}
a:visited {color: rgb(115,79,34);}
a:hover {color: rgb(162,143,50);}
a img {border:none}

body {
	background: rgb(171,143,82) url('../images/bg.gif') repeat-x;
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

/* Styles de mise en page - Debut*/

#frame {
	width: 778px;
	text-align: left;
	margin: auto;
	margin-top:30px;
	/*border: 4px solid rgb(255,255,255);*/
	background: url('../images/ombre.gif') repeat-y;
	position:relative; /* sert à positionner le tooltip dans techno*/ 
}

/* En-tete page - Debut */

#header {
	margin:0;
	padding: 0 4px;
	background: url('../images/ombre_header.gif') no-repeat;
}

/* Hides from IE5-mac \*/
* html #header {height: 1%;}
/* End hide from IE5-mac */

#ban {
	height: 160px;
	position: relative;
}

#logo {
	position: absolute;
	top: 15px;
	left: 20px;
	border: none;
}

#logo img {
	border: none;
}

.accessibility {
	display: none;
}

/* Menu secondaire - Debut */ 

#hMenu {
	position:absolute;
	top: 10px;
	left:0;
	width:100%;
	font-size: 12px;
}

#hMenu .wrap {
	width:778px;
	margin: 0 auto;
	text-align:right;
}

#hMenu ul {
	/*background: url(../images/trans2.png);*/
	margin:0;
	padding: 0.2em;
}

#hMenu li {
	display: inline;
	list-style: none;
	margin: 0 1em;
}

#hMenu a {
	/*color: rgb(255,255,255);
	font-weight: bold;*/
	text-decoration: none;
}

#hMenu a:hover {
	text-decoration:underline;
}

/* Menu secondaire - Fin */ 

/* En-tete page - Fin */


/* Menu - Debut*/

#menu {
	border: solid rgb(218,180,65);
	border-width: 0 0 2px 0;
	background: rgb(128,92,50);
	height: 1.8em;
}

/* Menu - Fin */


#main {
	/*background: url('../images/ombre.png') repeat-y;*/
	margin: 0 4px;
}

/* Contenu - Debut */

#content {
	clear: left;
	overflow: auto;
	float: left;
	height: 340px;
	margin: 0;
	padding: 0;
	border: 0;
}


/* Hack IE 5.x Win*/

#content {
	/*width:497px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:505px;*/
	width:505px;
	}

html>body #content {
	width:505px;
	}

/* Fin hack */

.marge {
	padding: 20px;
}

/* Contenu - Fin */


/* Partie droite - Debut */

#side {
	float:left;
	margin: 0;
	padding: 0;
	width: 265px;
	height: 340px;
}

#side img {
	display: block;
}

#pub {
	background-color: rgb(218,180,65);
	border-top: 2px solid rgb(255,255,255);
	border-bottom: 2px solid rgb(255,255,255);
	height: 46px;
}

/* Partie droite - Fin */


/* Pied de page - Debut */

#footer {
	clear: both;
	padding: 5px;
	margin: 0 4px;
 	background-color: rgb(97,80,42);
}

#footer p {
	font-size:0.95em;
	font-weight:bold;
	margin: 1px;
}

#footer #nouveaute {
	float: right;
	padding: 0.5em;
}

#footer #nouveaute a, #footer #nouveaute a:hover {
	color: rgb(218,180,65);
}

#footerLine1 a {
	color: rgb(234,235,228);
	text-decoration: none;
}

#footerLine2 a {
	text-decoration: none;
	color: rgb(218,180,65);
}

/* Pied de page - Fin */

#bottom {
	background: url('../images/ombre_footer.gif') no-repeat;
	width: 778px;
	margin: auto;
} 
#bottom a:hover {color: rgb(251,252,245);}

#validation {
	padding:0.5em;
	font-size: 0.8em;
	text-align:center;
}

/* Mise en page - Fin*/