

#erreur {
    width: 100%;
    text-align: center;
    color: #930000;
    font-weight: bold;
    margin: 10px 0 0px 0;
}

a.boutons {
    display: inline-block;
    margin-top: 30px;    
}

a.boutons + p {
    display: inline-block;
    width: 300px;
    vertical-align: top;
    padding: 0;
    margin: 30px 10px 0px 20px;
}
    
h2 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    color: white;
    background-color: #930000;
    width: 40px;
    text-align: center;
    margin: 0 0 0 5px;
    padding: 0;
    border-radius: 30px;
    cursor: pointer;
}

#Orford {display: none} 
#Sutton {display: none}

#Sutton table {
    margin: 10px 0 0 50px;
}

#Sutton table th {
    font-weight: bold;
}

#Sutton table td {
    font-weight: normal;
    padding: 10px 10px 10px 0px;
    vertical-align: top;
}


#navigation {
    text-align: center;
}

div.aff_info {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}


#lescartes {
    display: block;
    text-align: center;
}

#lescartes a {
    display: inline-block;
    margin: 10px 5px 5px 5px;
    border: 1px solid black;
}

#univers {
    margin: 0 0 0 40px;
}

#univers h2 {
    margin: 20px 0px 10px 0px;
}

#univers div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 180px;
}

#univers div img {
    border: 1px solid black;
}

#univers div p {
    font-size: 11pt;
}

#univers div input[type=checkbox] + label {
    text-align: left;
    vertical-align: bottom;
    width: 85px;
    position: absolute;
    top: 20px;
    left: 100px;
    border: 1px solid black;
    background-color: white;
    padding: 2px 0 4px 4px;
}

#univers div input[type=checkbox] + label span {
    border: 1px solid #bbbbbb;
    display: inline-block;
}


#univers div input[type=checkbox] + label img {
    border: none;
    display: inline;
}


#rando input {
    vertical-align: baseline;
}

input[type=number] {
    width: 100px;
}

#pjgratuits {
    text-align: center;
}

.legende {
    margin: 10px auto 10px auto;
    color: white;
    width: 100%;
}

.legende td {
   padding: 10px;
   text-align: center;
   width: 230px;
}

.legende td span {
    display: inline-block;
    background-color: white;
    color: black;
    padding: 1px 10px 1px 10px;
    border-radius: 25px;
}


.legende .libre {
    background-color: #009200;
    color: black;
}

.legende .select {
    background-color: yellow;
    color: black;
}

.legende .occupe {
    background-color: #920000;
}


.selecteur .camping_head {
    font-weight: bold;
}

.selecteur .jour {
    font-weight: bold;
    text-align: center;
}

.selecteur .libre {
    width: 40px;
    background-color: #009200;
    font-size: 0;
    color: yellow;
}

.selecteur .occupe {
    width: 40px;
    background-color: #920000;
    font-size: 0;
    color: #920000;
}

.selecteur .select {
    width: 40px;
    background-color: yellow;
    font-size: 0;
    color: yellow;
}

.selecteur .select:hover,
.selecteur .libre:hover {
    cursor: pointer;
}

.selecteur .camping {
    width: 230px;
}
