/* CSS Document */
body.fondNoir {
	background-color: #000000;
}
body.fondRouge {
	background-color: #560e11;
}
body.fondBrun {
	background-color: #686756;
}
td,p,b{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
}

a{color:#A31A17;text-decoration:none;}a:active{color:#A31A17;}a:visited{color:#A31A17;}a:hover{color:#C68560;}

.general{
	padding:20px 20px 40px 20px;	
}

.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
	padding:20px;
	margin-top:0px;
}
.textetab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
	padding:5px;
	margin-top:0;
}
.txtcopy {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	margin:0;
	vertical-align:top;
}
a:hover.txtcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}
.txtcopybold{text-align:left; font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #e0deb7; font-weight: bold; text-decoration: none; margin:0; vertical-align:top; }
a.txtcopybold:active{color:#e0deb7;}a.txtcopybold:visited{color:#e0deb7;}a.txtcopybold:hover{color:#ffffff;}

/*core drop shadow rules*/
.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
}
.wrap1 {
  margin-left:0px;
  width:700px;
}
.wrap2 {
  padding-left: 12px;
  background:url(/images/blank.gif) top left repeat-y;
  background-color: #e0deb7;
}
.wrap3 {
  padding-right:12px;
  background:url(/images/blank.gif) top right repeat-y;
  background-color: #e0deb7;
}
.box_shadow {
	padding: 0px;
	text-align:left;
	background-color: #ffffff;
	border: 0px solid;
	border-color:#ccc #999 #fff #ccc;
}
.curve_top {
	background:url(/images/top_bottom.gif) bottom center no-repeat;
	width:700px;
	height:12px;
	margin-top:25px;
}
.curve_bottom {
	background:url(/images/top_bottom.gif) top center no-repeat;
	width:700px;
	height:12px;
	margin-bottom:1px;
}
.bottom_rouge {
	background:url(/images/bottom_rouge.jpg) top center no-repeat;
	width:700px;
	height:83px;
	margin:0px;
	margin-top:-20px;
}
.bottom_black {
	background:url(/images/bottom_black.jpg) top center no-repeat;
	width:700px;
	height:82px;
	margin-top:-20px;
}
#container {
	font: 78% arial, helvetica, serif;
	width: 750px;
	background-color: transparent;
	align: center;
	border: 0px solid #eda;
	margin: 0px;
	padding:0 5px 0 5px;
}


