html 
{
	width: 960px;
	background: #172534 url(/style/img/bg-master.jpg) top left repeat-x;
	padding: 0px;
	margin: 0px auto;
}

body 
{	
	margin: 0px;
	padding: 0px;
	width: 100%;/**/
	font-family: verdana, arial, sans-serif;
	font-size: .75em;
	background: #fff;
	border-left:2px solid black;
	border-right:2px solid black;
}

em 
{
	font-style : italic;
}

strong 
{
	font-weight : bold;
}

img 
{
	border: 0px;
}

li
{
	padding-bottom: 1px;
	padding-top: 1px;
}

a 
{
	outline: none;
}

a,
a:link,
a:visited
{
	text-decoration: none;
	color: #000000;
}

a:hover,
a:active
{
	color: rgb(0, 120, 159);
	text-decoration: underline;
}

.center
{
	text-align: center;
}

.right
{
	padding-left: 80%;
}

.red
{
	color: red;
	font-size: large;
}

/*FORMULAIRE*/
.checkbox label
{
	display:block;
	width:auto;
	float:left;
	padding-right : 4px;
}

label
{
	display:block;
	width:150px;
	float:left;
	padding-right : 4px;
}

/*IMAGE*/
img
{ 
	padding:1px; 
	border:0px; 
}

/*HEADER*/
#header
{
	height: 70px;
}

/*FOOTER*/
#footer
{
	text-align: center;
	height: 20px;
	background-color: rgb(40, 40, 40);
	text-transform: uppercase;
	font-size: 70%;
 	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	margin: 0px;
	width: 100%;
}

