/* CSS du site d'Oxyradio - edhelas */

html, body 
{
	height: 100%;
	margin: auto;
	display: block;
}

body 
{
	margin : 0;
	padding : 0;
	color : #666666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	width : 100%;
	min-width : 1200px;
	background-color: #fff;
	/*background-color : #f3f3f3; */
	/*background-image : url(../images/fond.png); */
}

#entete_page
{
	width: 100%;
	background-color: #58D0F0;
	background-image : url(../images/lignes.png);
	height : 173px;
	margin-bottom : 0px;
	background-repeat: repeat-x;
}

#logo {
	width: 925px;
	height: 168px;
	float: left;
	margin-top: 5px;
	background-image: url(../images/logo.png);
}

#contenu
{
	width: 100%;
	height: auto;
	max-width: 1280px;
	margin: 0px auto 0px auto;
}

img 
{
	border : 0;
	margin : 0;
	padding : 0;
}

a:link
{
	color: #666 ;
	text-decoration: none ;
}
a:visited
{
	color: #666 ;
	text-decoration:none ;
}

/* Bloc principal */

#centre_page
{
	background-image : url(../images/back/80_white.png);
	border: 1px solid #9E9E9E;
	overflow: hidden;
	padding: 5px;
	width: auto;
	top: -15px;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#centre_page img
{
	vertical-align: middle;
	display: inline-block; 
}

.accueil_gauche
{
	float: left;
	width: 49.5%;
	padding-bottom: 10px;
	padding-top: 10px;
}

.accueil_droite
{
	float: right;
	width: 49.5%;
	padding-bottom: 10px;
	padding-top: 10px;
}



/* Colone gauche */

div#column_left
{
	background-image : url(../images/back/40_white.png);
	width:230px;  
	border: 1px solid #D2D3E8;
	border-left: none;
	float:left;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#gauche img
{
	vertical-align: middle;
	display: inline-block; 
}

/* Colone droite */

div#column_right
{
	background-image : url(../images/back/40_white.png);
	border: 1px solid #D2D3E8;
	border-right: none;
	width:230px; 
	float:right;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}



#droite img
{
	vertical-align: middle;
	display: inline-block; 
}

/* Bloc de connexion */

#login, #loged {
	width: 200px;
	height : 75px;
	float: right;
	margin-top: 15px;
	display: block;
	padding: 5px;
	background-image: url(../images/back/80_white.png);
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}


input.login {
	border: 1px solid #C1C1C1;
	background-image: url(../images/icons/user.png);
	background-repeat: no-repeat;
	width : 140px;
	height : 17px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 23px;
	font-weight : bold;
	background-position: 2px 2px;
}
input.pass {
	border: 1px solid #C1C1C1;
	background-image: url(../images/icons/key.png);
	background-repeat: no-repeat;
	width : 140px;
	height : 17px;
	margin-left : 5px;
	padding-left: 23px;
	font-weight : bold;
	background-position: 2px 2px;
}
input.ok {
	height: 47px;
	border: 1px solid #C1C1C1;
	width: 25px;
}

/*Bloc connecté*/
.haut
{
	width: 100%;
	background-color: #fff;
	border: 1px solid #C1C1C1;
	vertical-align: middle;
	display: inline-block; 
	font-size: 1.2em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-top: 3px;
	paddin-bottom: 3px;
	margin-bottom: 4px;
}

/* Entête de la page */



/* Menu Principal */

ul#menu {
	position: absolute;
	top: 115px;
	width: 100%;
	max-width : 1280px;
	padding : 4px 0px 4px 0px;
	font-size : 16px;
	background-image : url(../images/back/80_white.png);
	text-align : center;
	margin : auto;
	vertical-align: center;
}

ul#menu img
{
	vertical-align: middle;
	display: inline-block; 
}

ul#menu li 
{
	display: inline;
}

ul#menu li a 
{
	padding : 7px 9px 7px 9px;
	color: #4b4b69;
	text-decoration: none;
}

