	/* CSS Document */	

HTML, BODY {
	position: relative;
	background: url(images/cadre_flux.png) no-repeat ;	margin: 0;
	padding: 0;
	width: 100%;
  	font-family: Arial, Helvetica, sans-serif ;
  	font-size: 9pt;
 	color: gray;
	text-align: left;
}

a {
	text-decoration: none;
	Color: gray;
}

a:hover {
	color: gray;
	text-decoration: underline;
}


a:focus {
	text-decoration: none;
	Color: white;
}


DIV {
	margin: 0;
	padding: 0;
}

/* Structure */	
#tvbox{
	position: absolute;
	top: 58px;
	left: 135px;
}

#nosel{
	position: absolute;
	top: 100px;
	left: 135px;
	width: 305px;
	overflow: hidden ;
	text-align: center;
}


#realfree {
	z-index: 99;
	background-color: white;
	position: absolute;
	top: 190px;
	left: 130px;
	width: 315px;
	overflow: hidden ;
	text-align: justify;
	padding: 8px;
	color: black;
}
#realfree a {
	text-decoration: none;
	Color: grey;
}

#realfree a:hover {
	text-decoration: underline;
	color: black;
}

#flux80{
	position: absolute;
	margin: 30px 0 0 30px;
	width: 240px;
	height: 180px;
}

#flux512{
	width: 320px;
	height: 240px;
}


#flux{
	z-index: 3;
	position: absolute;
	top: 330px;
	left:134px;
}

#titre{
	position: absolute;
	top: 35px;
	left: 135px;
	width: 320px;
	text-align: center;
}

#menu {
	position: absolute;
	top: 59px;
	left: 505px;
	width: 277px;
	height: 263px;
}

#toutrub{
	position: absolute;
	top: 190px;
	left: 850px;
}

/* Apparences */

.menu{
	text-align: left;
	color: black;
	padding: 4px 6px 2px 4px;
	overflow: auto;
}

.menu_titre{
	font-size: 10pt;
	font-weight: bold ;
	margin: 10px 0 5px 0;
}

.menu_titre a{
	font-size: 10pt;
	font-weight: bold ;
	margin: 10px 0 5px 0;
	color:#000000;
}


.menu_texte{
	margin: 0 0 0 24px;
}

.menu_liens{
	margin: 0 0 4px 0;	
}

.nosel{
	font-size: 10pt;
}

.toutrub{
	text-align: center;
}
