@charset "utf-8";
/* CSS Document */


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a, a:link, a:visited {
	color:#09F;
	font-weight:bold;
}

a:hover, a:active {
	color:#6CF;
	font-weight:bold;
	text-transform:lowercase;
}

a, a:link img, a:visited img, a:hover img, a:active img {
	border:none;
	text-decoration: none;
}


h1 {
	font-size:25px;
	text-transform:uppercase;
	color:#09F;
	font-weight:bold;
}

h2 {
	font-size:16px;
	text-transform:uppercase;
	color:#82AC8B;
	font-weight:bold;
}


h3 {
	font-size:14px;
	color:#000;
	font-weight:bold;
}

h4 {
	font-size:12px;
	color:#000;
	font-weight:normal;
}

h6 {
	font-size:10px;
	color:#888;
	font-weight:normal;
}

h7 {
	font-size:10px;
	color:#000;
	font-weight:bold;
}

h5 {
	font-size:10px;
}

h5 a:hover, h5 a:active{
	font-size:12px;
}




body {
	line-height: 1.5; 
	color: #797979;
	font-size: 75%;
	font-family: Arial, Verdana, Sans-serif;
	text-decoration:none;
	background: #fff;
	margin:5px auto;
	margin-bottom:0px;
	text-align:center;
	width: 1020px; 
	overflow:scroll;
}


a.mb, a:link.mb, a:visited.mb, a:hover.mb, a:active.mb{
	margin:0px;
}

#header {
	text-align:left;
	height:130px;
}

#header h1 {
	position:relative;
	top:0px;
	left:30px;
	width:150px;
	z-index:1;
}

#header h3 {
	clear:both;
	position:relative;
	top:-150px;
	text-align:right;
	font-size:12px;
}

#header-barre {
	position:relative;
	top:-55px;
	background:#000;
	border:7px solid #676363;
	border-left:none;
	border-right:none;
	padding:7px;
	text-align:right;
}

#header-barre h2 {
	text-transform:uppercase;
	color:#fff;
	padding-right:100px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:10px;
	font-weight:bold;
}

#header-rss {
	position:relative;
	float:right;
	top:-21px;
}

#document {
	border:none;
	z-index:0;
	width:1020px;
	text-align:center;
	overflow:hidden;
	background:#eee;
}

#footer {
	margin-top: 10px;
	border-top: 1px solid #797979;
	padding-top: 5px;
	font-size: 0.8em;
}
#webdesign {
	text-align:left;
	margin-top:10px;
	margin-left:10px;
	float:left;
}

#viproom {
	text-align:right;
	margin-top:10px;
	margin-right:10px;
	float:right;
}

*.nodisp {
	display:none;
}

.videoplay {
	background:url(images/videoplay.png) no-repeat;
	height:38px;
	width:67px;
	position:relative;
	left:5px;
	top:3px;
}

.videobckgrnd{
	position:relative;
	background:#fff;
	top:-50px;
	height:43px;
	width:236px;
}

.videotitre {
	position:relative;
	top:-35px;
	text-align:right;
	height:43px;
	width:231px;
	color:#000;
}

.photoplay {
	position:relative;
	left:5px;
	top:3px;
	background:url(images/photoplay.png) no-repeat;
	height:38px;
	width:67px;
}