/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #D9C690;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

		A:link {
	color: #637646;
	font-weight: bold;
		}
		
		A:visited {
			COLOR: #637646;
				font-weight: bold;
		}
		A:hover {
			COLOR: #000000;
				font-weight: bold;
		}

.container {
	height: 100%;

}

p, td, tr, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-type: square;
}

.TD_contenu {
	padding-top: 20px;
	padding-bottom: 20px;
}

.TD_contenu_centreacc {
	padding-left: 20px;
	padding-right: 20px;
}

.TD_footer {
	height: 30px;
	font-size: 9px;
}

.texte_petit {
	font-size: 10px;
}

.PAD_infobox {
	padding-left: 14px;
	padding-right: 14px;
}

.texte_accueil {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #007646;
	line-height: 18px;
}

.titre_accueil {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #007646;
	line-height: 16px;
	font-weight: bold;
}

.titre_comic {
	font-family: "Comic Sans MS", Times, serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.menujaune  {
    text-decoration : none;
    color : #ffff00;
}
a.menujaune:Hover  {
    text-decoration : none;
	color : #000000
}

a.menujaune:link  {
    text-decoration : none;
    color : #ffff00;
}
a.menujaune:visited  {
    text-decoration : none;
    color : #ffff00;
}