
/* FICHIER CSS DU DESIGN DU SITE DE LA FSTB */
/*  ATTENTION DIFFERENT DES AUTRES DESIGNS  */



/* La première balise ne fonctionne pas alors on met n'importe quoi */

.zouplaboum {}


/* HEADER */

body {
    background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
	color: #666666;
}

.entete {
    width: 930px;
    margin: auto;
    padding-top: 5px;
    color: #CC3333;
    font-size: 10px;
}

.afficherDate {
    float: right;
}

.banniere {
    clear: both;
    margin: auto;
}

/* DESIGN */

#fond {
    background-image: url('images/fond_contenu.gif');
    margin: auto;
    width: 1000px;
    background-repeat: repeat-y;             
}
#header {
    background-image: url('images/banniere.gif');
    margin-left: 10px;
    height: 160px;
    width: 980px;
}
#milieu {
    margin-left: 10px;
    width: 980px;
}
#menu {
    float: left;
    background-image: url('images/fond-menu.gif');
    width: 150px;
    background-repeat: no-repeat;
    color: #666666;
}
#menu ul {
    width: 150px;
    position: relative;
    top: 0px;
    left: -38px;
    font-size: 10px;
    list-style-type: none;
    cursor: pointer;
    line-height: 15px;
}
#menu ul li strong:hover {
    color: #CC3333;
}
#menu ul ul a {
    display: block;
    position: relative;
    top: 0px;
    left: 1px;
    font-size: 10px;
    list-style-type: none;
    text-decoration: none;
    color: #666666;
    width: 144px;
    height: 12px;
    line-height: 10px;
    border: 1px solid transparent;
    cursor: pointer;
    padding: 1px;
}
#menu ul ul a:hover {
    display: block;
    position: relative;
    top: 0px;
    left: 1px;
    font-size: 10px;
    list-style-type: none;
    text-decoration: none;
    color: #666666;
    background-color: white;
    border: 1px solid #CC3333;
    border-right: none;
    width: 142px;
    height: 12px;
    cursor: pointer;
    padding: 1px;
    line-height: 10px;
}
.menu_selectionne {
    display: block;
    position: relative;
    top: 0px;
    left: 2px;
    font-size: 10px;
    list-style-type: none;
    text-decoration: none;
    color: #666666;
    background-color: white;
    border: 1px solid #CC3333;
    border-right: none;
    width: 142px;
    height: 12px;
    cursor: pointer;
    padding: 1px;
    line-height: 10px;
}
#menu ul ul .menu_selectionne a:hover{
    border: 1px solid transparent;
}
#sous-menu {
    float: left;
    width: 150px;
    color: #666666;
    padding: 2px;
    margin-bottom: 5px;
}
#sous-menu h5 {
    font-weight: bold;
    font-size: 10px;
    margin-bottom: -5px;
}
#sous-menu ul {
    list-style-type: disc;
    position: relative;
    left: -23px;
    width: 131px;
}
#sous-menu a {
    text-decoration: none;
    color: #666666;
    font-size: 10px;
}
#sous-menu a:hover {
    text-decoration: none;
    color: #333333;
    font-size: 10px;
}
#sous-menu em {
    display: block;
    font-size: 10px;
    padding-top: 10px;
}             
#bloc_contenu {
    margin-left: 150px;
    background: url('images/fond_titre_page.gif') no-repeat;
    width: 830px;
}
#contenu {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 1px;
    padding-bottom: 10px;
    color: #666666;
    width: 770px;
}
#contenu ul{
	line-height: 1;
}
.rssCorps{
    width: 32px;
    height: 32px;
    margin-left: 58px;
}
#laDerniereNews {
    width: 560px;
    float: left;
    text-align: justify;
    padding-right: 5px;
}

.TitreTPVideo{
	line-height: normal;
	font-size: 10px;
	margin-top: -5px;
	margin-bottom: 5px;
	text-align: center;
}

#classementChampionnatAccueil {
    width: 200px;
    float: left;
    padding-left: 5px;
    text-align: left;
}
#classementChampionnatAccueil h5 {
	border: none;
	font-size: 10px;
	font-weight: bold;
}