#footer a, 
#footer a:link
{
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover,
#footer a:active
{
	color: rgb(0, 120, 159);
}

/*MENU*/
#menu
{
	height: 30px;
}

#menuDeroulant
{
	text-align: center;
	font-size: 85%;
	height: 30px;
	background-color: rgb(40, 40, 40);
	width: 960px;
	list-style-type: none;
	position: absolute;
	/*top: 70px;*/
	/*left: 10;*/
/* 	z-index: 20; */
	margin: auto;
	padding: 0;
	border: 0;
}


#menuDeroulant .sousMenu
{
	height: 30px;
	z-index:20;
	list-style-type: none;
	display: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#menuDeroulant .sousMenu li
{
	float: none;
}

#menuDeroulant li
{

	border-left: 1px solid rgb(64, 64, 64);
/* 	border-right: 1px solid rgb(0, 0, 0); */
	margin-top: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
	width: 105px;
}

#menuDeroulant li a:link, #menuDeroulant li a:visited
{
	display: block;
	height: 1%;
	color: #FFF;

	background-color: rgb(40, 40, 40);
	margin: 0;
	padding: 4px 3px;
	border-right: 0px solid #fff;
	text-decoration: none;
}

#menuDeroulant li a:hover,
#menuDeroulant li a:active
{
	background-color: rgb(64, 64, 64);
	margin: 0px;
}

#menuDeroulant .sousMenu
{
	padding-top: 1px;
}

#menuDeroulant .sousMenu li
{
	padding: 0px;
	float: none;
	width: 105px;
	margin-top: 0px;
	border: none;
	border-bottom: 1px solid rgb(22, 44, 64);
}

#menuDeroulant .sousMenu li a:link,
#menuDeroulant .sousMenu li a:visited,
#menuDeroulant .sousMenu li a:hover
{
	display: block;
	color: #FFF;
	text-decoration: none;
	background: none rgb(40, 77, 115);
}

#menuDeroulant .sousMenu li a:hover,
#menuDeroulant .sousMenu li a:active
{
	background-color: rgb(31, 61, 89);
}

#menuDeroulant li:hover > .sousMenu
{
	display: block;
}

.clearit
{
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

.clearit p
{
	height: 0px;
}

#recherche
{
	margin-top: 15px;
	float: left;
	height: 25px;
	width: auto;
	background-color: #D3D3D3;
}

/* SIDEBAR */
#sidebar
{
	margin-right: 5px;
	width: 16%;
	margin-top: 20px;
  	float: right;
  	background-color: rgb(236, 236, 236);
}

.sidebaritem
{
	text-align: left;
	width: 100%;
	float: left;
	margin-bottom: 15px;
	background-color: rgb(236, 236, 236);
}

.sidebaritem h1
{ 	
	text-align: center;
	font-size: 85%;
	height: 15px;
	background-color: rgb(40, 40, 40);
	margin: 0;
	padding: 0;
	border: 0;
	color: #FFF;
	padding: 4px 8px;
	text-decoration: none;
	font-weight: normal;	
}

.sidebaritem h2
{ 	
	text-align: left;
	font-size: 85%;
	height: 15px;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border: 0;
	text-decoration: none;
}

form
{
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
}

form p
{
	margin: 0px;
	padding-top: 5px;
}

.sidebaritem a,
.sidebaritem a:link,
.sidebaritem a:active
{
	text-decoration: none;
	color: #000000;
}

.sidebaritem a:hover,
.sidebaritem a:active
{
	color: rgb(0, 120, 159);
	text-decoration: underline;
}

.sidebaritem ul
{
	list-style-type: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
}

#centre
{
	margin-left: 5px;
	float: left;
	padding-top: 20px;
 	width: 80%; 
}

#centre a:hover,
#centre a:active
{
	color: rgb(0, 120, 159);
}

#centre h1
{
	text-align: center;
	font-size: 85%;
	height: 15px;
	background-color: rgb(40, 40, 40);
	margin: 0;
	padding: 0;
	border: 0;
	color: #FFF;
	padding: 4px 8px;
	margin-bottom: 10px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;	
	text-transform: capitalize;
	/**/
}

#centre p
{
	margin-left: 5px;
	margin-right: 5px;
}

/* TABLEAUX */
table
{
	border: 0px;
	width: 100%;
	border-collapse: collapse;
}

td, th
{
	border: 0px;
}

td
{
	vertical-align: middle;
	padding: 2px;
}

.color1
{
	background-color: rgb(236, 236, 236);
}

.color2
{
	background-color: #fff;
}

tr .maj
{
	text-transform: uppercase;
}

.listePrix
{
	text-align: center;
	font-size: 85%;
}

.listePanier
{
	text-align: center;
	font-size: 85%;
}

.listeQuantite
{
	text-align: center;
	font-size: 85%;
}

.listeStock
{
	text-align: center;
	font-size: 85%;
}

.listeImage
{
	text-align: center;
	font-size: 85%;
}

td a,
td a:hover,
td a:active,
th a,
th a:hover,
th a:active
{
	text-decoration: none;
	color: #000000;
}

td a:hover,
th a:hover
{
	text-decoration: underline;
}

td b
{
	font-size: 85%;
}

td em
{
	font-size: 70%;
}

th
{
	font-size: 85%;	
}

fieldset
{
	border: none;
}

label
{
	padding-right: 5px;
}

ol
{
	list-style: none;
}

.error
{
	padding-left: 4px;
	margin-left: 150px;
	color: red;
}

.error2
{
	color: red;
}

#page
{
	text-align: center;
/* 	float: left; */
	width: 100%;
	margin-right: 20%;
}

#page a,
#page a:hover,
#page a:active
{
	text-decoration: underline;
	color: #000000;
}

#page a:hover,
#page a:active
{
	text-decoration: none;
	color: rgb(0, 120, 159);
}

.navigateur
{
	text-align: center;
	width: 100%;
	z-index: 10;
}

.navigateur a,
.navigateur a:hover,
.navigateur a:active
{
	text-decoration: none;
	color: #000000;
}

.navigateur a:hover,
.navigateur a:active
{
	text-decoration: none;
	color: rgb(0, 120, 159);
}


.message,
.messageImportant
{
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}

.message
{
	color: green;
}

.messageImportant
{
	color: red;
}

.sidebaritem *
{
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}

.sidebaritem label
{
	width: 100%;
}
