#menu_deroulant_creer_site {	
  padding-left: 30px;
  font-size: 12px;  
  font-weight: bold;   
}
#menu_deroulant_creer_site a {
	background:#fff url('/img/menu.gif');
  width: 64px;
  height: 42px;	
  display: block;
	float: left;
	line-height: 27px;
	padding: 0px 11px;
	text-decoration:none;
  font-size: 12px;  
  font-weight: bold;
	color: white;
	text-align: center;
}
    
#menu_deroulant_creer_site a.hover, #menu_deroulant_creer_site a:hover {
    background:#000 url('/img/menu.gif') 0 -42px;
    padding: 0;
    margin: 0px;
    color: #012169;
    width: 86px;
    height: 42px;
    text-align: center;
    font-size: 12px;  
    font-weight: bold;    
}

/* End nutton nav */

/* Begin TransMenu */

table.items tr.item td {
	color: #ffffff;
	padding: 0 20px;
	line-height: 22px;
    font-size: 12px;  
    font-weight: bold;  	
}


/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
table.items tr.item.hover td {
	color: white;
	background: #3a8bf2;
}

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
}

.transMenu.top .items {
	border-top:none;
}

/* each TR.item is one menu item */
.transMenu .item {
    color:#fff;
    font-size:10px;
    font-family:sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	background: #066c9f;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	display: none;
	visibility: hidden;
}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	display: none;
	visibility: hidden;
}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	position: absolute;
	margin: 0;
	width: 1px;
	visibility: hidden;
}
	
/* End TransMenu */

body {
	background-color: #ffffff;	
	font: normal 11px Tahoma;
	color: #444444;
	padding:0px;
	margin:0px;
}
img {
	border:0px;
}
h1{
	font: normal 13px Verdana;
	color: #000000;
	padding: 16px 0px 13px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px solid black;
	page-break-before: avoid; 
	
}

h2 {
	font: normal 13px Verdana;
	color: #000000;
	padding: 16px 0px 13px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px solid black;
}
h2.titreLogin {
	font: normal 13px Verdana;
	color: #FFFFFF;
	padding: 16px 0px 0px 15px;
	margin: 0px 0px 0px 28px;
	border: 0px solid black;
	font-weight: bold;
}
h2.gray {
	font: bold 11px Tahoma;
	color: #666666;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px solid black;
}

h3 {
	font: normal 13px Verdana;
	color: #0099FF;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
	border: 0px solid black;
	
}
h4 {
	font: normal 11px Tahoma;
	color: #000000;
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px solid black;
	width: 100%;
}
h4.small {
	font: normal 10px Tahoma;
}
p {
	padding: 0px 0px 7px 0px;
	margin:0px;
	font: normal 11px Tahoma;
	line-height:15px;
}


a:active, a:link, a:visited {
	font: normal 11px Tahoma;
	color: #444444;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
}

a:hover {
	font: normal 11px Tahoma;
	color: #444444;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
}
a.mylink:active, a.mylink:link, a.mylink:visited {
	font: normal 11px Tahoma;
	color: #444444;
	text-decoration: underline;
	background: none;
}
a.mylink:hover {
	font: normal 11px Tahoma;
	color: #444444;
	text-decoration: underline;
}
ul {
	margin: 0px 0px 10px 15px;
	padding: 0px 0px 0px 0px;
	border: 0px solid black;
}
li {	
	padding-top:0px;
	margin-top:0px;
}
select {
	font: normal 10px Tahoma;
}

#websiteLayout {
	margin:0px auto 0px auto;
	width: 880px;
	overflow:hidden;
	border: 0px solid black;
}

