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

.gold {
	color: #cd9833;
}

a, a:link, a:hover, a:visited, a:active {
	color: #cd9833 !important;
	text-decoration: none;
}

a:hover {
	text-decoration: underline !important;
}

body {
	background-color: #f1e9b7; /*#fff3a5;*/
	background-image: url('images/bg_body.jpg');
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #849789;
}

div.btn1 a {
	background-image: url('images/bg_menu1.jpg');
}

div.btn1 a:hover, div.btn1 a.selected {
	background-image: url('images/bg_menu1o.jpg');
}

div.btn2 a {
	background-image: url('images/bg_menu2.jpg');
}

div.btn2 a:hover, div.btn2 a.selected {
	background-image: url('images/bg_menu2o.jpg');
}

div.btn3 a {
	background-image: url('images/bg_menu3.jpg');
}

div.btn3 a:hover, div.btn3 a.selected {
	background-image: url('images/bg_menu3o.jpg');
}

div.btn4 a {
	background-image: url('images/bg_menu4.jpg');
}

div.btn4 a:hover, div.btn4 a.selected {
	background-image: url('images/bg_menu4o.jpg');
}

div#choix_langues {
	background-image: url('images/bg_menu_choix_langues.jpg');
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
}

div#choix_langues a {
	margin: 5px;
	color: #849789 !important;
	text-decoration: none;
}

div#choix_langues a:hover {
	text-decoration: underline;
}

div.clearer {
	clear: both;
}

div#colcontent {
	position: relative;
	float: right;
	width: 684px;
}

div#colmenu {
	float: left !important;
	width: 173px;
	margin-left: 13px;
}

div#container {
	position: relative;
	margin: 0px auto;
	text-align: justify;
	width: 893px;
	height: auto;
	background-image: url('images/bg_content.png');
}

div#content {
	position: relative;
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 654px;
	padding: 15px;
	padding-top: 25px;
}

div#footer {
	padding: 5px;
	padding-left: 173px;
	text-align: center;
	font-size: 9px;
	color: #a29242;
}

div.left {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

div.right {
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}

div.center {
	padding-top: 5px;
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
}

div.left img, div.right img, div.center img {
	border: 1px #cd9833 solid;
	padding: 5px;
}

div#menu div a {
	display: block;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-top: 1px #816226 solid;
	width: 148px;
	color: #435448 !important;
	text-decoration: none !important;
	font-size: 10px;
	text-align: left;
}

div#print {
	position: absolute;
	top: 5px;
	right: 7px;
}

div#pdf {
	position: absolute;
	top: 3px;
	right: 40px;
}

div.pdf {
	position: relative;
	padding-right: 10px;
	float: right;
}

div#print img, div.pdf img {
	border: 0px;
}

h1, h2 {
	display: none;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-weight: normal;
	color: #cd9833;
	text-align: left;
	text-transform: none;
	top: 0px;
}

h3 span {
	font-size: 12px;
	color: #849789;
}

input.input {
	width: 260px;
}

input.inputdouble, textarea.inputdouble {
	width: 590px;
}
