body {
	background-color: #001531;
	background-image: url(images/fond.gif);
	background-repeat: repeat-x;
	height:100%;
	padding: 0px;
	margin: 0px;
}

h1 {
	width: 750px;
	height: 150px;
	background-image: url(images/entete.jpg);
	text-indent:-5000px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ee6500;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 10px 0px;
	background-image: url(images/letrine.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #004B97;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	text-align: justify;
}

ul{
	padding: 0px;
	margin: 0px;
}

li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ee6500;
	list-style-type: square;
	padding: 0px;
	margin: 3px 0px -1px 30px;
}

a{
	color: #004B97;
}

a:hover{
	color: #ee6500;
}

img {
	border: 1px solid black;
}

#page {
	position: absolute;
	background-image: url(images/page.gif);
	background-repeat: repeat-y;
	top: 0px;
	left: 50%;
	width: 776px;
	padding: 0px 13px 0px 13px;
	margin: 0px 0px 0px -388px;
}

#page-bordgauche {
	position: absolute;
	background-image: url(images/bordgauche.gif);
	background-repeat: no-repeat;
	top: 0px;
	left: 50%;
	width: 13px;
	height: 100%;
	padding: 0px;
	margin: 0px 0px 0px -388px;
}

#page-borddroit {
	position: absolute;
	background-image: url(images/borddroit.gif);
	background-repeat: no-repeat;
	top: 0px;
	left: 50%;
	width: 13px;
	height: 100%;
	padding: 0px;
	margin: 0px 0px 0px 375px;
}

#entete {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 750px;
	height: 150px;
	padding: 0px;
	margin: 0px 0px 0px -375px;
}

#menu {
	background-color: #388adb;
	background-image: url(images/menu.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 750px;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	height: 15px;
}

#menu ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 15px;
}

#menu li{
	color: #ffffff;
	display: inline;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	border-right: 1px solid black;
	background-color: #0052a5;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#menu a{
	color: #ffffff;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#menu a:hover{
	text-decoration: underline;
}

#contenu {
	width:680px;
	height: 600px;
	padding: 0px;
	margin: 35px 35px 35px 35px;
}

html>body #contenu {
height: 100%;
min-height: 600px;
} 

.video {
	float: right;
}

.colonnegauche {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 290px;
}
.legende {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #004B97;
	padding: 0px;
	margin: 0px;
}

