body, html {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #263a7f;
	background-position: 0px 140px; 
	background-repeat: repeat;
	background-attachment: fixed;
}

#main
{
	background-color: White;
	padding: 15px;
}

#container { 
	width: 950px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#parent
{
	min-width: 950px;
}

#header 
{
	background-repeat: no-repeat;
	background-position: left top;
	height: 77px; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(/images/BgSlice.gif);
	background-repeat: repeat-x;
	margin-top: 6px;
	text-align: left;
}

#header h1 {
	display: none;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header #headerInner
{
	position: relative;
	width: 950px;	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-repeat: no-repeat;
}

#headerInner1
{
    float:left;
}

#footer
{
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 164px;
}

#footer #copyright {
	text-align: center;
	padding-top: 71px;
	margin-top: 0px;
	color: #c56100;
}

#footer #copyright a
{
	color: #840101;
}

.floatRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.floatLeft { /* this class can be used to float an element left in your page */
	float: left;
}

.clearFloat, .clearLeft, .clearRight
{
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0;
	padding: 0;	
}

.clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}

.clearLeft
{
	clear: left;
}

.clearRight
{
	clear: right;
}

/* zones de lien dans le header */
#header a span
{
	display: none;
}

#header #headerPanel
{
	padding-left: 640px;
}

#header #search
{
	margin-top: 5px;
	height: 25px;
}

#header #search input[type=text]
{
	font-size: 10px;
	width: 137px;	
}

#header #search .btnSearch
{
	background-repeat: no-repeat;
	background-color: Transparent;
	border-style: none;
	width: 26px;
	height: 18px;
	line-height: 18px;
	display: block;
}

#header #homePage
{
	padding-top: 33px;
}

#header #nrj
{
	background-image: url(/images/LogoNRJ.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 80px;
	float: right;
	margin-top: 8px;
	padding-top: 50px;	
	color: #95abf7;
	font-size: 10px;
}

#header #nrj span
{
	display: none;
}

#header #home1
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 77px;
	display: block;
	/*border: 1px solid red;*/
	text-decoration: none;
}

.mortaiseExtra
{
	/*border-style: solid;*/
	/*border-width: 1px;*/
	/*padding: 10px 10px; */
	font-size: 10px;			
}

.mortaiseExtra div.floatLeft, .mortaiseExtra div.floatRight
{
	width: 102px;
	overflow: hidden;
	margin-top: 15px;
	text-align: left;
}

.mortaiseExtra .linkSmall
{
	margin-bottom: 5px;
	margin-top: 5px;
	text-transform: uppercase;
	display: block;
	width: 100%;
}

.mortaiseExtra hr
{
	margin-bottom: 0px;
}

#mortaiseSearch
{
	text-align: left;
}

#mortaiseSearch .button
{
	margin: 10px auto 0 auto;
	float: none;
	width:145px
}

#sidebar {
	
	float: right; /* since this element is floated, a width must be given */
	width: 258px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	text-align: center;
	/*margin: 0 0 0 600px;*/
}

#sidebar div.element
{
    /*padding: 9px 15px 0px 16px;*/ /* padding keeps the content of the div away from the edges */		    
	margin-top: 8px;
    margin: 15px auto 0 auto;
    
    width: 169px;

}

#sidebar > div.element p {
	
	padding-top: 10px;
}

.businessHeader
{
    margin-bottom:20px;
}

.businessHeader img
{
    vertical-align: middle;
    margin-right:10px;
    float:left;
}

#mainContent { 
	/*margin: 0px 320px 0px 0px;*/ /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	float: left;
	width: 640px;
}

#mainContent h1 {
	margin-left:0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 54px;
	padding-top: 5px;
	min-height: 44px;
}

#mainContent h1 hr
{
	border-style: none none solid none;
	border-color: #263A7F;
	color: White;
	margin-top: 3px;
	margin-bottom: 0;	
}

#resourceImages
{
	float: left;
	width: 260px;
}

#resourcesList hr
{
	border: none 0;
	color: #263a7f;
	background-color: #263a7f;
	height: 4px;
	clear: both;
	margin-top: 10px;	
}