.tableauClassementAccueil {
    font-size: 10px;
    width: 200px;
    border-collapse: collapse;
}
#dernieresNews, #prochainsEvenements, #prochainsMatchs {
    width: 250px;
    float: left;
    padding-right: 5px;
}
#dernieresNews ul, #prochainsEvenements ul, #prochainsMatchs ul{
    list-style-type: none;
    position: relative;
    left: -35px;
    width: 245px;
}
#dernieresNews ul li, #prochainsEvenements ul li, #prochainsMatchs ul li{
    line-height: 1.5;
    font-size: 10px;
}

#footer {
    clear: both;
    background: url('images/pied_de_page.gif') no-repeat;
    height: 160px;
    margin-left: 10px;
}
#pied_de_page {
    position: relative;
    top: 40px;
    left: 130px;
    width: 685px;
    height: 100px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
}
#footer_admin {
    font-size: 10px;
    text-align: center;
    font-weight: normal;
}
#pied_de_page td a img {
    border: 1px #666666 solid;
}
#copyright{
	font-size: 11px;
	font-weight: normal;
}

.center {
    text-align: center;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.justify {
    text-align: justify;
}

a {
    margin: 1px;
}
a img {
    border: none;
}
a:link {
    color: #0088FF;
    text-decoration: none;
}
a:visited {
    color: #0088FF;
    text-decoration: none;
}
a:hover {
    color: #CC3333;
}
a:active {
    color: #0088FF;
}
p,span{
	font-size: 12px;
	margin: 1px;	
    line-height: 2;	
}
blockquote {
    font-size: 12px;
    line-height: 2;
    padding: 20px;
}
ol,li{
	font-size: 12px;
}

.imageFlottanteDroite {
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 0px;
    margin-right: 0px;
}

.imageFlottanteGauche {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 0px;
    margin-left: 0px;
}

.randomPicture {
    border: 1px solid #e2001a;
    max-width: 130px;
}

.titrefstb {
	font-size: 18px;
	color: #CC3333;
}

h2 {
    width: 770px;
    height: 40px;
    background-image: url('fond_titre_page.png');
    background-repeat: no-repeat;
    margin-top: 7px;
    padding-top: 5px;
    font-size: 14px;
    color: #CC3333;
    font-weight: bold;
    text-align: center;
}

h3 {
    font-size: 14px;
    color: #CC3333;
    font-weight: bold;
    text-align: center;
}

h4 {
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    padding: 2px;
    margin-bottom: 0px;
}

h5 {
    font-size: 12px;
    color: #333333;
    padding: 2px;
    font-weight: normal;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 0px;
}

.titremenu {
	font-size: 12px;
	color: #CC3333;
}
.titremenuselectionne {
	font-size: 11px;
	color: #CC3333;
}
.titresousmenuselectionne {
	font-size: 11px;
	color: #CC3333;
}

.etiquette {
    float: left;
}

.quicks {
    width: 150px;
    float: right;
}


select, input, textarea{
	font-size: 10px;
	background-color: #FFFFFF;
	color: #333333;
	border: 1px solid #E2001A;
}

input.couleurCheckBox, input.couleurRadio{
}

/* CALENDRIER DEBUT */

#calendrierMois, #calendrierSemaine, #calendrierJour{
	border: 3px solid #E2001A;
	border-collapse: collapse;
}
#blocCalendrierJour{
	height: 400px;
	overflow: scroll;
}
#AgendaAVenir{
	border-collapse: collapse;
	clear:right;
}
#calendrierMois td {
	border: 1px solid #E2001A;
	width: 106px;
	height: 106px;
	padding-left: 2px;
	padding-right: 2px;
	border-collapse: collapse;
	vertical-align: top;
	font-size: 10px;
}
#calendrierSemaine td {
	border: 1px solid #E2001A;
	width: 765px;
	height: 70px;
	padding:0px;
	border-collapse: collapse;
	vertical-align: top;
}
#calendrierJour td {
	border: 1px solid #E2001A;
	width: 765px;
	height: 30px;
	padding:0px;
	border-collapse: collapse;
	vertical-align: top;
}
#calendrierJour td.jourEntierJour{
	text-align: center;
	height: 16px;
}
#calendrierMois td.caseVide{
	background-color: #E2001A;
}

#evenementDetails legend, #telechargementDetails legend{
	font-size: 20px;
	font-weight: bold;
}

