html {
    height: 100%;
}

body {
    width: 980px;
    margin: auto;
    color: #3D3D3D;
    font-family: Arial;
    height: 100%;
}

#topPage {
    min-height: 100%;    
}

header {
    height: 75px;
    text-align: center;
    line-height: 75px;
    margin: 10px;
}

#logoIsi {
    height: 118px;
    width: auto;
    float: left;
}

h1 {    
    font-size: 22px;    
    float: left;
    margin-top: 60px;
}

#coordonnees {
    line-height: 20px;
}

#hauteSavoie {
    font-size: 15px;
}

#pictoPhone {
    margin: 0 5px;
}

#tel {
    font-size: 21px;
    font-weight: bold;
    position: relative;
    top: 3px;
}

#menu {
    background: #7a7a7a;
    clear: both;
    height: 36px;
    margin-top: 50px;
}

#homeLink {
    border-right: 1px solid black;
    display: inline-block;
    height: inherit;
    line-height: 36px;
    text-align: center;
    width: 56px;
}

#homeLink:hover {
    background: #0039ff;
}

h2 {
    text-align: center;
}

#content {
    width: inherit;
    overflow: auto;
    padding: 0 0 150px;
}

#content-top {
    border-bottom: 1px solid black;
    margin-bottom: 30px;
}

.step {
    float: right;
    margin-top: 10px;
}

h3 {
    margin: 10px 0 5px;
}

form {
    width: inherit;
    line-height: 20px;
    text-align: center;
    font-size: 24px;
}

input[type="text"] {
    display: inline-block;
    max-width: 948px;
    font-size: 24px;
}

textarea {
    max-width: 948px;
    margin-left: 16px;
    font-size: 28px !important;
}

.w100 {
    text-align: center;
    width: 150px !important;
}

#prev {
    float: left;
    margin-bottom: 10px;
}

#next {
    float: right;
    margin-bottom: 10px;
}

.economie {
    text-align: center;    
    font-size: 50px;
    margin-bottom: 30px;
}

#economieOK {
    color: LimeGreen;
}

#economieKO {
    color : indianred;
}

.interet {
    margin-bottom: 30px;
    width: inherit;
    line-height: 20px;
    text-align: center;
    font-size: 28px;
}

.registration {
    text-align: center;
    font-size: 28px;
    color: white;
    margin-bottom: 30px;
}

.registrationFailure {
    background: IndianRed;
    border: 1px solid red;    
}

.registrationSuccess {
    background: MediumSeaGreen;
    border: 1px solid green;    
}

.inputLabel {
    position: relative;
    top: 4px;
    width: 250px;
    text-align: right;
}

.fl {    
    float: left; 
}

textarea {
    clear: both;
}

.link {
    float : right;
    font-size: 20px;
    margin-top: 10px;
}

footer {
    background: #e8e8e8;
    height: 150px;
    width: inherit;
    border-top: 2px solid #7a7a7a;
    padding-top: 20px;
    color: #7a7a7a;
    font-size: 12px;
    position: relative;
    clear: both;
    margin-top: -150px;
}

#logoFooter {
    width: 100px;
    height: 59px;
    float: left;
    margin-right: 20px;
}

#coordFooter {
    float: left;
}

#boldIsiFooter {
    font-size: 17px;
    font-weight: bold;
}

#mentionPhoto {
    float: right;
}

#hiddenSubmit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #337ab7;
    float: none;
    height: 30px;
}

#Tooltip {
    margin-top: 20px;
    font-size : 22px;
}