/*///////////////////////  General  ///////////////////////*/
a {
   color: #137AE1;
}
a:hover {
   color: red;
}
.texte-normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B3B3B;
}
.texte-petit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3B3B3B;
}
.titre-gamme {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #137AE1;
	height: 20px;
	float:left;
}
.champ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
	height: 18px;
	border: 1px solid #A1A1A1;
}
.champ-petit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1865C8;
	height: 16px;
	width: 22px;
	border: 1px solid #A1A1A1;
}
.champ-gamme {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #536F89;
	height: 18px;
	border: 1px solid #A1A1A1;
}
.cadre-gris {
	border: 1px solid #828282;
	background-color: #FFFFFF;

}
/*///////////////////////  Menu  ///////////////////////*/
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 170px;
	background-color: #D0D7FF;
}
#current{
	top:0px;
	left: 0px;
    border-top: 1px white solid;
	border-bottom: 1px #B2B2B2 solid;
	height: 20px;
	width: 170px;
	background-color: #2281E1;
	text-align: left;
	line-height: normal;
	float:left;
}
#current a{
    height: 100%;
    display:block;
	padding-left: 6px;
	padding-top:2px;
	padding-bottom:2px;
	color: #FFFFFF;
	background-color: #2281E1;
	text-decoration: none;
}
#current a:hover{
    padding-left: 6px;
	color: #FFFFFF;
	background-color: #2281E1;
	text-decoration: none;
}
#bouton {
	top:0px;
	left: 0px;
    border-top: 1px white solid;
	border-bottom: 1px #B2B2B2 solid;
	height: 20px;
	width: 170px;
	background-color: #D0D7FF;
	text-align: left;
	line-height: normal;
	float:left;
}
#bouton a{
    height: 100%;
    display:block;
	padding-left: 6px;
	padding-top:2px;
	padding-bottom:2px;
	color: #454545;
	background-color: #D0D7FF;
	text-decoration: none;
}
#bouton a:hover{
    padding-left: 6px;
	color: #FFFFFF;
	background-color: #2281E1;
	text-decoration: none;
}
#rss {
	top:0px;
	left: 0px;
    border-top: 1px white solid;
	border-bottom: 1px #B2B2B2 solid;
	height: 20px;
	width: 170px;
	background-color: #D0D7FF;
	line-height: normal;
	text-align: left;
	float:left;
	font-weight:normal;
}
#rss a{
    height: 100%;
    display:block;
	padding-left: 6px;
	padding-top:2px;
	padding-bottom:2px;
	color: #137AE1;
	background-color: #D0D7FF;
	text-decoration: none;
}
#rss a:hover{
    padding-left: 6px;
	color: #FFFFFF;
	background-color: #2281E1;
	text-decoration: none;
}
#menu-vide {
	top:0px;
	left: 0px;
	background-color: #D0D7FF;
	float:left;
	width: 170px;
}

/*///////////////////////  Header ///////////////////////*/
#header {
	height: 97px;
	background-color: #719AC0;
	padding:0px;
	margin:0px;
}
#header-nom {
    float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 32px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 7px;
	height:32px;
}
#header-gammes {
    color: #536F89;
	float:right;
	display: inline;
	clear:right;
	margin-right: 0px;
	padding: 0px;
}
#header-icones {
    float:left;
	clear:none;
	display: inline;
	margin-left: 7px;
	padding: 0px;
}
.icone-paiement {
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.boutons-header {
    width: 114px;
	height: 53px;
	padding-right: 7px;
}
/*///////////////////////  Produits ///////////////////////*/
.vignette {
    float: left;
	top:0px;
	left:0px;
}
.promotion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF0000;
	text-decoration: none;
	background-color: #FFE031;
	display: block;
	padding: 0px;
	text-align: center;
	letter-spacing: 1px;
	float: right;
	width: 94px;
	height: 14px;
}
.prix {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #FF0000;
	text-align: right;
	float: right;
}
.quantite {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bolder;
	text-align: right;
	color: #1865C8;
	display: block;
	float: right;
	height:16px;
	width:100px;
}
.description {
	text-align: left;
	display: block;
	clear: both;
	width:100%;
}
.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1865C8;
	display:inline;
	white-space: nowrap;
	overflow: hidden;
}
/*/////////////////////// Panier ///////////////////////*/
.fond-bleu-clair {
background-color: #D0D7FF;
}
.panier-detail {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.panier-detail-gauche {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.fond-bleu-fonce {
	background-color: #719AC0;
	margin:0px;
}
.panier-totaux {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

