/* CSS Document */

/*****************************************************/
/******************	STRUCTURE PAGE	******************/
/* BEGIN *********************************************/
HTML, BODY {
	height: 100%;
}

BODY {
	margin: 0px;  
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*line-height: 1.25;*/
	color: #404040;
	background-color: #FFFFFF;
}

DIV#global {
	position: absolute;
	margin: 0px;
	padding: 0px;
	min-width: 1170px;
	width: 100%;	
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	background-color: #FFFFFF;
}

HTML > BODY DIV#global {
	height: auto;
}

DIV#top {
	position: absolute;
	top: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 97px;
	background-image: url("../picture/allBrands.png");	
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FFFFFF;
	text-align: left;
}

DIV#menu_bar {
	position: absolute;
	top: 97px;
	width: 100%;
	margin: 0px;
	padding: 0px;	
	height: 28px;
	color: #FFFFFF;
	background-image: url("../picture/menuBackground.png");	
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000000;	
}

DIV#center {
	position: absolute;
	top: 125px;
	left: 0px;
	right:0px;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}


DIV#bottom {
	position: relative;	
	margin: 0px;
	margin-top: 35px;
	padding: 0px;	
	width: 100%;
	height: 24px;
	font-size: 10px;
	color: #888888;	
	/*background-image: url("../picture/menuBackground.png");	
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000000;	*/
	text-align: center;
	clear: both;
	
}

DIV#left_menu {
	position: relative;
	margin: 0px;
	margin-top: 10px;	
	margin-left: 3px;
	padding: 0px;
	float: left;
	width: 190px;
	background-color: #FFFFFF;	
}
DIV#left_menu DIV#listOfProductCategories {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color:  #F5F5F5;	
	background-image: url(../picture/borderBottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

DIV#left_menu DIV#CatalogLink {
	float: left;
	width: 100%;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	text-align: center;
	color: #343434;
	background-color:  #FFFFFF;	
}

DIV#left_menu DIV#CatalogLink A,  DIV#left_menu DIV#CatalogLink A:visited {
	color: #343434;
	font-weight: bold;
	text-decoration: none;	
}
DIV#left_menu DIV#CatalogLink A:hover {
	color: #343434;
	font-weight: bold;
	text-decoration: underline;	
}

DIV#left_menu DIV#partners {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color:  #F5F5F5;	
	background-image: url(../picture/borderBottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
DIV#partners DIV {
	margin: 0px;
	padding: 0px;
	background-image: url(../picture/borderRight.png);
	background-repeat: repeat-y;
	background-position: right;	
	text-align: center;
}

DIV#right_menu {
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 3px;
	padding: 0px;
	float: right;
	width: 190px;	
}
DIV.box {
	display: block;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	float: right;
	width: 100%;
	background-color:  #F5F5F5;	
	background-image: url(../picture/borderBottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

DIV.box DIV {
	margin: 0px;
	padding: 5px;
	padding-bottom: 5px;
	border-left: 1px solid #7F8283;
	background-image: url(../picture/borderRight.png);
	background-repeat: repeat-y;
	background-position: right;	
	text-align: left;
}

DIV#listOfRemises {
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 100%;
	background-color:  #F5F5F5;	
	background-image: url(../picture/borderBottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

DIV#listOfRemises DIV {
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #7F8283;
	background-image: url(../picture/borderRight.png);
	background-repeat: repeat-y;
	background-position: right;	
	text-align: center;
}
DIV#listOfRemises IMG {
	margin: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 0px;
	border: none;
}

DIV#principal {
	margin-left: 195px;
	margin-right: 205px;
	padding: 10px 0px 20px 10px;
	background-color: #FFFFFF;
}
DIV#principal > :first-child {
	margin: 0px;
}

DIV#cart {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: right;
}

DIV#cart IMG {
	margin: 0px;
	margin-bottom: -20px;	
	padding: 0px;
}
/* END ************************************************/
/******************	STRUCTURE PAGE	******************/
/*****************************************************/


/*****************************************************/
/**********************	CONTENT	**********************/
/* BEGIN *********************************************/
IMG {
margin: 0px;
padding: 0px;
border: 0px none;
}

STRONG {
	font-weight: bold;
}

A, A:visited {
	text-decoration: none;
	color: #1515A8;
}
A:hover {
	text-decoration: underline;
	color: #1515A8;
}

A.black, A.black:visited {
	text-decoration: none;
	color: #343434;
}
A.black:hover {
	text-decoration: underline;
	color: #343434;
}

