/***********************************************/
/* shop.css                            */
/* Use with template shop.html         */
/***********************************************/
.style4 {font-size: 120%}
.style5 {
	font-family: Alor;
	font-size: 130%;
}
.style6 {
	color: #FF00FF;
	font-family: Alor;
	font-size: 140%;
}
.style7 {
	color: #3300FF;
	font-weight: bold;
	font-size: medium;
	background-color: #FFCC00;
}
.style8 {
	color: #CC0033;
	font-weight: bold;
}
.style11 {
	color: #FF3300;
	font-size: 130%;
	font-weight: bold;
}
.style12 {color: #0000FF}
.style13 {
	color: #CC0000;
	padding-right: 2%;
	font-size: 130%;
}
.style14 {
font-family: Alor;Arial;
color: #FF00FF;
font-size: 160%
}
.style15 {
font-family: Alor;Arial;
color: #ffffff;
font-size: 150%
}

.style18 {
font-size: small; 
color: #CC3300; 
font-weight: bold;
 }

.style19 {
color: #3300FF
}

.style20 {
	color: #333333;
	font-weight: bold;
}

.style21 {
	color: #6600CC;
	font-weight: bold;
}
.style22 {
	color: #FF0066;
	font-weight: bold;
}

}
.style23 {
color: #0000FF
}

.style24 {
	color: rgb(153, 51, 153);
	background-color: rgb(255, 255, 255);
}

.style25 {
	color: #334d55;
	font-weight: bold;
}


.style27 {color: #FFFFFF}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-attachment: fixed;
	background-color: #816969;
	background-image: url(fond.png);
}

#affaires {
	position:absolute;
	left:400px;
	top:141px;
	width:507px;
	height:50px;
	z-index:1;
}
/******* hyperlink and anchor tag styles *******/

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

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 130%;
	font-weight: bold;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #0066CC;
 margin: 0px;
 padding: 0px;
}

h3{
	font: bold 100% Arial,sans-serif;
	color: #663300;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 140px;
	left: 18px;
	width:95.6%;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 17px;
	left: 2%;
	right: 2%;
	width:95.6%;
}
#banniere{
	position:relative;
	margin-left: auto;
     margin-right: auto;
	top:0px;
	width:730px;
	height:90px;
	background-position: center;
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-family: Verdana, sans-serif;
	font-size: small;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	color: #ffffff;
	font-weight: normal;
	padding-top: 19px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
	width: 100px;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#pageName h2{
	color: #CC3300;
	margin:0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 175%;
	font-weight: bold;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 3px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #CCCCCC;
padding: 0px;
margin: 0px;
background-image: url(portail_magasins.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 8px;
	height: 32px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 16px;
	z-index: 100;
	width: 838px;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #0000FF;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 96px;
	left: 0px;

	/*width: 100%;*/
c
	visibility: hidden;
	color: #0099FF;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 10px;
	height: 30px;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #0033CC;
	background-color: #FFFFFF;
	min-width: 640px;
	height: 30px;
	background-image: url(glblnav_vio.gif);
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/************** boutique styles *****************/

.boutique{
	font-size: 100%;
	min-height: 0px;
	height: 0px;
	background-color: #FFEA00;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFEA00;
	border-right-color: #FFEA00;
	border-bottom-color: #FFEA00;
	border-left-color: #FFEA00;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
html>body .boutique {
	height: auto;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFEA00;
	background-color: #FFEA00;
}
.boutique h2{
	color: #7F53A5;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-family: Arial, sans-serif;
	font-size: 115%;
	font-weight: bold;
}
.boutique img{
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFEA00;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFEA00;
}
/************** plan styles *****************/

.plan{
	font-size: 80%;
	min-height: 200px;
	height: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
html>body .plan {
	color: #333333;
	height: auto;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #3300FF;
	font-family: Arial, sans-serif;
	line-height: 1.166;
}
/************** feature styles *****************/

.feature{
	font-size: 80%;
	min-height: 200px;
	height: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
html>body .feature {
	color: #333333;
	height: auto;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #3300FF;
	font-family: Arial, sans-serif;
	line-height: 1.166;
}

.feature h3{
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0%;
	font-family: Arial, sans-serif;
	font-size: 175%;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(h3d.jpg);
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

/*************** story styles ******************/

.story {
	font-size: 80%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	margin-top: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#siteInfo img{
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;
	background-color: #D8CC0B;
}

#sectionLinks a:hover{
	background-color: #909320;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFF66;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	background-color: #E27412;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0033;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
^
/************ sectionLinks styles **************/

#sectionshop{
	margin: 0px;
	padding: 0px;

}

#sectionshop h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionshop a:link, #sectionshop a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;
	background-color: #F29B04;
}

#sectionshop a:hover{
	background-color: #E27412;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFF66;
}


/************* relatedLinks styles **************/

.relatedshop{
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	background-color: #E27412;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.relatedshop h3{
	padding: 10px 0px 2px 0px;
}

.relatedshop a{
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0033;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/
