html, body {
	height: 98%;
	width: 98%;
	font-family: comic Sans MS;
	font-size: 0.8vw;
	margin-left: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	background-color: #FFFFFF;

}

.fond {
	position: absolute;
	margin-left:auto;
	margin-right:auto;
	width: 97%;
	height: 90%;
	background-image:url(images/fond.jpg);
	background-repeat:no-repeat;
	background-size:98%;
}

.titre {
	position:absolute;
	left:70px;
	top:10%;
	width: 20%;
	height: 40px;
	text-align:center;
	font-size:1.5vw;
    color: #0000CC;
}

.menu_gauche {
	position:absolute;
	left:20px;
	top:16%;
	width: 30%;
	overflow:hidden;
}

.visiteur {
	width: 35%;
	height: 70px;
}

.valeur_visiteur {
	text-align:right;
	font-weight:bold;
	color:#0000FF;
	padding-right:10px;
}

.rubriques_principales {
  width: 35%;
}

.rubriques_annexes {
  width: 35%;
}

td.normal {
	color:#000000;
	height:0.8vw;
	valign:center;
}
  
.barre_news{
	position:absolute;
	left:15%;
	top:16%;
	width: 80%;
	height: 30px;
	overflow:hidden;
}

.contenu_index {
	position:absolute;
	left:15%;
	top:20%;
	width: 80%;
	height: 75%;
	overflow:hidden;
}
.articles{
  position:absolute;
  width:99%;
  height:96%;
  z-index:3;
  overflow: auto;
}

.numeropage{
  z-index:2;
  position:absolute;
  bottom:0;
  width:99%;
  text-align:right;
  color: #FFFFFF;
}

.mentions {
	position:absolute;
    bottom: 0;
	width: 100%;
	height: 18px;
	color:#0000FF;
}

.blank20{
	height: 20px;
}
.blank10{
	height: 10px;
}
.blank5{
	height: 5px;
}

.comcom0{
	position:absolute;
	left:15%;
	top:20%;
	width: 80%;
	height: 75%;
	overflow:hidden;
}
.dossiers{
  height:60%;
  overflow: auto;
}
.contenu {
	position:absolute;
	left:15%;
	top:20%;
	width: 75%;
	height: 80%;
	overflow:hidden;
	margin: auto;
}

.contenu_candidat {
    width:85%;
	height: 85%;
    overflow:auto;
	margin: auto;
}

.contenu_album {
	position:absolute;
	left:15%;
	top:20%;
	width: 75%;
	height: 70%;
	margin-left:auto;
	margin-right:auto;
    overflow:hidden;
	justify-content: center;
}

.contenu_liste_album {
	width: 50%;
	height: 80%;
	margin-left:auto;
	margin-right:auto;
    overflow:auto;	
}

.affiche_membre{
	position:absolute;
	left:15%;
	top:20%;
	width: 75%;
	height: 90%;
	overflow:hidden;
}
.entete_calendar{
	width:75%;
    overflow:hidden;
	margin: auto;
}
.evenements{
    width:85%;
    overflow:hidden;
	margin: auto;
}
.contenu_conseil_titre{
	position:absolute;
	left:15%;
	top:20%;
	width: 75%;
	height: 90%;
	overflow:hidden;
}
.contenu_entretien_titre{
	position:absolute;
	left:15%;
	top:20%;
	width: 75%;
	height: 90%;
	overflow:hidden;
}
.contenu_contact{
  width:99%;
  height:90%;
  overflow: auto;
}
.contenu_conseil{
  position:absolute;
  width:99%;
  height:70%;
  overflow: auto;
}
.contenu_portrait_titre {
	position:absolute;
	left:180px;
    top:95px;
	width: 700px;
	overflow:hidden;
}
.contenu_portrait {
	position:absolute;
	left:180px;
	top:180px;
	width: 700px;
	height: 370px;
	overflow:auto;
}
.contenu_resultat {
	position:absolute;
	left:180px;
	top:150px;
	width: 700px;
	height: 370px;
	overflow:auto;
}
.contenu_resultat_retour {
	position:absolute;
	left:180px;
	top:530px;
	width: 700px;
	overflow:hidden;
}

.cat_articles{
  width:750px;
  height:35px;
  overflow: hidden;
}
.titre_services{
	position:absolute;
	left:180px;
	top:95px;
	width:750px;
  height:35px;
  overflow:hidden;
}
.liste_services{
	position:absolute;
	left:15%;
	top:20%;
	width: 75%;
	height: 90%;
	overflow:hidden;
	margin: auto;
}

.cadre_article{
  position:absolute;
  width:100%;
  height:100%;
}
.base_article{
  width:100%;
  height:100%;
}

.numeropage a:link{
  color: #FFFFFF;
  text-decoration: none;
}
.entretiens{
  width:100%;
  height:75%;
  overflow: auto;
}
.liste_et_services{
  width:750px;
  height:400px;
  overflow: auto;
}
.livre_or{
  position:absolute;
  left:375px;
  top:30px;
  width:285px;
  height:400px;
  overflow: auto;
}

td.onMouseOver {
background-color:#FFFF00;
color:#FFFFFF;
}

.bordure td{
	border:1px solid black
	}

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #0066FF;
}
a:active {
	text-decoration: none;
}