/* CSS www.parissimo.fr*/
a:link {
	text-decoration: none;
	color:#333333;
	
}
a:visited {
	text-decoration:none;
	color:#333333;
	
}
a:hover {
	text-decoration:underline;
}



body {
	background-color: #FFFFFF;
	font-size:12px; 
	font-family:'Times New Roman', Georgia, Times, serif;
}

img {
	border:0;
}

.divFond{
	background-color:#FFFFCC;
	width:800px;
	height:1000px;
	text-align:center;
}



.ongletMenuActif
{
	background-color: #000066;
	color: #FFFFFF;
	width:142px;
	text-align:center;
	font-family: "Times New Roman", "Georgia", Times, serif;
	font-size: 8pt;
	font-weight:normal;
}

.ongletMenuInactif
{
	background-color: #990000;
	color: #FFFFFF;
	width:142px;
	text-align:center;
	font-family: "Times New Roman", "Georgia", Times, serif;
	font-size: 8pt;
	font-weight:normal;
	cursor: pointer;	
}

.titreContenu {
	font-family: "Times New Roman",  Georgia,Times, serif;
	font-size:16px;
	font-weight: 700;
	padding:12px;
	text-align:center;
}

.presentation {
	width:300px;
	font-size:14px;
	font-family: "Times New Roman", Georgia, Times, serif;
	background-color:#FFFFFF;
	color:#333333;
	padding: 15px;
	border: 1px solid #333333;
	text-align: justify;
}

.presentation:first-letter{
	font-size: 4em;
	text-transform:uppercase;
	line-height:40px;	
}

.boxRecherche {
	font-size: 12px;
	color:#333333;
	text-align: left;
	border: 1px solid #333333;
	font-family: "Times New Roman", "Georgia", Times, serif;
}

.sousTitreRecherche {
	font-size: x-small;
	font-weight:700;
	font-family: "Times New Roman", Georgia, Times, serif;
}


.textStyle {
 	font-size: 12px;
	font-family: "Times New Roman", Georgia, Times, serif;
}

.bouton {
	display:inline;
	padding-left:15px;
	padding-right:15px;
	padding-top:2px;
	padding-bottom:2px;
}

.piedDePage {
	font-size:xx-small;
	color:#333333;
	font-family: "Times New Roman", Georgia, Times, serif;
}

.tableauResult {
	border: 1px solid #333333;	
	padding:7px;
	font-size:12px;
}

.cadreFiche {
	font-size:12px;
	font-family: "Times New Roman", Georgia, Times, serif;
	background-color:#FFFFFF;
	color:#333333;
	border: 1px solid #333333;
	padding:15px 15px 15px 15px;
	
}

.tabDescriptionGauche {

	font-size:12px;
	color:#333333;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-weight:700;
}

.boite{
	display:block;
	background-color:#FFFFFF;
	color:#333333;
	padding: 15px;
	border: 1px solid #333333;
	text-align: justify;
}

