/* fond des pages */
.fond_accueil {
	background-image: url(images/fond_accueil.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family:Arial, Helvetica, sans-serif;
}
.fond {
	background-image: url(images/fond2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/* calque header */
.header {
	width:600px;
	margin:15px auto auto auto;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0099CC;
}

/* calque  footer */
.footer {
	/*position:absolute; */
	margin-bottom:15px;
	width:100%;
	text-align:center;
}

/* calque main */
#main {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* calque main pour impression en paysage */
#mainpaysage {
	margin-left:auto;
	margin-right:auto;
	width:26cm;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* textes */
.txtbase {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.grosblanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:700;
	color:#FFFFFF;
}

/* liens ordinaires*/
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
a:visited{	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
a:active{	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: underline;
}
a:hover{	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: underline;
}

/* liens-boites des candidats page accueil */
a.close:link,
a.close:visited,
a.close:active,
a.close:hover
{
  margin: 1px;
  padding: 4px;
  padding-left: 20px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  text-decoration: none;
  background-color: white;
  background-position: 2px 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url('images/Fleche-Gris.gif');
}

a.close:link,
a.close:visited,
a.close:active
{
  border: 1px solid white;
  color: #000000;
  background-color: transparent;
}

a.close:hover
{
  border: 1px solid #ff8000;
  color: #CC0000;
  background-color: #ffeec2;
}

/* titres des pages - avec les margin auto pour centrer le bloc */
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	background-color: #0099CC;
	width: 50%;
	color: #FFFFFF;
	padding: 5px;
	border: thin solid #000000;
  	margin-left: auto;
  	margin-right: auto;
	text-align: center;
}

/* tableau des fiches candidats */
.fiche {
	padding: 5px;
	width: 740px;
	margin-left: 3px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	/* border-top: 1px solid #000000; */
}

/* petit tableaux stats */
.tablostat {
	border: 1px solid #000000;
	width:50%;
	margin-top:30px;
}

/* grand tableaux stats */
.tabloGstat {
	border: 1px solid #000000;
	width:90%;
	margin-top:30px;
}

/* TR tableaux : rangées claires */
.trclair {
	padding: 5px;
	margin:2px;
	background-color:#FFFFCC; 
	text-align:center;
}

.trfonce {
	padding: 5px;
	margin:2px;
	background-color:#FFCC66; 
	text-align:center;
}

/* menu des stats */
#menu {
	border: 1px solid #CC0000;
	position: absolute;
	height: 260px;
	width: 260px;
	top: 140px;
	right:30px;
}

#menu2 {
	border: 1px solid #CC0000;
	position: absolute;
	height: 110px;
	width: 260px;
	top: 140px;
	right:30px;
}

#menu3 {
	border: 1px solid #CC0000;
	position: absolute;
	height: 110px;
	width: 260px;
	top: 80px;
	right:30px;
}