#categories li {
	padding-right: 0px;
	padding-left: 0px;
	line-height: 15px;
	list-style-type: none;
	background-image:none;
    display:inline; 
	}

#navigationPath 
{
	color: #95abf7; 	
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 20px;
}

#navigationPath a:link, #navigationPath a
{
	font-size: 10px;
	font-weight: bold;
}

#pagePickerObject
{
	margin-top: 10px;	
}

.mainItem
{
	margin-bottom: 30px;
}

.mainItem #nav
{
	background-color: #e2e8ff;
	border-top: solid 1px #263a7f;
	border-left: solid 1px #263a7f;
	border-bottom: solid 1px #263a7f;
	border-right: none;
	padding: 6px 0px 6px 3px;
	display: inline-block;
	margin: 0;
	background-position: right top;
	background-repeat: no-repeat;
	height: 54px;
}

.mainItem #nav li
{
	list-style-type: none;
	background-image: none;
	display: inline;
	margin: 0 3px 0 3px;
	padding: 0;
	
}

.mainItem #nav li img
{
	border-width: 2px;
}

#AlphaBetaPickerControl .letterSelected
{
	font-weight: bold;
}

#AlphaBetaPickerControl .letterNoData
{
	color: #AFBCE7;
}

th, .textTableTitle {
	text-decoration: none;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	margin:0;
	padding:0;
	}
	
h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px; 
	padding-bottom: 5px;
	text-align: left;
	text-transform: uppercase;
   }
   
h1 li {
	padding-right: 5px;
	padding-left: 0px;
	line-height: 15px;
	list-style-type: none;
	background-image:none;
    display:inline; 
	}
	
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #dfa800; 
	margin-top: 0px;
	padding-bottom: 5px;
	text-align: left;
	margin: 0;
	text-transform: uppercase;
   }
	
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #dfa800;
	margin-bottom: 5px;
	text-align: left;
	text-transform: uppercase;
   }
   
h3 a, h3 a:hover, h3 a:visited, h3 a:link
{
	color: #dfa800;
}

h3 a:hover
{
	text-decoration: underline;
}
	
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #263a7f;
	margin-top: 4px; 
	margin-bottom: 4px;
	text-transform: uppercase;
   }
	
h5 {
	font-size: 10px;
	font-weight: normal;
	color: #c79600;
	margin-top: 0px;
	margin-bottom: 5px;
	text-transform: uppercase;
   }	
	
h6 {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff; 
	margin-top: 3px; 
	margin-bottom: 5px;
	text-align: left;
   }	

p {
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: left;
	}
	
ul {
	font-weight: normal;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-right: 5px;
	}

li {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 13px;
	background-image: url(/images/Icones/Puce.gif);
	background-repeat: no-repeat;
	background-position:0.1em 4px;
	list-style-type: none;
	}
	
ul li > span { 
	color: #9f6020;	
	font-size: 10px; 
	}
	
ul.ul1 li > span { 
	color: #263a7f;	
	font-size: 12px; 
	}

ul.ul1 {
	color: #dfa800;	
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin-left: 12px;
	padding-left: 5px;
	}

hr {
	color: #ffffff; 
	background-color: #ffffff; 
	border: 1px dotted #dfa800; 
	border-style: none none dotted;
	width: 100%;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	}

