/* CSS Document */

body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	color: #164D00;
	background-color: #90A838;
	background-image: url(img/back_tile.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}

div#conteneur {
	width: 612px;
	margin: 0 auto;
	text-align: left;
	border: 2px solid #164d00;
	background-color:#FFFFFF;
}

div#header {
	background-image:url(img/essai.gif);
	height: 100px;
}

div#menu {
	height: 61px;
	margin: auto;
	padding: 0px;
}

div#menu img{
 border: 0px; 
 margin: 0px;
 padding: 0px;
}

div#menu a { border: 0; }

div#content {
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}

div#footer {
	padding-top: 40px;
	font-size: 0.8em;
	text-align: center;
}

.justify { text-align: justify; }

.lettrine {
	float: left; 	/* positionnement de la lettrine dans le conteneur*/
	font-size: 2em; /* 3 hauteurs de lignes pour la lettrine*/
	font-weight: bold;
	color: #164D00;
	border: 1px solid #90A838; /* définition d'une bordure autour de la lettrine*/
	background-color: #FFFFCC; 
	margin: 1px;
	margin-right: 2px;
	padding: 1px;
	line-height: 1em;
}

a {
	color: #4E84C4;
	text-decoration: none;
}

a:hover {
	color: #4E84C4;
	border-bottom: 1px #4E84C4 dotted;
}