ul#menu li a:hover 
{
	background-image: url(../images/back/40_white.png);
	color: #000;
	border: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-opera-border-radius: 4px;
}

/* CSS relatif à la page Staff */

.staff_bloc
{
	background-color: #F9F9F9;
	padding: 0.5%;
	padding-left: 28px;
	vertical-align: middle;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border: solid 1px #D2D3E8;
	margin-top: 10px;
	position: relative;
	height: 170px;
}

.staff_left 
{
	float: right;
	width: 120px;
	padding: 10px;
}

.staff_right
{
	padding: 10px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

.conteneur_poles
{
	margin-left: auto;
	margin-right: auto;
	width: 388px;
	height: 200px;
}


.poles
{
	float: left;
	height: 100px; 
	width: 150px;
	padding: 10px;
	margin-right: 10px; 
	margin-left: 10px; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	text-align: center;
	/* border: 2px dotted #25a7cd; */
}



/* CSS Player Oxyradio */

div#player
{
	width: 609px;
	height: 339px;
	margin : 0 0 0 0;
	background-image : url(../images/player.png);
}

div#button_player
{
	position: absolute;
	top: 234px;
	left: 0px;
}


/* Mise en page des différents titres */

/* Titre des menus */

h5
{
	font: Verdana, Arial, Helvetica, sans-serif, 15px, bold;
	display: inline-block; 
	width: 100%;
	background-color: #fff;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	border-top: 1px #CACACA solid;
	border-bottom: 1px #CACACA solid;
	font-size: 16px;
	margin-bottom: 15px;
}

/* Titre des blocs de la partie centrale et des sous parties des pages auxilliaires */

.h6
{
	display: inline-block; 
	width: 100%;
	color: #fff;
	background-color: #25A7CD;
	/* background-color: #63a5e8;*/
	padding-top: 2px;
	margin-top: 10px;
	padding-bottom: 2px;
	font-size: 16px;
	font-weight : bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #9DCDDA;
	z-index: 1;
}

/* Section centrale du titre de la page */

#h8
{
	display: inline-block; 
	width: 100%;
	color: #fff;
	background-color: #EFC65D;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 16px;
	font-weight : bold;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	background-image: url(../images/icons/emoticon_happy.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

/* Section "En cours" */

#en_cours
{
	width: 100%;
        background-color: #FFE6A4;
        padding-top: 3px;
        margin-right: 0px;
        display: inline-block;
        -moz-border-radius-bottomleft: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        -webkit-border-bottom-right-radius: 3px;
        padding-bottom: 3px;
        font-size: 12px;
        color: #000;
        vertical-align: middle;

}

/* Footer et signature */

#signature
{
	position: relative;
}

div#footer
{
	border-top: 1px solid #9E9E9E;
	position: relative;
	padding: 6px;
	bottom: 0px;
	padding-right: 10px ;
	line-height: 30px ;
	text-align: center ;
	color: #4B4B69 ;
	margin : 0 0 0 0;
	font: 1em "Verdana", helvetica, sans-serif ;
	background-image : url(../images/back/90_white.png);
}

/* Stats et podcast */
.podcast1 {
	font-size : 15px;
	margin-left : 3px;
	padding : 0 0 0 19px;
	background : url("../images/podcast1.png") no-repeat 0 50%;
}
.podcast2 {
	font-size : 15px;
	margin-left : 3px;
	padding : 0 0 0 19px;
	background : url("../images/podcast2.png") no-repeat 0 50%;
}
.podcast3 {
        font-size : 15px;
        margin-left : 3px;
        padding : 0 0 0 19px;
        background : url("../images/podcast3.png") no-repeat 0 50%;
}

div.spacer
{
	clear:both; 
	height:0px; 
	display:block;
}

/* Mise en page formulaires */

.aligne
{
	float: left;
	width: 15em;
	text-align: right;
	line-height: 2em ;
	padding-top: 3px;
}

.aligne_mini
{
	float: left;
	width: 15em;
	text-align: right;
}

.text
{
	border: 1px solid #C1C1C1;
	width : 200px;
	height : 17px;
	margin : 5px;
}

.textarea
{
	width: 100%;
	height: 300px;
}

.submit
{
	height: 47px;
	border: 1px solid #C1C1C1;
	width: 105px;
	padding-left: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(../images/icons/accept.png);
	background-position: 8px 16px;
	background-repeat: no-repeat;
}

.reset
{
	height: 47px;
	border: 1px solid #C1C1C1;
	width: 105px;
	padding-left: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(../images/icons/cancel.png);
	background-position: 8px 16px;
	background-repeat: no-repeat;
}

/* CSS Artiste */

#pochette
{
	float: left;
	padding: 15px;
}

#description 
{ 
	padding-top: 10px;
}

/* CSS Membre */

#avatar
{
	float: right;
	padding: 15px;
}

ul#description
{
	list-style-type: none;
}

/* Mise en page des News */

#news
{
	background-color: #fff; 
	padding: 5px; 
	margin: 5px; 
	margin-top: -10px;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	
}

/* Boutons FaceBook et Twitter */

.facebook
{
	font-size : 15px;
	margin-left : 3px;
	padding : 0 0 0 19px;
	background : url("../images/facebook.png") no-repeat 0 50%;
}
.twitter
{
	font-size : 15px;
	margin-left : 3px;
	padding : 0 0 0 19px;
	background : url("../images/twitter.png") no-repeat 0 50%;
}
.identica
{
	font-size : 15px;
	margin-left : 3px;
	padding : 0 0 0 19px;
	background : url("../images/identica.png") no-repeat 0 50%;
}

/* CSS Relatif � la page Partenaire */
.partner 
{
        background-color: #F9F9F9;
        padding: 0.5%;
        padding-left: 28px;
        vertical-align: middle;
        -moz-border-radius:5px;
        -webkit-border-radius: 5px;
        border: solid 1px #D2D3E8;
        margin-top: 10px;
        position: relative;
        height: 250px;
}

/* Scroller Box */
#scroller_container {
 width: 100%;
 height: 14px;
 overflow: hidden;
}
/* Scoller Box */

/* CSS Hack Safari */
#dummy {;# }

#scroller_container {
overflow: auto;
}

#dedicaces { display: inline; }

/* Grille des programmes par increnaisi */


td#prog{
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 11px;  background-color: #FFFFFF;
  height: 20px;
}

