/* CSS Mise en Forme Général [Type:balise] */
body {
	background-image: url("../_images_/Mise_en_Forme/header2.png");
	background-color: #333333;
	background-position : top center;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	margin: 0px -10px 0px -10px;
}

body,td,th {
	font-family: Comic Sans MS;
	font-size: 12px;
	color: #000000;
}
a {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #000000;
}

/* CSS Les Calques du Feuillage [Type:ID] */
#cadre1 {
	background-image:url("../_images_/Mise_en_Forme/header2.png");
	width: 1012px;
	height: 326px;
	background-repeat: no-repeat;
	position: absolute;
	margin: -65px 0px 0px -251px;
	/*border: 1px solid #FF0000;*/
}
#cadre2 {
	background-image:url("../_images_/Mise_en_Forme/header2.png");
	width: 377px;
	height: 932px;
	background-repeat: no-repeat;
	position: absolute;
	margin: -65px 0px 0px -251px;
	/*border: 1px solid #FF0000;*/
}
#cadre-lien1{
	width: 108px;
	height: 40px;
	float:right;
	margin-top: 268px;
	margin-right: 10px;
}

/* CSS Conteneur du Site [Type:ID] */
#fond {
	background-image:url("../_images_/Mise_en_Forme/fond2.png");
	width:761px;
	margin-top: 65px;
	overflow: visible;
}

/* CSS Partie Supérieur Bandeau Bakemono [Type:ID] */
#head {
	background-image:url("../_images_/Mise_en_Forme/header3.png");
	background-position : top center;
	width:755px;
	height:109px;
	border: 3px inset;
}

/* CSS Partie Inférieur Bandeau Copyright [Type:ID] */
#foot {
	background-image:url("../_images_/Mise_en_Forme/content2.png");
	background-position : top center;
	width:761px;
	height:14px;
	clear:both;
	border: 3px inset;
}

/* CSS Définition de la Zone du Menu [Type:ID] */
#menu {
	background-image:url("../_images_/Mise_en_Forme/menu.png");
	width: 114px;
	float:right;
	margin-right: 7px;
	overflow: visible;
}

/* CSS Menu individuel [Type:ID] */
#menu2 {
	width:108px;
	height: 40px;
	text-align:center;
	margin-top: 20px;
	margin-bottom: 20px;
	vertical-align: middle;
}

/* CSS Menu Exit [Type:ID] */
#menu3 {
	width:108px;
	height: 40px;
	text-align:center;
	margin-top: 20px;
	margin-bottom: 0px;
	vertical-align: middle;
}

/* CSS Définition de la Zone Inforamtion [Type:ID] */
#content {
	background-image:url("../_images_/Mise_en_Forme/content.png");
	width: 626px;
	float:right;
	text-align:left;
	margin-right: 8px;
	overflow: visible;
}

/* CSS Zone Inforamtion Fixe (aucune lien) [Type:ID] */
#content2 {
	width: 620px;
	height: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* CSS Zone Inforamtion variable [Type:ID] */
#content3 {
	width: 530px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: visible;
	padding-left: 80px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* CSS Effet Cadre en Bois [Type:class] */
.plaque {
	background-image:url("../_images_/Mise_en_Forme/content2.png");
	border: 3px inset;
}

/* CSS Propriété du Tableau [Type:class] */
.tab1{
	width: 100%;
	background-image:url(../_images_/Mise_en_Forme/fond-20pc.png);
	border: 1px solid #4F2700;
}

td {border: 1px solid #4F2700;}
.tr_titre{
	background-image:url(../_images_/Mise_en_Forme/bleu-40pc.png);
	font-size: 14px;
	font-weight: bold;
}
/* CSS Mise en Forme Titre [Type:class] */
.MeF_titre{
	font-size: 14px;
	text-align: center;
}