#header {
	background: White;
	width: 893px;
	border: 0px solid red;
	float: left;
}
#headerTop {
	background: White;
	height:62px;
	
	margin: 0px;
	padding: 0px;
}
#headerLogo {
	float:left;
	margin: 10px 0px 0px 29px;
}
#liensHeader {
	margin:20px 0px 0px 0px;
	float:left;
	padding: 0px;
	border: 0px solid black;
	
}
#liensHeader li {
	display: inline;
	margin-left: 19px;
	border: 0px solid black;
	float: left;
	text-align: right;
	
}
li.plandusite {
	padding: 1px 0px 0px 0px;
	margin: 0px;
}
li.contact {
	padding: 0px 2px 0px 13px;
	background-position: left top;
	margin: 0px;
}
#liensHeader a {
	float: left;
	color: #666666;
	text-decoration: none;
}
#centerContent {
  background-color: White;
	width: 640px;
	float: left;
}
#mainContent {
  background-color: White;
	margin-top: 0px;
	float: left;
}
#rightContent {
	width: 200px;
	float: right;
	border: 0px solid black;
}
div.tableLogin {
	width: 200px;
	background:url(/img/login.gif) no-repeat;
	float:left;
	color: #FFFFFF;
	font-weight: bold;
	height: 181px;
}
div.tableEcom {
	background:url(/img/ecom.gif) no-repeat; 
	color: #FFFFFF;
	font-weight: bold;
  height:76px; 
	clear:both;
	width: 200px;
	float:left;
}
#searchEcom {
	width: 100%;
	border: 0px solid red;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
div.champLogin {
	float: left;
	width: 180px;
	margin-top: 17px;
	margin-left: 10px;
	text-align: left;
	color: #ffffff;
	border: 0px solid black;
}
div.formRowEcom {
	float: left;
	width: 160px;
	margin: 0px 0px 0px 0px;
}
input.textField {
	font: normal 11px Tahoma;
	border: 1px solid #919191;
	width: 132px;
}
label.labelText {
	float: left;
	padding: 5px 1px 0px 0px;
	font-size:11px;
}
input.searchField {
	font: normal 11px Tahoma;
	border: 1px solid #919191;
	width: 80px;
	margin: 0px 0px 0px 2px;
}
div.centerContentText {
	border: 0px solid blue;
	float: left;
	line-height:15px;
	width: 640px;
	border: 0px solid black;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
div.leftText {
	width: 340px;
	float: left;
	border: 0px solid red;
}
div.rightText {
	width: 280px;
	float: right;
	margin: 0px 0px 0px 0px;
	border: 0px solid red;	
}
div.columnSubject {
	width:100%;
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border: 0px solid red;
}
div.columnRow {
	width:100%;
	float: left;
	text-align: left;
	margin-top: 12px;
	border: 0px solid black;
}
div.more {
	width: 140px;
	float: left;
	text-align: right;
	border: 0px solid black;
	margin: 6px 0px 0px 0px;
	padding: 0px 40px 0px 0px;
}
#footer {
  background-color:white;
	width: 885px;
	float: left;
	padding-top: 50px;
}
div.left {
	border: 0px solid black;
	float: left;
	width: 500x;	
}
div.right {
	border: 0px solid black;
	float: right;
}
#imageDiv {
	float: left;
	width: 78px;
	padding: 0px 0px 8px 0px;
	border: 0px solid black;
}
div.wrapRightText {
	float: left;
	margin-left: 30px;
	padding: 0px;
	border: 0px solid black;
	width: 180px;
}
label.labelLogin {
	font: normal 11px Tahoma;
	padding-bottom: 2px;
	float: left;
	color: #ffffff;
	width: 100%;
}
a.labelLogin {
 color: #ffffff;
}
td.title {
	background-color: #FFF5E5;
	width: 100%;
	color: #FF9900;
	font: bold 11px Tahoma;
}
td.input {
	width: 400px;
	text-align: left;
	float: left;
	padding: 5px 0px 5px 0px;
}
div.hautDroit {
	float: right;
	margin-right: 20px;
	border: 0px solid black;
}
li.accueil {
	background-repeat: no-repeat;
	background-position: left top;
}
li.plandusite {
	background-repeat: no-repeat;
	background-position: left top;
}
li.contact {
	background-repeat: no-repeat;
	background-position: left top;
}
#liensHeader li a:active, #liensHeader li a:link, #liensHeader li a:visited {
	color: #666666;
	text-decoration: none;
}
#liensHeader li a:hover {
	color: #0099FF;
}
h3.title {
	font: normal 12px Tahoma;
	color: #0099FF;
	margin: 0px 0px 7px 0px;
	padding: 0px;
}
#lstProduitVert {
	list-style : square url(/img/pucevert.gif);
  font-size: 10px;
	margin: 0px 0px 10px 15px;
	padding: 0px 0px 0px 0px;    
}
#lstProduitVert li {
	font: normal 11px Tahoma;
	color: #666666;  
}
.lstProduitBleu {
	list-style : square url(/img/puce.gif);
  font-size: 10px;
	margin: 0px 0px 10px 15px;
	padding: 0px 0px 0px 0px;  
}
ul.lstProduitBleu li a:active, ul.lstProduitBleu li a:link, ul.lstProduitBleu li a:visited {
	color: #666666;
	text-decoration: none;
}
ul.lstProduitBleu li a:hover {
	text-decoration: underline;
}
.lstProduitBleu li {
	font: normal 11px Tahoma;
	color: #666666;  
}
a.more:active, a.more:link, a.more:visited {
	background: url(/images/bl-more.gif) no-repeat left top;
	text-decoration: none;
	font: normal 11px Tahoma;
	color: #0099FF;
	float: right;
	text-align: right;
	margin: 6px 0px 0px 0px;
	padding: 0px 5px 0px 12px;
}
a.more:hover {
	background: url(/images/bl-more.gif) no-repeat left top;
	text-decoration: underline;
	font: normal 11px Tahoma;
	color: #0099FF;
	float: right;
	text-align: right;
	margin: 6px 0px 0px 0px;
	padding: 0px 5px 0px 12px;
}
a.knowmore:active, a.knowmore:link, a.knowmore:visited {
	background: url(/images/bl-more.gif) no-repeat left top;
	text-decoration: none;
	font: normal 12px Tahoma;
	color: #0099FF;
	text-align:center;
	font-weight: bold;
	margin: 6px 0px 0px 0px;
	padding: 0px 5px 0px 12px;
}
a.knowmore:hover {
	background: url(/images/bl-more.gif) no-repeat left top;
	text-decoration: underline;
	font: normal 12px Tahoma;
	color: #0099FF;
	text-align: center;
	font-weight: bold;
	margin: 6px 0px 0px 0px;
	padding: 0px 5px 0px 12px;
}
a.date:active, a.date:link, a.date:visited {
	color: #0099FF;
	margin: 1px 0px 1px 0px;
	padding: 1px 0px 1px 0px;
	text-decoration: none;
}

