/* CSS Document */

* {
	border-collapse: collapse;
	border: 0 none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background: #fff;
}
h1 {
	display:none;
}

div#page {
	position: absolute;
	/*top: 50%;
	margin-top: -300px;*/
	top: 10px;
	left: 50%;
	margin-left: -477px;
	width: 955px;
	min-height: 575px;
	border: solid 1px #1A171B;
}
* html div#page {
	/*height: 600px;*/
}


/********************************/
/*       	  BANDEAU           */
/********************************/
div#bandeau {
	color: #FFFFFF;
	clear: both;
}
/* liens en français */
div#bandeau a.accueil-fr {
	display: block;
	background: url(../img/picto_accueil_fr.gif);
	width: 76px;
	height: 18px;
	position: absolute;
	top: 10px;
	right: 15px;;
}
div#bandeau a.contact-fr {
	display: block;
	background: url(../img/picto_contact_fr.gif);
	width: 79px;
	height: 16px;
	position: absolute;
	top: 35px;
	right: 15px;;
}
div#bandeau a.acces-fr {
	display: block;
	background: url(../img/picto_acces_fr.gif);
	width: 104px;
	height: 22px;
	position: absolute;
	top: 60px;
	right: 15px;
}
/* liens en anglais */
div#bandeau a.accueil-en {
	display: block;
	background: url(../img/picto_accueil_en.gif);
	width: 76px;
	height: 18px;
	position: absolute;
	top: 10px;
	right: 15px;;
}
div#bandeau a.contact-en {
	display: block;
	background: url(../img/picto_contact_en.gif);
	width: 99px;
	height: 16px;
	position: absolute;
	top: 35px;
	right: 15px;;
}
div#bandeau a.acces-en {
	display: block;
	background: url(../img/picto_acces_en.gif);
	width: 104px;
	height: 22px;
	position: absolute;
	top: 60px;
	right: 15px;
}
div#bandeau a span {
	display: none;
}

div#bandeau div#langues {
	position: absolute;
	top: 90px;
	right: 15px;
	overflow: hidden;
	width: 58px;
}
div#bandeau div#langues a {
	display: block;
	width: 22px;
	height: 14px;
	text-decoration: none;
	border: solid 2px #b1c0cc;
}
div#bandeau div#langues a.anglaisfr {
	background: url(../img/picto_union_jack.gif);
	float: left;
}
div#bandeau div#langues a.anglaisen {
	background: url(../img/picto_union_jack.gif);
	float: left;
	border: solid 3px #c9d300;
}
div#bandeau div#langues a.francaisen {
	background: url(../img/picto_drapeau_france.gif);
	float: right;
}
div#bandeau div#langues a.francaisfr {
	background: url(../img/picto_drapeau_france.gif);
	float: right;
	border: solid 3px #c9d300;
}


/********************************/
/*            CONTENU           */
/********************************/
div#contenu {
	overflow: hidden;
	clear: both;
	margin: 100px 0 0px 0;
	min-height: 390px;
}
div.image {
	float: left;
	padding: 10px;
	border: solid 1px #467492;
	margin: 0 15px 10px 0;
}
div.img img {
	display: block;
}

/********************************/
/*         PIED DE PAGE         */
/********************************/
div#page hr {
	overflow: hidden;
	clear: both;
	visibility: hidden;
	margin: 0;
}
* html div#piedepage {
	bottom: -1px;
}
div#piedepage a.mentions-fr {
	background: url(../img/picto_mentionsLegales_fr.gif) no-repeat;
}
div#piedepage a.plansite-fr {
	background: url(../img/picto_plandusite_fr.gif) no-repeat;
}
div#piedepage a.mentions-en {
	background: url(../img/picto_mentionsLegales_en.gif) no-repeat;
}
div#piedepage a.plansite-en {
	background: url(../img/picto_plandusite_en.gif) no-repeat;
}
div#piedepage a span {
	display: none;
}
div#piedepage a {
	display: block;
	float: right;
	text-decoration: none;
	height: 11px;
	width: 80px;
	font-size: 11px;
	color: #467492;
}
