@charset "utf-8";


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th/*,td*/ { 
	margin:0;
	padding:0;
}
table {
	/*border-collapse:collapse;*/
	/*border-spacing:0;*/
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,/*em,strong,*/th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	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;
}

/* layout */

html {
	height: 100%;
}

body {
	background: #23559E; /* url(none); */
	font: Arial, Helvetica, sans-serif;
	color: #263242;
	height: 100%;
}

#wrapper {
	border-right: 0.31em solid #dde6f2;
	border-left: 0.31em solid #dde6f2;
	position: relative;
	z-index: 1;
	background: url(/images/bg.jpg) no-repeat center 151px;
	min-height: 100%;
}

#border_t {
	height: 11px;
	width: 100%;
	position: absolute;
	top: 0px;
	background: url(/images/border-line.png) repeat-x left top;
	clear: both;
	z-index: 100;
}

#corner_tl {
	background: url(/images/corner-top-left.png) no-repeat;
	height: 11px;
	width: 11px;
	float: left;
}

#corner_tr {
	background: url(/images/corner-top-right.png) no-repeat;
	height: 11px;
	width: 11px;
	float: right;
}

#border_b {
	height: 11px;
	line-height: 11px;
	width: 100%;
	position: relative;
	background: url(/images/border-line.png) repeat-x left bottom;
	z-index: 100;
	overflow: hidden;
}

#corner_bl {
	background: url(/images/corner-bottom-left.png) no-repeat left bottom;
	height: 11px;
	width: 11px;
	float: left;
}

#corner_br {
	background: url(/images/corner-bottom-right.png) no-repeat right bottom;
	height: 11px;
	width: 11px;
	float: right;
}

#guystats {
	background: url(/images/guy-stat.png) no-repeat;
	height: 223px;
	width: 302px;
	position: absolute;
	top: 0px;
	right: 8%;
	z-index: 2;
}

*html #guystats {
    background:none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/guy-stat.png', sizingMethod='image')
}

/* banner -------------- */

#banner {
	background: #23344b;
	height: 150px;
	border-bottom: 1px solid #7fb2ed;
}

#banner h1 {
	background: url(/images/banner-logo.png) no-repeat;
	overflow: hidden;
}

#banner h1 a {
	display: block;
	height: 150px;
	width: 525px;
	text-indent: -9999px;
}

/* nav -------------- */

#nav {
	width: 206px;
	float: left;
	margin-top: -40px;
	margin-left: 20px;
	_margin-left: 10px;
	position: relative;
	z-index: 100;
}

#navtop {
	background:  url(/images/nav-top.png) no-repeat center bottom;
	height: 10px;
	width: 206px;
	_overflow: hidden;
}

*html #navtop {
    background:none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/nav-top.png', sizingMethod='image')
}

#navmid {
	background: url(/images/nav-mid.png) repeat-y;
	width: 206px;
	height: auto;
}

*html #navmid {
    background:none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/nav-mid.png', sizingMethod='scale')
}


#navbot {
	background: url(/images/nav-bottom.png) no-repeat;
	height: 10px;
	width: 206px;
}

*html #navbot {
    background:none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/nav-bottom.png', sizingMethod='image')
}

#nav ul {
	padding: 20px;
}

#nav ul a {
	color: #c2deff;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	_position: relative;
	_z-index: 999;
}

#nav ul a:hover {
	color: #ECF3A9;
}

#nav ul li.border {
	background: url(/images/nav-div.gif) no-repeat center bottom;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

/* content -------------- */

#content {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 72px 20px 0 240px;
	_zoom: 100%;
}

.inner {
	padding: 20px;
	_position: relative;
	_z-index: 999;
}

#content-top {
	overflow: hidden;
	height: 6px;
}

#content_tl {
	background: url(/images/content-bg-tl.png) no-repeat left bottom;
	height: 6px;
	width: 6px;
	float: left;
	_overflow: hidden;
	_margin: 0 -6px 0 0;
}

*html #content_tl {
    background:none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/content-bg-tl.png', sizingMethod='scale')
}

#content_tr {
	background: url(/images/content-bg-tr.png) no-repeat right bottom;
	height: 6px;
	width: 6px;
	float: right;
	_overflow: hidden;
	_margin: 0 0 0 -6px;
}

*html #content_tr {
    background:none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/content-bg-tr.png', sizingMethod='scale')
}

#content_tm {
	background: url(/images/content-bg2.png) repeat-x center bottom;
	height: 6px;
	margin: 0 6px;
}

*html #content_tm {
    background:none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/content-bg2.png', sizingMethod='scale')
}


#content-mid {
	background: url(/images/content-bg.png);
	_width: 100%;
}

*html #content-mid {
    background:none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/content-bg2.png', sizingMethod='scale')
}


#content-bot {
	overflow: hidden;
	height: 6px;
	
}

#content_bl {
	background: url(/images/content-bg-bl.png) no-repeat;
	height: 6px;
	width: 6px;
	float: left;
	_margin: 0 -6px 0 0;
	_overflow: hidden;
}

*html #content_bl {
    background:none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/content-bg-bl.png', sizingMethod='scale')
}

#content_br {
	background: url(/images/content-bg-br.png) no-repeat;
	height: 6px;
	width: 6px;
	float: right;
	_margin: 0 0 0 -6px;
	_overflow: hidden;
}

*html #content_br {
    background:none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/content-bg-br.png', sizingMethod='scale')
}

#content_bm {
	background: url(/images/content-bg2.png) repeat-x;
	height: 6px;
	margin: 0 6px;
}

*html #content_bm {
    background:none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/content-bg2.png', sizingMethod='scale')
}

#header-bienvenue {
	background: url(/images/header-bienvenue.png) no-repeat;
	text-indent: -9999px;
	height: 26px;
	width: 351px;
	margin-bottom: 38px;
}

*html #header-bienvenue {
    background:none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/header-bienvenue.png', sizingMethod='scale')
}

h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #455975;
	margin-bottom: 26px;
}

#content a {
	color: #39567e;
}

.clear {
	clear: both;
	height: 1%;
}

/* footer ------------ */

#footer {
	text-align: center;
	margin: 28px 0;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #85B2E8;
}

#footer a {
	color: #85B2E8;
}


/* perso */
.affich1x	{background-color:#E3E3E3; height:18px;}
.affich1y	{background-color:#F3F3F3; height:18px;}
.affich2	{background-color:#FFFFCC; height:18px;}
.affich3	{background-color:#DBE8F4; height:18px;}