a.date:hover {
	color: #0099FF;
	margin: 1px 0px 1px 0px;
	padding: 1px 0px 1px 0px;
	text-decoration: underline;
}

span.date {
	float: left;
	color: #0099FF;
	display: block;
	width: 309px;
	margin: 0px;
	padding: 0px 0px 2px 0px;
}
#copyright {
	color: #0099FF;
	width: 750px;
	float: left;
	margin: 4px 0px 0px 0px;
}
#copyright a {
	color: #bbbbbb;
	text-decoration: none;
}
#copyright a:hover {
	color: #0099FF;
	text-decoration: underline;
}
div.topMenuDivider {
	background: url(/img/bg-divider.gif) repeat-x left top;
	width: '100%'';
	height: 10px;
	border: 0px solid black;
	float: left;
	font-size:0px;
	clear:both;
}
td.input {
	width: 400px;
	text-align: left;
	float: left;
	padding: 5px 0px 5px 0px;
}
h3.plandusite {
	background:url(/images/bl-sitemap.jpg) repeat-y;
	background-color:#EFEFEF;
	padding:4px 5px 4px 15px;
	margin:5px 4px 5px 4px;
}
a.resume:active, a.resume:link, a.resume:visited {
	text-decoration: none;
}
a.resume:hover {
	text-decoration: underline;
}
.error {
color: #FF0000;
}
.errorMessage {
	color: #DD0000;
}
.textbas {
  color: #bbbbbb;
}
a.lienbas:active, a.lienbas:link, a.lienbas:visited {
  color: #bbbbbb;
}
.dernierereaecom {
  background-image: url('/img/derniere-rea-ecommerce.jpg');
  background-repeat: no-repeat;
  width: 299px;
  height: 258px;
  padding-top: 30px;
  text-align: center;
}
