html, body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	}

table#global {
	width: 600px;
	position: relative;
	}

	/*a:link, a:visited, a:hover {
color: #bcca28;
	text-decoration: none;
	}*/

	
.petitexte{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
	color: #bcca28;
	}

.texte {
	font-family:Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}


.texte01{
	font-family:Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 12px;
	line-height: 14px;
	}
.texte01:visited, .texte01:link {
	font-family:Arial, Helvetica, sans-serif;
	color: #bcca28;
	font-size: 12px;
	line-height: 14px;
	}
.texte01:hover {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 14px;
	}
	
.clients {
	font-family:Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	}

.clients:hover {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 14px;
	}
	
	
	
.titre, .titre:link, .titre:visited, .titre:hover, .titre:active {
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	}

.titre01 {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 30px;
	line-height: 30px;
	font-weight: 200;
	text-decoration: none;
	}
	
.titre02 {
	font-family:Arial, Helvetica, sans-serif;
	color: #C5CEE6;
	font-size: 20px;
	line-height: 20px;
	font-weight: 900;
	text-decoration: none;
	}
	
.titre03{
	font-family:Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 16px;
	line-height: 16px;
	font-weight: 900;
	text-decoration: none;
	cursor:pointer;
	}
.titre03:visited, .titre03:link {
	text-decoration: none;
	color: #999;
	cursor:pointer;
	}
.titre03:hover {
	text-decoration: none;
	color: #CCC;
	cursor:pointer;
	}
	
	
/*********** LIENS BANDEAU ***********/

.bandeau {
	color: #FFFFFF; 
	font-weight: 200;
	font-size: 10px;
	line-height: 10px;	
	}

a.bandeau:link, a.bandeau:visited, a.bandeau:hover {
	color: #996633;
	text-decoration: none;
	}

.lien1 {
	position:absolute;
	left:0px;
	top:0px;
	width:180px;
	height:21px;
	z-index:1;
	visibility: visible;
	border:none;
	cursor: pointer;
	display: block;
	opacity:1;
	text-decoration: none;

	}
	
.lien1:hover, .lien1:active{
	opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	text-decoration: none;

	}

.lien2 {
	width:150px;
	height:100px;
	z-index:1;
	visibility: visible;
	border:none;
	cursor: pointer;
	display: block;
	opacity:1;
	}

.lien2:hover, .lien2:active{
	opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	}
	
/* -------------- BOUTON ROND ACTU --------------- */

.rondactu a {
	display: block;
	width: 52px;
	height: 50px;
	background-image: url(images/logoactu.gif);
	background-repeat: no-repeat;
	}
.rondactu a:hover { 
	background-position: -52px 0; 
	}
	
	
/* -------------- Ombrage 50x50 --------------- */

.ombre {
	position:relative; 
	left:0px; 
	top:0px; 
	width:60px; 
	height:60px; 	
	z-index:10;
	visibility: visible; 
	background-image: url(images/ombre.gif); 
	layer-background-image: url(images/ombre.gif); 
	background-repeat: no-repeat;
	}

.vignette {
	display: block;
	position:absolute; 
	left:5px; 
	top:5px; 
	width:50px; 
	height:50px; 
	z-index:11;
	visibility: visible; 
	opacity:1;
	}

.vignette:hover, .vignette:active{
	opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	}


/* -------------- Bloc INFO --------------- */

.informationtitre {
	background: url(images/actuMid.gif) repeat-x;
	border: 1px solid #3f4a5b;
	border-top: 0;
	position: relative;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-top: 0px;
	color:#FFF;
	text-transform : uppercase;
	font-weight: 900;
}

.date {
	position: relative;
	left:500px;
	top:4px;
	width: 120px;
	height: 12px;
	color:#FFF;
	text-align:center;
	}
				
.top {
	background: url(images/actuTop.gif) no-repeat top left;
	width: 630px;
	height: 18px;
	margin-top: 0px;
	}

.bottom {
	background: url(images/actuFooter.gif) no-repeat top left;
	height: 8px;
	}			
	
.tags {
	border: 1px solid #3f4a5b;
	border-top: none;
	border-bottom: none;
	padding: 15px;
	background-color: #FFFFFF;
	}
	
.tiret{
	background-image: url(images/menu.gif);
	background-repeat: repeat-x;
}

/* -------------- FOOOOTER --------------- */

.rondactu2 a {
	display: block;
	width: 40px;
	height: 20px;
	background-image: url(images/logoactu_2.gif);
	background-repeat: no-repeat;
	}
.rondactu2 a:hover { 
	background-position: 0 -20px; 
	}

.favoris {
	display: block;
	width: 100px;
	height: 20px;
	background-image: url(images/logofavoris.gif);
	background-repeat: no-repeat;
	}
.favoris a:hover { 
	background-position: 0 -20px; 
	}
	
.footertexte{
	font-family:Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 9px;
	line-height: 9px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight:normal;
	}
	
.footertexte a:hover{
	color: #000;
	cursor:pointer;
	text-decoration:none;
	font-weight:normal;
	}	

.footertexte1{
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 10px;
	line-height: 10px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
.footertexte2{
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 9px;
	line-height: 9px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
.footertexte2 a:hover{
	color: #000;
	font-weight:bold;
	cursor:pointer;
	}	
	
#bouton_play {
  width:38px; 
  height:38px; 
  background: transparent url(/images/play.gif) no-repeat ; 
  float:left; 
  margin: 32px 0 0 0px
}
#bouton_pause {
  width:38px; 
  height:38px; 
  background: transparent url(/images/pause.gif) no-repeat ; 
  float:left; 
  margin: 32px 0px 0 20px
}
.on, .off:hover {
  background-position: 0 -38px !important;
  cursor:default; 
  
}
.off{
  background-position: 0 0 !important;
  cursor:pointer; 
  
}


.liennews {
	visibility: visible;
	border:none;
	cursor: pointer;
	display: block;
	opacity: 0.3;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	text-decoration: none;
	}
	
.liennews:hover, .liennews:active{
	opacity:1;
	text-decoration: none;

	}
