

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #262626;
	background-image: url('images/bg.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top left;
}

a:link,a:visited {
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#000;
	text-decoration: underline overline;
}

.t a:link,a:hover,a:visited {
	color:#FFF;
}
.Main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}



.degrade
{
	position: absolute;
	background-image: url('images/degrade.jpg');
	background-repeat: repeat-x;
	top:0;
	width:100%;
	height: 161px;
	
}


.clear
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}

.page
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 900px;
	min-width:33px;
	min-height:33px;
}

.page-body
{
	position: relative;
	z-index:1;
	padding: 11px;
}

.page-tr, .page-tl, .page-br, .page-bl, .page-tc, .page-bc,.page-cr, .page-cl
{
	position:absolute;
	z-index:-1;
}

.page-tr, .page-tl, .page-br, .page-bl
{
	width: 32px;
	height: 32px;
	background-image: url('images/page-s.png');
}

.page-tl
{
	top:0;
	left:0;
	clip: rect(auto, 16px, 16px, auto);
}

.page-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 16px, 16px);
}

.page-bl
{
	bottom: 0;
	left: 0;
	clip: rect(16px, 16px, auto, auto);
}

.page-br
{
	bottom: 0;
	right: 0;
	clip: rect(16px, auto, auto, 16px);
}

.page-tc, .page-bc
{
	left: 16px;
	right: 16px;
	height: 32px;
	background-image: url('images/page-h.png');
}

.page-tc
{
	top: 0;
	clip: rect(auto, auto, 16px, auto);
}

.page-bc
{
	bottom: 0;
	clip: rect(16px, auto, auto, auto);
}

.page-cr, .page-cl
{
	top: 16px;
	bottom: 16px;
	width: 32px;
	background-image: url('images/page-v.png');
}

.page-cr
{
	right:0;
	clip: rect(auto, auto, auto, 16px);
}

.page-cl
{
	left:0;
	clip: rect(auto, 16px, auto, auto);
}

.page-cc
{
	position:absolute;
	z-index:-1;
	top: 16px;
	left: 16px;
	right: 16px;
	bottom: 16px;
	background-color: #FFFFFF;
}


.page
{
	margin-top: -11px !important;
}

.PageBackgroundSimpleGradient, .degrade, .PageBackgroundGlare
{
	min-width:900px;
}


div.Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 878px;
	height: 161px;
}


div.Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 878px;
	height: 161px;
	background-image: url('images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}


.menu a, .menu a:link, .menu a:visited, .menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.menu, .menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.menu li li
{
	float: none;
}

.menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.menu:after, .menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul
{
	min-height: 0;
}

.menu ul
{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}






.menu
{
	padding: 8px 4px 0px 4px;
}

.nav
{
	position: relative;
	height: 37px;
	z-index: 100;
}

.nav .l, .nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 37px;
	background-image: url('images/nav.png');
}

.nav .l
{
	left: 0;
	right:0px;
}

.nav .r
{
	right: 0;
	width: 878px;
	clip: rect(auto, auto, auto, 878px);
}


.menu ul li
{
	clear: both;
}

.menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 29px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}


.menu a .r, .menu a .l
{
	position:absolute;
	display: block;
	height: 87px;
	background-image: url('images/menu.png');
}

.menu a .l
{
	left:0;
	right:4px;
}

.menu a .r
{
	width:408px;
	right:0;
	clip: rect(auto, auto, auto, 404px);
}

.menu a .t 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #2E2E2E;
	padding: 0 19px;
	margin: 0 4px;
	line-height: 29px;
	text-align: center;
}

.menu a:hover .l, .menu a:hover .r
{
	top:-29px;
}

.menu li:hover>a .l, .menu li:hover>a .r
{
	top:-29px;
}

.menu li:hover a .l, .menu li:hover a .r
{
	top:-29px;
}
.menu a:hover .t
{
	color: #F5F5F5;
}

.menu li:hover a .t
{
	color: #F5F5F5;
}

.menu li:hover>a .t
{
	color: #F5F5F5;
}


.menu a.active .l, .menu a.active .r
{
	top: -58px;
}

.menu a.active .t
{
	color: #404040;
}



.contentLayout
{
	position: relative;
	margin-bottom: 2px;
	width: 878px;
}



.bloc
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
		width:250px;
	float:left;
}

.bloc-contenu
{
	position: relative;
	z-index:1;
	padding: 7px;
	height:200px;

}

.bloc-tr, .bloc-tl, .bloc-br, .bloc-bl, .bloc-tc, .bloc-bc,.bloc-cr, .bloc-cl
{
	position:absolute;
	z-index:-1;
}

.bloc-tr, .bloc-tl, .bloc-br, .bloc-bl
{
	width: 14px;
	height: 14px;
	background-image: url('images/bloc-s.png');
}

.bloc-tl
{
	top:0;
	left:0;
	clip: rect(auto, 7px, 7px, auto);
}

.bloc-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}

.bloc-bl
{
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}

.bloc-br
{
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}

.bloc-tc, .bloc-bc
{
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('images/bloc-h.png');
}

.bloc-tc
{
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}

.bloc-bc
{
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}

.bloc-cr, .bloc-cl
{
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('images/bloc-v.png');
}

.bloc-cr
{
	right:0;
	clip: rect(auto, auto, auto, 7px);
}

