@charset "utf-8";
/* CSS Document */

html
	{
	height: 100%;
	min-height: 100%;
	border-width: 0px;
	}

body {
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/fond_page.png);
	background-repeat:repeat-x;
	background-color: #204f9f;
}

#conteneur {
	background-color: #204f9f;
	height: auto;
	width: 930px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;

}

#bandeau {
	height:150px;
	background-image:url(../images/banniere.png);
	top: 0px;
}

#menu {
	background-color: #FFFFFF;
	color: #336699;
	font-size: 0.95em;
	height: 21px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #204f9f;
}

#page {
	background-color:#FFFFFF;
	font-style:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #333333;
	text-align: left;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
}

a.lien_bleu:link {
	color: #336699;
	text-decoration:none;
	height: 0.95em;
}
	
a.lien_bleu:visited {
	color: #204f9f;
	text-decoration:none;
	height: 0.95em;
}
	
a.lien_bleu:hover {
	color: #FF9900;
	text-decoration:underline;
	height: 0.95em;
}
	
a.lien_bleu:active {
	color: #204f9f;
	text-decoration:underline;
	text-align: center;
	height: 0.95em;
}

a.lien_bleu_gras:link {
	color: #336699;
	text-decoration:none;
	height: 0.95em;
	font-weight: bold;
}
	
a.lien_bleu_gras:visited {
	color: #204f9f;
	text-decoration:none;
	height: 0.95em;
	font-weight: bold;
}
	
a.lien_bleu_gras:hover {
	color: #FF9900;
	text-decoration:underline;
	height: 0.95em;
	font-weight: bold;
}
	
a.lien_bleu_gras:active {
	color: #204f9f;
	text-decoration:underline;
	text-align: center;
	height: 0.95em;
	font-weight: bold;
}

a.lien_rouge:link {
	color: #F00;
	text-decoration:none;
	font-weight: bold;
}
	
a.lien_rouge:visited {
	color: #F00;
	text-decoration:none;
	font-weight: bold;
}
	
a.lien_rouge:hover {
	color: #06C;
	text-decoration:underline;
	font-weight: bold;
	}
	
a.lien_rouge:active {
	color: #F00;
/*	text-decoration:underline;
*/	text-align: center;
	font-weight: bold;
}


a.lien_noir:link {
	color: #333333;
	text-decoration:none;
	font-weight: bold;
}
	
a.lien_noir:visited {
	color: #333333;
	text-decoration:none;
	font-weight: bold;
}
	
a.lien_noir:hover {
	color: #FF9900;
	text-decoration:underline;
	font-weight: bold;
}
	
a.lien_noir:active {
	color: #333333;
	text-decoration:underline;
	font-weight: bold;
}

a.lien_noir_light:link {
	color: #333333;
	text-decoration:none;
}
	
a.lien_noir_light:visited {
	color: #333333;
	text-decoration:none;
}
	
a.lien_noir_light:hover {
	color: #FF9900;
	text-decoration:underline;
}
	
a.lien_noir_light:active {
	color: #333333;
	text-decoration:underline;
}

a.lien_noir_light_marge:link {
	color: #333333;
	text-decoration:none;
	padding-left: 100px;
}
	
a.lien_noir_light_marge:visited {
	color: #333333;
	text-decoration:none;
	padding-left: 100px;
}
	
a.lien_noir_light_marge:hover {
	color: #FF9900;
	text-decoration:underline;
	padding-left: 100px;
}
	
a.lien_noir_light_marge:active {
	color: #333333;
	text-decoration:underline;
	padding-left: 100px;
}

a.lien_orange:link {
	color: #F60;
	text-decoration:none;
	font-weight: bold;
}
	
a.lien_orange:visited {
	color: #F60;
	text-decoration:none;
	font-weight: bold;
}
	
a.lien_orange:hover {
	color:#06C;
	text-decoration:underline;
	font-weight: bold;
}
	
a.lien_orange:active {
	color: #F60;
	text-decoration:underline;
	font-weight: bold;
}

a.lien_orange_light:link {
	color: #F60;
	text-decoration:none;
}
	
a.lien_orange_light:visited {
	color: #F60;
	text-decoration:none;
}
	
a.lien_orange_light:hover {
	color:#06C;
	text-decoration:underline;
}
	
a.lien_orange_light:active {
	color: #F60;
	text-decoration:underline;
}

a.lien_orange_light_marge:link {
	color: #F60;
	text-decoration:none;
	padding-left: 100px;
}
	
a.lien_orange_light_marge:visited {
	color: #F60;
	text-decoration:none;
	padding-left: 100px;
}
	
a.lien_orange_light_marge:hover {
	color:#06C;
	text-decoration:underline;
	padding-left: 100px;
}
	
a.lien_orange_light_marge:active {
	color: #F60;
	text-decoration:underline;
	padding-left: 100px;
}

.Cadre_1_pixel {
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	BORDER-LEFT: #000000 1px solid;
	BORDER-BOTTOM: #000000 1px solid;
}

.texte_bleu {
	color: #204f9f;
	font-weight: bold;
	font-size: 14px;
}

.texte_bleu_centré {
	color: #204f9f;
	font-weight: bold;
	font-size: 14px;
	text-align: center;	
}

.texte_bleu_fin_justifié {
	color: #204f9f;
	text-align:justify;	
}

.texte_bleu_fin_centre {
	color: #204f9f;
	text-align:center;
}

.texte_bleu_fin {
	color: #204f9f;
}

.Cadre_1_pixel_sm {
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	FLOAT: left;
	BORDER-LEFT: #000000 1px solid;
	BORDER-BOTTOM: #000000 1px solid;
}

.Cadre_1_pixel_marge_centre {
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	BORDER-LEFT: #000000 1px solid;
	BORDER-BOTTOM: #000000 1px solid;
	padding: 20px;
}

.Cadre_pad20px_bleu_fondbleu {
	padding: 20px;
	border: 2px solid #09F;
	background-color: #d4e3f2;
	text-align: justify;
}

.Style_0_85em {
	font-size: 0.85em;
}

.Style_0_95em {
	font-size: 0.90em;
}
.texte_centre {
	text-align: center;
}
.gras_fond_bleu {
	font-weight: bold;
	background-color: #c0ddea;
	display: inline;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.gras_fond_bleu_cent {
	font-weight: bold;
	background-color: #c0ddea;
	display: inline;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-align:center;
}
.justifié {
	text-align:justify;
}
.texte_rouge {
	color: #F00;
}
.euro {
	font-size: 16px;
	color: #069;
	font-weight: bold;
}

.padding5 {
	padding-right: 5px;
	padding-left: 5px;
}
.texte_rougefonce {
	color: #cc071e;
	font-style: italic;
}

a.lien_bordeaux:link {
	color: #cc071e;
	text-decoration:none;
}
	
a.lien_bordeaux:visited {
	color: #cc071e;
	text-decoration:none;
}
	
a.lien_bordeaux:hover {
	color:#06C;
	text-decoration:underline;
}
	
a.lien_bordeaux:active {
	color: #cc071e;
	text-decoration:underline;
}

