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,  th, var {
	font-style: normal;
	font-weight: normal;
}
strong {
	font-style: normal;
	font-weight: bold;
}
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;
	font: 13px/1.231 arial, sans-serif;
	*font-size: small;
	*font: x-small;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #222
}

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 }

/* Navigation
----------------------------------------------------------------------------- */

.pagenav {
	width: 512px;
	height: 25px;
	margin: 0 auto;
	line-height: 25px;
	text-align: center;
	color: white;
	font-size: 8pt;
	margin-bottom: 15px
}
	.pagenav span,
	.pagenav a {
		border: 1px solid #949494;
		font-weight: bold;
		padding: 3px 6px
	}
	.pagenav a {
		background:#FFFFFF none repeat scroll 0 0;
		color: #052939
	}
	.pagenav .active {
		background: #454445 none repeat scroll 0 0;
		color: #BDC5C7
	}

/** clear floats
---------------------------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}


.clearfix.elem-hidden {
	display: none /* IE KLUDGE */
}



