@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5d4e4e;
	background: url(../images/bg.jpg) repeat-x #fff;
	text-decoration:none;
	font-weight:normal;
	margin:0;
	padding:0;
}
img {
	border:0px;
}
.button {		/* Classe des boutons */
}
.cboactive {
	height:17px;
	border:1px solid #c5c5c5;
	background:url(../images/input_bg.jpg) repeat-x #FFFFFF;
	margin-bottom:3px;
	line-height:18px;
	color:#5d4e4e;
	font-size:11px;    /* class des ComboBox, TextBox, Drop Down List, FileUpload, ListBox */
}
a {
	text-decoration:none;
	color:#000000;				/*class des Liens */
}
a:hover {
	text-decoration:underline;
	color:#000000;		/*class des Liens */
}
.errormsg {			/* class message erreur */
	color:#FF0000;
	font-size:11px;
}
#bodypagebg {		                           /* Alignement central du site */
	text-align: center;
	width: 956px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
}
#wrapper {	                                  /* fix  */
	width:956px;
	height:auto;
	text-align: left;
	left:0px;
	top:0px;
}
/*-------------------------------- Header Class  -------------------------------*/

.header {
	width:956px;
	height:214px;
	float:left;
	margin:0px;
	padding:0px;
}
.banner {
	/*	background:url(../images/banner.jpg) no-repeat;
*/	width:956px;
	height:145px;
	float:left;
	margin:0px;
	padding:0px;
}
.header_right {
	float:right;
	width:238px;
	margin-top:-80px;
}
.header_red_bg {
	float:right;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	width:238px;
	background:#983c32;
	height:27px;
	font-size:18px;
	font-family:DaxWide-Medium;
	color:#FFFFFF;
	text-align:center;
	line-height:25px;
}
.header_white_bg {
	float:right;
	filter:alpha(opacity=92);
	-moz-opacity:.92;
	opacity:.92;
	width:238px;
	background:#fff;
	height:72px;
}
.login {
	width:80px;
	float:left;
	text-align:right;
	padding-right:10px;
	font-size:11px;
	line-height:20px;
}
.password_outer {
	width:230px;
	float:left;
}
.password {
	width:80px;
	float:left;
	text-align:right;
	padding-right:10px;
	font-size:11px;
	line-height:20px;
}
.password_inbox {
	float:left;
	width:115px;
}
a.ok {
	float:right;
	line-height:19px;
	color:#606060;
	font-family:DaxWide-Medium;
	font-size:14px;
}
a:hover.ok {
	float:right;
	line-height:19px;
	color:#606060;
	font-family:DaxWide-Medium;
	text-decoration:underline;
	font-size:14px;
}
.login_outer {
	margin-top:7px;
}
a.forgot_password {
	color:#db7d0e;
	font-size:11px;
	text-decoration:underline;
	float:left;
	margin-left:98px;
}
a:hover.forgot_password {
	color:#db7d0e;
	font-size:11px;
	text-decoration:none;
	float:left;
	margin-left:98px;
}
/*-------------------------------- Fin Header Class  -------------------------------*/	

/*-------------------------------- Class Menus -------------------------------*/

a.menu1 {
	position:absolute;
	top: 119px;
	background:url(../images/menu1.png) no-repeat;
	width:254px;
	height:61px;
	text-align:center;
	color:#FFFFFF;
	font-size:18px;
	padding-top:35px;
	line-height:18px;
	font-family:DaxWide-Medium;
	float:left;
	margin-left:-14px;
}
a:hover.menu1 {
	position:absolute;
	top: 119px;
	background:url(../images/menu1_hover.png) no-repeat;
	width:254px;
	height:61px;
	text-align:center;
	color:#FFFFFF;
	font-size:18px;
	padding-top:35px;
	line-height:18px;
	font-family:DaxWide-Medium;
	text-decoration:none;
	float:left;
}
a.menu2 {
	position:absolute;
	top: 119px;
	background:url(../images/menu2.png) no-repeat;
	width:217px;
	height:61px;
	text-align:center;
	color:#FFFFFF;
	font-size:18px;
	padding-top:35px;
	line-height:18px;
	font-family:DaxWide-Medium;
	padding-right:10px;
	float:left;
	margin-left:-14px;
}
a:hover.menu2 {
	position:absolute;
	top: 119px;
	background:url(../images/menu2_hover.png) no-repeat;
	width:217px;
	height:61px;
	text-align:center;
	color:#FFFFFF;
	font-size:18px;
	padding-top:35px;
	line-height:18px;
	font-family:DaxWide-Medium;
	padding-right:10px;
	text-decoration:none;
	float:left;
}
a:hover.menu3 {
	position:absolute;
	top: 119px;
	background:url(../images/menu3_hover.png) no-repeat;
	width:231px;
	height:61px;
	text-align:center;
	color:#FFFFFF;
	font-size:18px;
	padding-top:35px;
	line-height:18px;
	font-family:DaxWide-Medium;
	padding-right:10px;
	text-decoration:none;
	float:right;
}
a.menu3_current {
	position:absolute;
	top: 119px;
	background:url(../images/menu3_hover.png) no-repeat;
	width:231px;
	height:61px;
	text-align:center;
	color:#FFFFFF;
	font-size:18px;
	padding-top:35px;
	line-height:18px;
	font-family:DaxWide-Medium;
	padding-right:10px;
	text-decoration:none;
	float:right;
}
a.menu3 {
	position:absolute;
	top: 119px;
	background:url(../images/menu3.png) no-repeat;
	width:231px;
	height:61px;
	text-align:center;
	color:#FFFFFF;
	font-size:18px;
	padding-top:35px;
	line-height:18px;
	font-family:DaxWide-Medium;
	padding-right:10px;
	float:right;
}
.menu_left_shadow {
	position:relative;
	float:left;
	height:174px;
	width:14px;
	margin-top:70px;
	background:url(../images/ombre_menu_left.png) no-repeat;
}


