/************* CSS RESET ***************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/************* STYLES ***************/

.float_r {
	float:right;
}

.float_l {
	float:left;
}

.clear, .profile_container br {
	font-size:0;
	line-height:0;
	height:0;
	clear:both;
	display:block;
	margin:0 !important;
}

body {
	background:#64a5d7 url(../images/bg.gif) repeat-x;
	font-family:Arial, Verdana, Tahoma;
	color:#000;
	font-size:14px;
}

.wrapper {
	width:972px;
	margin:0 auto;
}

.header {
	padding:6px 6px 0 0;
	height:333px;
}

.content {
	
}

.container {
	background:transparent url(../images/bg_container_n.png) no-repeat;
	padding:17px 0 0;
}

.container_m {
	background:transparent url(../images/bg_container_m.png) repeat-y;
	*padding:0 17px 0;
	padding:0 13px 0 15px;
}

.container_s {
	height: 17px;
	background:transparent url(../images/bg_container_s.png) no-repeat;
}

.baseline {
	text-align:center;
}

.baseline img {
	margin:6px 0 8px;
}

.profile_container {
	float:left;
	position:relative;
	background:#eeeeee url(../images/bg_profile_container.gif) repeat-x scroll bottom left;
	border-bottom:2px solid #ee5200;
	padding:0 0 1px;
	margin:10px;
}

.profile_container img {
	margin-bottom:6px;
	_margin-bottom:5px;
}

.margin_t {
	margin-top:8px;
}

.margin_r {
	margin-right:8px;
}

.margin_b {
	margin-bottom:8px;
}

.margin_l {
	margin-left:8px;
}

.profile_container .btn_play {
	position:absolute;
	top:70px;
	left:88px;
	width:37px;
	height:37px;
	background:transparent url(../images/btn_play.png) no-repeat;
}

.profile_container:hover .btn_play {
	position:absolute;
	top:70px;
	left:88px;
	width:37px;
	height:37px;
	background:transparent url(../images/btn_play_hover.png) no-repeat;
}

.bs_fix {
	position:relative;
	bottom:-7px;
}

.input_mc {
	width:400px;
	height:28px;
	background:#eee url(../images/bg_input_text.gif) repeat-x;
	text-align:center;
	font-size: 24px;
	font-family:impact, arial, verdana;
	color:#6b6b6b;
	margin:10px 0 10px 270px;
	border:2px solid #ee5200;
	text-decoration:blink;
}

.btn_mc {
	width:415px;
	height:60px;
	background:#eee url(../images/btn_mc_valider.gif) no-repeat;
	margin:0px 0 10px 265px;
	border:none;
	cursor:pointer;
}

.rmargin {
	margin-right:5px;
}

.player {
	width:413px;
	height:331px;
	background:#eee url(../images/bg_header_e.gif) no-repeat;
	float:right;
	display:block;
}

.player object {
	display:block;
}

.player div {
	margin:8px;
	_margin:8px 7px 8px 8px;
}