#evenementDetails, #telechargementDetails{
	border-style: solid;
	border-width: 3px;
}

.selectionCategorieEvenement{
	text-align: center;
	margin-bottom: 10px;
}

#AgendaAVenir td{
	height: 30px;
	padding:3px;
	font-size: 12px;
	border-collapse: collapse;
	vertical-align: middle;
	text-align: center;
	border-collapse: collapse;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
#AgendaAVenir td.categorie{
	width: 5px;
}
#AgendaAVenir td.date{
	width: 150px;
}
#AgendaAVenir td.titre{
	width: 365px
}
#AgendaAVenir td.lieu{
	width: 150px
}
#AgendaAVenir td.heure{
	width: 100px;
}

#navigationCalendrier{
	text-align: center;
	width: 400px;
	margin: auto;
	margin-bottom: 5px;
}
.boutonAfficherSemaine{
	width: 60px;
	height: 20px;
	background-image: url('images/selection_calendrier_semaine.png');
	background-repeat: no-repeat;
	margin-left: -3px;
	padding: 0px;
}
.boutonAfficherMois{
	width: 40px;
	height: 20px;
	background-image: url('images/selection_calendrier_mois.png');
	background-repeat: no-repeat;
	margin-right: -3px;
	padding: 0px;
}
.boutonAfficherSemaine:hover{
	background-image: url('images/selection_calendrier_semaine_hover.png');
	background-repeat: no-repeat;
}
.boutonAfficherMois:hover{
	background-image: url('images/selection_calendrier_mois_hover.png');
	background-repeat: no-repeat;
}
.boutonAfficherSemaineSelected{
	width: 60px;
	height: 20px;
	background-image: url('images/selection_calendrier_semaine_selected.png');
	background-repeat: no-repeat;
	margin-left: -3px;
	padding: 0px;
}
.boutonAfficherMoisSelected{
	width: 40px;
	height: 20px;
	background-image: url('images/selection_calendrier_mois_selected.png');
	background-repeat: no-repeat;
	margin-right: -3px;
	padding: 0px;
}

.titreCalendrier{
	text-shadow: #FFCCCC 0px 0px 3px;
	color: #E2001A;
	font-size: 16px;
}
.calendrierPrecedant, .calendrierSuivant{
}

.calendrierAujourdhui{
	background-color: #FFCCCC;
}

.calendrierMoisEvenement{
	margin: 0px;
}
.calendrierMoisEvenement span {
	font-size: 10px;
	line-height: 10px;
}
.selectionMoisCalendrier{
	display: inline;
}
.calendrierSemaineEvenement{
	width: 765px;
	margin: 0px;
	padding: 2px;

}
.calendrierJourEvenement{
	width: 765px;
	margin: 0px;
	padding: 5px;
}

.evenementJour{
	float:right;
	width: 700px;
}

.selectionCategoriesCalendrier{
	font-size: 10px;
}

.titreEvenement{
	font-size: 16px;
	font-weight: bold;
}
.categorieEvenement, .categorieTelechargement{
	text-align: right;
	clear: right;
}
.libelleEvenement, .libelleTelechargement{
	text-align: right;
	width: 100px;
}
.donneesEvenement, .donneesTelechargement{
	float: right;
	clear: right;
	width: 600px;
}

.jourDuMois{
	font-size: 12px;
	padding: 2px;
}
.jourDeLaSemaine{
	padding: 2px;
}
.heureDuJour{
	padding: 2px;
	width: 40px;
}

.elementAVenir{
	width: 550px;
	border: 2px solid #E2001A;
	margin-top: 3px;
	margin-bottom: 3px;
	height: 40px;
}

/* CALENDRIER FIN*/


/* Tableau Agenda */
.formagenda {
    width: 100%;
    border: none;
    text-align: center;
}

.agenda {
    width: 99%;
    border: none;
    margin: 2px;
    border-collapse: collapse;
}
.agenda th {
    text-align: center;
    height: 20px;
	font-size: 12px;
	color: #CC3333;
	font-weight: bold;
    border-bottom: 1px solid #f07f8b;
}

.agenda td {
    height: 30px;
	font-size: 11px;
    border-bottom: 1px solid #f07f8b;
}

.newsletter, .news, .links, .media {
    width: 600px;
    padding: 10px;
    margin: auto;
    text-align: justify;
	font-size: 11px;
}

