body
{
width: 770px;
margin-left:auto;
margin-right:auto;
background-color:#ffffff;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}


/*HEADER*/

#entete
{
position:relative;
width: 766px;
margin-right: auto;
margin-left: auto;
height: 310px;
}

/*MENU*/
#menu
{
position:absolute;
right: 3px;
top:20px;
}

ul#menu 
{
text-align: center;
list-style-type: none;
width: 450px;
margin: auto;
}

ul#menu li {
float: left;
background: no-repeat;
}

ul#menu lig
{
margin-left: 0px;
}

ul#menu lid
{
margin-right: 0px;
}

ul#menu a {
display:block;
float: left;
margin: 0 0px;
padding: 5px;
text-align: center;
text-decoration: none;
color: #000000;
font-weight: bold;
background:url(images/menu.gif) center left no-repeat;
}

ul#menu a:hover
{
color: #aeaeae;
}

ul#menu a.current
{
color: #aeaeae;
}

/*prog du jour*/
#progjour
{
position:absolute;
left: 472px;
top:87px;
}


/*CORPS*/

h1
{
font-size: 18px;
text-align:center;
margin-top:5px;
color: #dcdcdc;
}
h2
{
color:#E8392D;
font-size:12px;
}
a
{
color:#f08d00;
text-decoration:none;
}
ul
{
margin:0; 
padding-left:5; 
list-style:none;
}
li
{ 
background:url(images/a.gif) no-repeat;
background-position: 0px 5px; 
padding-left:7px;
}

.h2
{
color:#E8392D;
font-size:12px;
font-weight: bold;
}
#colonne1222
{
display:block;
float:left;
width:212px;
padding:5px 5px 5px 5px;
margin-right:10px;
margin-left:2px;
margin-bottom:10px;
}

#colonne2222
{
display:block;
float:left;
width:212px;
padding:5px 5px 5px 5px;
margin-right:10px;
margin-bottom:10px;
}

#colonne3244
{
display:block;
float:left;
width:234px;
padding:5px 5px 5px 5px;
margin-bottom:10px;
}

#colonne1451
{
display:block;
float:left;
width:441px;
padding:5px 5px 5px 5px;
margin-right:10px;
margin-left:2px;
margin-bottom:10px;
}

#colonne1702
{
width:692px;
padding:5px 5px 5px 5px;
margin-left:2px;
margin-bottom:10px;
}

#blocmilieu
{
display:block;
margin-bottom:10px;
}

.dessous
{
clear: both; /*pour faire aller le texte sous le flottant left ou right*/
}

#tableaudiffusion
{
font-size:14px;
}

tr
{
height:45px;
}

/* LES IMAGES*/
.imageflottante
{
float:right;
margin: 5px;
margin-top:2px;
margin-right:0px;
border:0;
}
.imageflottanteg
{
float:left;
margin: 5px;
margin-top:2px;
margin-left:0px;
border:0;
}

/*bannière de la page d'accueil*/
#blocba
{
clear:both;
margin-top:5px;
}
#ba1222
{
display:block;
float:left;
width:212px;
padding:5px 5px 5px 5px;
text-align:center;
margin-right:10px;
margin-left:2px;
}

#ba2222
{
display:block;
float:left;
width:212px;
padding:5px 5px 5px 5px;
text-align:center;
margin-right:10px;
}

#ba3244
{
display:block;
float:left;
width:234px;
padding:5px 5px 5px 5px;
text-align:center;
}

/*grille des programmes*/
#colgp
{
display:block;
float:left;
width:220px;
}
#colgp451
{
clear:both;
width:441px;
text-align:center;
margin-bottom:10px;
}
#colgpsous
{
clear:both;
display:block;
float:left;
width:220px;
text-align:center;
}

/*rediffusion dans emission*/
#blocredifemis
{
display:block;
float:left;
}
#redifemis
{
display:block;
float:left;
clear:both;
width:234px;
padding:5px 5px 0px 5px;
}

/*menu des émissions*/
#blocmenuemission
{
display:block;
clear:both;
}

#menu_emission
{
   width: 710px;
   color: #000000;
   font-family: tahoma, arial;
   font-size: 11px;
   line-height:7px;
}

 ul#menu_emission 
{
text-align: center;
list-style-type: none;
background:none;
}

