@charset "utf-8";
html, body{ 
	width : 100%;
	height: 100%;/*fixe la hauteur pour IE*/
	/*min-height:100%;fixe la hauteur pour les autres navigateur*/
	margin: 0px;
	padding: 0px;
	text-align: center; /* on retablit l'alignement normal du texte */
} 
body {
	text-align: center; /* pour corriger le bug de centrage IE */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(http://www.mife74.org/images/fond_page.gif);
	background-repeat: repeat;
}
/***************************liens********************************************/
a {
	color: #990000;
	text-decoration: none;
	font-size: 100%;
}
a:hover {
	color: #333333;
	text-decoration: underline;
	background: none; /* correction d'un bug IE */
}
.actualite a {
	color: #990000;
	text-decoration: none;
	font-size: 100%;
}
.actualite a:hover  {
	color: #333333;
	text-decoration: underline;
	background: none; /* correction d'un bug IE */
}
/***************************texte********************************************/
p {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 95%;
	text-align: justify;
}
h1 {
	width: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 150%;
	color: #CD0102;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 120%;
	color: #00349A;
}
.rubriques h2 {
	padding-left: 10px;
	background-image: url(http://www.mife74.org/images/icones/puce1.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
h2 a{
	color: #00349A;
}
.actualite h2{
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	text-align: center;
	color: #990000;
}
h3 {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 120%;
	color: #339933;
	font-weight: bold;
}
.rubriques h3 {
	padding-left: 18px;
	background-image: url(http://www.mife74.org/images/icones/puce2.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
h4 {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 20px;
	font-size: 90%;
	color: #000033;
}
.lettrine {
	font-size: xx-large;
}
/***************************tableau******************************************/
table{
	overflow: visible;
}
tr {
	margin: 0px;
}
td {
	vertical-align: top;
	text-align: left;
}
.actualite th {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	line-height: 90%;
	background-image: url(http://www.mife74.org/images/fond_titre.jpg);
	background-repeat: no-repeat;
	font-size: 90%;
	height: 19px;
}
/***************************images*******************************************/
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imagegauche {
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
	/*clear: both;*/
	overflow: hidden;
}
.imagedroite {
	float: right;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 5px;
	/*clear: both;*/
	/*overflow: hidden;*/
}
.imgbordure {
	border: thin groove #999999;
	background-color: #d5e9f4;
	margin: 5px;
}
#corps ul, .actualite ul, #corps_admin ul{
	margin: 10px;
	padding-left: 10px;
}
#corps ul li {
	list-style-image: url(http://www.mife74.org/images/icones/puce1.gif);
	padding: 0px;
}
.actualite ul li{
	padding-left: 0px;
	list-style-position: outside;
	list-style-image: url(http://www.mife74.org/images/icones/error.jpg);
	display: list-item;
}
hr {
	clear: both;
	border-top: 1px solid #99CCFF;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
}
/***************************formulaire***************************************/
form {
	width: auto;
	margin: 0px;
	padding:0px;
}
label {
	font-weight: bold;
	font-style: italic;
	color: #00349A;
	font-size: 90%;
	text-align: left;
	vertical-align: text-bottom;
	/*display:inline-block;*/
	padding:0;
	line-height: 110%;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 90%;
	vertical-align: top;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 90%;
}
select {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	border: thin solid #CCCCCC;
}
option {
	font-family: Arial, Helvetica, sans-serif;
}
fieldset {
	width: 97%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(http://www.mife74.org/images/fond_fieldset.jpg);
	background-repeat: repeat-x;
	background-position: left top;
 	display : block;
	position : relative;
	-moz-border-radius:10px; /*coin arrondi uniquement sur FireFox avec CSS3*/
 }
legend {
	font-size: 115%;
	font-weight: bold;
	text-transform: uppercase;
}
/***************************calques******************************************/
div {
	display: block;
}
#conteneur {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0px;
	top:0;
	left:0;
	background-color: #FFFFFF;
	border: 1px solid #CCFFFF;
	width: 780px;
}
.goodies{
	position: absolute;
	float: right;
	height: 70px;
	width: 40px;
	z-index: 100;
	top: 0px;
	clear: both;
	left: -40px;
}
#entete{
	position: relative;
	top:0px;
	height: 116px;
	width: 100%;
	margin:0px;
	padding:0px;
	z-index:1;
}
#corps {
	width: auto;
	min-height:350px;
	top:100px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: relative;
	z-index:1;
	text-align: left;
	overflow: auto;
	font-size: 110%;
}
#entete_admin{
	position: relative;
	top:0px;
	height: 188px;
	width: 100%;
	margin:0px;
	padding:0px;
	z-index:1;
}
#corps_admin {
	width: 98%;
	position: relative;
	z-index:2;
	min-height:350px;
	text-align: left;
	font-size: 100%;
	padding: 5px;
	margin: 0px;
	top: 0px;
}
#corps_email {
	width: 100%;
	position: relative;
	top:10px;
	z-index:1;
	min-height:350px;
	text-align: left;
	overflow: auto;
	font-size: 100%;
	margin: 10px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.actualite{
	top:110px;
	width: 138px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	position: relative;
	float: right;
	display: block;
	clear: right;
	z-index: 2;
}
#pieddepage {
	top:80px;
	height: 80px;
	width: 100%;
	margin:0px;
	padding:0px;
	position: relative;
	clear: both;
	background-image: url(http://www.mife74.org/images/pied_de_page.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	font-size: 90%;
	text-align: center;
	vertical-align: bottom;
	display: block;
	float: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	z-index:1;
}
.pieddepage_bloc{
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: auto;
}
.pieddepage_conteneur{
	height: auto;
	width: 100%;
	margin: 0px;
	padding-top: 65px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
.onglet_conteneur{
	width:100%;
	margin: 0px;
	padding: 0px;
	display: block;
}
.onglet_on{
	height: 36px;
	width: 133px;
	background-image: url(http://www.mife74.org/images/onglet_on.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: table-cell;
	font-size: 100%;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
	vertical-align: bottom;
	float: left;
	margin: auto;
	font-style: italic;
	text-decoration: underline;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.onglet_off{
	height: 40px;
	width: 133px;
	display: table-cell;
	background-image: url(http://www.mife74.org/images/onglet_off.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 100%;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin: auto;
	font-variant: small-caps;
}
.onglet_page{
	height: 33px;
	width: 25px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	background-image: url(http://www.mife74.org/images/onglet_page.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	vertical-align: bottom;
	line-height: 8px;
	float: left;
}
.onglet_corps {
	border: thin solid #B0C0C9;
	background-color: #d5e9f4;
	width:100%;
	position: relative;
	display: table;
	top: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 2px;
	vertical-align: top;
}
.onglet_corps h1 {
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 130%;
	text-align: left;
	margin: 0px;
	line-height: 120%;
}
.bloc_gauche{
	width: 235px;
	height: 235px;
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-image: url(http://www.mife74.org/images/livre.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	float: left;
}
.bloc_droite{
	width: 235px;
	height: 235px;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.mife74.org/images/livre2.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	float: right;
}
.bloc_centre{
	width: 100%;
	height: 177px;
	background-image: url(http://www.mife74.org/images/livre3.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	float: none;
	padding: 0px;
	display:block;
	margin: 0px;
	clear: both;
}
.bloc_centre .bloc{
	width: auto !important;
	margin: 0px !important;
	padding-top: 15% !important;
	padding-bottom: 0% !important;
	padding-left: 35% !important;
	padding-right: 35% !important;
	text-align:center !important;
}
#corps .bloc{
	font-size: 140%;
	color: #990000;
	height: 10%;
	width: auto;
	padding-top: 45%;
	padding-bottom: 45%;
	padding-right: 5%;
	padding-left: 5%;
	margin: 0px;
}
.toutok {
	height: auto;
	width:98%;
	margin: 0px;
	padding: 1%;
	font-size: 95%;
	color: #CC0033;
	background-color: #66CC99;
}
.error {
	height: auto;
	width:98%;
	margin: 0px;
	padding: 1%;
	font-size: 95%;
	color: #FFFFFF;
	background-image: url(http://www.mife74.org/images/icones/error.jpg);
}
.error a {
	color: #000000;
}
.error h1 {
	font-size: 100%;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 0px;
}
.error .illustration{
	color:#CCCCCC;
}
.error ul, .avertissement ul {
	padding-left: 10px;
}
#corps_admin .error ul li, .error ul li, .avertissement ul li {
	list-style-image: url(http://www.mife74.org/images/icones/icones/puce4.gif)!important;
	padding-left: 0px;
	display: list-item;
}
.avertissement {
	height: auto;
	width:98%;
	margin: 0px;
	padding: 1%;
	font-size: 95%;
	color: #FFFFFF;
	background-color: #000066;
}
.avertissement a {
	color: #99CCFF;
}
.avertissement label {
	color: #CCCCCC;
}
.illustration {
	top: 0px;
	margin-top: 0px;
	font-size: 85%;
	font-style: italic;
	color: #666666;
}
.pagination {
	width: auto;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
}
.pagination img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.page_active{
	background-image: url(http://www.mife74.org/images/icones/fond_page_active.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-right: 9px;
	padding-left: 2px;
	text-align: center;
}
.administration {
	height: auto;
	width: 50%;
	padding: 0px;
	font-size: 90%;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	float: right;
}
.fonddegrade {
	background-image: url(http://www.mife74.org/images/fond_degrade_menu.jpg);
	background-repeat: repeat-x;
}
.fonddegrade2 {
	background-image: url(http://www.mife74.org/images/fond_fieldset.jpg);
	background-repeat: repeat-x;
	border-top-color: #3399FF;
	border-top-style: inset;
	border-top-width: 1px;
}
.fonduni {
	background-image: url(http://www.mife74.org/images/fond-bleu.gif);
	background-repeat: repeat;
}
.fondgris{
	background-color: #CCCCCC;
}
.fleche{
	background-image: url(http://www.mife74.org/images/fleche.png);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
.fleche td{
	vertical-align: middle;
}
.fleche select {
	background-color: #E6E6E6;
	border: thin solid #BDBCBC;
	color: #666666;
}
.fleche2{
	background-image: url(http://www.mife74.org/images/fleche2.png);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width:310px;
	text-indent: 37px;
	display: table-cell;
}
.fleche2 select {
	background-color: #C1DEED;
	border: thin solid #52A2CD;
	color: #00349A;
}
.fileariane{
	padding-left: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	background-image: url(http://www.mife74.org/images/file_ariane.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	color: #003366;
}
.resultatrecherche {
	background-image: url(http://www.mife74.org/images/fond_recherche.gif);
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.gauche {
	margin: 0px;
	float: left;
	width: 47%;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.centre{
	text-align: center;
}
.droite{
	width: auto;
	float: right;
}
.rubriques{
	margin: 0px;
	float: left;
	width: 182px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	height: 250px;
	padding-bottom: 0px;
	overflow: auto;
}
.fileupload_conteneur {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B0C0C9;
	border-right-color: #B0C0C9;
	border-bottom-color: #B0C0C9;
	border-left-color: #B0C0C9;
	background-color: #FFFFFF;
	width: 100%;
}
.fileupload_conteneur .fileupload_header .fileupload_header_left {
	float: left;
	background-image: url(http://www.mife74.org/images/header_left.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 45px;
}
.fileupload_conteneur .fileupload_header .fileupload_header_right {
	background-image: url(http://www.mife74.org/images/header_right.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 6px;
	float: right;
}
.fileupload_conteneur .fileupload_content {
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}
.fileupload_conteneur .fileupload_header .fileupload_header_main {
	float: left;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*color: #FFFFFF;*/
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 115%;
}
.fileupload_header_main{
	text-transform: uppercase;
}
.fileupload_conteneur .fileupload_header {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(http://www.mife74.org/images/header_bg.gif);
	background-repeat: repeat-x;
	height: 42px;
}
.connect{
	background-image: url(http://www.mife74.org/images/client3.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 132px;
	margin: 0px;
	padding: 0px;
	background-color: #99CCCC;
}
