/*********************/
/* La barre de titre */
/*********************/
table.fiche_data {
	width:100%;
	border-collapse:collapse;
}
table.titre {
	width:98%;
	border-collapse:collapse;
	background-image:url(../img/interface/bg_h1.jpg);
	background-repeat:repeat;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;	
}
td.titre {
	background-image:url(../img/interface/bg_h1.jpg);
	background-repeat:repeat;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
	
}
span.titre {
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-left: 8px;
}
table.titre td.creationdata {
	text-align:right;
	padding-right:5px;
}
td.creationdata a, td.creationdata a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
td.creationdata a:hover {
	color:#FFFFFF;
	background-color:transparent;
	text-decoration: underline;
}
/*************************/
/* Les tables de donnees */
/*************************/
table.tabledata {
	border:2px solid #00879F;
	width:98%;
	border-collapse:collapse;
}
table.tabledata th {
	font-weight: bold;
	color: #000000;
	background: #92C0BF;
	padding-left:4px;
	padding-bottom:4px;
	padding-top:4px;
	text-align:left;
}
table.tabledata th.tdata- {
	width:40px;
}
table.tabledata td {
	padding-left:4px;
}
table.tabledata tr.pair {
	background-color:#ffffff;
}
table.tabledata tr.impair {
	background-color:#eff6ea;
}

table.tabledata tr.detailseltabledata {
	color:#B5113E;
}
/*****************************************/
/* Les liens dans les entetes des tables */
/*****************************************/
table.tabledata a {
	color:#000000;
	text-decoration: none;
}
table.tabledata a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}
/**************************************/
/* Le pager sur les tables de donnees */
/**************************************/
table.pagerData {
	width:98%;
	padding:0px;
	margin-top:0px;
	background: #92C0BF;
}
table.pagerData td {
	font-weight: normal;
	color:white;
}
table.pagerData td.first {
	width:10px;
}
table.pagerData td.last {
	width:10px;
}
table.pagerData td.nav {
	width:80%;
	text-align:center;
}
table.pagerData td.pgcour {
	text-decoration: underline;
}
table.nav {
	width:100%;
	text-align:center;
}
table.pargerData.nav td.first td.last {
	width:100%;
}
table.pagerData a {
	font-weight: normal;
	color:#000000;
	text-align:center;
}
table.pagerData a:hover {
	font-weight: normal;
	color:#000000;
	text-decoration: none;
}
.prem,.prec,.suiv,.dern{
	text-transform: capitalize;
	text-indent: 0.5em;
}
/*----------------------*/
/* La barre des filtres */
/*----------------------*/
.bandeau_filtre {
	width:98%;
	border: none;
  	background-color: transparent;
	margin:5px;
	margin-bottom:0px;
}
.bandeau_filtre td {
	text-align:left;
}
.labelFiltre {
	color:#000000;
	vertical-align:bottom;
}
.zone_saisie_filtre {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#B4113E;
	padding-left:3px;
}
.filtre_stage {
	width:300px;
}
/*--------------------------------------------*/
/* Les fiches de modification et consultation */
/*--------------------------------------------*/
table.fonddata{
	width:100%;
}
table.fonddata td.libelle {
	width:15%;
}
table.fonddata td.data {
	width:85%;
	text-align:left;
	padding-bottom:5px;
}
.boutondata {
	margin-top:25px;
}
.zone_saisie_swap {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#B4113E;
	width: 320px;
	padding-left:3px;
}
#metiers-comp1 {
	width:50%;
	float:left;
}
#metiers-comp2 {
	width:40%;
}
#metiers-comp2-button {
	width:90%;
	text-align:center;
	padding:0px;
	padding-top:10px;
}
#metiers-comp1 .libelle-comp {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
#metiers-comp2 .libelle-comp {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
#familles-comp1 {
	width:50%;
	float:left;
}
#familles-comp2 {
	width:40%;
}
#familles-comp2-button {
	width:100%;
	text-align:center;
	padding:0px;
	padding-top:10px;
}
#familles-comp1 .libelle-comp {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
#familles-comp2 .libelle-comp {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
/*----------------------*/
/* Les champs de saisie */
/*----------------------*/
.read {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
  	background-color: #eeeeee;
	width: 330px;
	padding-left:3px;
}

.input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*---------------------------------------------------------*/
/* Mise en forme specifique pour la liste des utilisateurs */
/*---------------------------------------------------------*/
#tdata-compte {
	width:25%;
	text-align:left;
}
.col-compte {
	width:25%;
	text-align:left;
}
#tdata-college {
	width:47%;
	text-align:left;
}
.col-college {
	width:47%;
	text-align:left;
}
#tdata-profil {
	width:28%;
	text-align:left;
}
.col-profil {
	width:28%;
	text-align:left;
}
/*---------------------------------------------------*/
/* Mise en forme specifique pour la liste des stages */
/*---------------------------------------------------*/
#tdata-nom {
	width:36%;
	text-align:left;
}
.col-nom {
	width:36%;
	text-align:left;
}
#tdata-metier {
	width:36%;
	text-align:left;
}
.col-metier {
	width:36%;
	text-align:left;
}
#tdata-lieu {
	width:28%;
	text-align:left;
}
.col-lieu {
	width:28%;
	text-align:left;
}
