@charset "utf-8";
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
}
/***************************liens********************************************/
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
	background: none; /* correction d'un bug IE */
}
/***************************texte********************************************/
p {
	font-size: 90%;
	text-align: justify;
	padding-top: 0px;
	padding-bottom: 5px;
}
h1 {
	font-size: 110%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(http://www.mife74.org/images/h1.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	height: 45px;
	color: #0000CC;
}
h2 {
	font-size: 100%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	color: #0033FF;
	margin-bottom: 0px;
}
h3 {
	font-size: 90%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #FF0000;
}
h4 {
	font-size: 90%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 20px;
	color: #000033;
}
/***************************tableau******************************************/
table {
	width: 100%;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
tr {
	padding-bottom: 10px;
	margin: 0px;
}
td {
	vertical-align: top;
}
.fonddegrade {
	background-image: url(http://www.mife74.org/images/fonddegrade.jpg);
	background-repeat: repeat;
}
/***************************images*******************************************/
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imagegauche {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgbordure {
	border: thin groove #999999;
	background-color: #FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
}
/****************************liste deroulante********************************/
ul {
	margin: 0px;
	padding: 0px;
}

hr {
	clear: both;
	border: thin dotted #000099;
}
li {
	list-style-position: inside;
}

/***************************formulaire***************************************/
form {
	width: auto;
	margin: 0px;
}
label {
	font-weight: bold;
	font-style: italic;
	color: #0033FF;
	font-size: 90%;
}
input {
	background-color: #99CCFF;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #000066;
	margin: 0px;
}
textarea {
	background-color: #99CCFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	border: 1px solid #000066;
}
option {
	background-color: #99CCFF;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #000066;
}

/***************************calques******************************************/
.actualite, .goodies, #entete, #recherche, #menu {
	display: none;
}
#entete, #menu, .goodies {
	height:0px;
}
.toutok {
	font-size: 8pt;
	color: #CC0033;
	background-color: #66CC99;
	height: auto;
	width: 100%;
	margin: 0px 2px;
}
.error {
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #FF0000;
	height: auto;
	width: 100%;
	margin: 0px 2px;
}
.error a {
	color: #99FFFF;
}
.error h1 {
	font-size: 110%;
	color: #FFFFFF;
	background-image: url(http://www.mife74.org/images/spacer.gif);
	margin-bottom: 0px;
	margin-top: 0px;
}
.illustration {
	font-size: 75%;
	font-style: italic;
	top: 0px;
	margin-top: 0px;
	color: #666666;
}
