body{

	/* 8E04B1 */

	font-family:"Comic Sans MS";

	font-size:14pt;

}



h1{

	font-size:15pt;

	color:white;

}



h2 span{

	color:#FF4;

}



h2{

	font-size:14pt;

	color:white;

}



a{

	text-decoration:none;

	color:#000;

}



a:hover{

	color:#000;

	text-decoration:underline;

}



ul{

	text-align:left;

}



a img{

	border: medium solid #FFFFFF;

}

a:hover img{
	border: medium solid #FF0000;


}


#main{

	width:100%;

	height:100%;

	padding-bottom:120px;

	margin-bottom:-120px;

}



#fran{

	position:absolute;

	width:230px;

	top:10%;

	left:0;

	text-align:center;

	padding:0px 10px;

	font-family:"arial";

}



#foot{

	width:90%;

	position:absolute;

	right:0;

	bottom:0;

	text-align:center;

	padding-bottom:10px;

	color:#fff;



}



#foot a{

	text-decoration:underline;

	color:#fff;

	font-weight:bold;

}



/****************************

			menu

***************************/

#menu{

	background:#EE082D;

	border:2px solid black;

	padding:10px;

	margin-right:20px;

	margin-left:10px;

	text-align:center;

	width:90%;

	padding-left:5%;

}



#menu img{

	width:100px;

	height:75px;

	border:3px solid purple;

}



#menu a:hover img{

	border-color:#fff;

}



#menu .m1{		border-color:#E12C3B;	}	/* red */

#menu .m2{		border-color:#F7DB36;	}	/* yellow */

#menu .m3{		border-color:#0082C1;	}	/* blue */

#menu .m4{		border-color:#61B352;	}	/* green */

#menu .m5{		border-color:#7B009A;	}	/* purple */



