html {
	overflow: visible;
	height: 100%;
}
/*html > body {
	overflow: visible !important;
}*/

body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	font: 11px/140% Arial, Helvetica, sans-serif;
	color: #00345E;
	background: #D5CEC8 url(images/bkgPage.gif) repeat-y left top;
}


a {
	color: #00345E;
	text-decoration: none;
}


a:hover {
	color: #266597;
	text-decoration: underline;
}

#header {
	background: #ECEAE7 url(images/headerBkgCompl.jpg) no-repeat;
	width: 850px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 185px;
}

div[id=langue] {
	position: fixed !important;
}
#langue {
	text-align: right;
	width: 200px;
	position: absolute;
	left: 358px;
	top: 140px;
	font-weight: bold;
}


div[id=header] {
	position: fixed !important;
}


/*-----------------------------------MENU----------------------------------------*/


#menu {
	background: url(images/algue.jpg) no-repeat fixed left bottom;
	text-align: left;
	height: 100%;
	position: absolute;
	left: 0px;
	width: 180px;
	font-weight: bold;
	color: #FFFFFF;
}

div[id=menu] {
	position: fixed !important;
}
div[id=menu] {
	top: 185px;
	margin-top: -185px !important;
}

#menu ul {
	margin: 185px 0px 0px;
	padding: 0;
	list-style: none;
}
#menu li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#menu li a {
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 20px;
	text-align: left;
	display: block;
	height: 17px;
	width: 160px;
}
#menu li a:hover {
	text-decoration: none;
	background: url(images/bkgSMenu.gif);
}

.menuEncours {
	background: url(images/bkgMenuActif.gif);
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 20px;
	text-align: left;
	display: block;
	height: 17px;
	width: 160px;
}

li#menuEncours2 {
	background: url(images/bkgMenuActif.gif) no-repeat;
	text-align: left;
	display: block;
	height: 24px;
	width: 180px;
}
li#menuEncours2 a:hover {
	background: url(images/bkgMenuActifOver.gif) no-repeat;
}

#sousMenu {
	margin: 0px;
	padding: 0px;
}

#sousMenu dl {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#sousMenu dt a {
	background: url(images/bkgSMenu.gif);
	display: block;
	text-align: left;
	color: #FFFFFF;
	width: 138px;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 32px;
	padding-right: 10px;
}
#sousMenu dt a:hover {
	text-decoration: none;
	background: url(images/bkgSMenuO.gif);
}


.sousMenuEncours {
	background: url(images/bkgSMenuO.gif) repeat-y;
	display: block;
	padding: 4px 10px 3px 32px;
	text-align: left;
	width: 138px;
	font-weight: normal;
}


/*----------------------------------CONTENU-----------------------------------*/

h1 {
	font-size: 18px;
	color: #266597;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #266597;
	text-align: left;
	line-height: normal;
}

#contenu {
	text-align: left;
	width: 632px;
	margin-left: 200px;
	padding-top: 200px;
}


#centre {
	text-align: justify;
	width: 358px;
	float:left;
	padding-bottom: 50px;
}

#colDroite {
	font-size: 11px;
	line-height: 115%;
	text-align: left;
	width: 230px;
	float: right;
	padding-bottom: 50px;
}

.blocNouvelle {
	line-height: 115%;
	font-size: 11px;
	border-bottom: 2px solid #D9D4D0;
	margin-bottom: 10px;
	text-align: left;
	margin-right: 10px;
}

.blocNouvelle a {
	background: #F8F8F7;
	color: #00345E;
	padding: 5px;
	width: auto;
	overflow: hidden;
	text-decoration: none;
	display: block;
}
.blocNouvelle a:hover {
	background: #FFFFFF;
	text-decoration: none;
	display: block;
}

.savoirPlus {
	background: #00345E;
	padding: 0px 4px;
}
.savoirPlus a {
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}
.savoirPlus a:hover {
	text-decoration: none;
	text-decoration: underline;
	color: #FFFFFF;
}

.photo {
	border: 2px solid #FFFFFF;
}
.photo2 {
	border: 2px solid #FFFFFF;
	float: right;
	margin-bottom: 12px;
	margin-left: 18px;
}

.plan {
	margin: 6px 0px 0px 10px;
	padding: 0px;
	list-style: circle inside;
}

/*-----------------------------------FOOTER-------------------------------------*/


div[id=footer] {
	position: fixed !important;
}

#footer {
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	width: 664px;
	background: #9B9590;
	padding-top: 2px;
	padding-bottom: 2px;
	position: absolute;
	left: 175px;
	bottom: 0px;
	border-top: 3px solid #F6F4F0;
	margin-bottom: -2px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#credits {
	font-size: 10px;
	width: 564px;
	border-top: 1px solid #BFB8B0;
	margin-top: 3px;
	color: #ECEAE7;
}
#credits a {
	color: #ECEAE7;
}
