﻿/* Pour l'impression: certaines classes sont ici redéfinies ou ajoutées 
afin de rendre des portions du site invisibles ou adaptées à l'impression */
.CellContenu {
	border-left:			0px hidden #FFF;
	border-right:			0px hidden #FFF;
	border-bottom:			0px hidden #FFF;
	vertical-align:			top;
}

.CellTabTitre {
	font:			bold 10px/120% Verdana, Arial, Helvetica, sans-serif;
	color:			#f3f5d8;
	background: 	#768028;
	padding:		3px;
	border-right:	1px solid #999e6a;
	border-left:	1px solid #999e6a;
	border-top:	    1px solid #999e6a;
	border-bottom:	1px solid #999e6a;
}

.CellTri {
	font:			10px/120% Verdana, Arial, Helvetica, sans-serif;
	color:			#fff;
	background: 	#6c2233;
	border-bottom:	1px solid #999e6a;
	border-right:	1px solid #999e6a;
	border-left:    1px solid #999e6a;
}

.CellTabSousTitreFonce {
	font:			9px/120% Verdana, Arial, Helvetica, sans-serif;
	color:			#fff;
	background: 	#899d27;
	padding:		3px 2px;
	vertical-align:	top;
	border-bottom:	1px solid #93ad27;
	border-right:	1px solid #a8c23c;
	border-top:     1px solid #a8c23c;
}

.CellLargeur
{
	width:600px;
}
.CellContenuAcc {
	width: 300px;
	color: #000000;
	border:none;
	background-color: #FFFFFF;
}

.CellContenuInt {
	width: 600px;
	color: #000000;
	border:none;
	background-color: #FFFFFF;
}

.CellTitreInt {
	width: 600px;
	color: #000000;
	background-color: #FFFFFF;
}

BODY {
	background-image: none;
	background-color: #FFFFFF;
}

.Invisible {
	display: none;
	width: 0px;
	height: 0px;
}

