html,body{
    height:100%;
    font-size:14px;
}
body{
    width:100%;
}
table{
    text-align:center;
    width:100%;
}
td{
    border:solid;
    border-width:2px;
    border-color:white;
    width:8%;
    height:3em;
    margin:2px;
    padding:2px;
}
#fenetre{
    min-height: 100%;
    height: auto;
    margin: 0 auto -70px auto;
    padding: 70px 0 70px 0;
}
header,footer{
    text-align:center;
	height:70px;
}
header{
    position: relative;
    padding: 25px;
}
#mInputs{
    background-color: grey;
    height: 80px;
    margin-top: 20px;
    padding-top: 20px;
    width: 100%;
    z-index:900;
    top:10px;
    padding-left: 10%;
}
footer{
    clear:both;
}
.ligne_2{
    background-color : whitesmoke;
    word-wrap: break-word;
}
/*.ligne_2,.ligne_1{opacity:0.9;}*/
.clicable{
    cursor:pointer;
}
.Nclicable:hover{
    background-color:red;
    cursor:not-allowed;
}
.Oclicable:hover{
    background-color:lightGreen;
}
#url_go{
    width:70%;
    height:2em;
}
.button{
    width:80%;
    background-color:purple;
    height:100%;
    padding:10px;
    text-align:center;
    border-radius:5px;
    color:white;
    cursor:pointer;
}
.button:hover{
    font-weight:bold;
}
a:link,a:visited,a:hover{
    text-decoration:none;
    color:black;
}
input,select{
    height:40px;
    font-size:20px;
    padding:5px;
}
.gauche{
    float:left;
    margin-left:10px;
}
.droite{
    float:right;
}
#monLien{
   width:100%;
}
#monClick{
   width:100%;
}
#monRetour{
    padding: 25px;
}
hr{
    color:red;
}
.entete{
    background-color: grey;
}
.m_col{
    margin:2px;
    min-height: 3em;
    padding:1em;
}
.affix{
    top: 100px;
}
