/* Mise en forme des textes */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.titre {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #C90909;
font-weight: bold;

}


.texte {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #787878;

}




/* Liens par défault */

a:link {
	text-decoration: underline;
}

a:visited {
	color: #C90909;
	text-decoration: underline;
	font-weight: lighter;
}
a:hover {
	color: #990000;
	text-decoration: none;
	font-weight: lighter;
}



/* Liens pour menu */

.menu a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #800000;
	text-decoration: none;
	font-weight: normal;
}

.menu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #800000;
	text-decoration: none;
	font-weight: normal;
}

.menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6699CC;
	text-decoration: underline;
}

.active {
background-repeat:no-repeat;
background-position:center center;

}
.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	}
.titre_clig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AE0000;
	text-decoration: blink;
}
.lettrine {
	font-family: "Monotype Corsiva";
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
}
.fldst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 193px;
	height: 375px;
}
.inpt {
	height: 15px;
	width: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
}
.bx {
	height: 12px;
	width: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	background-color: #B6AFE3;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-width: thin;
	font-variant: small-caps;
}
.fild {
	border: 1px outset #000000;
}