.menu_outer {
	float:left;
	width:712px;
	height:61px;
	margin-left:-10px;
}

.menu1_outer {
	float:left;
	width:254px;
	height:61px;
}
.menu2_outer {
	float:left;
	width:217px;
	height:61px;
}
.menu3_outer {
	float:right;
	width:231px;
	height:61px;
}

* html .menu3_outer {
	float:left;
	width:231px;
	height:61px;
	margin-left:-5px;
}
* html .menu_left_shadow {
	position:absolute;
	height:174px;
	width:14px;
	margin-top:70px;
	background:url(../images/shadow_menu_left2.png) no-repeat;
	float:right;
	left:-5px;
}
/*-------------------------------- Fin Class menu -------------------------------*/

/*-------------------------------- Class contenus -------------------------------*/
.content {
	width:956px;
	height:auto;
	float:left;
	background:url(../images/content_bg.jpg) no-repeat left top;
}
/*--------------------------------  class Left Panel-------------------------------*/

.left_panel {
	width:243px;
	float:left;
	height:auto;
	padding-left:5px;
	padding-top:15px;
	background:#f6f6f6 url(../images/left_panel_bg.jpg) repeat-x;
}
h2 {
	font-family:DaxWide-Bold;
	font-size:18px;
	color:#861613;
	text-transform: uppercase;
	background:url(../images/line.jpg) no-repeat bottom;
	padding-bottom:10px;
	margin:0px;
	margin-bottom:10px;
}
.date {
	color:#5d4e4e;
	font-size:14px;
	margin-bottom:10px;
}
.price {
	color:#5d4e4e;
	font-size:14px;
	padding-bottom:60px;
	text-align:center;
	margin-top:-8px;
	float:left;
	width: 235px;
}
.price2 {
	color:#5d4e4e;
	font-size:14px;
	padding-bottom:25px;
	text-align:center;
	margin-top:-8px;
	float:left;
	padding-left:70px;
}
.stars_img {
	padding-top:18px;
	padding-bottom:10px;
}
.violet_box {
	background:url(../images/violet_box.jpg) no-repeat;
	width:238px;
	height:84px;
	float:left;
	text-align:center;
	font-size:16px;
	color:#FFFFFF;
	padding-top:12px;
	margin:0px;
	margin-bottom:-2px;
}
/*-------------------------------- Fin Left Panel -------------------------------*/

/*-------------------------------- Class Middle Panel  -------------------------------*/

