/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<< CSS DOCUMENT >>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<< 02/08/2008 >>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>> */


/* <<<<<<<<<<<<<<<< MISE EN PAGE GENERALE >>>>>>>>>>>>>>>> */

html {
	height: 100%;
	font-size: 100%; /* Pour être sûrs que toutes les tailles de police héritent correctement de la valeur par défaut des navigateurs (autrement dit, 16px), on définit pour commencer une taille de 100% pour l'élément HTML. */
}
body {
	width: 100%;
	font-size: 0.625em; /* La taille de base sera de 10px avec les valeurs par défaut de police du navigateur (10/16=0.625). Le calcul de la taille de police des éléments enfants s'effectuera maintenant à partir de la valeur définie pour body. raccourci background: color image repeat attachment position; */
}

/* <<<<<<<<<<<<<<<<<<<<< ZONES DIV >>>>>>>>>>>>>>>>>>>>> */

#page {
	position: relative;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
}

#bandeau {
	width: 100%;
	height: 50px;
	background-color: #009;
}

#contenu {
	margin : 0;
	padding: 0;
	min-height: 100%;
}

#accueil {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 350px;
	margin-top: -175px;
	margin-left: -250px;
	background: transparent url(../../images/cirex-france.gif) no-repeat top left;
}

#eng a {
	position: absolute;
	top: 243px;
	left: 190px;
	width: 233px;
	height: 33px;
	background: transparent url(../../images/drapeau-anglais.gif) no-repeat top right;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	text-align: right;
	padding-right: 55px;
	text-decoration: none;
}

#eng a:hover {
	color: #009;
}

#fr a {
	position: absolute;
	top: 283px;
	left: 190px;
	width: 233px;
	height: 33px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	text-align: right;
	background: transparent url(../../images/drapeau-francais.gif) no-repeat top right;
	padding-right: 55px;
	text-decoration: none;
}

#fr a:hover {
	color: #009;
}

#pied {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #009;
}

