﻿html, body {
	height: 100%;
	background-color: #0090a0;
}

body {
	margin: 0px;
}

body, p, td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

td {
	padding: 0px;
	vertical-align: top;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

h1 
{
    margin: 0px;
    padding: 10px;
    font-size: 24px;
    color: #0090a0;
}





/* Info Rando */
 .inforando  {
    border: 1px solid #0090a0;
    background-color: #d5e3e5;
    padding: 5px;
    text-align: left;
    color: #09565f;
 }
 
  .inforando a   {
    color: #09565f;
    text-decoration: none;
  }
  
  .inforando a:hover   {
    color: #0090a0;
    text-decoration: none;
  }




#main {
   height: 100%;
   width: 806px;
   margin-left: auto;
   margin-right: auto;
   background-image: url('default/img/elements/background_dots.gif');
   background-position: right top;
   background-repeat: repeat-y;
}

.main_top {
    vertical-align: top;
}

.main_top_extended {
    vertical-align: top;
    background-color: White;
    background-image: url('default/img/elements/background.png');
    background-position: right top;
}

.main_bottom {
    vertical-align: bottom;
}

.main_bottom_extended {
    vertical-align: bottom;
    background-color: White;
    background-image: url('default/img/elements/background.png');
    background-position: right top;
}


/* Header */
#header {
    height: 107px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #00a3c6;
    background-image: url('default/img/header/background.jpg');
    background-position: right top;
    background-repeat: repeat-x;
}

#slogan {
    height: 79px;
    text-align: right;
    display: block;
    overflow: hidden;
}

#menubar {
    height: 28px;
    width: 591px;
    margin-left: 209px;
    margin-top: -28px;
    cursor: pointer;
    overflow: hidden;
}

#logo {
    height: 107px;
    width: 209px;
    display: block;
    margin-top: -79px;
    overflow: hidden;
}



/* Menu */
.menupanel_1, .menupanel_2, .menupanel_3, .menupanel_4, .menupanel_5 {
    visibility: hidden;
    position: absolute;
    background-color: #30948f;
    margin-top: -2px;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-right: 30px;
    border-left: solid 4px #e87a00;
}

.menupanel_1 a, .menupanel_2 a, .menupanel_3 a, .menupanel_4 a, .menupanel_5 a {
    display: block;
    padding-top: 10px;
    padding-top: 10px;
    color: White;
    text-decoration: none;
}

.menupanel_1 a:hover, .menupanel_2 a:hover, .menupanel_3 a:hover, .menupanel_4 a:hover, .menupanel_5 a:hover {
    text-decoration: underline;
    color: White;
}

.menupanel_1 {
    margin-left: 218px;
}

.menupanel_2 {
    margin-left: 330px;
}

.menupanel_3 {
    margin-left: 432px;
}

.menupanel_4 {
    margin-left: 556px;
}



/* Zone de texte */
#cache {
    background-color: White;
    width: 794px;
    margin-left: 3px;
    height: 30px;
}

#mainText {
    width: 770px;
    margin-left: 18px;
}

#text_content {
    padding-right: 20px;
    padding-bottom: 10px;
    text-align: justify;
}

.text_title {
    height: 75px;
    vertical-align: top;
    background-color: White;
}

#text_subtitle {
    margin-top: -8px;
    margin-left: 25px;
    margin-bottom: 15px;
    font-size: 16px;
}

.text_main_area {
    vertical-align: top;
    width: 510px;
}

.text_area_extended {
    vertical-align: top;
    width: 760px;
    background-color: White;
}

.text_piczone {
    width: 260px;
    vertical-align: top;
    text-align: center;
}

.text_piczone img {
    border: 1px solid #999999;
}

.text_piczone img {
    margin-bottom: 20px;
}





/* Pied de page */
#footer {
    height: 30px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e87a00;
    background-image: url('default/img/footer/background.gif');
    background-position: left top;
    background-repeat: repeat-x;
}

#footer_left, #footer_right {
    padding-top: 3px;
    color: White;
    vertical-align: middle;
}

#footer_left {
    font-size: 14px;
}
    

#footer_right {
    font-size: 12px;
}

#footer_left {
    padding-left: 10px;
    text-align: left;
}

#footer_right {
    padding-right: 10px;
    text-align: right;
}

#footer_right a, #footer_left a {
    color: White;
    text-decoration: none;
}

#footer_right a:hover, #footer_left a:hover {
    text-decoration: underline;
    color: White;
}





/* Login box */
.logbox {
    border-collapse:collapse;
    width: 500px;
    border: 1px solid #e87a00;
    margin-left: 150px;
}

.logbox td {
    font-size: 12px;
}

