html, body
{
	margin: 0 0 0 0;
	font-family:arial;
	background : #eaf0f2;
	font-size : 11px;
	width:100%;
	height:100%;
	
	/* Couleur des scroll bars */
	/*scrollbar-face-color:#99CC33;
	scrollbar-Track-color:#e4feaf;*/
}

#divPageTexte
{
	width:100%;
	height:100%;
}

.lien
{
	text-decoration:none;
}

.titre
{
	font-weight:bold;
	font-size : 14px;
    font-family : arial;
    color: #fff;
    background-color: #2979be; 
    height: 30px;
}

.itemRecherche
{
	background-color: #d8e4eb;
	padding: 10px 10px 10px 10px;
}

#tabDonPermet .cellMontant
{
	width:100px;
	font-weight:bold;
	color:Blue;
	font-size:13px;
	margin: 2px 2px 2px 2px;
	text-align:right;
	padding-right:4px;
}

#tabDonPermet .cell
{
	padding: 4px 4px 4px 2px;
}

#divAPropos p
{
	margin: 10px 10px 10px 10px;
	text-align:justify;
	font-size:11px;
}

#divPageTexteContenu p
{
	margin: 6px 6px 6px 6px;
}

#divPageTexteContenu ul
{
	margin-top:4px;
	margin-bottom:4px;
}

.question
{
	font-size : 12px;
	font-weight :bold;
}

h1
{
	font-size : 18px;
	font-weight :bold;
	display:inline;
}

h2
{
	font-size : 16px;
	font-weight :bold;
	margin:12px 0px 6px 3px;
}

h3
{
	font-size : 14px;
	font-weight :bold;
	margin:6px 0px 3px 3px;
}

.ChargementNavigation
{
	position:absolute;
	width:100%;
	top: 200px;
	left:100px;
	width: 300px;
	font-size : 14px;
	text-align:center;
	vertical-align:middle;
	border: solid 1px gray;
	padding:8px 8px 8px 8px;
}

td
{
	font-family :Arial;
	font-size : 11px;
	color : Black;
}

li
{
	font-family :Arial;
	font-size : 11px;
	color : Black;
}