html {font-size: 100%;}
body {
	margin: 0;
	padding: 0;
	background-color: #34AAFF;
	background-image: url(./images/fond_page.jpg);
	background-repeat: no-repeat;
	background-position: 50% top;
	font-family: arial, helvetica, tahoma, verdana, sans-serif;
	color: #FFFFFF;
	font-size: 0.80em;
	font-weight: normal;
	line-height: 1.2em;
}
#conteneur {	/* --------------------> Boite contenant tout le site et toujours centrée dans la page <-------------------- */
	width:760px;
	margin: auto;
	position:relative;
}
#entete {
	background-image: url(./images/rub00_entete.jpg);
	background-position:center;
	background-repeat: no-repeat;
	width:760px;
	height:340px;
}
#pied {
	background-image: url(./images/fond_pied2.jpg);
	background-repeat: no-repeat;
	width:760px;
	height:100px;
}
#createurs {
	color:#FFFFFF;
	font-size: 0.8em;
	width:470px;
	height:35px;
	margin-left:155px;
	padding-top:28px;
}
#createurs a {
	color:#FFFFFF;
}
#createurs a:hover {
	color:#143F8D;
	background-color:#FFFFFF;
}
#bt_menu_fond {		/* --------------------> Boites concernant le menu <-------------------- */
	background-image: url(./images/fond_auto.jpg);
	background-position:left;
	background-repeat: repeat-y;
	width:760px;
	height:55px;
}
#bt_menu{
	margin-left:48px;
	width:660px;
	height:50px;
	border-bottom:3px #FFFFFF solid;
}
.bt_rubrique {
	position:absolute;
	background-color:#2B7EFF;
	width:85px;
	height:40px;
	margin-top:10px;
	border-bottom:3px #FFFFFF solid;
	text-align:center;
	line-height:35px;
	font-weight:bold;
	z-index:2;
}
#bt_rub_encadre {
	background-color:#FFFFFF;
	position:absolute;
	width:90px;
	height:43px;
	margin-top:7px;
	z-index:1;
}
.bt_rubrique ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.bt_rubrique ul li {
	font-size: 0.85em;
	font-weight: bold;
}
.bt_rubrique ul li a {
	padding:0;
	text-decoration: none;
	color:#FFFFFF;
}
.bt_rubrique ul li a:hover {
	font-size: 1.20em;
	color:#143F8D;
}
#bt_accueil {
	padding-top:325px;
	margin-left:50px;
	width:125px;
}
#bt_accueil a {
	text-decoration: none;
	font-size: 0.80em;
	color:#34AAFF;
}
#bt_accueil a:hover {
	font-size: 0.80em;
	color:#FFED00;
}
#bt_centrale {		/* --------------------> Boites de contenus txt et img <-------------------- */
	background-image: url(./images/fond_auto.jpg);
	background-position:left;
	background-repeat:repeat-y;
	position:relative;
	width:760px;
	overflow:auto;
}
#bt_double {
	background-image: url(./images/fond_bleu_01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:700px;
	margin-left:48px;
	margin-top:15px;
	/*overflow:auto;*/
}
#bt_texte {
	float:left;
	width:522px;
	text-align:justify;
}
#bt_image {
	float:right;
	width:158px;
}
h1 {
	color: #2B7EFF;
	font-size: 2.25em;
	font-weight: normal;
	margin-top:10px;
	text-indent:20px;
	background-image:url(./images/rondjaune.gif);
	background-repeat: no-repeat;
	background-position: left;
}
p{
	padding-left:25px;
}
a {
	text-decoration:none;
	color:#FFED00;
}
a:hover {
	color:#34AAFF;
}
table {
	border-spacing:0;
	font-size:1em;
	border-collapse:collapse;
}
caption {
	caption-side:top;
	color:#FFED00;
	letter-spacing:0.4em;
	line-height:50px;
	font-variant:small-caps;
	font-style:italic;
}
td {
	text-indent: 20px;
}
td.annee {
	width:60px;
	text-align:center;
	text-indent: 0px;
	font-size:1.2em;
	font-weight:bold;
	color:#FFED00;
}
td ul {
	margin-left: 20px;
	padding-left:0;
	text-indent:0px;
}
textarea {
	border:none;
	background-color:#2B7EFF;
	width:525px;
	height:100px;
	padding-left:10px;
	font-size: 1.15em;
	color:#FFFFFF;
	font-weight:bold;
}
area {
	cursor:help;
}
.txtspecial {
	font-size:1.2em;
	font-weight:bold;
}
#finflottant{
	width:400px;
	clear:both;
	visibility:hidden;
}