ul#menu_emission li 
{
float: left;
text-decoration:none;
padding: 0px;
background: none;
}

ul#menu_emission lig
{
margin-left: 0px;
}

ul#menu_emission lid
{
margin-right: 0px;
}

ul#menu_emission a 
{
display:block;
float: left;
margin: 0 0px;
padding: 5px;
color: #f08d00;
text-align: center;
text-decoration:none;
background:none;
}

ul#menu_emission a:hover
{
color: black;
}

ul#menu_emission a.current
{
color: black;
}

/*Formulaire de contact*/

#aire
{
margin-left: 5px;
}

#objet
{
margin-left: 33px;
}

#message
{
margin-left: 10px;
}

/*TITRES DIFFUSES*/

#avenir
{
margin-left:2px;
clear:both;
}
#fichegauche
{
display:block;
float:left;
width:330px;
height:100px;
margin-right:20px;
margin-bottom:20px;
/*rectangle gris avec ombre*/
background-color: #f0f0f0;
/* offset left, top, thickness, color with alpha */
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
/* IE */
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray');
/* slightly different syntax for IE8 */
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray')";
/*fin rectangle gris avec ombre*/
}
#fichedroite
{
display:block;
float:left;
width:330px;
height:100px;
margin-bottom:20px;
background-color: #f0f0f0;
/* offset left, top, thickness, color with alpha */
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
/* IE */
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray');
/* slightly different syntax for IE8 */
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray')";
}
#vousecoutez
{
display:block;
float:left;
width:330px;
height:100px;
margin-right:20px;
margin-bottom:20px;
/*rectangle gris avec ombre*/
background-color: #CCCCCC;
/* offset left, top, thickness, color with alpha */
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
/* IE */
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray');
/* slightly different syntax for IE8 */
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray')";
/*fin rectangle gris avec ombre*/
font-weight:bold;
font:bold;
font-size:12px;
}
#photo
{
display:block;
float:left;
width:80px;
height:80px;
margin:10px;
}
#titre
{
display:block;
float:left;
width:200px;
padding:5px;
margin-top:10px;
text-transform:uppercase;
}

.time
{
color : #660000;
font-weight:bold;
}
.titre
{
font-size:9px;
color:#666666;
}
.web
{
font-size:9px;
margin-top:5px;
text-transform:lowercase;
}

/*flux RFI*/
	 .dmcontent_container_flux 
	 {
	 display:block;
	 float:left;
	 width: 234px;
	 padding:5px 5px 5px 5px;
	 clear:both;
	 }
	 
	 .dmcontent_body a:hover 
	 {
	 text-decoration:underline;
	 }
	 .dmcontent_link 
	 {
	 color: #f08d00;
	 text-decoration:none;
	 }
	 

/*guide info*/
	 .dmcontent_container 
	 {
	 display:block;
	 float:left;
	 width: 234px;
	 height: 110px;
	 padding:5px 5px 5px 5px;
	 clear:both;
	 }
	 .dmcontent_body 
	 {
	 overflow-y: auto; 
	 text-align: left;
	 line-height: 16px; 
	 font-size: 12px; 
	 margin-left: auto; 
	 margin-right: auto;
	 width: 220px;
	 height: 70px;
	 color: #222222;
 
	 }
	 
	 .dmcontent_body a:hover 
	 {
	 text-decoration:underline;
	 }
	 .dmcontent_link 
	 {
	 color: #f08d00;
	 text-decoration:none;
	 }


/*PIED DE PAGE*/

#pied_de_page
{
   width: 766px;
   padding: 5px;
   text-align: left;
   color: #797979;
   font-family: tahoma, arial;
   font-size: 11px;
}

 ul#pied_de_page 
{
text-align: left;
list-style-type: none;
background:none;
}

ul#pied_de_page li 
{
float: left;
text-decoration:none;
padding: 0px;
background: none;
}

ul#pied_de_page lig
{
margin-left: 0px;
}

ul#pied_de_page lid
{
margin-right: 0px;
}

ul#pied_de_page a 
{
display:block;
float: left;
margin: 0 0px;
padding: 5px;
color: #797979;
text-align: center;
text-decoration:none;
background:none;

}

ul#pied_de_page a:hover
{
color: white;
}

ul#pied_de_page a.current
{
color: white;
}

