﻿body {
color: #FFFFFF;
    font-family: Arial, Helvetica, Sans-Serif;
	background-image: url("page_bg.jpg");
	font-variant: small-caps;
	background-repeat: no-repeat;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-attachment: fixed;
	background-position: center top;
	   width: auto;
	   height: auto;
}

.style1{
	 border-width: 0px;
}

.style2{
 color: #3366CC;
 font-weight: bold;
}

.style3{
 color: #3366CC;
 font-weight: bold;
 	font-size: 9px;
 }

.skipintro  {
	text-decoration: none;
	 color: #555555;
	 font-size: 9px;
}

.textecentre {
	text-align: center;
}

.lien {
	text-decoration: none;
	 color: #BB141A;
	border-width: 0;
	}
	
.titrevideo {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
h1, h2, h3, h4, p, form, ul {
    margin: 0 0 8px;
}
h1, h2, h3, h4, th, legend {
    font-weight: bold;
}
h1 {font-size: 21pt; font-weight: normal}
h2 {font-size: 13pt; color: #bb141a; text-transform: uppercase}
h3, th, legend {font-size: 11pt;}
p, li, div, td, label {
    font-size: 10pt;
    font-weight: normal;
}
input, select, option, textarea {
    font-size: 9pt;
}
li {
	list-style-image: url("bullet_red.gif");
}
/*
	General
*/
div.clear{
    clear: both;
}


/*
    Layout
*/
body {
	margin: 0;
	text-align: center;
}
#wrapper {
    width: 940px;
    margin: 0 auto;
    text-align: left;
}
#page {
    width: 940px;
    background: url("../page_bg.gif") repeat-y center top;
}
#page-header {
    height: 144px;
    background: url("../header_bg.jpg") no-repeat center top;
    padding: 0 4px;
}
#page-body {
    margin-top: 5px;
}
#page-footer {
    height: 61px;
    background: url("../footer_bg.jpg") no-repeat center top;
    padding: 0 4px;
}
#logo {
     text-align: center;
 }

/*
	page footer
*/
div#footer-logos {
	padding: 12px 5px 0 0;
	float: right;
}
div#copyright {
    text-align: center;
    	letter-spacing: 1px;
    margin-top: Opx;
		font-size: 11px;
	color: #CCCCCC;
}
/*
*/
#videogallery {
	width:100%;
	zoom:1;
}
#videogallery span{ display:block; }
#videogallery a{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	position:relative;
	vertical-align:top;
	margin:5px;
	width:160px;
	font-family:Trebuchet,Tahoma,Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	opacity:0.87;
}
#videogallery a img{
	display:block;
	border:none;
	margin:0;
}
#videogallery a:hover{
	opacity:1;
}

