
			
@charset "iso-8859-1";

HTML {}

BODY {
	background: url(img/bg.png) repeat;
	background-position: center top;
	background-color: none;
	color: #000000;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
	text-align: center;
}

BODY.empty {
	margin: 0px;
	padding: 0px;
}

FORM {
	padding: 0px;
	margin: 0px;
	}
	
TABLE {
	border-collapse: collapse
}

TD {
	padding: 0px;
	font-size: 13px; 
	font-family: arial; 
}

H1 {
	font-size: 18px; 
	font-family: verdana; 
	font-weight: bolder; 
	color: #FFFF99;
}

IMG {
	border: none;
}

P {
	margin: 0px;
	padding: 0px;
}

A {
	cursor: pointer;
}

A:link , A:active , A:visited {
	color: #F04900; 
	font-weight: bold; 
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

.layout_shadow {
	background: url(img/bg_shadow.png) no-repeat;
	background-position: center top;
	border: 0px;
}

.layout {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 0px;
	background: #ffffff;
}

.layout_top {
	width: inherit;
	padding: 0px;
	vertical-align: top;
	background-image: url(img/top_bg.png);
	text-align: left;
}

.layout_top img {
	display: block;
	margin: 0px;
}

.layout_top_cols {
	width: 780px;
}

.layout_top_right {
	vertical-align: bottom;
	text-align: right;
}

.layout_top_tabs {
	margin-left: auto;
	margin-right: 6px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 0px;
}

.layout_top_tabs td {
	background: url(img/onglet_gauche.png) no-repeat;
}

.layout_top_tabs div {
	padding: 4px 14px 4px 19px;
	background: url(img/onglet_droit.png) no-repeat;
	background-position: right top;
}

.layout_top_tabs A:link , .layout_top_tabs A:active , .layout_top_tabs A:visited {
	color: #515151; 
	font-weight: bold; 
	text-decoration: none;
}

.layout_top_tabs A:hover {
	text-decoration: underline;
}

.layout_menu {
	width: 190px;
	background-image: url(img/menu_bg.png);
	vertical-align: top;
	text-align: left;
}

.layout_menu img {
	display: block;
	margin: auto auto;
}

.layout_menu .menu_title {
	padding: 10px 10px 10px 10px;
	margin: 0px;
	background-color: #F04900;
	font-weight: bold;
	color: #ffffff;
}

.layout_menu .bottom {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

.layout_menu .bottom img {
	margin: auto auto;
}

.layout_main {
	width: 590px;
	background: url();
	vertical-align: top;
	text-align: left;
}

.layout_bottom {
	padding: 20px;
	vertical-align: top;
	/*background-color: rgb(240,73,0);*/
	color: #892A00;
}

.layout_bottom img {
	display: block;
	margin: 0px;
}

.cols {
	margin: 0px;
}

.cols .col1 {
	padding: 0px;
	vertical-align: top;
}

.cols .col2 {
	padding: 0px;
	vertical-align: top;
}

.cols .col3 {
	padding: 0px;
	vertical-align: top;
}

/* search */

.search {
	padding: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	background: #dddddd;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.search img {
	margin-top: 5px;
}

/* items list */

.item_list .item {
	padding: 10px;
	border-bottom: 1px solid #aaaaaa;
	margin-left: 20px;
	margin-right: 20px;
}

.item_list td {
	vertical-align: top;
}

.item_list h3 {
	font-size: 12px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.item_list .image {
	margin-top: 0px;
	margin-left: 3px; 
	margin-right: 10px;
}

.item_list .txt {
	color: #777777;
}

.item_list .prices {
	margin-bottom: 5px;
}

.item_list .prices td {
	padding: 4px 10px 0px 10px;
	vertical-align: middle;
	line-height: 37px;
	/*
	height: 37px;
	*/
}

.item_list .cart img {
	vertical-align: text-bottom;
	
}

.item_list .prices .normal {
	background: url(img/price_bg1.png) no-repeat;
	background-position: left center;
}

.item_list .prices .normal_end {
	background: url(img/price_bg1_end.png) no-repeat;
	background-position: left center;
}

.item_list .prices .act {
	background: url(img/price_bg2.png) no-repeat;
	background-position: right center;
}

.item_list .prices .normal .price{
	color: #ffffff;
}

.item_list .price {
	font-size: 18px;
	font-weight: bold;
	color: #f04900;
	margin-bottom: 5px;
	cursor: default;
}

.item_list .price sup {
	font-size: 12px;
	font-weight: bold;
	vertical-align: text-top;
}

.item_list .original_price {
	font-size: 20px;
	font-weight: bold;
	color: #f04900;
	margin-bottom: 5px;
	cursor: default;
	text-decoration: line-through;
}

.item_list .original_price sup {
	font-size: 12px;
	font-weight: bold;
	vertical-align: text-top;
}

.item_list .ico {
	margin-right: 5px;
}

/* order user pages */

.user_order {
	padding: 20px;
}

.user_order td {
	vertical-align: top;
}

.user_order .item_list .item {
	margin: 0px;
}

/* items in order, quick list */

.order_quick {
	margin-left: 20px;
	text-align: center;
	border-left: 1px dashed #f04900;
}

.order_quick h3 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 5px 0px 5px 10px;
	background: url(img/onglet_commande.png) no-repeat;
	position: relative;
	top: -4px;
}

.order_quick .item {
	padding-bottom: 10px;
	border-bottom: 1px dashed #f04900;
	padding-left: 5px;
}

.order_quick .item .links {
	margin-bottom: 5px;
	font-size: 11px;
	text-align: right;
}

.order_quick .item img{
	display: inline;
}

.order_quick .bottom{
	padding-top: 10px;
}

/* order details and confirm */

.order_details {
	text-align: left;
}

.order_details h3 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 5px 0px 5px 10px;
	background: #dddddd;
}

.order_details .item {
	padding-bottom: 10px;
	border-bottom: 1px dashed #f04900;
	padding-left: 5px;
}

.order_details .item img{
	display: inline;
}

.order_details .bottom{
	padding-top: 10px;
}

.order_final_confirm {
	padding: 10px;
	background: #F3F2E8;
	border: 2px solid #aaaaaa;
	width: 200px;
}

.order_total {
	font-size: 25px;
	font-weight: bold;
	color: #f04900;
	margin-bottom: 5px;
	cursor: default;
}

.order_total sup {
	font-size: 16px;
	font-weight: bold;
	vertical-align: text-top;
}

/* admin */

.adm_layout {
	background: #ffffff;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	padding-top: 10px;
	text-align: left;
	border: 1px #dddddd dashed;
	border-top: 0px;
}

.adm_layout .logo {
	display: block;
	margin-left: 10px;
}

.adm_cols {
	margin: 0px;
}

.adm_cols .col1 {
	padding-top: 10px;
	vertical-align: top;
	width: 150px;
}

.adm_cols .col2 {
	padding: 10px;
	vertical-align: top;
}

#adm_item_list li {
	display: inline;
}

