/* CSS Document */
body, div, span, h1, h2, h3, img, p, ul, li, ol, form, input, select, option, textarea, pre, iframe, table, td, tr, th, a, label, object, *{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#555555;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	border-collapse:collapse;
	outline:none;

}
/*:-moz-any-link:focus {
  outline: none;
}*/
/*:-moz-any-input:focus {
  outline: none;
}*/
body {
    background: #030303 url(images/bodyBg.jpg) no-repeat top center;
	text-align:center;

}
.logos{
margin-top:150px;

}
a#frBtn{
	background:url(images/btn_fr.jpg) no-repeat;
	width:236px;
	height:47px;
	display:inline-block;
	cursor:pointer;
	float:left;
}
a#enBtn{
	background:url(images/btn_en.jpg) no-repeat;
	width:236px;
	height:47px;
	display:inline-block;
	cursor:pointer;
	float:left;
}
a:hover#enBtn, a:hover#frBtn{
	background-position: left -47px;
}

#wrapper{
	width:1105px;
	height:565px;
	margin-left:auto;
	margin-right:auto;
}
/*END CLAERFIX*/
/*FOOTER (include)*/
#footer {
	width:100%;
	color:#030303;
	background:url(EN/images/bg_footer.gif) top repeat-x;
	height:50px;
	padding-top:18px;
	*margin-top:-3px;
}
