@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	font-family:inherit;
}

body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family:Arial, Helvetica, sans-serif;
	background:#b0cad9;
	font-size:12px;
	color: #082258;
}

a{
	color:#02578a;
	text-decoration:none;}

#maincontainer {
	background:#f0f0f0;
	
	}
b {
	font-size: 110%;
}
em {
	color: red;
}
#topsection {
	background: #a2d7ff url(images/bgmenu.gif) repeat-x;
	height: 52px;
}
#header {
	background: #082258 url(images/bghead.gif);
	height:200px;
	color:#FFF;
	position:relative;
}

#header img {
	position:absolute;
	z-index:99;
}

#header #visuel {
	float:right;
	background:url(images/header.jpg) no-repeat top right;
	height:200px;
	width: 861px;
}
#contentwrapper {
	float: left;
	width: 100%;
}
#contentcolumn {
	margin: 0 190px 0 301px;
	
}
#leftcolumn {
	float: left;
	width: 301px; 
	margin-left: -100%;
	background: #8fb6cd url(images/bgleft.gif) repeat-y;
}
#rightcolumn {
	float: left;
	width: 190px; 
	margin-left: -190px; 
	background: #fff;
	text-align:center;
}

#rightcolumn a {
	display:block;
}

#rightcolumn img {
	padding-top:15px;
}

#leftcolumn #layerleft {
	background:url(images/bgcolleft.jpg) no-repeat top left;

}

#leftcolumn h2 {
	background: #FFF url(images/h2left.gif) no-repeat;
	font-size:14px;
	padding:5px;
	text-indent:13px;
	margin:13px 0;
}

#leftcolumn h2 a {
	color:#fff;
	font-weight:bold;
}

#leftcolumn p {
	margin:0 17px;
	padding-top:20px;
	color:#00416e;
	text-indent:22px;
	background: url(images/plan.gif) no-repeat 0 20px;
	font-weight:bold;
}

#leftcolumn ul li {
	margin-left:18px;
	font-size:14px;
	list-style-type:none;
}

#leftcolumn ul li a {
	color:#fff;
}

#leftcolumn ul li a:hover {
	text-decoration:underline;
}


#contentcolumn h2 {
	text-indent:30px;
	font-size:24px;
	background: url(images/h2.gif) no-repeat;
	line-height:30px;
	margin:20px;
}

#contentcolumn h3 {
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	background:#bed5e2;
	padding:2px;
	margin:0 20px;
	display:inline;
}

#contentcolumn p {
	margin:15px 20px;
	text-align:justify;
}

#contentcolumn ul {
	margin-left:20px;
	padding:10px 0;
}

#contentcolumn img {

	padding:10px;
}

#footer {
	clear: left;
	width: 100%;
	background: #d5e0e6 url(images/bgfooter.gif) repeat-x top left;
	color: #FFF;
	text-align:right;
	height:53px;
}
#footer a {
	display:block;
	color: #72adcc;
	padding-right:30px;
	padding-top:10px;
}
.innertube {
	margin: 10px; 
}



/**************************menu************************/

#menu {
	padding: 0;
	width: 100%;
padding-top:15px;
}
#menu ul {

	margin:0;
	margin-left: 40px; 
	padding: 0;
	list-style: none;
	float:right;
}
#menu li {

	display: inline;
	margin: 0 2px 0 0;
	padding: 0;

}
#menu a {
	font: bold 14px Arial, Helvetica, sans-serif;
	float: left;
	display: block;
	color: white;
	margin: 0 1px 0 0; 
	padding: 8px 20px 12px 20px;
	height:13px;
	text-decoration: none;
	letter-spacing: 1px;
	background: #00406f url(images/li-off.gif) repeat-x; 
	border-bottom: 1px solid #76a7c4;
}
#menu a:hover {
	background: #a2d7ff url(images/li-on.gif) repeat-x ; 
    color:#043F6B;
	border-color: #a2d7ff;
}
#menu #current a {
	background: #a2d7ff url(images/li-on.gif) repeat-x ; 
	border-color: #a2d7ff;
	color:#043F6B;
}
#menuline {
	clear: both;
	padding: 0;
	width: 100%;
	height: 4px;
	background: #a2d7ff; 
}

table td {
	border:#003 1px solid;
	padding:3px;
	}