.newsPrecedentes {
    float: left;
}

.newsSuivantes {
    text-align: right;
}

.newsletterForm {
    width: 650px;
    text-align: center;
	font-size: 11px;
}

.colonneLiens {
    vertical-align: top;
}

.colonneLiens ul {
    list-style-type: none;
    margin-left: -30px;
}

.citationPresseDroite {
    text-align: right;
}
.citationPresseGauche {
    text-align: left;
}

.dossierPresse {
    color: #CC3333;
}

q {
    font-size: 12px;
}

cite {
    font-size: 12px;
    color: #999999;
}

q:before {
    content: "« ";
}
q:after {
    content: " »";
}

cite:before {
    content: none;
}

.ficheComite, .ficheComission, .ficheCantonClubs {
    width: 450px;
    border: 2px #666666 outset;
    padding: 10px;
    margin: auto;
	font-size: 11px;
}
.presentationSponsors {
    width: 450px;
    padding: 10px;
    margin: auto;
	font-size: 11px;
}

.imageComite {
	float: right;
	border: 1px solid #CCCCCC;
	position: relative;
	top: 40px;
	height: 120px;	
}

.imageComission {
    float: right;
}

.responsabiliteComite {
    clear: right;
}
    
.reponsableComission {
    
}
.membresComission {
    float: right;
    width: 150px;
    padding-left: 2px;
}

.arbitrage, .juniors, .arbitre, .arbitreJunior, .gestionnaireDeClub, .js, .swissOlympic, .introSponsors, .commissionSponsoring, .chtb, .presentation, .formuleChampionnat, .historique, .charte, .regles, .apropos, .cellulesEspoir {
    padding: 10px;
    text-align: justify;
	font-size: 11px;
}
.formuleChampionnat{
	text-align: center;
}

.club {
    clear: right;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #CC3333;
}

.infoClub {
}

.logoClub {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 0px;
    margin-right: -1px;
    border: 1px solid #CCCCCC;
}

.tableauAgeJunior, .tableauCHTB {
    border-collapse: collapse;
    border: 2px outset #666666;
    font-size: 11px;
    margin: auto;
}
.tableauAgeJunior td, .tableauCHTB td {
    text-align: center;
    border: 1px solid #666666;
}
.tableauAgeJunior th {
    text-align: center;
    background-color: #EEEEEE;
    color: #333333;
    font-weight: bold;
    border: 1px solid #666666;
    padding: 2px;
}

.form {
	font-size: 11px;
}

.videos {
    border: 2px outset #666666;
    border-collapse: collapse;
    font-size: 11px;
    width: 750px;
    margin: auto;
}
.videos td {
    text-align: center;
    border: 1px solid #666666;
}
.videos th {
    text-align: center;
    background-color: #EEEEEE;
    color: #333333;
    font-weight: bold;
    border: 1px solid #666666;
    padding: 2px;
}

.tailleFichierVideo {
    float: right;
    text-align: right;
}   

.organismesPartenaires {
    width: 300px;
    margin: auto;
}
.logoSponsorsMenu{
    border: 1px #E2001A solid;
    background-color: white;
    width: 130px;
    padding: 3px;
    margin-bottom: 5px;
}

.download {
    width: 500px;
    border: 2px outset #666666;
    margin: auto;
    border-collapse: collapse;
}

.download th {
    text-align: center;
    height: 20px;
	font-size: 12px;
	color: #CC3333;
	font-weight: bold;
    border: 1px #666666 solid;
}

.download td {
	font-size: 11px;
    border: 1px #666666 solid;    
}

    

/* CHAMPIONNAT */

.resultatsTour, .resultatsTourFinal {
    width: 450px;
    border: none;
    margin: auto;
    border-collapse: collapse;
}

.classementTour, .classementPlayoff {
    width: 100%;
    border: none;
    border-collapse: collapse;
    background-image: url('images/logo_fstb_fond_tableau.png');
    background-position: bottom right;
    background-repeat: no-repeat;
}
.classementTourFinal {
    width: 250px;
    border: none;
    margin: auto;
    border-collapse: collapse;    
}

.resultatsTour caption, .resultatsTourFinal caption, .classementTour caption, .classementTourFinal caption, .classementPlayoff caption  {
    font-size: 14px;
    color: #CC3333;
    font-weight: bold;
    line-height: 30px;
}

