html {
	height:100%;
	width:100%;
}
body {
	height:100%;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 62.5%;
	line-height:12px;
	color:#000;
	background:#CFCFCF;
}
html, body, h1, h2, h3, h4, h5, h6, p, em, strong, abbr, acronym, blockquote, q, cite, ins, del, dfn, a, div, span, pre, hr, address, br, b, i, sub, sup, big, small, tt, table, tr, caption, thead, tbody, tfoot, col, colgroup, form, input, label, textarea, button, fieldset, legend, select, option, optiongroup, ul, ol, li, dl, dt, dd, code, var, kdb, samp, img, object, param, map, area, bdo, iframe {
	padding:0;
	margin:0;
	border:0;
}
* html body {
	filter:expression(document.execCommand("BackgroundImageCache", false, true));
	behavior: url("js/csshover3.htc");
}
* html img.png { position:relative; zoom:1;  behavior: 
 expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" &&  this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src  + "', sizingMethod='image')",  this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg 
:this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''),  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" +  this.origBg + "', sizingMethod='crop')",  this.runtimeStyle.backgroundImage = "none")), this.pngSet=true)  );
}
img {
	display:block;
}
table td {
	vertical-align:top;
	text-align:left;
}
.clear {
	content:".";
	height:0;
	visibility: hidden;
	display:block;
	clear:both;
}
* {
	outline: none;
}
.floatRight {
	float:right;
	display:inline;
}
.floatLeft {
	float:left;
	display:inline;
}
.body{
	width:925px;
	margin:0 auto;
	background:#fff;
}
.head{
	background:url(../images/head.jpg) no-repeat left top;
	height:173px;
	border-bottom:1px solid #fff;
}
.logo{
	display:block;
	width:230px;
	height:90px;
	float:left;
	margin:50px 0 0 28px;
	font-size:0;
	line-height:0;
}
.main-nav{
	float:right;
	height:26px;
}
.main-nav li{
	float:left;
	list-style:none;
}
.main-nav li a{
	display:block;
	font-size:10.5px;
	line-height:26px;
	padding:0 12px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	background-color:#0d004c;
}
.main-nav li a:hover{
	background-color:#640031;
}
.main-nav li a.nav1{
	background:url(../images/bg-main-nav-item.gif) no-repeat left top;
	width:60px;
	padding:0;
	text-align:center;
}
.main-nav li a.nav1:hover{
	background-position:left bottom;
}
.inner{
	overflow:hidden;
	_overflow:visible;
	_height:1%;
	background:url(../images/bg-side-area.gif) repeat-y left top;
	border-bottom:1px solid #fff;
	padding-bottom:10px;
}
.side-area{
	width:269px;
	background:url(../images/bg-side-nav.jpg) no-repeat left top;
}
.side-nav{
	overflow:hidden;
	_overflow:visible;
	_height:1%;
	border-bottom:1px solid #fff;
}
.myAccordion-declencheur a{
	text-transform:uppercase;
	display:block;
	border-top:1px solid #000;
	line-height:33px;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	padding-left:64px;
	background:url(../images/side-nav.jpg) no-repeat left top;
}
.myAccordion-declencheur h1{
	text-transform:uppercase;
	display:block;
	border-top:1px solid #000;
	height:33px;
	line-height:33px;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	padding-left:64px;
	background:url(../images/side-nav.jpg) no-repeat left top;
	cursor:pointer;
}
.myAccordion-declencheur a:hover{
	background-position:left bottom;
	border-top:1px solid #5a0c16;
}
.myAccordion-declencheur h1:hover{
	background-position:left bottom;
	border-top:1px solid #5a0c16;
}
.myAccordion-declencheur h1.hover{
	background-position:left bottom;
	border-top:1px solid #5a0c16;
}
.myAccordion-declencheur .first{
	border:none;
}
.myAccordion-content{
	display:none;
}
.myAccordion-content-actif{
	display:block;
}
.myAccordion-content a{
	display:block;
	border-top:1px solid #fff;
	line-height:22px;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	background:#003A66;
	padding-left:30px;
}
.myAccordion-content a:hover{
	background:#853F57;
}

