/* RESET */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
fieldset, img {
	border: none;
}
caption, th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* FIN DU RESET */
body {
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #333333;
	background-color: #2F8DBF;
	background-image: url(../img/bkg/2008-09-b_r1_c2_r1_c2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	height:100%;
}
a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
ul {
	margin-bottom: 18px;
	list-style: none outside;
	margin-top: 5px;
}
ol {
	margin-bottom: 18px;
	list-style: decimal;
	margin-left: 2.2em;
}
ul.square, ul.circle {
	margin-left: 2em;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul ul.circle, ul ul.square {
	margin-top: 4px;
	margin-bottom: 5px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 18px;
	color: #73491C;
}
h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 18px;
	color: #996125;
}
h3 {
	font-weight: bold;
	font-size: 1em;
	line-height: 18px;
	color: #BF912E;
}
h4 {
	font-weight: bold;
	font-size: 10px;
	line-height: 18px;
}
#container {
	width: 900px;  /* paramétrage de la largeur à 20 pixels de moins que le plein écran (800 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
	background: #FFFFFF;
	text-align: left; /* ce paramétrage annule le paramètre text-align:center de l'élément body. */
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	height: auto;
	overflow: visible;
}
#header {
	background-image: url(../img/top/barre_haut_r2_c2.jpg);
	background-repeat: repeat-x;
	height: 45px;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 40px;
	width: 840px;
}
#header .lien a {
	font-size: 11px;
	color: #CCC;
	display: block;
	float: left;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 8px;
	border-right-color: #EAEAEA;
	text-decoration: none;
	margin: 0px;
}
#header .lien a:hover {
	color: #FFF;
	background-color: #73491C;
}
#header .lien_actif {
	font-size: 12px;
	display: block;
	float: left;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	text-decoration: none;
	color: #FFF;
	background-color: #73491C;
}
#navig {
	height: 50px;
	margin-right: 0px;
	margin-left: 0px;
	width: 820px;
	padding-right: 40px;
	padding-left: 40px;
}
#navig .button {
	float: left;
	margin-right: 20px;
	width: auto;
	background-color: #FFFFFF;
}
#navig .button a {
	background-color: #FFFFFF;
	width: auto;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.75;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #C2DEEC;
}
#navig .lien_actif a {
	background-color: #ffffff;
	display: block;
	float: left;
	margin-right: 20px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #2F8DBF;
}
#navig .button a:hover {
	background-color: #ffffff;
	width: auto;
	filter:alpha(opacity=100);
	opacity:1;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #009FC5;
}
#mainContent {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 40px;
	height:100%;
}
#blackcontent {
	font-size: 11px;
	line-height: 17px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	padding-top: 5px;
	width: 820px;
	padding-right: 0px;
	padding-left: 0px;
}
#blackcontent p {
	margin-bottom: 12px;
}
#blackcontent li {
	padding-bottom: 0px;
	padding-left: 2em;
	margin-left: 0px;
	background-image: url(../img/bullet/star.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-top: 0px;
}
#blackcontent h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}
#blackcontent li a {
	padding-bottom: 3px;
	padding-top: 3px;
	line-height: normal;
	margin: 0px;
	display: block;
	height: 14px;
	overflow: hidden;
}
#blackcontent h1 {
	color: #73491C;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 18px;
}
#blackcontent .col {
	width: 246px;
	padding-right: 0px;
	width: 236px;
	padding-left: 10px;
	float: left;
}
#blackcontent a {
	color: #298ABB;
	text-decoration: none;
	font-weight: normal;
}
#blackcontent a:hover {
	color: #3CF;
}
#blackcontent .col2 {
	width: 246px;
	width: auto;
	float: left;
	margin-bottom: 10px;
	text-align: center;
	padding: 0px;
	clear: none;
}
#blackcontent .col2 a {
	border: 2px solid #F8F8F8;
	padding: 0px;
	width: 242px;
	display: block;
	float: left;
	margin-bottom: 25px;
}
#blackcontent .col2 a:hover {
	border: 2px solid #EAEAEA;
}
#blackcontent .col2 .title {
	text-align: left;
	font-size: 18px;
	color: #73491C;
	display: block;
	padding: 5px;
}
.sep_line {
	background-image: url(../img/content/line_x.gif);
	background-repeat: repeat-x;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: left;
	height: 1px;
}
#sidebar_center {
	float: left;
	width: 588px;
	font-size: 11px;
	color: #666;
	overflow: visible;
	clear: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	line-height: 18px;
}
#sidebar_center p {
	margin-bottom: 18px;
}
#sidebar_center h1 {
	font-size: 18px;
	font-weight: normal;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 9px;
}
#sidebar_center h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}
#sidebar_center h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
#sidebar_center a {
	color: #2F8DBF;
	text-decoration: none;
}
#sidebar_center a:hover {
	color: #3CF;
}
#sidebar_center .citation {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	line-height: 30px;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	width: 340px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: -10px;
	padding-left: 10px;
	border-right-style: none;
	border-left-style: none;
}
#sidebar_center img.d-b {
	margin-bottom: 20px;
	margin-left: 20px;
}
#sidebar_center .rightside {
	float: right;
	width: 284px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#sidebar_center .leftside {
	width: 284px;
	display: block;
	clear: left;
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 0px;
}
#sidebar_center .leftside .descr, #sidebar_center .rightside .descr {
	font-size: 11px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: block;
	margin-bottom: 20px;
}
#sidebar_center .leftside a, #sidebar_center .rightside a {
	background-color: #FFF;
	display: block;
	width: auto;
	height: 260px;
	margin: auto;
	font-weight: normal ! important;
	color: #666;
	border: 1px solid #F8F8F8;
	padding: 0px;
}
#sidebar_center .leftside img, #sidebar_center .rightside img {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sidebar_center .leftside .title, #sidebar_center .rightside .title {
	color: #996125;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
	display: block;
}
#sidebar_center .leftside a:hover, #sidebar_center .rightside a:hover {
	background-color: #F9F9F9;
	background-repeat: no-repeat;
	background-image: url(../img/bkg/sidebar_center.jpg)! important;
	background-position: left top;
	border: 1px solid #EAEAEA;
}
#sidebar_center .rightside_ref {
	float: right;
	width: 284px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
	overflow: hidden;
}
#sidebar_center .leftside_ref {
	width: 284px;
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 0px;
	overflow: hidden;
}
#sidebar_center .leftside_ref a, #sidebar_center .rightside_ref a {
	background-color: #FFF;
	display: block;
	width: auto;
	height: 218px;
	margin: auto;
	font-weight: normal ! important;
	color: #666;
	border: 1px solid #F8F8F8;
	padding: 10px;
	float: left;
}
#sidebar_center .leftside_ref img, #sidebar_center .rightside_ref img {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: auto;
	display: block;
}
#sidebar_center .leftside_ref .title, #sidebar_center .rightside_ref .title {
	color: #996125;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
	display: block;
}
#sidebar_center .leftside_ref a:hover, #sidebar_center .rightside_ref a:hover {
	background-color: #F9F9F9;
	background-repeat: no-repeat;
	background-image: url(../img/bkg/sidebar_center.jpg)! important;
	background-position: left top;
	border: 1px solid #EAEAEA;
}
#sidebar_center .rightside_contact {
	float: right;
	width: 284px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
	overflow: hidden;
}
#sidebar_center .leftside_contact {
	width: 284px;
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 0px;
	overflow: hidden;
}
#sidebar_center .leftside_contact a, #sidebar_center .rightside_contact a {
	background-color: #FFF;
	width: auto;
	margin: auto;
	font-weight: normal ! important;
	color: #666;
	border: 1px solid #F8F8F8;
}
#sidebar_center .leftside_contact img, #sidebar_center .rightside_contact img {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: auto;
	display: block;
}
#sidebar_center .leftside_contact .title, #sidebar_center .rightside_contact .title {
	color: #996125;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
	display: block;
}
#sidebar_center .leftside_contact a:hover, #sidebar_center .rightside_contact a:hover {
	background-color: #F9F9F9;
	background-repeat: no-repeat;
	background-image: url(../img/bkg/sidebar_center.jpg)! important;
	background-position: left top;
	border: 1px solid #EAEAEA;
}
.sep_vert1 {
	background-image: url(../img/content/line_y.gif);
	background-repeat: repeat-y;
	min-height: 348px;
	width: 1px;
	margin-right: 20px;
	margin-left: 20px;
	background-position: center;
	float: left;
}
.sep_vert2 {
	background-image: url(../img/content/line_y.gif);
	background-repeat: repeat-y;
	min-height: 395px;
	width: 1px;
	margin-right: 20px;
	margin-left: 20px;
	background-position: center;
	float: left;
}
.sep_vert3 {
	background-image: url(../img/content/line_y.gif);
	background-repeat: repeat-y;
	min-height: 295px;
	width: 1px;
	margin-right: 20px;
	margin-left: 20px;
	background-position: center;
	float: left;
}
.sep_vert4 {
	background-image: url(../img/content/line_y.gif);
	background-repeat: repeat-y;
	min-height: 235px;
	width: 1px;
	margin-right: 20px;
	margin-left: 20px;
	background-position: center;
	float: left;
}
.sep_vert5 {
	background-image: url(../img/content/line_y.gif);
	background-repeat: repeat-y;
	min-height: 205px;
	width: 1px;
	margin-right: 20px;
	margin-left: 20px;
	background-position: center;
	float: left;
}
.sep_vert_vide {
	min-height: 200px;
	width: 1px;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
}
#sidebar_center li {
	background-image: url(../img/bullet/star.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 1.5em;
	padding-bottom: 0.5em;
	list-style-image: none;
	list-style-type: none;
}
#sidebar1 {
	float: left; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 200px; /* le remplissage permet d'écarter le contenu de l'élément div des bords de celui-ci */
	clear: left;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 11px;
	margin-top: 0px;
}
#sidebar1 .context {
	font-size: 0.9em;
	margin-top: 20px;
	margin-bottom: 10px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#sidebar1 .context li {
	background-image: url(../img/bullet/star.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 1.5em;
}
#sidebar1 .context h1, h2, h3 {
	font-weight: normal;
	font-size: 1.2em;
}
#sidebar1 .context a {
	color: #30A1E0;
	text-decoration: none;
}
#sidebar1 .context a:hover {
	color: #3CF;
	text-decoration: none;
}
#mainContent strong {
	font-weight: bold;
}
#sidebar1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar1 li a {
	background-image: url(../img/bullet/rond_bleu_off.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 15px;
	list-style-type: none;
	margin-left: 0px;
	color: #BF912E;
	text-decoration: none;
	font-size: 1em;
	display: block;
	padding-bottom: 5px;
	font-weight: normal;
	padding-top: 5px;
	height: 15px;
	overflow: hidden;
}
#sidebar1 li a:hover {
	background-image: url(../img/bullet/rond_bleu.gif);
	background-repeat: no-repeat;
	color: #73491C;
}
#sidebar1 .lien_actif {
	text-decoration: none;
	color: #73491C;
	background-image: url(../img/bullet/rond_bleu.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
}
#sidebar2 {
	float: right; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 160px; /* la couleur de l'arrière-plan est affichée sur la largeur du contenu de la colonne, mais pas au-delà */
	padding: 15px 10px 15px 20px; /* le remplissage permet d'écarter le contenu de l'élément div des bords de celui-ci */
}
#container #footer a {
	color: #2F8DBF;
	text-decoration: none;
}
#container #footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#footer {
	background-image: url(../img/bas/bas_bkg_r2_c1.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 1000px;
	margin-left: -49px;
	height: 500px;
}
#footer .copy {
	font-size: 9px;
	color: #73491C;
	font-weight: normal;
}
#footer p {
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11px;
	color: #999999;
	line-height: 17px;
}
#footer .left {
	float: left;
	width: 175px;
	padding-left: 89px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	height: 175px;
}
#footer .left2 {
	float: left;
	width: 175px;
	padding-left: 20px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	height: 175px;
}
#footer .right {
	float: right;
	width: 175px;
	padding-right: 89px;
	height: 150px;
}
#footer em {
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;
	padding: 0px;
	font-style: normal;
	line-height: 30px;
}
.fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.smaller_font {
	font-size: 10px;
}
img.gauche {
	margin-left: 20px;
}
img.center {
	margin: auto;
	text-align: center;
	padding: 20px;
	display: block;
}
table.type1 {
	border: 1px solid #BDDEEF;
	padding: 5px;
	margin: 0px;
}
td.type1 {
	margin: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #B6DBEE;
	border-right-color: #B6DBEE;
	border-bottom-color: #B6DBEE;
	border-left-color: #B6DBEE;
}
th.type1 {
	padding: 5px;
	background-color: #EFF8FC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #B6DBEE;
	border-right-color: #B6DBEE;
	border-bottom-color: #B6DBEE;
	border-left-color: #B6DBEE;
	font-weight: bold;
	text-transform: uppercase;
	color: #588DBF;
}
#overDiv {
	font-size: 11px;
	line-height: 15px;
	padding: 2px;
	color: #2F8DBF;
}
fieldset.search {
	background-color: #C2DFED;
	font-size: 13px;
	color: #513313;
	font-weight: normal;
	vertical-align: middle;
	padding: 2px;
	clear: left;
}
.formulaire label {
}
fieldset.formulaire {
	padding-top: 5px;
	margin-bottom: 20px;
	clear: left;
	float: left;
	width: 100%;
}
.search #textfield {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #996125;
	border: 1px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.formulaire .textfield {
	background-color: #FDF7EC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8F491D;
	border: 1px solid #D1B06A;
	padding: 3px;
	width: 250px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.formulaire #list {
	background-color: #FDF7EC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8F491D;
	border: 1px solid #D1B06A;
	margin: 0px;
	padding: 3px;
	text-align: left;
}
.formulaire .champ {
	float: left;
	clear: left;
	margin-bottom: 10px;
	width: 585px;
}
.formulaire button {
	clear:both;
	margin-left:210px;
	color: #FFFFFF;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	background-color: #CFAD62;
	border: 1px solid #73491C;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	float: left;
}
.formulaire button:hover {
	cursor: pointer;
	background-color: #73491C;
}
#button {
	clear:both;
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	background-color: #CFAD62;
	border: 1px solid #73491C;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
}
#button:hover {
	cursor: pointer;
	background-color: #73491C;
}
.formulaire label {
	float: left;
	width: 200px;
	padding-top: 1px;
	padding-right: 10px;
}
/* style de la search box */
.roundedcornr_box_130197 {
	background: #c2dfed;
	margin-bottom: 20px;
	margin-top: 20px;
}
.roundedcornr_top_130197 div {
	background-image: url(../img/cornr/roundedcornr_130197_tl.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.roundedcornr_top_130197 {
	background: url(../img/cornr/roundedcornr_130197_tr.png) no-repeat top right;
}
.roundedcornr_bottom_130197 div {
	background: url(../img/cornr/roundedcornr_130197_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_130197 {
	background: url(../img/cornr/roundedcornr_130197_br.png) no-repeat bottom right;
}
.roundedcornr_top_130197 div, .roundedcornr_top_130197, .roundedcornr_bottom_130197 div, .roundedcornr_bottom_130197 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_130197 {
	margin: 0 15px;
}
/* style de les grands formulaires */
.roundedcornr_box_799485 {
	background: #ffffff url(../img/cornr/roundedcornr_799485_grad.gif) repeat-x top left;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.roundedcornr_top_799485 div {
	background: url(../img/cornr/roundedcornr_799485_tl.gif) no-repeat top left;
}
.roundedcornr_top_799485 {
	background: transparent url(../img/cornr/roundedcornr_799485_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_799485 div {
	background: url(../img/cornr/roundedcornr_799485_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_799485 {
	background: transparent url(../img/cornr/roundedcornr_799485_br.gif) no-repeat bottom right;
}
.roundedcornr_top_799485 div, .roundedcornr_top_799485, .roundedcornr_bottom_799485 div, .roundedcornr_bottom_799485 {
	width: 100%;
	height: 6px;
	font-size: 1px;
}
.roundedcornr_content_799485 {
	margin: 0 6px;
}
/* style de les petits formulaires */
.roundedcornr_box_689699 {
	background: #ffffff url(../img/cornr/roundedcornr_689699_grad.gif) repeat-x top left;
	width: 350px;
	float: left;
	clear: right;
}
.roundedcornr_top_689699 div {
	background: url(../img/cornr/roundedcornr_689699_tl.gif) no-repeat top left;
}
.roundedcornr_top_689699 {
	background: transparent url(../img/cornr/roundedcornr_689699_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_689699 div {
	background: url(../img/cornr/roundedcornr_689699_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_689699 {
	background: transparent url(../img/cornr/roundedcornr_689699_br.gif) no-repeat bottom right;
}
.roundedcornr_top_689699 div, .roundedcornr_top_689699, .roundedcornr_bottom_689699 div, .roundedcornr_bottom_689699 {
	height: 4px;
	font-size: 1px;
}
.roundedcornr_content_689699 {
	width: 100%;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 4px;
}
.img_right {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
#sidebar_center .leftside .img_ref, #sidebar_center .rightside .img_ref {
	height: 150px;
	width: 260px;
	overflow: hidden;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	padding: 0px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	float: left;
	display: block;
	clear: left;
}
#sidebar_center .navig_order ul {
	float: left;
	list-style-type: none;
	list-style-image: none;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	height: 45px;
}
#sidebar_center .navig_order li.des {
	list-style-image: none;
	list-style-type: none;
	float: left;
	height: 45px;
	width: 130px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	background-image: none;
	background-color: #EAEAEA;
	color: #999;
}
#sidebar_center .navig_order li a {
	background-color: #FDF7EC;
	color: #E0A553;
	list-style-image: none;
	list-style-type: none;
	float: left;
	height: 45px;
	width: 130px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	background-image: none;
}
#sidebar_center .navig_order li {
	background-image: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#sidebar_center .navig_order .selected a {
	background-color: #F9E4D2;
	color: #A4491C;
}
#sidebar_center .navig_order a:hover {
	background-color: #F9E4D2;
	color: #A4491C;
}
.wp-pagenavi {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 6px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ddd;
	background-image: none;
	background-color: #FFFFFF;
}
.wp-pagenavi a:visited {
	padding: 6px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ddd;
	background-color: #FFFFFF;
}
.wp-pagenavi a:hover {
	border: 1px solid #ccc;
	background-color: #eee;
}
.wp-pagenavi a:active {
	padding: 6px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ddd;
	background-color: #FFFFFF;
}
.wp-pagenavi span.pages {
	padding: 6px;
	margin: 2px 2px 2px 0px;
	border: 1px solid #ddd;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 6px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #ddd;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 6px;
	margin: 2px;
	border: 1px solid #ddd;
	background-color: #FFFFFF;
}
.clearfloat {
	clear: left;
}
.table_normal table {
 border-collapse:collapse;
 width:588.px;
 }
.table_normal th , .table_normal td {
	border:1px solid #73491C;
 }
.table_normal td {
 text-align:center;
 }
 .table_normal th {
	background-color: #C09331;
	color: #FFF;
	font-weight: bold;
	text-align: center;

 }
.table_normal caption {
 font-weight:bold
 }


