/*html {
        
	position: relative;
	height: 100%;
}*/
        	
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
a {
	color: #000;
	text-decoration: none;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}
a:hover {
	text-decoration: underline;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
b {
	font-weight: 900;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

	input[type="submit"]::-moz-focus-inner {
		border: none;
	}

legend {
	color: #000;
}
body {
	position: relative;
	background: #EFEFEF; /* url(/images/bg.jpg) repeat-x scroll 2px 0;*/
	/* behavior: url('scripts/csshover.htc'); */
	font: 13px/1.231 arial, sans-serif;
	*font-size: small;
	*font: x-small;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

table {
	font-size: inherit;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}
.hidden {
	height: 1px;
	overflow: hidden;
	position: absolute;
	top: -9px;
	width: 1px;
}

.elem-visible { display: block; }
.elem-hidden { display: none; }

hr.clear {

	visibility: hidden;
	clear: both;	
	height: 0px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.elem-hidden {
	display: none;
}

/* Google Chrome / Safari fix
----------------------------------------------------------------------------- */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	/* Suppression de la bordure on focus orange/bleu */
	input:focus { outline-style:none !important; outline-width:0 !important;  }
}

/* Text Colors
----------------------------------------------------------------------------- */
.text-c1 { color: #2c799d/*blue*/ }
.text-c2 { color: #ff7000/*orange*/ }

/** blocs
---------------------------------------------------------------------------- */
.blkb,
.blkb-g,
.blkb-w {
	background: #fff;
	border-color: #C4C4C4 #C4C4C4 #B7B7B7 #A4A4A4;
	border-style: solid;
	border-width:1px 1px 2px 2px
}
.blkb-g { background: #e3e1e1 }

/* bt
----------------------------------------------------------------------------- */
.bt-submit-1,
.bt-submit-2,
.bt-submit-3 {

	height: 20px;
	border: 0;
	background: transparent url(/images/search/list/refinements-form-submits.png) no-repeat scroll -237px 0px;
	/*background: url(/images/form-submits.png) no-repeat 0 0;*/
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;	
	cursor: pointer;
	outline: 0;
	border: 0;
	padding-bottom: 3px;
}

	.bt-submit-1 {
	
		width: 91px;
		background-position: -237px 0;
	}
	
	.bt-submit-2 {
	
		width: 130px;
		background-position: -237px -20px;
	}
	
	.bt-submit-3 {
	
		width: 145px;
		background-position: -237px -40px;
	}	
	
/* inputs & forms process
----------------------------------------------------------------------------- */
form ul.errors {
	color: #db141f;
	font-size: 12px
}

.field-process-container {
	position: relative;
}

	span.field-processing {
		display: block;
		top: 5px;
		position: absolute;
		width: 20px;
		height:20px;
		background: url(/images/loading.gif) no-repeat 50% 50%
	}

	span.field-processing-hidden { display: none }

.xhr-form {
	position: relative
}

.form-process {
	background: #6C6C6C;
	opacity: 0.75;
	filter: alpha(opacity=75);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0
}
	.form-process span {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		height: 40px;
		width: 40px;
		overflow: hidden;
		margin: -20px 0 0 -20px;
		padding: 10px;
		background: url(/images/loading.gif) no-repeat 50% 50%
	}

/* Messenger
---------------------------------------------------------------------------- */
.messenger ul.warning,
.messenger ul.notice {
	border: 1px solid #a66c14;
	background: #fff5c4
}
.messenger ul.success {
	border: 1px solid #679a31;
	background: #dff2bf
}
.messenger ul.info {
	border: 1px solid #ffffff;
	background: #444444
}
.messenger ul.error {
	border: 1px solid #db141f;
	background: #ffbaba
}
.messenger ul {
	padding: 0 0 10px 30px;
	color: #444
}
	.messenger  ul.info {
		color: #fff
	}
	.messenger  ul li {
		padding: 10px 0 0 0;
		font-weight: bold;
		font-size: 12px;
		list-style-type: disc;
		list-style-position: outside
	}
		.messenger  ul li a {
			color: #444;
			text-decoration: underline
		}
		.messenger  ul li.info-msg a {
			color: #fff
		}

/* Popup
---------------------------------------------------------------------------- */
.tundra-3999 .dijitDialogUnderlay {
    background: #6c6c6c;
    opacity: 0.75;
    filter: alpha(opacity=75)
}

.tundra-3999 .dijitDialog {
	border: 0 !important;
	background: #fff
}

.tundra-3999 .dijitDialogTitleBar {
	background: #454445 !important;
	color: #fff
}

.tundra-3999 .dijitDialogCloseIcon {
	width: 20px !important;
	height: 20px !important;
	top: 4px;
	right: 10px;
	cursor: pointer;
	background: url(/images/popup/close.png) no-repeat 0 0 !important
}
.tundra-3999 .dijitDialogCloseIcon-hover {
	background-position: 0 -20px
}

/** clear floats
---------------------------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix { /*display: inline-block*/ } /* IE on Mac */
.clearfix.elem-hidden {
	display: none /* IE KLUDGE */
}