/* special content styles */

.content_spacer {
	padding: 25px;
}

.content .flash_border {
	border: 1px solid #ffffff;
	padding: 0px;
	margin: 0px;
}

.content .flash_border img {
	display: block;
}

.content .home_sections {
	margin: 0px;
	display: block;
	border-collapse: collapse;
}

.content .home_sections td {
	color: #7F7F7F;
	padding: 0px;
	vertical-align: top;
	border: 0px;
}

.content .home_sections .txt {
	padding: 10px;
}

.content .home_sections img {
	display: block;
}

.content .home_sections .col1 {
	background-image: url(img/centre_section_1_bg.png);
	background-position: right bottom;
}

.content .home_sections .col2 {
	background-image: url(img/centre_section_2_bg.png);
	background-position: right bottom;
}

.content .home_sections .col3 {
	background-image: url(img/centre_section_3_bg.png);
	background-position: right bottom;
}

.content .home_bottom_pic {
	display: block;
}

/*WS::STYLE:::::::::::::::::::::::::::::::::::::::::::::::::*/

/* contact_form */

.contact_form .input_textarea {
	width: 300px;
	height: 200px;
}

/* content */

.content {
	font-family: Arial;
	font-size: 13px;
	background: #ffffff;
}

.content  ADDRESS  {
	background: #DDD1C5;
	padding: 15px;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-family: arial;
}