.middle_panel {
	width:435px;
	float:left;
	padding-left:12px;
	margin-top:35px;
	text-align:center;
	min-height: 350px;
}
h1 {
	font-size:24px;
	color:#861613;
	width:440px;
	margin:0px;
	padding:0px;
	font-family:DaxWide-Medium;
	padding-bottom:17px;
	text-align:center;
}
a.clsorange {
	color:#db7d0e;
	text-decoration:underline;
}
a:hover.clsorange {
	color:#db7d0e;
	text-decoration:none;
}
.arrow {
}
.line2 {
	background:url(../images/line2.jpg) no-repeat;
	float:left;
	height:2px;
	margin-top:30px;
	width:435px;
}
.line_mid {
	height:201px;
	float:left;
	background:url(../images/doll.png) no-repeat;
	width:152px;
	margin-top:-72px;
}
.doll {
	background:url(../images/doll.png) no-repeat;
	float:left;
	width:435px;
	height:200px;
	margin-left:10px;
}
.middle_content {
	width:350px;
	margin-left:auto;
	margin-right:auto;
}
.middle_outer {
	float:left;
	width:435px;
	margin-top:0px;
	height:113px;
	background:url(../images/line3.jpg) no-repeat bottom;
}
* html .middle_outer {
	float:left;
	width:435px;
	margin-top:-13px;
	height:113px;
	background:url(../images/line3.jpg) no-repeat bottom;
}
.arrow {
	float:right;
	padding-right:15px;
}
.bottom_text {
	float:right;
	font-size:12px;
	color:#959191;
	font-style:italic;
	text-align:left;
	margin-top:20px;
	width: 260px;
	margin-right: 0px;
	padding-left: 165px;
}
.mid_bold {
	width:302px;
	float:left;
}
.violet_outer {
	margin-left:35px;
	margin-top:25px;
	margin-right:27px;
}
.violet_left {
	background:url(../images/violet1.jpg) no-repeat;
	width:181px;
	height:208px;
	float:left;
}
.violet_left h3 {
	float:left;
	font-size:18px;
	color:#000000;
	font-family:DaxWide-Medium;
	padding-left:20px;
	padding-top:7px;
	margin-top:0px;
	width:150px;
	margin-bottom:0px;
	padding-bottom:12px;
}
.violet_left_button {
	float:right;
	font-size:12px;
	color:#fff;
	width:176px;
	height:23px;
	background:url(../images/violet_left_btn.png) no-repeat;
	margin-bottom:9px;
	font-weight:bold;
	line-height:20px;
}
.violet_left_price {
	font-size:17px;
	color:#fff;
	font-weight:bold;
	line-height:20px;
}
.violet_right {
	background:url(../images/violet2.jpg) no-repeat;
	width:181px;
	height:208px;
	float:right;
}
.violet_right h3 {
	float:left;
	font-size:18px;
	color:#000000;
	font-family:DaxWide-Medium;
	padding-left:20px;
	padding-top:7px;
	margin-top:0px;
	width:150px;
	margin-bottom:0px;
	padding-bottom:12px;
}
.violet_right_button {
	float:right;
	font-size:12px;
	color:#fff;
	width:176px;
	height:23px;
	background:url(../images/violet_right_btn.png) no-repeat;
	margin-bottom:9px;
	font-weight:bold;
	line-height:20px;
}
.violet_box a {
	color: #FFFFFF;
}
.violet_right_button a {
	color: #FFFFFF;
}
.violet_left_button a {
	color: #FFFFFF;
}
/*-------------------------------- Fin middle panel-------------------------------*/

/*-------------------------------- Class Right Panel  -------------------------------*/
.right_panel {
	float:right;
	width:202px;
	background:#f0eded;
	font-size:11px;
	color:#736a6a;
	padding:18px;
	text-align:left;
}
.right_panel h3 {
	font-size:12px;
	color:#5d4e4e;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	text-align:left;
	width:100%;
}
.right_panel2 {
	float:right;
	width:202px;
	background:#dfdfdf url(../images/right_btm.jpg) bottom no-repeat;
	font-size:11px;
	color:#736a6a;
	padding:18px 18px 0px 18px;
}
.right_panel div {
	margin-bottom: 10px;
}

h4 {
	font-size:18px;
	color:#000;
	width:239px;
	margin:0px;
	padding:0px;
	font-family:DaxWide-Bold;
	text-align:center;
}
h5 {
	font-size:14px;
	color:#fff;
	width:239px;
	margin:0px;
	padding:0px;
	font-family:DaxWide-Bold;
	text-align:center;
}
.heading_bg {
	background:url(../images/right_heading_bg.jpg) no-repeat;
	width:239px;
	height:66px;
	float:right;
	margin-top:6px;
	padding-top:5px;
}
.right_orange_bg {
	background:url(../images/right_orange_bg.jpg) repeat-x #fdf5ee;
	width:239px;
	height:auto;
	float:right;
	padding-top:5px;
	color:#141414;
}
.list1 {
	background:url(../images/1.png) left no-repeat;
	height:39px;
	width:180px;
	padding-left:50px;
	line-height:35px;
}
.list2 {
	background:url(../images/2.png) left no-repeat;
	height:39px;
	width:180px;
	padding-left:50px;
	line-height:35px;
}
.list3 {
	background:url(../images/3.png) left no-repeat;
	height:39px;
	width:180px;
	padding-left:50px;
	line-height:35px;
}
.list4 {
	background:url(../images/4.png) left no-repeat;
	height:39px;
	width:180px;
	padding-left:50px;
	margin-bottom:122px;
}
/*-------------------------------- Fin class Right Panel -------------------------------*/


/*-------------------------------- fin  Content Class-------------------------------*/	

/*-------------------------------- Debut footer Class  -------------------------------*/

.footer {
	background: #f6f6f6;
	height:67px;
	float:left;
	width:956px;
	border-top:6px solid #e8e8e8;
	color:#938ba4;
	padding-top:10px;
}
a.footer_links {
	font-size:11px;
	color:#938ba4;
}
a:hover.footer_links {
	font-size:11px;
	color:#938ba4;
}
/*-------------------------------- fin Footer Class -------------------------------*/
