/* GENERAL
*/

body {
    background-color: #F0FFF0;
/*    background-color: #90EE90;
*/
/*    background: #f2eb8c url(../img/sand.jpg) repeat;
*/
}

#page {
    background-color: rgba(230,255,230,0.5);
    width: 980px;
    margin: auto;
    margin-top: 30px;    
    margin-bottom: 30px;
    border: 2px solid #145A32;
    border-bottom: 2px solid #145A32;
    /*-webkit-border-top-right-radius: 60px;
    -moz-border-radius-topright: 60px;*/
}

#header {
    background-color: transparent;
    background-image: url('../img/header.png');
    height: 160px;
    /*-webkit-border-top-right-radius: 50px;
    overflow: hidden;*/
    margin-bottom: 60px;
}

#header h1, #header p {
    height: 100%;
    background-color: transparent;
    margin: 0;
}

#header h1 {
    font-family: Arial;
    font-weight: bold;
    font-size: 45px;
    text-shadow: white 0px 0px 15px;
    position: relative;
    left: 25px;
    top: 12px;
    display: inline;
}

#header p {
    display: block;
    position: relative;
    left: 45px;
    top: -3px;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    text-shadow: white 0 0 8px;
    height: 121px;
    width: 935px;
}

#nav {
    list-style-type: none;
    display: inline;
    float: right;
    height: 30px;
    position: relative;
    top: -30px;
    margin: 0;
}

#nav li {
    float: left;
    background-color: white;
    border: 1px solid black;
    display: block;
    height: 100%;
    width: 140px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}

#content {
    padding: 20px;
}

.clear {
    clear: both;
}

/* ACCUEIL
*/

#about {
    width: 910px;
    margin-left: 20px;
    background-color: #f1eee8;
    border: 1px solid #ccc;
/*    font-family: Arial;
    border: 2px solid #145A32;
    background-color: rgba(255,255,204,0.5);
*/
    -webkit-box-shadow: 0 0 50px rgba(120,120,120,1);
    -webkit-border-radius: 20px;
    padding: 15px;
    margin-bottom: 60px;
}

#about p {
    text-indent: 15px;
    margin-bottom: 15px;
}

#about img {
    border: 1px solid black;
}

#last-circuit {
/*    background-color: rgba(255,0,0,0.5);
*/
    background-color: #f1eee8;
    border: 1px solid #ccc;
    width: 680px;
    margin-left: 20px;
    float: left;
    margin-bottom: 30px;
    padding: 10px;
}

#last-circuit h2 {
    
    /*background: transparent url(../img/star.png) no-repeat center left;*/

}

#last-circuit img {
    float: right;
    width: 380px;
    border: 1px solid black;
}

#recent-circuits {
/*    background-color: rgba(255,0,0,0.5);
*/
    background-color: #f1eee8;
    border: 1px solid #ccc;
    width: 220px;
    margin-right: 20px;
    float: right;
    margin-bottom: 30px;
}


/* LIST OF CIRCUITS
*/

#circuits {
    background-color: transparent;
    border: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 940px;
    border-collapse: collapse;
}

#circuits thead {
    background-color: #ccc;
}

#circuits tbody tr {
    background-color: #f1eee8;
}

#circuits tbody tr:hover {
    background-color: rgba(255, 140, 0, 0.6);    
}

#circuits td {
    text-align: center;
    border-top: 1px solid #ccc;
}


/* CIRCUIT
*/

#description {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 0;
    width: 278px;
    background-color: #f1eee8;
    border: 1px solid #ccc;
    min-height: 236px;
    padding: 10px;
}

#description p {
    text-indent: 1em;
}

h2 {
}

#photos {
}

#photos:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

#photos ul {
    list-style: none;
    display: inline;
    margin-left: 20px;
}

#photos ul img {
    height: 130px;
    border: 5px solid white;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 3px 3px 8px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 8px rgba(0,0,0,0.5);
}


/* TEXTE
*/

#texte {
    text-align: center;
}

#texte p {
    font-family: serif;
    font-size: 11px;
    font-weight: bold;
}

/* FOOTER
*/

#footer {
    clear: both;
    height: 20px;
    width: 100%;
    display: block;
    padding-top: 12px;
    padding-bottom: 8px;
    text-align: center;
    position: relative;
    top: 30px;
    color: #000000;
}

#footer p {
    font-family: serif;
    font-size: 11px;
    font-weight: bold;
}

/**
 * Map Examples Specific
 */
.smallmap {
    width: 618px;
    height: 256px;
    border: 1px solid #ccc;
    float: left;
    margin-bottom: 20px !important;
    background-color: #f1eee8;
}

.fullmap {
    width: 938px;
    height: 256px;
    border: 1px solid #ccc;
    background-color: #f1eee8;
}

.olControlAttribution {
    position: relative;
    bottom: 0px;
}
