html {
	height: 100%;
}

body {
	font: Arial, Verdana, Helvetica, sans-serif;
	font-family: "Segoe UI", sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	color: #29304C;
	height: 100%;
}

a {
	color: #CB0737;
}

h1 {
	font-size: 1.5em;
	padding: 0;
	padding-left: 25px; 
	background-image: url(../img/portail_fleche.gif);
	background-position: left;
	background-repeat:no-repeat;
	margin: 40px 0 10px 20px;
	color: #06B1CB;
}

h2 {
	font-size: 1.2em;
	padding: 0;
}

#footer {
	font-size: 10px;
	text-align: center;
	margin-top: 50px;
	margin-left: 10px;
	margin-right: 10px;
	color: grey;
}

.application {
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 20px;
}

.maj {
	color: grey;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
}

.gris {
	color: grey;
}

.petit {
	font-size: 10px;
}

.bleu {
	color: #06B1CB;
}

#bandeau_large {
	float: left;
	width: 239px;
	height: 100%;
	min-height: 763px;
	padding: 0;
	margin: 0; 
	background-color: #d5e9f0;
	background-image: url(../img/bandeau_gauche_national.jpg);
	background-repeat: no-repeat;
	background-position: left bottom; 
	position: fixed;
	}
	
#container {
	position:absolute;
	left: 246px;
	top: 3px;
	background: #FFFFFF;
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
}