/* -------------------
HTML STANDARD ELEMENTS
Styles that applies to all elements of specific category in the page 
----------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

a {
	font-family: Arial, Times, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;	
}
a:hover {
	font-family: Arial, Times, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF8B07;
}
.bread{
	font-family: Arial, Times, Helvetica, sans-serif;
	font-size: 13px;
	color: Black;
		font-weight:bold;
		text-transform:uppercase;
	
}
.bread:hover {
	font-family: Arial, Times, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF8B07;
	font-weight:bold;
}


td {
	margin: 0px;
	padding-left: 0px;
}
h1 {
	font-family: Arial, Times, Helvetica, sans-serif;
	font-size: 18px;
	color: #191970;
}
input{
	font-family: Arial, Times, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ECECEC;
	color: #191970;
	border: 1px solid #FFFFFF;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #653622;
	text-align: justify;	
}
/*----------------------
TEXT LINKS CLASES
Clases that has instructions for the 4 states of a text link in html (link, visited, hover & active)
----------------------*/
.Link1:link {
	font-family: Arial, Times, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #191970;
	text-decoration: none;
}
.Link1:visited {
	font-family: Arial, Times, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #191970;
	text-decoration: none;
}
.Link1:hover {
	font-family: Arial, Times, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #228B22;
	text-decoration: none;
}
.Link1:active {
	font-family: Arial, Times, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #228B22;
	text-decoration: none;
}
.Link2:link {
	font-family: Arial, Times, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #191970;
	text-decoration: none;
}
.Link2:visited {
	font-family: Arial, Times, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #191970;
	text-decoration: none;
}
.Link2:hover {
	font-family: Arial, Times, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF4500;
	text-decoration: none;
}
.Link2:active {
	font-family: Arial, Times, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF4500;
	text-decoration: none;
}
.LinkTitle:link {
	font-family: Arial, Times, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #653622;
	text-decoration: none;
}
.LinkTitle:visited {
	font-family: Arial, Times, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #653622;
	text-decoration: none;

}
.LinkTitle:hover {
	font-family: Arial, Times, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF4500;
	text-decoration: none;
}
.LinkTitle:active {
	font-family: Arial, Times, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF4500;
	text-decoration: none;
}
/*
-------------------
CADDIE CLASSES
(used exclusively for the list-basket area)
-------------------
*/
.ShopCartTableBorder {
	border: 0x solid Black;
	background-image: url(../images/charte/basket_splash.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.ProductName {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: White;
	background-color: #653622;
	border: 1px solid #FFFFFF;
}
.PR {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFD700;
	text-transform: capitalize;
}
.ShopCartHead {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
	background-color: #FF8B07;
	border: 1px solid #E33F00;
}
.ShopCartProdList {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #491955;
	padding-left: 2px;
	background-color: #EBEBEB;
	border: 1px solid #CCA788;
}
.ShopInput3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B22222;
	padding-right: 2px;
	border: 1px solid White;
	text-align: left;
	width: 150px;
	padding-left: 3px;
	background-color: #DFE2EB;
	background-image: url(../images/charte/input.gif);
	background-repeat: repeat-x;
}
.ShopInput4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990099;
	padding-right: 2px;
	border: 1px solid #CCA788;
	text-align: right;
	width: 150px;
	padding-left: 3px;
	background-color: White;
	background-image: url(../images/charte/inputa.gif);
	background-repeat: repeat-x;
	background-position: top right;
}
.ShopCartUpdate {
	background-color: #653622;
	border: 1px solid White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color	: White;
}
.ShopCartBack {
	background-color: #FF8B07;
	border: 1px solid Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color	: Black;
}
.Body1 {
	background-color: #FFFFFF;
	background-image: url(../images/charte/basket_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.BottomBg {

	background-image: url(../images/basket/basket_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

/*
-------------------
OTHER SPECIAL CLASSES
Styles used on specific areas of the web site (e.g. contact forms; shopcart; etc)
----------------------
*/
.mnubs {
	background-attachment: scroll;
	background-image: url(../images/charte/mnubs.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.fdpge {
	background-attachment: scroll;
	background-image: url(../images/charte/avtvoiture.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.tit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #900B13;
}
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.txtbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #653622;

}
.mailto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #900B13;
	text-decoration: none;
}
.mailto:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #900B13;
	text-decoration: underline;
}
.mnu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.mnu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.fdhtdrte {
	background-attachment: scroll;
	background-image: url(../images/charte/fd_ht2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fdbsdrte {
	background-attachment: scroll;
	background-image: url(../images/charte/fd_bs.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.FDMNUBS {
	background-attachment: scroll;
	background-image: url(../images/charte/fdmnubs.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.shopCartBg {
	background-image: url(../images/charte/frame4_02.gif);
	background-repeat: repeat-x;
/*	background-position: top left ;*/
}
.shopCartBg2 {
	background-image: url(../images/charte/basket_menu_02.gif);
	background-repeat: repeat-x;
/*	background-position: top left ;*/
}
.shopCartBg3 {
	background-image: url(../images/charte/basket_menu_03.gif);
	background-repeat: repeat-x;
	padding-top: 4px;
/*	background-position: top left ;*/
}
.shopCartBg4 {
	background-image: url(../images/charte/basket_menu_04.gif);
	background-repeat: repeat-x;
/*	background-position: top left ;*/
}
.shopCartBg5 {
	background-image: url(../images/charte/basket_menu_05.gif);
	background-repeat: repeat-x;
/*	background-position: top left ;*/
}
.shopPrice {
	font-family: Arial, Times, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
	padding-top: 25px;
	text-align: right;
	vertical-align: bottom;	
}
.shopInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #191970;
	padding-right: 2px;
	border: 1px solid #ADB5CB;
	text-align: right;
	width: 32px;
	height: 15px;
	background-color: #D4D4D4;
	background-image: url(../images/charte/input.gif);
	background-repeat: repeat-x;
	background-position: top right;
}
.shopInput2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #900B13;	
	padding-right: 2px;
	border: 1px solid #CCA788;
	text-align: right;
	width: 32px;
	height: 15px;
	background-color: White;
	background-image: url(../images/charte/inputa.gif);
	background-repeat: repeat-x; 
}
.FormInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #653622;
	padding-right: 2px;
	border: 1px solid #ADB5CB;
	text-align: left;
	width: 160px;
/*	height: 18px;*/
	padding-left: 2px;
	background-image: url(../images/charte/form_input.gif);
	background-repeat: repeat-x;
	background-position: top right;
	background-color: #DFE2EB;
}
.FormInput2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #8B0000;	
	padding-right: 2px;
	border: 1px solid Black;
	text-align: left;
	width: 160px;
/*	height: 18px;*/
	padding-left: 2px;
	background-color: #FFFFDB;
	background-image: url(../images/charte/form_input_a.gif);
	background-repeat: repeat-x; 
}
.Submit1 {
	font-family: Arial, Times, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFF53;
	background-color: #000000;
	border: 1px solid #8B0000;
}
.PadDown {
	vertical-align: top;
	margin: 0px;
	padding-top: 3px;
}
.ImgBorder{
	border: 1px solid #8194BC;
}
.ImgBorder2{
	border: 1px solid #FFFFFF;
}
.ImgBorder3{
	border: 1px solid #FF0000;
}
/*
PARAGRAPH TEXT STYLES
*/

.Contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #653622;
	text-align: center;
}
.TextStyle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #144396;
	padding-left: 7px;
}
.TextStyle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: Black;
	padding-left: 7px;
}
.TextStyle3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #191970;
	text-transform: capitalize;
	padding-left: 7px;
}
.TextStyle4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Maroon;
	text-transform: capitalize;
	padding-left: 7px;
}
.TextStyle5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: Black;
	padding-left: 7px;
}
.newsText {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #653622;
}
.Box1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #EADBCE;
	border: 1px solid #CCA788;
}
.BoxEnd{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #E7EAF3;
	border-left: 1px solid #8194BC;
	border-right: 1px solid #8194BC;
	border-bottom: 1px solid #8194BC;
	padding-bottom: 5px;
	padding-top: 5px;
}
.BoxLeft {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8B0000;
	background-color: #E7EAF3;
	padding-bottom: 5px;
	padding-top: 5px;
	border-left: 1px solid #8194BC;
	border-top: 1px solid #8194BC;
}
.BoxRight{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8B0000;
	background-color: #E7EAF3;
	padding-bottom: 5px;
	padding-top: 5px;
	border-right: 1px solid #8194BC;
	border-top: 1px solid #8194BC;
}