A.linkButton, A.linkButton:visited {
	color: #343434;
  	background-color: #F6F6F3;
  	border: 1px outset #AAAAAA;
  	text-align: center;
  	text-decoration: none;
 	padding: 3px;	
}
A.linkButton:hover {
	color: #343434;
  	background-color: #F6F6F3;
  	border: 1px intset #AAAAAA;
  	text-align: center;
  	text-decoration: none;
 	padding: 3px;
}

SPAN.raquo {
	color: #343434;
	margin: 0px;
	margin-right: 5px;
	padding: 0px;
}

P {
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

P.where {
	width: 100%;
	margin: 0px;
	padding-bottom: 15px;	
}


.underline {
	text-decoration: underline;
}

.red {
	color: #CD0000;	
}

.blockIndent30 {
	display: block;
	margin: 0px;
	margin-top: 5px;
	margin-left: 30px;
	padding: 0px;
}
.indent45 {
	margin: 0px;
	margin-top: 5px;
	margin-left: 45px;
}
.indent95 {
	margin: 0px;
	margin-top: 5px;
	margin-left: 95px;
}


DIV#top IMG.banner {
	margin: 5px;
}

DIV#top IMG.flag {
	padding: 5px;
	float: right;
}

/* menu horizontal */
DIV#menu_bar UL	{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
LI.menu, LI.longmenu {
	float:left; /*pour IE*/
	border-right: 1px solid black;	
}
DIV#menu_bar UL LI.menu A, DIV#menu_bar UL LI.longmenu A	{
	display: block;
	float: left;	
	line-height: 28px;
	background-image: url("../picture/menuBackground.png");	
	background-repeat: repeat-x;
	background-position: top;
	background-color: black;
	text-decoration: none;
	text-align: center;
	color: white;
	font-weight: bold;	
}
DIV#menu_bar UL LI.menu A	{
	width: 100px;	
}
DIV#menu_bar UL LI.longmenu A	{
	width: 150px;	
}

DIV#menu_bar UL LI.menu A:hover, DIV#menu_bar UL LI.longmenu A:hover,
BODY#home DIV#menu_bar UL LI.menu A.link1, BODY#contact DIV#menu_bar UL LI.menu A.link2, BODY#faq DIV#menu_bar UL LI.menu A.link3,  
BODY#cgv DIV#menu_bar UL LI.menu A.link4, BODY#bdc DIV#menu_bar UL LI.longmenu A.link5, BODY#who DIV#menu_bar UL LI.longmenu A.link6 {
	background-image: none;
	background-color: #CA0000;
	font-weight: bold;	
}





/* menu vertical */


H1.sectionTitle {
	
	margin-bottom: -1px;
	margin-top: 0px;
	padding: 4px 0px 4px 12px;
	width: 175px;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 2px solid #7F8283;
	background-color: #000000;
	color: #FFFFFF;
}

P.sectionTitle {
	font-size: 1.1em;
	font-weight: bold;
	color: #343434;
}
P.sectionTitle SPAN.littleTitle {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	color: #343434;
}


DIV#listOfProductCategories UL	{
	margin: 0px;
	padding: 0px 0px 0px 6px;
}
LI.category {
	display: block;
	float: left;
	width: 100%;
	
	/*border-right: 1px solid #7F8283;*/
	/*background-image: url(../picture/sidenav_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;*/
	background-image: url(../picture/borderRight.png);
	background-repeat: repeat-y;
	background-position: right;
		
}
LI.subcategory {
	display: block;
	float: left;
	width: 100%;
	background-image: url(../picture/borderRight.png);
	background-repeat: repeat-y;
	background-position: right;		
}
DIV#listOfProductCategories UL LI.category A {
	margin: 0px;
	padding: 6px 0px 6px 20px;
	display: block;
	float: left;
	width: 160px;
	border-top: 1px solid #7F8283;
	background-image: url("../picture/blackBullet.png");
	background-position: 6px 10px;
	background-repeat: no-repeat;
	color: #343434;
	font-weight: bold;	
}
DIV#listOfProductCategories UL LI.subcategory A {
	margin-left: 15px;
	padding: 6px 0px 6px 20px;
	display: block;
	float: left;
	width: 130px;
	background-image: url("../picture/redBullet.png");
	background-position: 6px 10px;
	background-repeat: no-repeat;
	color: #000000;
}
/*DIV#left_menu UL LI.category A#cat1 {
	color: #FFFFFF;
	background-image: url("../picture/redBullet.png");
	background-position: 6px 10px;
	background-repeat: no-repeat;
	background-color: #CA0000;
}*/