.header {
    height: 30px;
    vertical-align: middle;
    font-weight: bold;
    background-color: #e87a00;
    color: White;
    font-size: 14px !important;
    border: 1px solid White;
}

.row {
    height: 30px;
    vertical-align: middle;
}

.line {
    border-bottom: 1px solid #d9dccb;
}

.logcheckbox {
    height: 50px;
    text-align: center;
    vertical-align: middle;
}

.logbutton {
    height: 30px;
    text-align: center;
}

.logbutton input {
    background-color: #d9dccb;
    border: 1px solid #e87a00;
    padding: 2px;
    
}







/* Présentation texte */
h2 {
    font-size: 16px;
    color: #333333;
    text-decoration: underline;
    /*padding-top: 20px;*/
}

h3 {
    font-size: 14px;
    color: #333333;
    padding-left: 30px;
    padding-top: 20px;
    text-decoration: underline;
}

p.h3 {
    padding-left: 30px;
}

table .tblFull {
    width: 100%;
}

.tblFull td {
    margin: 20px;
}

.quote {
    font-style: italic;
    color: #333333;
    text-align: center;
}

big {
    font-size: 18px;
    font-weight: bold;
    text-align: center !important;
}

.signature 
{
    text-align: right;
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.highlight {
    font-style: italic;
    text-align: center;
    padding: 10px;
    border: solid 1px #cccccc;
}


.info {
    font-style: italic;
    text-align: center;
    color: #cccccc;
}

.note {
    font-style: italic;
    font-size: smaller;
    border-top: solid 1px #cccccc;
    margin-top: 40px;
    padding-top: 20px
}

.center {
    text-align: center;
}

a {
    color: red;
    text-decoration: none;
}

a:hover {
    color: red;
    text-decoration: underline;
}






/* Tableau des logos */
.tblLogos, .tblPhotos {
    width: 100%;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}

.tblPhotos th 
{
    padding: 10px;
    text-align: center;
    border-top: dashed 1px #cccccc;
    border-bottom: dashed 1px #cccccc;
}

.tblLogos td, .tblPhotos td {
    width: 50%;
    text-align: center;
    vertical-align: bottom;
    padding: 10px;
}

.tblLogos td img, .tblPhotos td img {
    margin-bottom: 20px;
}

.tblLogos td.left {
    border-left: dashed 1px #cccccc;
}

.tblLogos td.right {
    border-right: dashed 1px #cccccc;
}

.tblLogos td.top {
    border-top: solid 1px #cccccc;
}

.tblLogos td.bottom {
    border-bottom: solid 1px #cccccc;
}

.tblLogos td.image, .tblPhotos td.image {
    vertical-align: middle;
    text-align: center;
}




/* Formulaire */
td.contactform_item 
{
    width: 160px;
    height: 30px;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
}

td.contactform_warning 
{
    width: 20px;
} 

td.contactform_box input {
    width: 90%;
    height: 15px;
    border: 1px solid Black;
}


.txtarea {
    width: 100%;
    height: 300px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid Black;
}



/* Programme */
.proghead {
    border-top: 1px solid #48d8fb;
    background-color: #dadada;
    height: 30px;
    margin-top: 10px;
    padding-top: 10px;
}

.proghead a {
    color: #666666;
    text-decoration: none;
}

.progcontent {
    border: 1px solid #84caec;
    background-color: #f0f0f0;
    padding: 10px;
}







/* Update */
div.updatebox {
    width: 100%;
    height: 100%;
    min-height: 100%;
    left: 0px;
    top: 0px;
    position: fixed !important;
    position: absolute;
    z-index: 98;
    background-color: White;
    opacity: 0.8; 
	filter: alpha(opacity=80);
	-moz-opacity:.8;
}

div.updatebox .content {
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -50px;
    width: 300px;
    height: 50px;
    text-align: center;
    position: absolute;
    z-index: 99;
    line-height: 20px;
    font-size: 14px;
}





/* Bulles */
.bulle_dl {
    background-image: url('default/img/elements/bulle_dl.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #27a1ae;
    height: 50px;
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-top: 45px;
    color: White;
    cursor: pointer;
}

.bulle_sortie {
    background-image: url('default/img/elements/bulle_sortie.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #ebc21d;
    height: 60px;
    width: 460px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-top: 34px;
    line-height: 20px;
    color: White;/*#7c5916;*/
    cursor: pointer;
}

.bulle_ok {
    background-image: url('default/img/elements/bulle_ok.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #31da5b;
    height: 50px;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-top: 46px;
    line-height: 20px;
    color: White;/*#7c5916;*/
    cursor: pointer;
}

.bulle_dl a {
    color: White;
}