.Box3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8B0000;
	background-color: #8194BC;
	border: 1px solid White;
}
.BoxProduct {
	background-color: #DFE2EB;
}
.Button1:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	text-transform: uppercase; 
}
.Button1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	text-transform: uppercase; 
}
.Button1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF4500;
	text-transform: uppercase; 
}
.Button1:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF4500;
	text-transform: uppercase; 
}

.Button2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #191970;
	text-transform: uppercase;
	text-decoration: none;
}
.Button2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #191970;
	text-transform: uppercase; 
	text-decoration: none;
}
.Button2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF4500;
	text-transform: uppercase; 
	text-decoration: none;
}
.Button2:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF4500;
	text-transform: uppercase; 
	text-decoration: none;
}

.Button3:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3E5077;
	text-transform: uppercase; 
	text-decoration: none;
}
.Button3:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3E5077;
	text-transform: uppercase;
	text-decoration: none;
}
.Button3:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF8B07;
	text-transform: uppercase; 
	text-decoration: none;
}
.Button3:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF8B07;
	text-transform: uppercase; 
	text-decoration: none;
}

.Button4:link {
	font-family: Arial, Times, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8B0000;
	text-decoration: none;
}
.Button4:visited {
	font-family: Arial, Times, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8B0000;
	text-decoration: none;
}
.Button4:hover {
	font-family: Arial, Times, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF4500;
	text-decoration: none;
}
.Button4:active {
	font-family: Arial, Times, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF4500;
	text-decoration: none;
}
.ImgList {
	background-color: #DFE2EB;
	padding-left: 10px;
	padding-top: 10px;
}
.SpanBlock1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Lime;
	background-color: Aqua;
	display: block;
	width: 100px;
	height: 100px;
}