td#prog img{
  margin: auto;
  padding: 0px;
  display: block;
  height: 19px;
}


.jlundi{
  background:url("../images/grille/fond_grille_bleu.jpg") repeat-x;
  background-color: #51A7C0;
  border: 1px solid #51A7C0;
  text-align: center;
}
.jmardi{
  background:url("../images/grille/fond_grille_vert.jpg") repeat-x;
  background-color: #95CB1F;
  border: 1px solid #95CB1F;
  text-align: center;
}
.jmercredi{
  background:url("../images/grille/fond_grille_bleu.jpg") repeat-x;
  background-color: #51A7C0;
  border: 1px solid #51A7C0;
  text-align: center;
}
.jjeudi{
  background:url("../images/grille/fond_grille_vert.jpg") repeat-x;
  background-color: #95CB1F;
  border: 1px solid #95CB1F;
  text-align: center;
}
.jvendredi{
  background:url("../images/grille/fond_grille_bleu.jpg") repeat-x;
  background-color: #51A7C0;
  border: 1px solid #51A7C0;
  text-align: center;
}
.jsamedi{
  background:url("../images/grille/fond_grille_vert.jpg") repeat-x;
  background-color: #95CB1F;
  border: 1px solid #95CB1F;
  text-align: center;
}
.jdimanche{
  background:url("../images/grille/fond_grille_bleu.jpg") repeat-x;
  background-color: #51A7C0;
  border: 1px solid #51A7C0;
  text-align: center;
}


.jourb{
  border: 1px solid #51A7C0;
  text-align: center;
}
.jourv{
  border: 1px solid #95CB1F;
  text-align: center;
}
.heure {
  border-top: 1px solid #000000;
  text-align: center;
}