.arbitres-es th {
    text-align: center;
    height: 20px;
	font-size: 12px;
	color: #CC3333;
	font-weight: bold;
    border-bottom: 1px solid #f07f8b;
}

.classementTour th, .classementTourFinal th, .resultatsTour th, .resultatsTourFinal th, .classementPlayoff th {
    text-align: center;
    height: 20px;
	font-size: 12px;
	color: #CC3333;
	font-weight: bold;
    border-bottom: 1px solid #f07f8b;
}
    

.resultatsTour td, .resultatsTourFinal td, .classementTour td, .classementTourFinal td {
	font-size: 11px;
    text-align: center;
    border-bottom: 1px solid #f07f8b;
}
/* Contact */

.typeContact{
	width: 380px;
	height: 20px;
	float: left;
	text-align: right;
}
.contenuContact{
	width: 400px;
	margin-left: 385px;
	height: 20px;
}

/* /Contact */

/* COUPE SUISSE */

.resultatsCoupeCH {
	width: 100%;
	height: 680px;
	background-image: url('images/fond-tableau-coupe-suisse.png');
	/*border: black solid 1px;*/
}
.resultatsCoupeTschatchli {
	width: 100%;
	height: 680px;
	background-image: url('images/fond-tableau-coupe-tschatchli.png');
	clear:left;
}
.selectionResultatsCoupeCH{
}

.gagnant {
	font-weight: bold;
	color: #E2001A;
}
.perdant {
	color: #999999;
	font-weight: normal;
}
.ajouer{
	font-weight: bold;
	color: black;
}
.sansequipe:before{
	content: "-";
	color: #999999;
	font-weight: normal;
}

.informationsMatch{
	position : fixed;
	margin-left: 350px;
	margin-top: 5px;
	width: 400px;
	background-color: white;
	opacity: 0.9;
	border: 2px dashed #e2001a;
	text-align: center;
	padding: 4px;
}
.informationsBoxJournee{
	text-align: left;
	font-size: 10px;
	float: left;
}
.informationsBoxTypeMatch{
	text-align: right;
	font-size: 10px;
}
.informationsBoxEquipes{
	font-weight: bold;
}
.informationsBoxScore{
	font-weight: bold;
}
.informationsBoxSet{
}
.informationsBoxLieu{
    margin-top: 5px;
	text-align: right;
	font-size: 10px;
}
.informationsBoxDate{
    margin-top: 5px;
	text-align: left;
	font-size: 10px;
	float: left;
}

.boxTour1, .boxTour2, .boxTour3, .boxTour4{
	width: 130px;
	padding: 5px;
}

.boxTour1{
	float: left;
}

.boxTour2{
	float: left;
	margin-left: 30px;
}

.boxTour3{
	float: left;
	margin-left: 30px;
}

.boxTour4{
	float: left;
	margin-left: 30px;
}

.boxTour5{
	width: 120px;
	padding: 5px;
	margin-left: 30px;
}

.boxEquipe1A, .boxEquipe1B, .boxEquipe2A, .boxEquipe2B, .boxEquipe3A, .boxEquipe3B, .boxEquipe4A, .boxEquipe4B, .boxEquipe5A, .boxEquipe5B {
	border: 1px black solid;
	width: 150px;
	height: 25px;
	text-align: center;
	padding-top: 1px;
	margin: 0px;
	background-color: white;
}

.boxEquipe1A{
	margin-top: 8px;
	margin-bottom: 2px;
}
.boxEquipe1B{
	margin-top: 2px;
	margin-bottom: 8px;
}

.boxEquipe2A{
	margin-top: 40px;
	margin-bottom: 2px;
}
.boxEquipe2B{
	margin-top: 2px;
	margin-bottom: 74px;
}

.boxEquipe3A{
	margin-top: 107px;
	margin-bottom: 2px;
}
.boxEquipe3B{
	margin-top: 2px;
	margin-bottom: 206px;
}

.boxEquipe4A{
	margin-top: 240px;
	margin-bottom: 2px;
}
.boxEquipe4B{
	margin-top: 2px;
	/* margin-bottom: 470px; remettre pour la version php*/
}