.asd {
	color: #EADBCE;
}
/*
Section Clases
*/
.SectionTop{
	background-image: url(../images/charte/section_01.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.SectionBottom {
	background-image: url(../images/charte/section_02.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.SectionBottom2 {
	background-image: url(../images/charte/section_07.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.SectionTopLeft {
	background-image: url(../images/charte/section_03.gif);
	background-repeat: no-repeat;
	background-position: top left;	
}
.SectionImg {
	background-image: url(../images/charte/section_04.gif);
	background-repeat: repeat-x;
}
.SectionRight {
	background-image: url(../images/charte/section_05.gif);
	background-repeat: no-repeat;
	background-position: top left;		
}
.SectionTitle {
	background-image: url(../images/charte/section_04.gif);
	background-repeat: repeat-x;
}	
.SectionLine {
	background-image: url(../images/charte/section_06.gif);
}
.CheckBox1 {
	background-color: #FF4500;
	padding: 0px;
	margin: 0px;
	border: 1px solid #FF0000;
/*	display: block;*/
}
.CheckText {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #144396;
	text-decoration: none;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.mnu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.Recherche{
	background-image: url(../images/charte/gche.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

ul.menu-category,
ul.menu-category li{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: outside;}
table tr td{

}
ul.menu-category {
	width: 100%;
	float: right;
	padding: 0;
	margin: 0;
	text-align: center;}

ul.menu-category li{
	float: left;
	display:block;
	height: 23px;
	margin: 0;
	padding:0;
	border-left: 1px solid #ffffff;
	background: #ffffff;}

ul.menu-category li a:link,
ul.menu-category li a:visited{
	display: block;
	width: 110px;
	height:20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	background: #FF9000;
	color: #000000;
	border: 1px solid #df7b00;
	text-decoration: none;
	font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;}

ul.menu-category li a:hover,
ul.menu-category li a:active{
	background: #dfe2eb;
	color: #53699b;
	border: 1px solid #8194bc;}