@import url("main.css");
.colonne-semaine {
	clear:both;
}
.colonne-jours {
	width:14.2%;
	float:left;
}

.section-jours {
	width:115px;
	padding-right:1.1em;
}
.jour-semaine {
	font-size:1.5em;
	background-color:#FFF;
	font-weight:bold;
	width:20px;
	margin-top:-45px;
	margin-bottom:25px;
	padding-right:3px;
}

.titre-agenda {
	
	font-size:1.5em;
	border-bottom:#000 solid 17px;
	padding-left:22px;
	padding-bottom:5px;
	margin-bottom:1.5em;
	margin-top:10px;
}

.titre-section-info { /*Redéfinition du style de la feuille main*/
	font-size:1.1em;
}



/***** Le menu de l'agenda *****/

#menu-agenda-wrapper { width:550px;overflow:hidden;}
#menu-agenda-wrapper .liste-alpha {margin:15px 0 0 0;padding-left:10px;float:left;}
#menu-agenda {
	width: 252px;
    margin-top:5px;
	margin-bottom:1.5em;
	margin-left:15px;
    float:left;
}
html.webkit.mac #menu-agenda {width:255px;}
#menu-agenda .box-content{
	padding:4px 14px 4px 0;
}

#menu-agenda a {
	text-decoration:none;
	padding:5px 15px;
	color:#000;
	border-top:#000 solid 1px;
	border-left:#000 solid 1px;
}

#btn-programmation-chyz {
	background-color:#f12b2b;
}
#btn-programmation-chyz:hover, #btn-programmation-chyz.selection {
	background-color:#d60c0c;
}
#btn-programmation-web {
	background-color:#4ce0fa;
}
#btn-programmation-web:hover, #btn-programmation-web.selection {
	background-color:#1fb0b0;
}
#btn-enregistrements {
	background-color:#56d52b;
}
#btn-enregistrements:hover, #btn-enregistrements.selection {
	background-color:#2cae00;
}
#btn-spectacle-evenement {
	background-color:#f8c023;
}
#btn-spectacle-evenement:hover, #btn-spectacle-evenement.selection {
	background-color:#d29c04;
}
#btn-proposer-agenda {
	background-color:#FFF;
}
#btn-proposer-agenda:hover, #btn-proposer-agenda.selection {
	background-color:#e5e4de;
}

.selection {
	cursor:default;
}

.titre-liste-alpha {clear:both; width:395px;margin-bottom:2em;margin-left:15px;}

/*** Les listes d'accès rapide ***/
#accesRapideForm {
	float:right;
    margin: 3px 0 0px 0;
    padding-bottom:24px;
}

#accesRapideForm label {
	display:none;
}

#grille{
    clear:both;
    background-image:url(../images/barre-horaire.jpg);
    background-repeat: no-repeat;
    background-position: 97px 85px;
    font-family:"Arial Black", Gadget, sans-serif;
    padding-top:20px;
}
html.gecko #grille {background-position:97px 77px;}

#grille caption{
    font-size:58px;
    margin-bottom:20px;
    height:40px;
}

#grille th{
    text-transform:uppercase;
    
    
}
#grille table{
    border:none;
    border-collapse: separate;
    width:962px;
    margin:0 0 0 25px;
    border-spacing:2px;
}

#grille td{
    text-align:center;
    text-transform:uppercase;
    font-size:12px;
    border:1px solid black;
}
#grille td a {text-decoration:none;}

.jour{
    text-align:center;
    width:120px;
    border:none;
    padding-bottom:6px;
    
}

.vide{
    width:60px;
    border:none;
}

.heure{
    text-align:right;
    padding-right:20px;
    padding-left:20px;
    
}

.rouge{
    color:#F00;
}

.semaine{
    
    background-attachment:fixed;
    background-position:center;
}

.demi-heure{
    color:#FFF;
    height:20px;
}

.autres-emissions {font-size:0.8em;}

