/**********************************************************************************************************************/
/* Project : 
/* Author  :
/* Date    : 06.12.13
/* Goal    :
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* Aspect général
/**********************************************************************************************************************/
body {
    font-family: Gill Sans, sans-serif;				                        /*Police du body */
    background-image: url("../img/simple-light-background-3.jpg");
	/*background-image:radial-gradient(#A8A8A8, #FFFFFF);*/
    background-size: cover; 									/* Afficher en gardant les proportions original */
    margin: 0;										/* Marge de gauche */
    margin-top:auto;
    text-align:justify;
	height: 100%;
	width: 100%;
}


/* Contenu de la page */
#conteneur {
    margin: 0 auto;
    width: 90%;                                                            /* Largeur */
    height: auto;												/* Hauteur */
	margin: auto;
    background-color: white;
    position: relative;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

nav.main span{
    opacity: 1;
    padding-left: 25px;
    vertical-align:middle;
    display:inline-block;
    line-height:normal; /* on rétablit le line-height */
    text-align:left; /* ... et l'alignement du texte */
}

nav.main ul{
    padding-left: 3%;
}

nav.main li {
    list-style: none;
    margin-top: 10px;
}


/* Nouveau */
nav.main {
    /*background-image: url("../img/simple-light-background-3.jpg");*/
    background-color: #eeeeee;
    width: 19%;
    height: 40%;
    margin-top: 2%;
    margin-left: 2%;
    display: block;
    float: left;
    border-radius: 0% 0% 0% 0%;
    text-align: left;
    /*webkit-box-shadow: 40px 21px 58px -8px rgba(115,115,115,1);
    box-shadow: 10px 10px 1px 1px rgba(115,115,115,1);*/
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}



/* Survol texte navigation */
nav.main li a:hover {
    font-size: 103%;
    color: #d90000;
}

nav.main li a{

    color: #000000;
    text-decoration: none;
    font-size: 100%;
    text-align: center;
    line-height: 60%;

}
#contenu {
    height: auto;
    min-height: 400px;
    width: 70.5%;
    margin-top: -30px;
    margin-bottom: 2%;
    margin-left: 2%;
    border-radius: 10px 10px 10px 10px;
    padding: 2%;
    background-color: #d9d9d9;
    float: left;
    overflow: auto;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

#header {
    width: 97%;
    height: 11%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    border-radius: 0px 0px 10px 10px;
    background-color: #eeeeee;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    float: inherit;
}
#logo {
    margin-left: 2%;
}

table, tr td, th {
    /* Border 1px solid */
}








#footer {
    margin-top: 1%;
    opacity: 0.7;
    margin-left: 10%;
    margin-right: 10%;
    height: 5%;
    width: 80%;
    float: left;
    text-align: center;
    font-size: 14px;
}