DIV#listOfProductCategories UL LI.category A:hover {
	color: #343434;
	text-decoration: underline;
	background-image: url("../picture/redBullet.png");
	background-position: 6px 10px;
	background-repeat: no-repeat;
	/*background-color: #CA0000;*/
}  
  



IMG#pas {
	padding-right: 2px;
}






DIV#bottom A#mailto, DIV#bottom A#mailto:visited, DIV#bottom A#mailto:hover {	color: #888888; }



/* END ************************************************/
/**********************	CONTENT	**********************/
/*****************************************************/


P.paging	{
	margin: 5px 0px;
	padding: 0px;
	color: #343434;	
	text-align: center;
	width: 100%;
	font-size: 1.1em;
}
DIV.productTable {
	width: 100%;
	min-width: 720px;
}
TABLE.products {
	margin: 0px;
	padding: 0px;	
	vertical-align:top;
	border-spacing: 0px; 
	border-collapse: collapse;
	empty-cells: show; 
	width: 100%;
}
TABLE.products TR.grey {
	background-color: #F2F2F2;
}
TABLE.products TH {
	margin: 0px;
	padding: 5px 5px 0px 5px;
	font-weight: normal;
	text-align: center;
	vertical-align:top; 
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #7F8283;
	background-color: #000000;
	color: #FFFFFF;
}
TABLE.products TD {
	margin: 0px;
	padding: 0px 5px 0px 5px;
	text-align: center;
	vertical-align: middle; 
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #7F8283;	
	height: 45px; 	
	max-width: 120px;
}
TABLE.products TR.grey TD.picture {
	background-color: #F2F2F2;
}
TABLE.products TD.picture {
	width: 45px;
	height: 45px;
}
TABLE.products TD.picture IMG {
	padding: 1px;
	margin: 0px;
	width: 45px;
	height: 45px;
	border: none;
	background: none;
}
TABLE.products TD.isNew {
	margin: 0px;
	padding: 0px;
	border: none; 
	width: 32px;
	background-color: #FFFFFF;
}
TABLE.products TD SPAN.barre{
	margin: 0px;
	padding: 0px;
	padding-right: 5px;
	text-decoration:line-through;
}
TABLE.products TD SPAN.remise{
	margin: 0px;
	padding: 0px;
	padding-right: 5px;
	font-weight: bold;
	color: #CA0000;
}
TABLE.products TD SPAN.newprice{
	margin: 0px;
	padding: 0px;
	padding-right: 5px;
	font-weight: bold;
}
P.noProduct {
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	width: 100%;
	text-align: center;
}



DIV.productTable2 {
	width: 100%;
	min-width: 720px;
}
TABLE.product {
	display: block;
	margin: 0px 10px;
	padding: 0px;
	vertical-align:top;
	border-spacing: 0px; 
	border-collapse: collapse;
	empty-cells: show;
}
TABLE.product TR {
	background-color: #FFFFFF; 
}
TABLE.product TD {
	margin: 0px;
	padding: 0px;
	vertical-align: top; 
	border: none;
}
TABLE.product TD.content {
	margin: 0px;
	padding: 5px 0px 0px 15px; 
	width: 100%;
	background-image: url("../picture/productBackground.gif");
	background-repeat: repeat-x;
	background-position: top;
	
}
TABLE.product TD IMG.ppicture {
	margin: 0px;
	padding: 0px;
	border: none;
}

