html {
font-size: 100%;
}

h1,h2 {
margin:0;	
font-size: 1em;
font-weight: normal;
}

body{
font-size: 1em;
font-family:Helvetica, Arial, Verdana,sans-serif; 
width:100%;
margin:0;
padding:0;
}

#forzaBastia{
margin:0 .5%;
position:relative;
top:7px;
}

#headerFB {
height:150px;
background-image:url('../tools/fondBanniere.2000.svg');
background-size:2000px;
width:100%;
visibility:hidden;
cursor:pointer;
}

a, a:hover, a:visited, a:active {
color: inherit;
text-decoration: none;
height: inherit;
display:block;  
}

.droitFB {
float:right;
max-height:150px;
}

.gaucheFB {
margin-top:2px;
max-height: 146px;
cursor:pointer;
}

.loader {
width:32px;
margin: 0 auto;
visibility:hidden;
position:relative;
z-index:20;
}

#backgroundFB{
width:100%;
background-position:50% 0%;
position:absolute;/*
background-repeat:no-repeat;
background-image:url('../tools/backV10.svg'); */
top:185px;
display:none;
}


#menuFB { /* necessaire pour etre pris en compte lors de l'appel au fichier index.php (le css menu n'étant pas encore charge a ce moment la) */
position:relative;
margin:0;
line-height:35px; 
font-size: 1.1em;
z-index:3;
visibility:hidden;
}

div.menuBurger {
display:none;
}

div.conteneur {
display:flex;
flex-direction: row;
width:100%;
justify-content: space-around;
}

div.all {
width: 100%;
display:flex;
flex-direction: row;
overflow-x: hidden;
overflow-y: hidden;
}

div.block{
display:flex;
}

div.blockswipe {
position:relative;
width: 100%;
display:none;
}

.sp1 {
height:10px;
clear:both;
margin:0;
padding:0;
}

.sp2 {
height:25px;
clear:both;
margin:0;
padding:0;
}

input{
display:block;
float:left;
margin-left:1%;
}

.error {
float:left;
position:relative;
font-weight:bold;
text-align:center;
font-size:.9em;
margin: 1% 0 0 0;
padding: 0 5% 0 5%;
width:90%;
}

.fb_div_titles {
background :   url(../tools//FondArt.jpg) repeat-x;
color:#005EAD;
padding-left: 10px;
line-height:21px;
text-align:justify ;
vertical-align:middle;
height: 21px;
font-size: 1em;
font-weight : bold;	
border-top-right-radius:5px;
border-top-left-radius:5px;
}

.victoire {
font-weight:bold;
color:#005EAD;
}

.nul {
font-weight:normal;
color:black;
}

.defaite {
font-weight:normal;
color:red;
}

.alert {
float:left;
font-weight:bold;
font-size: 1em;
width:93%;
margin-left:2%;
padding-left:2%;
}

.black {
color:black;
}

.red {
color:red;
vertical-align:middle;
border: 2px solid #005EAD;
background-color:#ffffff;
}

.fright {
float:right;
}

.fleft {
float:left;
}

.taright {
text-align:right;
}

.tacenter {
text-align:center;
}


.taleft {
text-align:left;
}

.bold {
font-weight:bold;
}

.clear {
clear:both;
}