hr.hr1 {
	color: #ffffff; 
	background-color: #fff9e6; 
	border: 1px dotted #dfa800; 
	border-style: none none dotted;
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
hr.hr2 {
	color: #ffffff; 
	background-color: #ffffff; 
	border: 1px dotted #dfa800; 
	border-style: none none dotted;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
	}
	
hr.hr3 {
	color: #f9fbff; 
	background-color: #f9fbff; 
	border: 1px dotted #536dc2; 
	border-style: none none dotted;
	width: 100%;
	margin-top: 6px;
	margin-bottom: 3px;
	}
	
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	

table, td, tr, p {
	font-size: 12px;
	font-weight: normal;
	color: #263a7f;
	}

input[type="text"], select {
	/*background-color: #e7ecff;*/
	font-size: 12px;
	font-weight: normal;
	color: #263a7f; 
	padding: 2px;
	border-width: 1px;
	border-color: #263a7f;
   }
	
textarea {
	background-repeat: no-repeat;
	/*background-color: #e7ecff;*/
	color: #263a7f;
	padding: 2px;
	border-width: 1px;
	border-color: #263a7f;
	font-size: 12px;
   }
	
input[type="submit"] {
	background-color: #840101;
	color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	border-width: 1px;
	border-color: #490000;
	cursor: pointer;
	} 
	
input.inputSelect1, select.inputSelect1 {
	background-color: #f8f4d8;
	color: #94851c;
	} 
	
textarea.inputSelect1 {
	background-repeat: no-repeat;
	background-color: #f8f4d8;
	color: #94851c;
	}   
	
input[type="submit"].input1 {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	border-width: 1px;
	cursor: pointer;
	} 
	
img.imageBorder {
	border-width: 1px;
   border-color: #263a7f;
   border-style: solid;
	}
	
img.imageFloatLeft
{
	float: left;
	margin-right: 15px;
}
	
img.imageAlign {
	vertical-align: bottom;
	padding-left: 5px;
	}
	
.textSmallWarning {
	text-decoration: none;
	color: #CC0000;
	font-size: 10px;
	font-weight: normal;
	}
	
.textSmall {
	text-decoration: none;
	color: #263a7f;
	font-size: 10px;
	font-weight: normal;
	}
	
.textSmallDate {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	}
	
.textSmallInfo {
	text-decoration: none;
	color: #c79600;
	font-size: 10px;
	font-weight: normal;
	}
	
.textWarning {
	text-decoration: none;
	color: #CC0000;
	font-size: 12px;
	font-weight: normal;
	}
	
.tableBgColor1 {
	background-color: #fff1c2;
	}
	
.tableBgColor2 {
	background-color: #fff8e2;
	}
	
#itemsPerPage 
{
	width: 500px;
	margin: 6px auto;
}

#itemsPerPage .cornerBox > .corner {
	position: absolute;
	width: 10px;
	height: 10px;
	background-image: url('/images/CornersTableBlueFull.gif');
	background-repeat: no-repeat;
	font-size: 0%;
	margin: 0px;
	background-color:White
}

#itemsPerPage .cornerBox > .cornerBoxInner {
	border: solid 1px #263a7f; 
	border-style: solid;
	padding-top: 10px;
	color:White;
	font-weight:bold;
	padding-bottom:10px;
	text-align:center;
	background-color:#263A7F;
	font-size: 10px;
}

.tableStyle {
	color: #dfa800;
	background-color: #fff9e6;
	border-top: 0px;
	border: 1px;
	border-style: solid;
	width: 100%;
	padding: 0px;
	}
	
.requirements {
	color: #e3b62b;
	background-color: #fff5d5;
	border: 1px;
	border-style: solid;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
	}
a {
	font-size: 12px;
	font-weight: bold;
	}

