@charset "utf-8";
/* CSS Document */
body
{
	background:#364049 url(/style/image/background.jpg) repeat-y scroll center top;
	color:#FFFFFF;
	font-family:"Arial";
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0;
	padding:0;	
}
#container
{
	width:990px;
	margin:auto;
	color:white;
}
#header
{
	height:180px;
}
a img
{
	border:none;
}
#songs
{
	padding:10px;
}
.song
{
}
.song_titre 
{
}
a
{
	text-decoration:underline;
	color:white;
}
small 
{
	font-size:14px;
	font-style:italic;
}
#recherche
{
	background-color:#364049;
	font-weight:bold;
	height:27px;
	margin-left:0;
	margin-top:5px;
	padding-left:15px;
	padding-top:30px;	
}
#lecontent
{
	margin-left:57px;
	margin-top:15px;
	width:880px;
}
input,select
{
}
#btn_search
{
	position:absolute;
	margin-top:-5px;
	margin-left:5px;
}
/*
#container table
{
	width:740px;
}
*/
table
{
	text-align:left;
}
#menu
{
	position:absolute;
	background-color:#2396C0;
	width:990px;
}
#cancion
{
	font-size:15px;
	height:26px;
	width:215px;
}
#foot
{
	clear:both;
	margin-top:40px;
	margin-left:50px;
	margin-bottom:20px;
}
#pub_lateral
{
	width:170px;
	position:absolute;
	margin-top:400px;
	margin-left:700px;
}
#adsense_carre
{
	float:right;
	padding-left:20px;
	width:265px;
}
#no_dl
{
	font-size:10px;
	margin-top:40px;
}
/*
	New Version
*/
.radio img {width:120px;}
.radios {width:580px;}
#tab_songs {width:670px;}
td{padding:2px 5px;}
#lecontent{width:680px;margin-left:10px;margin-top:5px;float:left;}
#container{text-align:justify;}
#reseaux_sociaux{float:right;width:280px;margin-right:5px;}
#facebook_titreradio h2:before{content:url(image/facebook_mini.gif);}
#facebook_perso h2:before{content:url(image/facebook_mini.gif);}
#twitter_titreradio h2:before{content:url(image/twitter_mini.gif);}
#twitter_perso h2:before{content:url(image/twitter_mini.gif);}
p{margin-left:5px;}
#reseau_sociaux div{margin-bottom:100px;}
#les-radios
{
	background-color: white;
	border:3px solid #2396C0;
	width: 670px;
	position:absolute;
	top: 239px;
	margin-left:313px;
	max-height:680px;
	display:none;
	z-index:10;
}
#les-radios-list
{
	max-height:600px;
	overflow:auto;
}
.radio_langue
{
	width:620px;
	padding:5px;
	margin:7px;
}
.radio_type
{
	float:left;
	width:300px;
}
.radio_langue .radio_type div
{
	width:130px;
	float:left;
	cursor:pointer;
	color:#375C78;
	text-decoration:underline;
}
.radio_langue h2, .radio_type h3
{
	color:#2396C0;
}
/*
MENU
*/
#ul_menu, #ul_menu ul /* Liste */     
{
        padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 21px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
		z-index:500;
}
#ul_menu /* Ensemble du menu */
{
        font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 16px; /* hauteur du texte : 12 pixels */
		font-weight:600;
		z-index:500;
}
#ul_menu a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
        background : #2396C0;  /*couleur de fond */  
        color : white; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 158px; /* largeur */
}
#ul_menu span /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
        background : #2396C0;  /*couleur de fond */  
        color : white; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 158px; /* largeur */
}
#ul_menu span:hover /* Contenu des listes */
{
        background-color:white;  /*couleur de fond */  
        color : #2396C0; /* couleur du texte */
		cursor:default;
}
#ul_menu li /* Elements des listes */      
{ 
        float : left; 
        /* pour IE qui ne reconnaît pas "transparent" */
        border-right : 1px solid white; /* on met une bordure blanche à droite de chaque élément */
		z-index:500;
}
/* IE ne reconnaissant pas le sélecteur ">" */
html>body #ul_menu li
{
        border-right: 1px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
}
#ul_menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 158px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}
#ul_menu .logo_menu
{
        width: 40px; /* Largeur des sous-listes */
}
#ul_menu .small_menu
{
        width: 100px; /* Largeur des small sous-listes */
}
#ul_menu li ul li /* Éléments de sous-listes */
{
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-top : 1px solid white; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
}
/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li                
{
        border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}
#ul_menu li ul ul 
{
        margin    : -22px 0 0 158px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-left     : 1px solid white ; /* Petite bordure à gauche pour ne pas coller ... */      
}
/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #ul_menu li ul ul                
{
        border-left     : 1px solid transparent ; /* on met une bordure transparente sur la gauche de chaque élément */
}
#ul_menu a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #2396C0; /* On passe le texte en noir... */
        background: white; /* ... et au contraire, le fond en blanc */
}
#ul_menu li:hover ul ul, #ul_menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}
#ul_menu li:hover ul, #ul_menu li li:hover ul, #ul_menu li.sfhover ul, #ul_menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}
/*
SOUS MENU
*/
.sousmenu
{
	background-color:#2396C0;
	color:white;
	font-weight : bold;
	width:900px;
	margin-top:2px;
}
.sousmenulink
{
	background-color:#2396C0;
	border-right : 1px solid white;
	border-left : 1px solid white;
	padding-left:10px;
	padding-right:10px;
}
.sousmenulink a
{
	text-decoration:none;
	font-weight : bold;
	color:white;
}