.boxEquipe5A{
	margin-top: 504px;
	margin-bottom: 2px;
}
.boxEquipe5B{
	margin-top: 2px;
}


/* FIN Coupe CH */


.arbitres-es td{
	font-size: 11px;
    text-align: left;
    border-bottom: 1px solid #f07f8b;
}

.liste-joueur-es {
    width: 650px;
    border: none;
    margin: auto;
}
.joueur-es{
	margin-top: -518px;
}
.equipe-es{
	margin-bottom: 518px;
	margin-left: 60px;
}

.photo-joueur-es{
	width: 650px;
	height: 338px;
	border: 1px solid #e2001a;
}
.infos-joueur-es{
	padding: 5px;
	padding-top: 15px;
	position: relative;
	text-align: right;
	left: 440px;
	bottom: 340px;
	background-color: #fff5f5;
	/*background-image: url('../../pictures/equipesSuisses/fond_infos_joueur-es.png');*/
	width: 200px;
	height: 318px;
	border: 1px solid #e2001a;
	line-height: 20px;
}
.nom-joueur-es{
	font-size: 27px;
	font-weight: bold;
	line-height: 20px;
}
.numero-joueur-es{
	color: #e2001a;
	position: relative;
	bottom: 510px;
	left: 20px;
	font-size: 200px;
	font-weight: bold;
	text-align: right;
	padding: 0px;
	height: 200px;
	 
}
.acceder-bdd-fitb-es{
	text-align: center;
	margin-top: -318px;
}
.photo-equipe-es{
	border: 1px solid #e2001a;
	width: 650px;
	height: 378px;
}
.legende-photo-equipe-es{
	text-align: center;
	position: relative;
	width: 650px;
	background-image: url('../../pictures/equipesSuisses/fond_infos_joueur-es.png');
	border: 1px solid #e2001a;
	height: 42px;
	bottom: 44px;
	color: black;	
}
    
.arbitres-es {
    width: 450px;
    border: none;
    margin: auto;
    border-collapse: collapse;
}

.tableauInternational {
    border: none;
    margin: auto;
    border-collapse: collapse;
}


.tableauInternational th {
    text-align: center;
    height: 20px;
	font-size: 12px;
	color: #CC3333;
	font-weight: bold;
    border-bottom: 1px solid #f07f8b;
    padding: 2px;
}

.tableauInternational td {
    font-size: 11px;
    border-bottom: 1px solid #f07f8b;
}

.tableauProgrammeEWC, .tableauProgrammeWG {
	margin: auto;
	border-collapse: collapse;
	font-size: 12px;
	background-position: center center;
	background-repeat: no-repeat;
}
.tableauProgrammeEWC td, .tableauProgrammeWG td{
	height: 25px;
	border-collapse: collapse;
}
.tableauProgrammeEWC tr, .tableauProgrammeWG td{
	border-bottom: #f07f8b 1px solid;
	border-top: #f07f8b 1px solid;
}
.tableauProgrammeEWC th, .tableauProgrammeWG th{
	border-bottom: #f07f8b 1px solid;
	text-align: center;
}
.tableauProgrammeEWC{
	width: 320;
	background-image: url('../../pictures/logo-EWC09-fond-tableau.png');
}
.tableauProgrammeWG{
	width: 550px;
	background-image: url('../../pictures/logo-WG09-fond-tableau.png');
}

.noborder {
    border: none;
}

#ccpFSTB{
	width: 130px;
	height: 60px;
	border: 5px solid black;
	background-color: #ffcc00;
	font-weight: bold;
	font-size: 25px;
	color: black;
	text-align: center;
	padding: 25px;
	margin-left: 285px;
}

#adminPopUp{
	position: fixed;
	top: 0px;
	right: 0px;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	border-bottom: 1px solid #e2001a;
	border-left: 1px solid #e2001a;
	background-color: white;
}

#twitter_div{
    font-size: 12px;
}
#twitter_update_list{
	list-style-type: none;
}
#twitter_update_list li{
	margin-bottom: 8px;
	padding-bottom: 7px;
	padding-right: 5px;
	border-bottom: 1px solid #ccc;
}
#twitter_update_list li:before{
	content: ""; /* texte affiché avant chaque tweet */
}
#twitter_update_list li a{
	display: none;
}
#twitter_update_list li span a{
	display: inline;
}