a:link {
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a:visited {
	text-decoration: none;
	}
	
a.a1:link {
	text-decoration: none;
	color: #840101;
	}
	
a.a1:hover {
	text-decoration: underline;
	color: #FF5413;
	}		
	
a.a1:visited {
	text-decoration: none;
	color: #976f46;
	}

a.linkSmall {
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	}

a.linkSmall:link {
	text-decoration: none;
	}
	
a.linkSmall:hover {
	text-decoration: underline;
	}
	
a.linkSmall:visited {
	text-decoration: none;
	}
	
a.linkSmall1 {
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 2px;
	}

a.linkSmall1:link {
	color: #840101;	
	text-decoration: none;
	}
	
a.linkSmall1:hover {
	color: #b10000;
	text-decoration: none;
	}
	
a.linkSmall1:visited {
	color: #840101;
	text-decoration: none;
	}	
	
a.linkTitle
{
	font-size: 14px;	
	display: block;
	margin-bottom: 20px;
}

a.linkSubTitle {
	font-size: 10px;	
}

.linkSeparator {
	font-size:10px;
	color:#95abf7;

}

.cursor {
	cursor: pointer; 
	}
	
.listItem 
{
	margin: 8px 0 8px 0;	
}	

.listItem img.floatLeft
{
	margin-right: 10px;
	margin-bottom: 6px;
	vertical-align: text-top;
}

.listItem .contentSeparator
{
	margin-bottom: 8px;
}
	
.listItem .contentRight
{
	margin-left: 110px;
}	
	
.homeMortaise {
	margin-bottom: 20px;
	}
	
.homeMortaise li {
	list-style-type : none;
	background-image : none;
	padding: 0;
	}
	
.homeMortaise img
{
	margin-bottom: 5px;	
}
	
.homeMortaise h2 
{
	font-weight: bold;
	color: #263a7f;
	font-size: 14px;
	float: left;
	text-transform: none;
}

.homeMortaise hr 
{
	/*border-bottom: solid 4px #263a7f;*/
	border: none 0;
	color: #263a7f;
	background-color: #263a7f;
	height: 4px;
	clear: both;
	margin-top: 0px;
}

.homeMortaise hr.contentUnder
{
	margin-bottom:4px;
}

.homeMortaise a .button
{
	float: right;
}

.button
{
	font-weight: bold;
	cursor:pointer;
	position: relative;
	font-size: 10px;
}

.homeMortaise a:hover
{
    text-decoration: none;
}

.button .corner {
	position: absolute;
	width: 6px;
	height: 6px;
	background: url('/images/CornersButton.png') no-repeat;
	font-size: 0%;
}

.button .buttonInner
{
	padding:3px 10px;	
	margin: 0 auto;
}

.button .TL {
	top: 0;
	left: 0;
	background-position: 0 0;
}

.button .TR {
	top: 0;
	right: 0;
	background-position: -6px 0;
}

.button .BL {
	bottom: 0;
	left: 0;
	background-position: 0 -6px;
}

.button .BR {
	bottom: 0;
	right: 0;
	background-position: -6px -6px;
}

#btnTop
{
	float: right;
	width: 22px;
	height: 22px;
}

#btnTop span
{
	display: none;
}

.cornerBox {
	position: relative;
}
.mortaiseExtra > .corner {
	position: absolute;
	width: 10px;
	height: 10px;
	font-size: 0%;
	margin: 0px;
}
.mortaiseExtra .cornerBoxInner {
	padding: 12px;
}

.cornerBox > .TL {
	top: 0;
	left: 0;
	background-position: 0 0;
}
.cornerBox > .TR {
	top: 0;
	right: 0;
	background-position: -10px 0;
}
.cornerBox > .BL {
	bottom: 0;
	left: 0;
	background-position: 0 -10px;
}
.cornerBox > .BR {
	bottom: 0;
	right: 0;
	background-position: -10px -10px;
}

.slideshow
{
	height:202px;
	margin: 20px 0 20px 0;
	overflow:hidden;
	padding:0;
}

.popularlistItem 
{
	float:left;
}

.popularlistItem .popularlistItem_Image
{
	float:left;
	margin-right:8px;
}

.popularlistItem .popularlistItem_Content
{
	float:left;
	width:130px;
	margin-right:10px;
}

.resourceListColumn
{
	float:left;
}

.resourceListColumn .listItem
{
	margin-right: 10px;
}

.resourceListColumn .homeMortaise .listItem
{
	margin-right: 0px;
}

.mediaAlbumImage 
{
    float:left;
    margin-right:15px;
    margin-left:15px;
    margin-bottom:20px;
    text-align:center
}

#osblList
{
    margin-bottom:0px;
    margin-top:0px;
}

#osblList li
{
    text-align:left;
}

#osblList a
{
    font-size: 10px;
}

.offer .soldLabel
{
	font-weight:bold;
	font-size:13px;
	color: Red;	
}

.offerDetail
{
	text-align:center;	
}

.offerDetail .soldLabel
{
	font-weight:bold;
	font-size:16px;
	color: Red;	
}

.waitPopup
{
	text-align:center;
	width:175px; 
	/*height:120px;*/
	/*background-color:#FFFFFF;
	border:1px #000000 solid;*/
	float:left;
	position:absolute;
	z-index:999;
	/*padding:10px;*/
	/*left:407px;*/
	margin-left: 233px;
}

.waitPopup .cornerBoxInner
{
	height:100px;
}

.waitPopup .cornerBoxInner h4
{
	margin-bottom:16px;
}
