body {
	background-color: #4167B0;
	font: 11px Arial, helvetica, sans-serif;
	text-align:center;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}
#learnbody {
	margin: 0 auto 0 auto;
	background: #4167B0 url(../images/bg.gif) repeat-y center;
}
#main {
	width: 739px;
	height: 502px;
	background-image: url(../images/Plate_a_f_NOTYPE.jpg);
	background-repeat:no-repeat;
	text-align:left;
	margin: 0px auto 0px auto;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
/******** langue button style ******/
#english_button {
	/*float:left;*/
	width:50px;
	position:absolute;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	color:#FFFFFF;
	margin-top:293px;
	margin-left:283px;
	padding:4px 18px 4px 18px;
	/*border:1px solid #FFFFFF;*/
}
#french_button {
	/*float:left;*/
	width:50px;
	position:absolute;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	color:#FFFFFF;
	margin-top:293px;
	margin-left:372px;
	padding:4px 14px 4px 14px;
	/*border:1px solid #FFFFFF;*/

}
/******** footer style *********/
#footer {
	width: 730px !important; width:739px;
	height: 15px;
	background-color: #2A3086;
	background-position: center;
	font: 10px Arial, helvetica, sans-serif ;
	text-align:left;
	font-weight: lighter;
	color: #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	margin: 0 auto 0 auto;
	padding: 5px 0px 0px 9px;
	display: block;
}
.clear {
	clear:both;
}
/*********** global styles ***********/
a {text-decoration:none; color:#FFFFFF}
a:visited {text-decoration:none; color: #FFFFFF;}
a:focus,
a:active,
a:hover   {text-decoration:underline; color:#FFFFFF;}