TABLE.product TD IMG.pbrand {
	float: right;	
	margin: 0px;
	margin-top: -5px;
	padding: 0px;
	border: none;
}
/*TABLE.product TD P.nameref {
	margin-right: 5px;
	border-bottom: 1px solid #7F8283; 
}*/
TABLE.product TD H1.productname {
	margin: 0px;
	padding: 0px;
	font-size: 1.5em; 
	font-family: Georgia, Times New Roman, Times, serif;  
	font-weight: bold; 
	text-align: left;
	white-space: normal;
}
TABLE.product TD P.productreference {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-align: left; 
	border-bottom: 1px solid #7F8283; 
}
TABLE.product TD P.pdescription {
	font-weight: normal;
	text-align: justify;
	line-height: 1.3em;		
	border-left: 3px solid #7F8283;
	padding: 0px 5px;
	background: #F5F5F5;
}
P.titlePartCaract {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-weight: bold;
	text-decoration: underline;
	background: #F5F5F5;
}
P.titlePartOption {
	margin: 20px 0px 5px 0px;
	padding: 0px;
	font-weight: bold;
	text-decoration: underline;
	background: #F5F5F5;
}
P.caractValue {
	margin: 0px;
	padding: 0px;
	width: 100%; 
	text-align: left;
	font-weight: normal;
	line-height: 1.3em;
}
P.optionValue {
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px;
	width: 100%; 
	text-align: left;
	font-weight: normal;
	line-height: 1.3em;
}
p.optionSubmit {
	margin-left: 125px;
}
.optionLabelStyle {
	display: -moz-inline-block;
	display : inline-block ;
	margin: 0px;
	margin-right: 20px;	
	padding: 0px 0px 0px 20px;
	width: 110px; 
	white-space: nowrap;
	text-align: left;
	font-weight: normal;
	line-height: 1.3em;
}
IMG.new {
	margin: 0px;
	margin-bottom: -15px;
	margin-right: 5px;
	padding: 0px;
	border: none;
}
TABLE.product TD P.price {
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;		
	color: #CA0000;
	font-size: 1.3em;
}
TABLE.product TD P.price SPAN.priceLabel{
	color: #343434;
}
TABLE.product TD P.price SPAN.barre{
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	text-decoration:line-through;
}



DIV.productIndexes {
	position: relative;
	width: 100%;
}

DIV.productIndex {
	float: left;
	width: 190px;
	height: 270px;
	margin: 15px;
	padding: 0px;	
	/*border-left: 1px solid #7F8283;
	border-right: 1px solid #7F8283;*/
	/*border: 1px solid #7F8283;*/	
	background-color: #F5F5F5;
}

DIV.productIndex IMG.productPicture {
	width: 190px;
	height: 190px;
	margin: 0px;
	padding: 0px;
	/*border-bottom: 1px solid #7F8283;*/
}


DIV.productIndex H2.productName {
	margin: 0px;
	padding: 2px 2px;
	color: #343434;
	text-align: left;
	font-size: 13px;
	font-weight: bold;	
}
DIV.productIndex H2.productName A, DIV.productIndex H2.productName A:visited  {
	color: #343434;
	text-decoration: none;	
}
DIV.productIndex H2.productName A:hover  {
	color: #343434;
	text-decoration: underline;	
}

DIV.productIndex SPAN.productRef {
	display: block;
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px 2px;
	color: #343434;
	text-align: left;
}

DIV.productIndex SPAN.barre {
	display: block;
	margin: 0px;
	padding: 0px 2px;
	color: #343434;
	font-size: 13px;
	text-decoration: line-through;
}

DIV.productIndex SPAN.remise {
	display: block;
	float: right;
	margin: 0px;
	padding: 0px 2px;
	color: #CD0000;
	font-size: 13px;
	font-weight: bold;	
	text-align: right;
}

DIV.productIndex SPAN.realPrice {
	display: block;	
	margin: 0px;
	padding: 2px 2px;
	font-size: 13px;
	color: #343434;
	font-weight: bold;	
	text-align: left;
	clear: left;
}

/*****************************************************/
/********************** LOGIN ***********************/
FORM#loginForm {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

LABEL.loginFormLabel {
	margin: 0px;
	padding: 0px;	
	color: #343434;
	text-align: left;
}

INPUT.submit {
	text-align: center;
	border: 1px solid groove #AAAAAA;
}

P.loginFormLine {
	margin: 1px;
	padding: 0px;
}
INPUT.loginFormInput{ 
	margin: 0px;
	padding: 0px;
	padding-right: 5px;
	display : inline-block ; 
	background-color: none;
	border: 1px solid groove #AAAAAA;	
	color: #343434;
	width: 140px;
}

FORM#loginForm .errorMessage {
	display : block ; 
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	color: #CD0000;
}
P.errorMessageCenter {
	margin: 0px;
	padding: 0px;
	padding-bottom: 8px;
	color: #CD0000;
	text-align: left;
}
/******* END LOGIN *******/
/*************************/



FORM#productForm .errorMessage {
	white-space: nowrap;
	margin: 0px 5px;
	color: #CD0000;
}


DIV#principalAdmin {
	margin-left: 100px;
	margin-right: 100px;
	padding: 10px 0px 20px 10px;
	background-color: #FFFFFF;
}
DIV#principalAdmin > :first-child {
	margin: 0px;
}

DIV.adminMenu {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
DIV.scroll {
	height: 650px;
	overflow: scroll;
	border: 1px solid #666;
	background-color: #ccc;
}



