/*----------------------------------------------------------------------------
    main.css

    this css-file contains all definitions, that are independend from the
    colorschemes.

    defini les dimensions, marges etc. de toutes les boites
 ----------------------------------------------------------------------------*/



/*--- body -----------------------------------------------------------------*/

body#main_body {
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #050;
    background-image: url(Images/ciel7.jpeg) ;
}

/*--  main_container : tout ce qu'on met dans la page-------------------*/

#main_container {
    position: relative;
    padding: 0;
    margin: 0 auto; /* auto pour centrer le main_container sur la page web */
    text-align: left;
    width: 860px;
    top: 10px;
    /* border-radius: 7px; */
    border-style: solid;
    border-width: 4px;
    border-color: #99D;
    background-color: #FFF;
}

/*--- header : donc le cadre du haut--------------------------------------*/

#header {
    position: relative;
    padding: 0;
    margin: 0;
    width: 860px;
    height: 195px;
    /* border-radius: 7px */;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #00F;
    background-color: #EEEDFF;
}

/*--- main navigation container: les onglets horizontaux-------------------*/

#main_nav_container {
    position: relative;
    padding: 0;
    margin: 0 0 0 0;
    top: 7px;
    float: left;
    width: 860px;
    overflow: hidden;
    /*border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #00F; */
}

/*--- the main container is divided in sub containers ----------------------*/

#left_column_container {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 225px;
    top: 0px;
}

#right_container {
    position: relative;
    float: right;
    margin: 10px 10px 10px 10px;
    width: 600px;
    border-style: solid;
    border-width: 1px;
    border-color: #00F;
    background-color: #EEEDFF;
}

#content_container {
    clear: both;
    overflow: hidden;
    line-height: 1.3;
    padding: 0;
    width: 560px;
    margin-left: 20px;
}

/*--- footer -----------------passé de 75 a 45----et 13px pour le texte----------------------------*/

#footer {
    position: relative;
    margin: 0;
    padding: 0 0 0 0;
    width: 860px;
    height: 25px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #00F;
    clear: both;    /* sinon le footer remonte */
    background-color: #EEEDFF;
}

#footer_text {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  padding: 5px 0 0 0;
  margin: 0 30px 0 30px;
  text-align: center;
  color: #236;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list {
    width: 860px;
    position: relative;
    margin: 0px;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    height: 28px;
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0;
}

#main_nav_list a {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    margin: 0;
    padding: 4px 20px 0px 20px;
    display: block;
    float: left;
    height: 23px;
    overflow: hidden;
    background-color: #EEEDFF;
    border-radius: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #00F;
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5), /* ombre noire derrière le bouton, flou de 5px, transparence de 50%. */
               0 -1px 0 rgba( 255, 255, 255, 0.4); /* ombre blanche en haut, transparence de 40%. */
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
}

#main_nav_list a.main_nav_active_item {
    background-color: #EDD;
}

#main_nav_list a.main_nav_item:hover {
    background-color: #FDD;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_container {
    clear: both;
    margin: 0;
    padding: 0;
}

.sub_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list li {
    margin: 10px 0px 10px 30px;
    padding: 0;
}

.sub_nav_list a {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    text-align: center;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    width: auto;
    padding: 0;
    background-color: #EEEDFF;
    display: block;
    border-radius: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #00F;
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5), /* ombre noire derrière le bouton, flou de 5px, transparence de 50%. */
               0 -1px 0 rgba( 255, 255, 255, 0.4); /* ombre blanche en haut, transparence de 40%. */
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
}

.sub_nav_list a.sub_nav_active_item {
    background-color: #EDD;
    font-style: normal;
}

.sub_nav_list a:hover {
    background-color: #FDD;
}

.cagnotte a {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    width: 350px;
    padding: 0;
    display: block;
    background-color: #FDF;
    border-radius: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #00F;
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5), /* ombre noire derrière le bouton, flou de 5px, transparence de 50%. */
               0 -1px 0 rgba( 255, 255, 255, 0.4); /* ombre blanche en haut, transparence de 40%. */
}


#cagnotte a.main_nav_item:hover {
    background-color: #FDD;
}
/*--- forms ----------------------------------------------------------------*/
/*
fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}

input {
    border-style: solid;
    border-width: 1px;
}

textarea {
    border-style: solid;
    border-width: 1px;
}

#logo {
    z-index: 2;
    width: 215px;
    height: 40px;
    position: relative;
    top: 35px;
    left: 10px;
}

#text_caption {
    position: relative;
    z-index: 2;
    top: 5px;
    left: 255px;
    width: 490px;
}

#content_container table {
    border-style: dotted;
    border-width: 1px;
    border-spacing: 0;
}
 */
