/* ============================= */
/* jeronimot default style v1.01 */
/* ============================= */


/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */



/* basic elements */
body { 
	font: 8pt/16pt georgia; 
	color: #454743; 
	margin: 0px; 
white-space:pre;
background-repeat: no-repeat;
background-position : top center;

scrollbar-face-color: #408F65;
scrollbar-shadow-color: #005000;
scrollbar-highlight-color: #CCFFCC;
scrollbar-3dlight-color: #005000;
scrollbar-darkshadow-color: #005000;
scrollbar-track-color: #AcBcAC;
scrollbar-arrow-color: #50EC50;

	}

p { 	display: compact ;
	font: 8pt/16pt georgia;
	font-size: 100%;
	}

	
h3 {
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #00356F;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #8A2D1C;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #00456A;
	}

img { 	margin: 3;	border:0;
	border-color:none;
	}

/* specific divs */
.titre_menu { 
	font-size: 100%;
	text-align:center;
	color: #004000;
	font: 16pt/32pt Verdana;

	}
.titre1 { 
	font-size: 250%; 
	text-align:left;
	color: #007000;
	}
.titre2 { 
	font-size: 200%; 
	text-align:left;
	color: #000000;
	}
.titre3 { 
	font-size: 150%; 
	text-align:left;
	color: #000000;
	}
.petit {
	font-size: 75%;
	text-align:left;
	color: #000000;
	}
.petitcentre {
	font-size: 75%;
	text-align:center;
	color: #000000;
	}
.minus {
	font-size: 50%;
	text-align:left;
	color: #000000;
	}
.item_lien {
}
.item_lien:before {
content:url('img/lierre_mini.gif');
}

input.bouton {
border:2px outset gree;
font-weight:bold;
cursor:pointer;
}
input.bouton:hover {
background-color:white;
color:blue;
}
input.bouton:active {
border:2px inset red;
background-color:red;
color:white;
} 

