body{
	scrollbar-face-color: #FFFFFF;
    scrollbar-shadow-color: #abb4bb;
    scrollbar-highlight-color: #abb4bb;
    scrollbar-3dlight-color: #abb4bb;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #000000;
}
#conteneur {
	top:0px;
	width:957px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	display: table;
}
 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #656456;
	text-align: justify;
	font-weight: normal;
}
 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #484846;
	font-weight: bold;
}
#conteneur #contenu #texte a{
	color: #c9b64c;
	text-decoration: none;
}
#conteneur #contenu #texte a:hover{
	color: #656456;
	background: #f7f2cd;
	text-decoration: underline;
}
#bande_top {
	width:957px;
	height:13px;
	float: left;
}
#logo {
	width:400px;
	height:75px;
	float: left;
	background-image: url(images/logo.jpg);
	cursor: pointer;
	margin-left:5px
}
#langue {
	width:100px;
	height:75px;
	float: right;
}
#visuel {
	float: left;
	width: 957px;
	text-align: center;
}
#message_contact {
	width:562px;
	height:77px;
	float: left;
	background-image: url(images/contact_bg.jpg);
	text-align: right;
	padding-left: 100px;
}
#conteneur #message_contact a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3A3A38;
	font-weight: bold;
	text-decoration: none;
}
#message_contact p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3a3a38;
	margin-top: 20px;
	margin-right: 20px;
	text-align: right;
}
#contact_inter {
	width:24px;
	height:77px;
	float: left;
}
#newsletter {
	width:268px;
	height:77px;
	float: left;
	background-image: url(images/newsletter.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6c6c6a;
}
#newsletter #form #ok_btn {
	background-image: url(images/ok_btn.jpg);
	height: 24px;
	width: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	width:957px;
	height:31px;
	float: left;
}
dl, dt, dd, ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;

}
.menu {
	white-space:nowrap /*IE hack*/;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	width:947px;
	height:25px;
	border:none;
	color:rgb(0,0,0);
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	text-align: left;
}
.menu ul {list-style-type:none;}
.menu ul li {float:right; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/; }
.menu ul li a {	float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; height:25px; text-decoration:none; font-weight:bold; color: #676765;}
.menu ul li ul {
	display:none;
	border:none;
	width: auto;
}
.menu ul li ul a{
	text-indent: 5px;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*Non-IE6 hovering*/
.menu ul li:hover {position:relative;}
.menu ul li:hover a {background-color:rgb(210,210,210); text-decoration:none;}
.menu ul li:hover ul {display:block; position:absolute; z-index:999; top:25px; left:0;width:100%;}
.menu ul li:hover ul li a {
	white-space:normal;
	display:block;
	height:auto;
	border-top:solid 1px #d2c269;
	border-left:solid 1px #d2c269;
	border-right:solid 1px #d2c269;
	border-bottom: solid 1px #d2c269;
	background-color:#FFFFFF;
	font-weight:normal;
	color:#676765;
	margin-top: -1px;
}
.menu ul li:hover ul li a:hover {color:#d2c269; text-decoration:none;}

/*IE6 hovering*/
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}
.menu ul li a:hover {position:relative /*IE hack*/; z-index:1000 /*IE hack*/; background-color:rgb(210,210,210); text-decoration:none;}
.menu ul li a:hover ul {display:block; position:absolute; z-index:999; top:25px; left:0; }
.menu ul li a:hover ul li a {
	white-space:normal;
	display:block;
	height:1px;
	border-top:solid 1px #d2c269;
	border-left:solid 1px #d2c269;
	border-right:solid 1px #d2c269;
	border-bottom: solid 1px #d2c269;
	font-weight:normal;
	color:rgb(50,50,50);
	background-color: #FFFFFF;
	margin-top: -1px;
}
.menu ul li a:hover ul li a:hover {text-decoration:none;color: #d2c269;}

@media print {.menu {float:left; width:957px; border:none; background:rgb(240,240,240); color:rgb(75,75,75);}}
#smenu1{
	width:117px;
}
#smenu2{
    width:118px;

}
#smenu3{
    width:130px;

}
#smenu4{
    width:189px;
}
#smenu5{
    width:160px;
}
#conteneur #contenu {
	float: left;
	padding-top: 10px;
	padding-bottom: 45px;
	text-align: left;
	width: 917px;
	padding-right: 20px;
	padding-left: 20px;
}
#conteneur #contenu #texte img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#conteneur #contenu #newsletter_box #box_high {
	height: 75px;
	padding: 10px;
	text-align: justify;
}
#conteneur #contenu #newsletter_box #box_high a {
	font-weight: bold;
	background-image: url(images/fleche_16.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #484846;
	background-position: left;
	padding-left: 20px;
	text-decoration: none;
	text-align: right;
	font-size: 13px;
}
#conteneur #contenu #newsletter_box {
	background-image: url(images/newsletter_box.jpg);
	float: left;
	height: 155px;
	width: 218px;
	background-repeat: no-repeat;
}
#conteneur #contenu #texte {
	float: left;
	width: 907px;
	padding-left: 20px;
}
#conteneur #contenu #newsletter_box #box_bottom {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6c6c6a;
	height: 50px;
	padding: 10px;
}
#conteneur #contenu #newsletter_box #box_bottom #form #ok_btn {
	background-image: url(images/ok_btn.jpg);
	height: 24px;
	width: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#conteneur #contenu #texte #plus {
	float: right;
}
#conteneur #contenu #references img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#conteneur #langue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c4c3bb;
	float: right;
	position: relative;
	right: 20px;
}
#conteneur #langue a {
	color: #c4c3bb;
	text-decoration: none;
}
#conteneur #langue a:hover {
	color: #666666;
}
#conteneur #contenu #texte li {
	list-style-type: circle;
}
#conteneur  #accueil  {
	float: left;
	width: 957px;
	background-image: url(images/visuel.jpg);
	height: 208px;
	padding-top: 30px;
}
#conteneur #accueil #texte {
	height: 140px;
	width: 582px;
	padding-right: 15px;
	padding-left: 230px;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-top: 30px;
	background-color:transparent;
	float: left;
}