.content  H1  {
	color: #00539F;
	font-size: 13px;
	font-weight: bold;
	margin-top: 20px;
}

.content  H2  {
	border-bottom: 1px solid #D07929;
	font-size: 16px;
	font-weight: bold;
}

.content  H3  {
	border: 1px solid #D07929;
	border-left: 4px solid #D07929;
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #1E2D44;
}

.content  H4  {
	border-bottom: 1px solid #1E2D44;
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #03539A;
	background: #ffffff;
}

.content  PRE  {
	margin-top: 10px;
	color: #000000;
	padding:5px;
	background: #D8C8C0;
	border: 2px outset;
	margin-left: auto;
	margin-right: auto;
	width: 140px;
}

.content  UL  {
	margin: 5px;
	margin-left: 15px;
	padding: 0px;
}

.content td {
	font-family: Arial;
	font-size: 13px;
	vertical-align: top;
}

/* content_edit */

.content_edit .add {
	color: #5F0018;
	cursor: pointer;
}

.content_edit .categ {
	margin-bottom: 10px;
}

.content_edit .categ .title {
	color: #FFFFFF;
	font-weight: bold;
	background: rgb(35,67,106);
	padding: 3px;
}

.content_edit .edit {
	width: 540px;
}

.content_edit .htmlarea {
	width: 620px;
	border: 1px solid #000000;
	height: 450px;
}

.content_edit .htmlarea_menu {
	width: 540px;
	border: 1px solid #000000;
	background: #5A7AAC;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.content_edit .item {
	border-bottom: 1px solid #dddddd;
	padding-top: 5px;
}

.content_edit .list {
	margin: 10px;
}

.content_edit A:active {
	color: #000000;
}

.content_edit A:link {
	color: #000000;
}

.content_edit A:visited {
	color: #000000;
}

/* form */

.form .complete_msg {
	background: #f4bd42;
	margin: 10px;
	padding: 10px;
	color: #000000;
	font-weight: bold;
}

.form .group_title {
	background: #8BBEF6;
	margin: 10px;
	margin-left: 0px;
	padding: 5px;
}

.form .input_textarea {
	width: 400px;
	height: 200px;
}

.form .submit {
	padding-top: 10px;
}

.form .title {
	width: 130px;
}

/* form */

.form .complete_msg {
	background: #f4bd42;
	margin: 10px;
	padding: 10px;
	color: #000000;
	font-weight: bold;
}

.form .group_title {
	background: #8BBEF6;
	margin: 10px;
	margin-left: 0px;
	padding: 5px;
}

.form .submit {
	padding-top: 10px;
}

.form .title {
	width: 130px;
}

/* item_list */

/* list */

.list .data {
	padding: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px dashed #dddddd;
	text-align: left;
	vertical-align: top;
}

.list .item_title {
	color: #999999;
}

.list .title {
	background: #8BBEF6;
	padding: 5px;
	text-align: center;
	border: 1px solid #ffffff;
}

.list li {
	text-align: left;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
}

.list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/* list2 */

.list2 .data {
	padding: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px dashed #dddddd;
	text-align: left;
	vertical-align: top;
}

.list2 .item_title {
	color: #999999;
	display: block;
}

.list2 .title {
	background: #8BBEF6;
	padding: 5px;
	text-align: center;
	border: 1px solid #ffffff;
}

.list2 li {
	text-align: left;
	margin: 0px;
	font-weight: bold;
}

.list2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/* login */

.login {
	padding: 10px;
	padding-top: 0px;
}

/* mailing */

.mailing .data {
	padding-bottom: 10px;
}

.mailing .htmlarea {
	width: 100%;
	height: 600px;
}

.mailing .htmlarea_global {
	width: 700px
}

.mailing .htmlarea_menu {
	width: 100%;
}

.mailing .title {
	font-weight: bold;
}

/* menu */

.menu {
	text-align: left;
}

.menu .item {
	padding: 10px;
	border-bottom: 1px solid #CFCFCF;
	border-right: 0px solid #CFCFCF;
}

.menu A:active {
	color: #878787;
}

.menu A:link {
	color: #878787;
}

.menu A:visited {
	color: #878787;
}

/*WS::STYLE:::::::::::::::::::::::::::::::::::::::::::::::::*/
