*{
	margin:0px;
	padding:0px;
}
table{
	border-collapse:collapse;
}
body{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}
a {
	color: #096DD1;
	text-decoration: none;
	cursor: pointer;
}
a img{
	border-width:0px;
}

#ombrg{
	width: 19px;
	height:1018px;
}
#ombrd{
	width: 19px;
	height:1018px;
}
#ombrd img,#ombrg img{
	width:19px;
}
#page > table > tbody > tr > td{
	vertical-align:top;
}

/* fond menu */
#navigation{
	position:relative;
}
#desktopNavbar{
	background-image: url(../img/menu/fond_menu.jpg);
	margin: 0px;
	width:963px;
	/*border: 1px solid #000;*/
}

/* anim bateau */
#headerbas {
	/* background: #f0f0f0; */
	/* padding: 20px; */
	background-color:#8AC3FA;
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 154px;
	width: 962px;
	margin: 0px;
}

#headerhaut {
	background: #81afe3;
	/* padding: 20px; */
	padding: 0px;
	background-image: url(../img/bandeau_haut.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 149px;
	width: 963px;
	margin: 0px;
	position:relative;
}
#headerhaut.home{
	background-image: url(../img/bandeau_haut_home.jpg);
}
#lienheaderhaut{
	width:231px;
	height:100px;
	cursor:pointer;
	position:absolute;
	top:23px;
	left:43px;
}

#nav_wrap {
	background-image: url(../img/arrow.png);
	background-position:20px 20px;
	background-repeat: no-repeat;
	width: 100%;
	height: 149px;
	z-index: 9000;
}
#nav_wrap2{
	width:9px;
	height:8px;
	position:absolute;
	top:22px;
	left:0px;
	background-image:url(../img/arrow2.png);
	background-repeat: no-repeat;
	margin-left:6px;
}



.sm_bas{
	height:16px;
}

.sm_bas_droite{
	height:17px;
	background: url(../img/menu/sm_ombre_droite_bas.png) no-repeat;
	background-position: right;
}

.finmenu{
	margin-bottom:14px;
}



#desktop {
	visibility: visible;
}



#pageWrapper {
	background: #014076;
	border: 0;	
	/* tempo pour le debut */
	background-image: url(../img/fond3.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

#page {
	margin: 0 auto 0;
	/* width: 963px; */
	width: 1001px;
	/* background: #fff; */
	position:relative;
}


#content {
	margin: 0px;
	position:relative;
}

#content .homePart{
	position:absolute;
	cursor:pointer;
}


#dockWrapper {
	border-top: 1px solid #999;
	border-bottom: 0;
}

#dockWrapper.top {
	border-top: 0;
	border-bottom: 1px solid #999;
}


.maskShow{
	position:relative;
	width:963px;
	height:154px;
	overflow:hidden;
	margin: 0px;
}
.maskShow img{
	position:absolute;
	display:block;
	border:none;
	width:963px;
	height:154px;
}





/*CONTENU*/
#contenu{
	background:url(../img/fond_clair.png) repeat-x top;
	margin:0px;
	width:963px;
}
#ombre_haut{
	height:14px;
	background-image:url(../img/ombre_haut.png);
}
#fil_ariane{
	background-color:#e4f0fe;
	line-height:35px;
	margin:0px 10px;
}
#fil_ariane .ariane_1,
#fil_ariane .ariane_2,
#fil_ariane .ariane_3{
	font-size:19px;
	padding-top:3px;
}
#fil_ariane .ariane_1{
	background-image:url(../img/fleche_ariane_1.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:30px;
}
#fil_ariane .ariane_2{
	background-image:url(../img/fleche_ariane_2.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:30px;
}

#fil_ariane .ariane_3{
	padding-left:0px;
}

#contenu_div{
	background-color:#e4f0fe;
	margin-top:15px;
	margin-left:10px;
	margin-right:10px;
	position:inherit;
}



.tabRef{
	border-collapse:collapse;
	width:100%;
}
.tabRef th{
	background-color:#041140;
	color:white;
	font-weight:bold;
	text-align:center;
	line-height:30px;
}
.tabRef td{
	color:#041140;
	text-align:left;
}	
.tabRef th,.tabRef td{
	border:0px solid #041140;
	padding:0px;
}

#copyright_foot{
	height: 22px;
	width:963px;
	margin-top:-4px;
}

.backToTheTop{
	color:#041140;
	text-align:center;
	font-size:11px;
}
.backToTheTop a:hover{
	text-decoration:underline;
}