.location{
	width:206px;
	margin:0 auto;
}
.main-area{
	margin-left:269px;
}
.main-area h1{
	font-size:16px;
	line-height:18px;
	margin-bottom:14px;
	color:#081831;
}
.main-area h2, .main-area h3{
	margin-bottom:14px;
	color:#081831;
}
.main-area p{
	margin-bottom:14px;
	text-align:justify;
}
.main-area ul, .main-area ol{
	margin:0 0 14px 25px;
}
.main-area ul ul, .main-area ol ol{
	margin-top:10px;
	margin-bottom:10px;
}
.main-area li{
	margin-bottom:3px;
	text-align:justify;
}
.main-area a{
	color:#38419c;
}
.main-area a:hover{
	text-decoration:none;
}
.flash{
	border-bottom:1px solid #000;
	margin-bottom:1px;
}
* html .flash{
	margin-left:-3px;
	margin-right:-3px;
}
.content{
	min-height:287px;
	_height:287px;
	background:url(../images/bg-inner-content.gif) no-repeat left top;
	padding:15px 10px 0 14px;
	font-size:12px;
	line-height:14px;
	color:#000;
}

.content-inner{
	min-height:559px;
	_height:559px;
	background:url(../images/bg-inner-content.gif) no-repeat left top;
	padding:15px 10px 0 14px;
	font-size:12px;
	line-height:14px;
	color:#000;
}

.contimg{
	float:right;
	display:inline;
	margin-bottom:14px;
	margin-left:18px;
}
.mp {
	background:url(../images/mp.png) no-repeat 0 0;
	width:44px;
	height:45px;
	display:block;
	position:absolute;
	top:34px;
	left:750px;	
}
.footer{
	clear:both;
	background: url(../images/bg-footer.gif) no-repeat left top;
	height:178px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10.5px;
	color:#2B2C8C;
	padding:10px 25px 0 25px;
	position:relative;
}
.footer a{
	color:#fff;
	margin:0 6px;
	text-decoration:none;
}
.footer a:hover{
	color:#b4b3b3;
}
.footer span{
	text-transform: uppercase;
	line-height:17px;
}
.main-area table{
	margin-top:14px;
}
.main-area table td{
	padding-left:10px;
	padding-bottom:5px;
}
.form{
	width:70%;
	margin-top:14px;
}
.form td{
	text-align:left;
	vertical-align:top;
	padding-bottom:5px;
	line-height:22px;
}
.form span{
	color:#f00;
}
.form td.left{
	vertical-align:top;
	text-align:right;
	padding-right:10px;
}
.form input{
	height:22px;
}
 input.text{
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	font-size:14px;
	width:99%;
	border:1px solid #E0E0E0;
}
.form select{
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	font-size:14px;
	width:99%;
	border:1px solid #E0E0E0;
}
input.width90{
	width:90px;
}
input.submit{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #E0E0E0;
	font-weight:bold;
	text-align:center;
	color:#fff;
	width:150px;
	height:25px;
	background:#494949;
	cursor:pointer;
}
.form textarea{
	height:80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	font-size:14px;
	width:99%;
	border:1px solid #E0E0E0;
}
.individ{
	width:260px;
	margin:16px auto 0 auto;
}
.request{
	width:237px;
	margin:15px auto 25px auto;
}
.join{
	background:url(../images/join-list.png) no-repeat left top;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/join-list.png', sizingMethod='crop');
	width:237px;
	height:86px;
	margin:0 auto;
	padding-top:115px;
}

.join label {
	color:#fff;
	text-align:right;
	display:inline;
	float:left;
	font-size:12px;
	font-weight:bold;
	line-height:17px;
	margin:0 5px 7px 0;
	width:51px;
}

.join input.input {
	border:1px solid #304660;
	color:#919191;
	float:left;
	font-size:12px;
	height:15px;
	line-height:15px;
	margin-bottom:7px;
	width:150px;
}
.join input.sbmt {
	background:url(../images/bg-sbmt.png) repeat-x top;
	height:23px;
	width:68px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:23px;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	float:right;
	display:inline;
	margin-right:30px;
}
