/* @override http://localhost:8080/journal-du-barter/css/video-barter.css */

html,body {
	background: #707387 url(../img/fond-site.jpg) repeat-x;
	text-align: center;
	width: 100%;
}

#site {
	margin: 10px auto 0;
	width: 915px;
	text-align: left;
	height: 600px;
	background-color: #ffffff;
}

#site img {
	float: left;
}

#col1 {
	float: left;
	clear: left;
	margin-top: 50px;
	margin-left: 60px;
}

#col1 img {
	border: 1px solid #d4d4d4;
	margin-top: 10px;
	margin-bottom: 20px;
}

p {
	color: #1C5F96;
	font: bold 12px/14px Helvetica, "Trebuchet MS", sans-serif;
}

a {
	display: block;
	clear: left;
	color: #0092df;
	font: 12px/13px Helvetica, "Trebuchet MS", sans-serif;
	background: url(../img/fleche.gif) no-repeat 0 4px;
	padding-left: 11px;
	margin-top: 5px;
}

a.actif {
	font-weight: bold;
}

#videoflv {
	width: 412px;
	height: 270px;
	background-image: url(../img/fond-lecteur-flv-big.jpg);
	float: left;
	margin-top: 50px;
	margin-left: 90px;
	position: relative;
}

#videoPlayer {
	position: absolute;
	top: 8px;
	left: 6px;
	background-color: transparent;
}