body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/* liens */
a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
a:active{	
	font-size: 12px;
	color: #CC0000;
	text-decoration: underline;
}
a:hover{	
	font-size: 12px;
	color: #CC0000;
	text-decoration: underline;
}

/* titres des pages - Il faut tricher avec les margin pour centrer le bloc */
.titre {
	font-size: 18px;
	font-weight: 700;
	background-color: #FF7F50;
	height: auto;
	width: 50%;
	color: #FFFFFF;
	padding: 5px;
	border: thin solid #000000;
  	margin-left: auto;
  	margin-right: auto;
	text-align: 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;
	color: #FF7F50;
}

/* tableaux 4 bords bleus */
.tablo4bords {
	font-size: 12px;
	padding: 2px;
	border: thin solid #0099CC;
	margin: 2px;
	text-align: center;
}
.bloctotal {
	background-color: #FFFFCC;
	text-align: center;
	height: auto;
	font-size: 14px;
	font-weight: 700;
}
.fond {
	background-color: #CCC;
	/* background-image: url(images/bx_index2.jpg);
	background-repeat: no-repeat;
	background-position: top left; */
}

.main {
	margin: 0 auto 0 auto;
	width: 750px;
	height: 100%;
}

.tableu {
	padding:7px;
	background-color:#f0ffff;
	width: 100%;
	border:1px solid #90A4C1;
	color:#6666CC;
}

.tableu2 {
	padding:7px;
	background-color:#f0ffff;
	width: 100%;
	border:1px solid #90A4C1;
	border-top:1px solid #FFFFFF;
	color:#6666CC;
}

.tdbleu {
	padding:7px;
	background-color:#f0ffff;
	border:1px solid #90A4C1;
	color:#6666CC;
}

.tabletat {
	text-align: center;
	width: 95%;
	margin: 20px auto 20px auto;
}

.rouge {
	color:red;
	font-weight:bold;
}

.center {
	text-align: center;
}

/* liens-boites des stagiaires page recherche */
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;
}
.listimprim {
	list-style-position: inside;
	list-style-image: url(images/Fleche-Gris.gif);
	margin-bottom: 15px;
}

/* grand tableaux stats */
.tabloGstat {
	border: 1px solid #000000;
	width:90%;
	margin-top:30px;
}