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

* { font-family: Arial, Helvetica, sans-serif; }
html { height: 100%; font-size: 100%; min-width: 1050px; }

#oldnav { display:none; background:#FDF2AB; padding:5px; font-size:12px; font-family:Arial,Helvetica,sans-serif; text-align:center; border-bottom:1px solid #A29330; }
body { background: url(../interface/images/bois-repeat.jpg) repeat center top; padding: 0px; margin: 0px; height: 100%; font-size: 12px; color: #333; min-width: 1050px; }
#wrapper { background: url(../interface/images/bois-haut.jpg) no-repeat center top; min-height: 100%; }

header, footer, nav, section { display: block; }

#bas a { color: #e0ce7b; font-weight: normal; }
#bas a:hover { color: #a90d13; }
#ours { background: url(../interface/images/ours.png) no-repeat; width: 413px; height: 247px; position: absolute; right: 25px; top: 170px; z-index: 400; }
h1 { padding: 0; margin: 0 0 15px 0; font-size: 18px; color: #e0ce7b; font-weight: normal; font-family: "Lucida Grande", Helvetica, Arial, sans-serif; }
h3 a { text-decoration: none; }
#haut h3 { color: #e0ce7b; text-transform: uppercase; font-weight: normal; font-family: "Lucida Grande", Helvetica, Arial, sans-serif; font-size: 12px; }
#haut a { color: #FFF; text-decoration: none; }
#haut a:hover { text-decoration: underline; }
ul { margin: 0 0 0 20px; padding: 0; }
textarea { font-size:12px; }
a img { border: 0; }
fieldset { padding: 10px; border: 1px solid #CCC; }
.confidentialite { font-size: 9px; }

#general {
	width: 1050px;
	position: relative;
	margin: 0 auto;
}
p { margin: 0; padding: 0; }

#logo { background: url(../interface/images/logo.png) no-repeat; width: 434px; height: 87px; display: block; float: left; margin-left: 6px; }
header { background: url(../interface/images/logo.png) no-repeat; width: 1050px; height: 207px; position: relative; z-index: 1000; }

nav { position: absolute; bottom: 0; left: 25px; height: 61px; z-index: 500; }

#corps-fond {
	width: 1000px;
	position: relative;
	margin: 0 auto;
	overflow: auto;
	padding: 0 25px;
	background: url(../interface/images/fond-noir.png) repeat-y;
}
#corps {
	width: 1000px;
	position: relative;
	margin: 0 auto;
	overflow: auto;
	padding: 0;
	background: url(../interface/images/fond-rouge.jpg) no-repeat center top;
}
#bas { padding: 25px; width: 950px; overflow: hidden; }
#haut { padding: 10px; width: 980px; }
#haut { position: relative; }
#bas { /* background:url("../interface/images/fond-bas.jpg") repeat-x scroll 0 0 #ACACAC; color: #333; */ color: #FFF; }

#bloc_actu, #bloc_blog { float: left; color: #FFF;  width : 290px; }
#bloc_blog { margin-left: 20px; }

footer {
	width: 1050px;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: url(../interface/images/pied.png) no-repeat center -25px;
	padding: 45px 0 20px;
	margin: 0 auto;
}
footer a { color: #FFF; }
footer a:hover { color: #fda400; }

#bloc_langues { position: absolute; right: 44px; bottom: 16px; z-index: 450; }
#bloc_langues a:hover img {
	-moz-transform:rotate(15deg);
	-webkit-transform:rotate(15deg);
	-o-transform:rotate(15deg);
}

.rollover { display: block; float: left; }
.rollover:hover { opacity: 0.8; filter: alpha(opacity=80); }

/* menu deroulant */
#navigation_deroulant {
	text-align: left;
	float: left;
	list-style: none;
	line-height: 61px;
	padding: 0;
	margin: 0;
}

#navigation_deroulant ul {
	background: url(../interface/images/smenu-f.png) no-repeat 15px 0;
	padding: 6px 0 0 0;
	margin: 0;
	text-align: left;
	float: left;
	list-style: none;
	line-height: 12px;
}

#navigation_deroulant a {
	display: block;
	color: #FFF;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
	padding: 0px 10px;
}

#navigation_deroulant a:hover {
	color: #4e0609;
	line-height: 46px;
	padding-bottom: 15px;
}

#navigation_deroulant ul a:hover {
	color: #4e0609;
	line-height: 12px;
	padding-bottom: 2px;
}

#navigation_deroulant li {
	float: left;
}

#navigation_deroulant li#first_page {
	background-image: none;
}

#navigation_deroulant li ul {
	position: absolute;
	left: -999em;
	height: auto;
	top: 45px;
	margin: 0 0 0 10px;
}

#navigation_deroulant li li {
	float: none;
	background-image: none;
}

#navigation_deroulant li ul a {
	text-transform: uppercase;
	color: #454545;
	background: url("../interface/images/smenu.png") repeat scroll 0 0 transparent;
	font-size: 11px;
	padding: 2px 5px;
}

#navigation_deroulant li ul ul {
	margin: -24px 0 0 190px;
}

#navigation_deroulant li:hover ul ul, #navigation_deroulant li:hover ul ul ul, #navigation_deroulant li.sfhover ul ul, #navigation_deroulant li.sfhover ul ul ul {
	left: -999em;
}

#navigation_deroulant li:hover ul, #navigation_deroulant li li:hover ul, #navigation_deroulant li li li:hover ul, #navigation_deroulant li.sfhover ul, #navigation_deroulant li li.sfhover ul, #navigation_deroulant li li li.sfhover ul {
	left: auto;
}

#navigation_deroulant li:hover, #navigation_deroulant li.sfhover {
}


#bas p { margin: 0 0 5px 0; }

#checksound { display: none; }


.grey { background-color: #C0C0C0; }
.largeur { width: 100px; }
