/* ****************************************************

	@file		  print.css
	@description  Feuille d'impression
	@author       remi (ixmedia.com)
	@version	  20090723

***************************************************** */

/*
 * @section Basic
 ******************************************************************************/

 body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 1.2;
	color: #000;
	background: #fff;
	text-align: left;
	margin: 0;
	padding: 0;
}
#contenu {
	float: left;
	width: 700px;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix {display: inline-block;}
/* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */

a { color: #13717a; }
img { border: none; }

#pied {
	border-top: 1px solid #aaa;
	font-size: 9pt;
}

#pied p {
	margin: 0.7em 0;
}

ul.filariane,
#pied ul,
#colonne-gauche,
#piv ul {
	display: none;
}

/*-- Ajouté par BBO 2011-02-16 --*/
#piv {
	display: none;
}


.contenu-statique p.surtitre {
	margin: 1em 0 0;
}

.contenu-statique h1 {
	margin: .1em 0 .7em;
	font-weight: normal;
	font-size: 200%;
	line-height: 1.1;
}

.contenu-statique h2 {
	font-weight: normal;
	font-size: 150%;
	margin: 1em 0 0.5em;
}

.contenu-statique table.donnees {
	border: 1px solid #777;
	border-collapse: collapse;
	margin: 1.5em 0 2em;
}

.contenu-statique table.donnees th,
.contenu-statique table.donnees td {
	border: 1px solid #777;
	border-collapse: collapse;
	vertical-align: top;
}
.contenu-statique .photo {
	float: left;
	margin: 0 1.5em 0.5em 0;
	background: #fff;
}
.contenu-statique .photo img,
.contenu-statique .photo-centre img{
	padding: 5px;
	border: 1px solid #ccc;
	display: block;
}

.contenu-statique table.donnees th {
	background: #eee;
}
/******************************************** Ajout Micael**********************************************/
.donnees p{
	margin-bottom:0px;
}

.styliser{
	color:#006600;
}
.faute{
	color:#FF0000;
}
#tblSpecial th{
			font-weight:normal;
			text-align:left;
}
.special th{
			font-weight:normal;
			text-align:left;
}
#tblSpecial2 th,.alignement{
			font-style:normal;
			text-align:left;
}
.ligneColorer{
			background-color:#DEE3F7;
}
.ligneColorer2{
			background-color:#BDC5EE;
}
.titre{
	font-weight:bold;
	
}
.bloque{
	border-bottom: 1px solid #ccc;
	padding-bottom:20px;
	margin-bottom:20px;
}
.bloque .bas{
	padding-top:175px;
}
