html,body {
	height: 100%;
}

body {
	font-size: 15px; 
	font-family: "Lucida Grande","Lucida Sans Unicode","DejaVu Sans",Lucida,Arial,Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: rgb(65, 86, 110);
	background-image: url("../Images/Fond/bgblue.png");
	background-repeat: repeat-x;
	padding: 0px;
	color: rgb(0, 0, 102);
}
ol li {
    padding-bottom: 20px; 
}
 
#page {
	height: auto;
	margin-right: 5%;
	margin-left: 5%;
	background: #eeeeee;
}
#margeGauche {
    width: 17%;
    float: left;
}

#content {
	width: 80%;
	float: right;
	padding: 10px;
	float: right;
}


#footer {
	text-align: center;
	color: #dddddd;
	font-size: smaller;
}
#titre {
	margin-right: 5%;
	margin-left: 5%;
	float: left;
	height: 45px;
}
#titre h1{
	color: #dddddd;
	display: inline;
	font-variant:small-caps;
	font-size: 20px; 
	font-weight:900;
	padding: 10px 10px; /*top/bottom right/left */
}

#menu {
	margin-left: 5%;
	margin-right: 5%;
	height: 45px;
	text-align: right;
}
#menu li {
	display: inline;
	list-style: none;
	padding: 0px 10px; /*top/bottom right/left */
	text-decoration: none;
	list-style: none;
}

#menu li a {
	color: #dddddd;
}

/* Links ----------------------------------------------- */
a:link {
	color: #3b6ea5;
	text-decoration: none;
}

a:visited {
	color: #3b6ea5;
	text-decoration: none;
}

a:hover {
	color: #c60;
	text-decoration: underline;
}

a img {
	border-width: 0;
}

/* Headings ----------------------------------------------- */
h1 {
	text-align: center;
		color: #3b6ea5;
	display: inline;
	font-size: 20px; 
}

h2 {
	font-size: 16px; 
		color: #3b6ea5;
}

h3 {
	font-size: 14px; 
		color: #3b6ea5;
}

h4 {
	font-size: 14px; 
		color: #3b6ea5;
}

/* Images */
.photo {
    padding: 5px;
    display: block;
    margin: 0px auto 8px;
}
.figure {
	text-align: center;
	font-size: smaller;
}
