/* Style */
*{margin:0;padding:0;}
html,body{
	margin:0px;
	padding:0px;
}

body {
	font:11px verdana;
	background:#b90000;
	background-image:url('/images/fond.gif');
	background-repeat: repeat-x;
	text-align:center;
	color:#000;
	scrollbar-face-color:#ca0001;
	scrollbar-highlight-color:#fbae01;
	scrollbar-3dlight-color:#ca0001;
	scrollbar-darkshadow-color:#fbae01;
	scrollbar-shadow-color:#fbae01;
	scrollbar-arrow-color:#fbae01;
	scrollbar-track-color:#fbae01;
}

table,tr,td {font:11px verdana;}

img {border:0;}
img.video {border:1px solid; width: 120px; height: 90px;}
img.video_select {border:5px solid; width: 112px; height: 82px;}

input, textarea, select, option {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	background: white;
	color:black;
	border:1px solid;
}

h1 {font-size:15px; font-weight:bold; margin:0; display:inline;}
h2 {font-size:13px; font-weight:bold; margin:0; display:inline;}
h3 {font-weight:bold; margin:0; display:inline;}
ul,ol,li {margin-left: 10px;}

a { font-weight:bold; color: #8f0001; text-decoration:none;}
a:visited { font-weight:bold; color: #8f0001; text-decoration:none;}
a:hover { font-weight:bold; color: #8f0001; text-decoration:underline;}
a.lien_partenaire { font-weight:bold; color: #ffce80; text-decoration:none;}

#video_lecture{
	background: #000;
	background-image: url(/images/fond_player.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
	color: #fff;
}
#video_lecture b{
	color: #8f0001;
}

#tableau_top{
	float: left;
	width: 170px;
	padding-left:100px;
}

#tableau_video_dl{
	float: left;
	width: 610px;
	/*margin-right: 32px;*/
	text-align:center;
}
#tableau_video{
	float: right;
	width: 610px;
	margin: 22px; padding: 10px;
	border:2px solid #8f0001;
}
#tableau_video_infos{
	float: left;
	width: 405px;
}
#tableau_video_note{
	float: left;
	width: 205px;
}

#copyright {color:#FFFFFF; font-weight:bold;}
#copyright a {color:#fbae01; font-weight:bold;}
#copyright img {text-align:absmiddle;}

#reseau {
	/* Position */
	position:relative;
	width:729px;
	/* Apparence */
	font-size: 9px;
	background: #EEEEEE;
	background-image: url(/fond_reseau.jpg);
	background-repeat: repeat-x;
	BORDER-BOTTOM: #4e4e4e 1px solid;
	font-family: arial,sans-serif;
	
}
#reseau a{
	font-size: 9px;
	color:red;
}
#reseau img{
	vertical-align:middle;
}