.bloc-cl
{
	left:0;
	clip: rect(auto, 7px, auto, auto);
}

.bloc-cc
{
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #EDEDED;
}


.bloc
{
	margin: 7px;
}


.bloctitre
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 7px;
}

.bloctitre .t
{
	height: 30px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 7px;
	line-height: 30px;
}

.bloctitre .l, .bloctitre .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('images/bloctitre.png');
}

.bloctitre .l
{
	left:0;
	right:6px;
}

.bloctitre .r
{ 
	width:898px;
	right:0;
	clip: rect(auto, auto, auto, 892px);
}





.header-tag-icon
{
	display:inline-block;
	background-position:left top;
	background-image: url('images/bloctitreIcon.png');
	padding:0 0 0 21px;
	background-repeat: no-repeat;
	min-height: 14px;
	margin: 0 0 0 5px;
}



.bloccontenu
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;

}

.bloccontenu-body
{
	position: relative;
	z-index:1;
	padding: 8px;
}



.bloccontenu-body
{
	color:#000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.bloccontenu-body a:link
{
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.bloccontenu-body a:visited, .bloccontenu-body a.visited
{
	color: #878787;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.bloccontenu-body a:hover, .bloccontenu-body a.hover
{
	color: #6B6B6B;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.bloccontenu-body ul
{
	list-style-type: none;
	color: #5E5E5E;
	margin:0;
	padding:0;
}

.bloccontenu-body li
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
}

.bloccontenu-body ul li
{
	padding:0px 0 0px 13px;
	background-image: url('images/bloccontenuBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}


.encart
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.encart-body
{
	position: relative;
	z-index:1;
	padding: 10px;
}



.encart
{
	margin: 10px;
}


a img
{
	border: 0;
}

.article img, img.article
{
	border: solid 1px #7A7A7A;
	margin: 1em;
}

.metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin:2px;
}


.article table, table.article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.article table, table.article .article tr, .article th, .article td
{
	background-color:Transparent;
}

.article th, .article td
{
	padding: 2px;
	border: solid 1px #474747;
	vertical-align: top;
	text-align:left;
}

.article th
{
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}


.bloctitreicon-titre
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #404040;
}

.bloctitreicon-titre, .bloctitreicon-titre a, .bloctitreicon-titre a:link, .bloctitreicon-titre a:visited, .bloctitreicon-titre a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #404040;
}


.encartheader a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #4D4D4D;
}

.encartheader a:visited, .encartheader a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #4D4D4D;
}

.encartheader a:hover, .encartheader a.hovered
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #3B3B3B;
}

body
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #545454;
}

.encartcontenu
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  /*text-align: justify;*/
  color: #545454;
}



a
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #038eb0;
  font-weight:bold;
}


a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #038eb0;
  font-weight:bold;
}


a:visited, a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #3B3B3B;
  
}


a:hover, a.hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #3B3B3B;
}


h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}



h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #595959;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #595959;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #595959;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #292929;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #292929;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #292929;
}

ol, ul
{
	color: #141414;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}



.encart li
{
	padding:0px 0 0px 13px;
	line-height:1.2em;
}

.encart ol li, .encart ul ol li
{
	background: none;
	padding-left:0;
}

.encart ul li, .encart ol ul li 
{
	background-image: url('images/encartBullets.png');
	background-repeat:no-repeat;
	padding-left:13px;
}



blocquote p
{
	color:#121212;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

blocquote
{
		border:solid 1px #7A7A7A; 
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#EDEDED;
	background-image:url('images/encartQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}



.Button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:34px;
	margin:0;
	padding:0;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.Button .btn
{
	display:block;
	position:relative;
	float:left;
	height: 34px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	color: #2E2E2E;
}

.Button .btn .t
{
	display:block;
	height: 34px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 21px;
	line-height: 34px;
	text-decoration: none !important;
}

input, select
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.Button .hover, .Button:hover
{
	color: #2E2E2E;
	text-decoration: none !important;
}

.Button .active
{
	color: #2E2E2E;
}

.Button .btn .l, .Button .btn .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 102px;
	background-image: url('images/Button.png');
}

.Button .btn .l
{
	left:0;
	right:11px;
}

.Button .btn .r
{
	width:411px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

.Button .btn.hover .l, .Button .btn.hover .r, .Button .btn:hover .l, .Button .btn:hover .r
{
	top: -34px;
}

.Button .btn.active .l, .Button .btn.active .r
{
	top: -68px;
}



.footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 878px;
	margin: 5px auto 0px auto;
}

.footer .footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}

.footer .footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('images/footer.png');
	width: 878px;
	height: 150px;
	bottom:0;
	left:0;
}


.rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 25px;
	width: 25px;
}




.footer .footer-text p
{
	margin: 0;
}

.footer .footer-text
{
	display:inline-block;
	color:#E8E8E8;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.footer .footer-text a:link
{
	text-decoration: none;
	color: #ADADAD;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.footer .footer-text a:visited
{
	text-decoration: none;
	color: #C7C7C7;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.footer .footer-text a:hover
{
	text-decoration: none;
	color: #C7C7C7;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#D9D9D9;
}

.page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#D9D9D9;
}

.contentLayout .colonne
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 260px;
}

.contentLayout .content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
	overflow: hidden;
	width: 615px;
}
.contentLayout .content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 877px;
}




