/* TABLE DES MATIÈRES:
	- Éléments à cacher
	- Éléments de base à personnaliser
	- Pied de page
	- Textes
----------------------------------------------------------------------------------------*/

/* ELEMENTS A CACHER 
--------------------------------------------------------------------------------------- */
#menuHaut, #animFlash, #menu, #contenuDroite, #logo, #piedPage{
	position: absolute;
	visibility: hidden;
}

/* ELEMENTS DE BASE À PERSONNALISER 
--------------------------------------------------------------------------------------- */
html{
	/* Garder 3 fontes seulement */
	font-family: Arial, Verdana, Tahoma;
}
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img{border:0; margin:0; padding:0;}

h1{color: #121917; font-size:17px; padding:0 0 8px 0;}
h2{color: #121917; font-size:14px; padding:0 0 0 0;}
#conteneur{
	margin: 0;
	text-align:left;
	width:700px;
}
#contenu{
	width:680px;
}
#contenuGauche{
	float:left;
	width:680px;
}
.boiteAccueil{
	display: inline;
	float: left;
	margin:0 11px 0 0;
	width:172px;
	border-bottom: 17px solid #9E9E9E;
}

.cadrePhotoDroite{
	float:right;
	display:block;
	margin:5px 0 10px 15px;
	border:3px solid #999;
}
.cadreTexte{
	background: #E3EBE9;
	padding:10px;
	border: 1px solid #7BA194;
	display: block;
	color: #121917;
}

/* TEXTES
--------------------------------------------------------------------------------------- */
p{font-size: 11px; line-height: 150%; color: #121917;}
p strong{font-size: 12px; color:#89092D;}
p strong a, p strong a:link, p strong a:visited{
	color:#121917;
	text-decoration: none;
}

p a, p a:link, p a:visited, ul li a, ul li a:visited, ol li a, ol li a:visited{color: #121917; text-decoration: underline;}

ul li{font-size:11px; line-height:150%; list-style:square; margin-left:16px;}
ol li{font-size:11px; line-height:150%; color:#121917; margin-left:16px;}

.lienRSS{
	padding:0;
}
.lienPDF{
	padding:0;
}