/*
	Feuille de style du service clients pro.ircf.fr
*/

/* Mise en page des balises standard */

body{
	background-color:#fff;
	color:#000;
	margin:0;
	padding:0;
}
*{
	font-size:10px;
	font-family:verdana;
	color:#464545;
}
h1{
	font-size:12px;
	margin:10px 0 20px 0; 
}
h1 *{
	font-size:12px;
}
h2{
	background-image:url(/images/triangle.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:0 0 0 10px;
	border-bottom:1px solid #000;
	margin:15px 0 10px 0;
}
table{
	width:100%;
	border-collapse:collapse;
}
td{
	line-height:12pt;
}
th{
	line-height:12pt;
	text-align:left;
}
a{
	color:#066;
	text-decoration:none;
}
a:hover,a.survol{
	background-color:#d8e7e6;
}
ul{
	list-style:none;
	margin:0 0 0 20px;
	padding:0;
	line-height:12pt;
}
input,select,option,textarea{
	font-size:12px;
	font-family:arial;
}
a img{
	border:0;
}

/*
	Elements de la page
*/
#page{
	width:100%;
}
#haut{
	background-color:#000;
	float: left;
	height: 95px;
	margin-bottom: 20px;
	background-image: url('/images/trame_haut.jpg');
	background-position: 0 40px;
	background-repeat: repeat-x;
}

#haut h1{
	margin: 0;
}
#haut h1 a{
	margin: 0;
	display: block;
	float: left;
	color: #fff;
	font-size: 16px;
	width: 80px;
	height: 80px;
	margin-left: 10px;
	background-image: url('/images/logo_IRCF.jpg');
}
#haut h1 span{
	display: none;
}
#haut p{
	display:block;
	background-color:#000;
	color:#fff;
	margin:0;
	font-weight:bold;
	float: right;
	padding: 7px 10px;
	margin-top: 10px;
}
#milieu{
}
#gauche{
	width:20%;
	min-height:200px;
	float:left;
	text-align:center;
	margin-bottom: 40px;
}
#gauche *{
	font-weight:bold;
}
#centre{
	float:left;
	width:78%;
	margin-bottom: 40px;
}
#bas{
	clear:both;
	height:35px;
	margin:20px 0 0 0;
	background-color:#000;
	position: fixed;
	z-index: 10;
	bottom: 0;
	width: 100%;
}
#bas *{
	color:#ffffff;
}
#bas p{
	padding: 7px 0;
	margin-left: 252px;
	margin-bottom: 0;
	font-weight:bold;
}
#bas img{
	float:left;
}

/*  Menus */
#menu{
	margin:0 auto 10px auto;
	padding:0;
	width:80%;
	list-style:none;
	text-align:left;
}
#menu ul{
	margin:0;
}
#menu li{
	margin-top:10px;
}
#menu ul li {
	margin:0;
	padding-left:10px;
	background:url(/images/page-type/pucenoir.gif) no-repeat 2px 6px;
}

/* Panneau d'identification */
#login{
	float: left;
	margin-left: 140px;
}
#identification{
	width:400px;
	margin:0 0 25px 0;
	border: none;
	padding: 0;
}
#identification h1{
	font-size: 22px;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
#identification label{
	font-size: 18px;
	font-family: "Trebuchet MS";
	margin: 5px 0;
	float: left;
	clear: left;
}
#identification input{
	font-size: 16px;
	font-family: "Trebuchet MS";
	float: left;
	clear: left;
}
#oubli{
	font-size: 14px;
	font-family: "Trebuchet MS";
	float: left;
	width: 400px;
}
#identification  .boutons{
	float: left;
	clear: left;
}
#identification  .boutons input{
	padding: 0 5px;
}
#oubli .boutons input,
#identification  .boutons input{
	border: 1px solid #333;
	color: #fff;
	background-color: #000;
	margin-top: 10px;
	float: none;
	font-size: 16px;
	font-family: "Trebuchet MS";
}
#oubli input,
#oubli .boutons input{
	font-size: 14px;
	font-family: "Trebuchet MS";
}
#oubli label,
#oubli input{
	float: left;
	clear: none;
	padding: 0;
}
#oubli input{ margin: 10px 5px 0 0; }
#lien_bas{
	margin-left:10px;
	width: 600px;
	position: absolute;
	bottom: 30px;
}

/* Panneau utilisateur */
#utilisateur{
	text-align:left;
	width:80%;
	margin:10px auto 0 auto;
}

/* Colonnes */
.colonne{
	width:48%;
	float:left;
	margin:0 10px 10px 0;
}
.colonne h3{
	margin:0;
}
.colonne p{
	margin:0;
}
.separateur{
	clear:both;
}
.trait{
	width:100%;
	font-size:0;
	border-bottom:1px solid #464545;
}

/* Code source */
.code{
	border:1px solid black;
	padding:5px;
	background-color:#eeeeee;
	width:100%;
}

/* Messages d'erreur */
.message{
	color:red;
	text-decoration:none;
	font-weight:bold;
}
.message *{
	color:red;
}

/* Tableau avec une mise en page plus riche */
table{
	background-color:#ffffff;
}
.pair{
	background-color:#ddeeee;
}

/* Bulle d'aide */
a.aide{
	cursor:help;
	border-bottom:1px dotted #000000;
}

/* Panneaux cachés/affichés */
.afficher{
	display:block;
}
.cacher{
	display:none;
}

/* Calendrier */
#calendrier p{
	margin:10px;
	text-align:center;
}
#calendrier input,
#calendrier select{
	margin:0 4px 0 4px;
}
#calendrier table{
	border:1px solid #000000;
	border-collapse:collapse;
}
#calendrier th,
#calendrier td{
	text-align:center;
	border:1px solid #000000;
	line-height:16px;
}
#calendrier a{
	display:block;
	width:100%;
	height:16px;
}

/* Mise en forme des états pour les prestations (bénéfices/déficit) */
#prestations .b{
	color:green;
}
#prestations .d{
	color:red;
}

/* pour légende et tableau des stats */
#wrapper fieldset {
	width:715px;
	margin-left:40px;
}
table.stat,table.stat tr,table.stat td,table.stat th{
	border:1px solid #000;
	text-align:center;
}
table.stat th{
	background-color:#eee;
	width:7%;
}
table.stat td{
	width:7%;
}
/* formulaire  */
form.css fieldset {
	padding: 0.4em;
	border:1px solid #b8d2cf;
}
.css legend{
	font-size:9px;
	font-style:italic;
}
form.css label {
	padding:0 10px 0 50px;
}
form.css  input[type=submit]{
	float:right;
	margin-top:3px;
}
form.css  input[type=button]{
	float:left;
	clear:left;
}
a.suppr{
	background:#ccc url(/images/bouton-supprimer.png) no-repeat center;
	border:1px solid #000;
	padding:3px;
	display:block;
	height:16px;
	width:16px;
}
a.suppr:hover{
	background-color:#eee;
}
p.pagination{
	float:left;
}
a.pdf{
	background: url(/images/pdf.gif) no-repeat top left;
	padding-left:18px;
	display:block;
	margin:3px 0;
}
a.pdf:hover{
	background: url(/images/pdf.gif) no-repeat bottom left;
}
.rouge{
	color:#ff0000;
}
tr.surligne{
	background:#ccf;
}
table#bilan th, table#intervention td{
	padding:6px;
}
/* Mise en page de l'impression */
@media print{
	#haut{
		background:none;
	}
	#gauche,
	#bas{
		display:none;
	}
	#centre{
		width:100%;
	}
}