/*
{ margin: 10px 10% 5px 12px ; }

{margin-top: 10px ; }
{margin-right: 10% ; }
{margin-bottom: 5px ; }
{margin-left: 12px ; }
*/

html {
	height:100%;
}

body {
	height:100%;
	padding:0;
	margin:0;
	overflow: hidden;
	background-color: #32508D;
	font-size: 12px;
	font-family: arial;
	color:#0A0A0A;
}

#page {
	position:relative;
	min-height:100%;
}

* html #page {
	height:100%;
}

.stretcher {
	background: none !important;
}

#welcome {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:15px;
	border-bottom: 2px #FFFFFF solid;
	text-align: center;
	background:#2B426B;
	padding-bottom:4px;
}

.txtheader {
	color: #FFFFFF;
	font-size: 13px;
	font-family: arial;
	font-weight: bold;
}

#d2i {
	position:absolute;
	top:160px;
	width:500px;
	height:auto;
	background:#F2F5FC;
	text-align: justify;
	font-size: 13px;
	font-family: arial;
}

#d2i p {
	margin: 0;
	padding: 3px 15px;
	line-height: 1.4;
}

#d2i h1 {
	margin: 35px 0 10px 15px;
	font-size: 110%;
	color: #243E7B;
	letter-spacing: 1px
}

#menu div {
	margin: 0;
	padding: 0;
	height: 1%;
}

#menu {
	padding: 0 10px 5px 10px;
}

#menucontainer {
	position:absolute;
	top:160px;
	left:10px;
	z-index:10;
	width:160px;
	background:#FFFFFF;
}

#menu p {
	margin: 0;
	padding: 2px 0px 0.4em;
	line-height: 1.4;
}

#menu h3 {
	background: #2B426B;
	margin: 5px 0 0;
	padding: 4px 8px 4px;
	width: 120px;
	cursor: pointer;
	border:1px #000000 solid;
	color: #FFFFFF;
	font-family:arial, sans-serif;
	font-variant:small-caps;
	letter-spacing: 1px;
	font-size: 13px;
	-moz-outline-style: none;
}

a.amenu:link, a.amenu:visited {
	text-decoration: none;
	height:15px;
	color:#000000;
	-moz-outline-style: none;
	text-align: left;
	display: block;
	width: 120px;
	float: left;
	background: #FFF7F7;
	cursor: pointer;
	padding: 3px 8px;
	border:1px #2B426B solid;
	font-variant:small-caps;
}

a.amenu:hover, a.amenu:active, a.amenu:focus {
	color: #000000;
	background: #C2CEEF;
	border:1px #316BC6 solid;
}

#footer {
	position:absolute;
	bottom:0;
	top:;
	border-top:1px #000000 solid;
	width:100%;
	background: #FFFFFF;
	color:#000000;
	margin:0;
	padding:0;
	line-height: 1.3;
	text-align: center;
	z-index:10;
}

#container {
	position:absolute;
	top:150px;
}

#header {
	background: #32508D;
	position:absolute;
	top:0px;
	left:0px;
	margin:0;
	padding:0;
	text-align:left;
	z-index:20;
}

div#icon{
	text-align:center;
	background:#F2F5FC;
	width:100px;
	position:absolute;
	top: 10px;
	left:10px
}

img#pict {
	padding-top:5px;
	padding-bottom:5px;
}

img#mappy {
	padding-left:10px;
}

div#submenu {
	position:absolute;
	left :130px;
	top :10px;
	width : 590px;
	background: #F2F5FC;
}

.thintd {
	width:137px;
	text-align:center;
	vertical-align:middle;
	padding-top:2px;
	padding-bottom:2px;
}

a.sublink:link, a.sublink:visited {
	width: 100%;
	height:25px;
	float: left;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	background-image:url(images/bouton-off.gif);
	padding:0;
	font-weight: bold;
	line-height:24px;
	font-variant:small-caps;
	letter-spacing: 1px;
}

a.sublink:hover, a.sublink:active, a.sublink:focus {
	cursor: pointer;
	color: #FFFFFF;
	background-image:url(images/bouton-on.gif);
}


.cnnclass {
	padding: 5px;
	background-color: #F3F3F3;
	border: 1px solid black;
	margin:2px 8px 2px 8px;
	-moz-opacity: 0.8;
}

.cnnclass a:link, .cnnclass a:visited {
	text-decoration: none;
	color:#243E7B;
	font-weight: normal;
}

.rsstitle {
}

.rssdate {
	color: gray;
	font-size: 85%;
}

.rssdescription {
}

#infoheader {
	background:#2B426B;
	border: 1px #000000 solid;
	text-align: center;
	margin:2px 8px 2px 8px;
	padding: 2px 5px 2px 5px;
	color:#FFFFFF;
	font-size: 110%;
}

#news {
	position:absolute;
	top:470px;
	left:10px;
	width:160px;
	height:auto;
	margin:0;
	background:#FFFFFF;
}

div#content{
	background: #FFFFFF;
	width: 740px;
}

#h1content{
	background: #2B426B;
	margin:0 5px;
	padding-top:400px;
	border:1px #000 solid
}

div#intro {
	width:590px;
	padding: 5px 0;
	text-align:justify;
	background: #F2F5FC;
	position:absolute;
	left :10px;
	top :10px;
}

#intro p {margin: 10px 10px}
#intro li{margin: 5px 15px 5px 0px;padding:0}
#intro h1{margin: 5px 10px 0;font-size: 120%;font-variant:small-caps;color: #243E7B;letter-spacing: 1px}
#intro hr{height:1px; margin:0;padding:0;color:#243E7B;margin-left: 8px;width:95%;}
#intro ul{margin-bottom:10px;margin-top:10px;}
#intro a:link, #intro a:visited {text-decoration:none;color:#243E7B}


#partner {
	position:absolute;
	top:310px;
	left:360px;
	width:140px;
	height:auto;
	margin:0;
	background:#FFFFFF;
}

#partnertitle {
	background:#2B426B;
	border: 1px #000000 solid;
	text-align: center;
	margin:2px 8px 2px 8px;
	padding: 2px 5px 2px 5px;
	color:#FFFFFF;
	font-size: 110%;
}

div#scrollerarea {
	height:35px;
	background-color:#F2F5FC;
	border: 1px #000 solid;
	margin:2px 8px 2px 8px;
	padding-top:12px;
}

div#txtscroller {
	height:auto;
	background-color:#F2F5FC;
	text-align:center;
	font-size: 15px;
	font-family: arial;
	font-weight: bold;
}

#leftimgdiv {
	position:absolute;
	top:310px;
	left:130px;
	height:auto;
	width:120px;
	margin:0;
	background:#FFFFFF;
}

#leftcontentimg {
	background:#FFFFFF;
	border: 1px #000000 solid;
	text-align: center;
	margin:2px 8px 2px 8px;
	color:#FFFFFF;
	font-size: 110%;
	height:70px;
}

#rightimgdiv {
	position:absolute;
	top:310px;
	left:600px;
	height:auto;
	width:120px;
	margin:0;
	background:#FFFFFF;
}

#rightcontentimg {
	background:#FFFFFF;
	border: 1px #000000 solid;
	text-align: center;
	margin:2px 8px 2px 8px;
	color:#FFFFFF;
	font-size: 110%;
	height:70px;
}