﻿/* Image d'arrière plan changeant en fonction du thème utilisée */

body {
    background-image: url('body.jpg');
    background-attachment: fixed;
    /* background-size:cover; */
}

#contenant {
    margin: auto;
    width: 1200px;
}

#entete{
	overflow: hidden;
	height: 195px;
}

#navigation {
	text-align: center;
	height: 50px;
	background-color: #C0C0C0;
}


/* Styles pour les éléments de navigation */

#navigation ul {
	list-style-type: none;
	margin: 0;
}

#navigation li {
	float: left;
}

#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	background-color: #C0C0C0;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	width: 130px;
}

#navigation a:hover {
	background-color: #000000;
	color: #FFFFFF;
}

#plansite {
    text-align :left ;
    background-color :#000000;
}

#sidebar{
	margin: 0px 20px 20px 0px;
	padding: 0px;
	border-style: solid;
	border-width: 2px;
	border-radius: 0px 0px 10px 10px;
	width: 200px;
	float: left;
	background-image: url('../../images/marble.jpg');
	background-repeat: repeat;
}

#liens {
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 20px;
	margin-bottom: 20px;
}

#corps {
	min-height: 700px;
	padding: 20px 20px 20px 205px;
	margin: 0px 0px 20px 0px;
	border-width: 2px;
	border-style: solid;
	border-radius: 0px 0px 10px 10px;
	background-image:url('../../images/fond1.gif');
	background-repeat: repeat;
}

#pieddepage {
	margin: 0px;
	clear: left;
	background-color: #C0C0C0;
	height: 50px;
	text-align: center;
	font-size: small;
}

#pieddepage a {
    color :#FFFFFF;
}

#pieddepage a:visited {
    color :#FFFFFF;
}

#formulaire {
	display: block;
	background-color: #CCFFCC;
	border: thin solid #000000;
	padding: 20px;
	margin: auto;
	width: 35%;
}

.formulaire{
	display: block;
	background-color: #CCFFCC;
	border: thin solid #000000;
	padding: 20px;
	margin: auto;
	width: 35%;
}

#formulairedata {
    display: block;
    background-color: #CCFFCC;
    border: thin solid #000000;
    padding: 20px;
    margin: auto;
    /*width: 80%;*/
}

.formulairedata {
    display: block;
    background-color: #CCFFCC;
    border: thin solid #000000;
    padding: 20px;
    margin: auto;
    /*width: 80%;*/
}

#infojour {
	margin: auto;
	height: 30px;
	width: 700px;
	line-height: 30px;
	vertical-align: middle;
}

#upload {
	margin: auto;
	width: 50%;
	background-color: #CCFFCC;
}
.uploadstatus {
	font-style: italic;
	color: #0000FF;
}

#conseil {
	background-image: url('../../images/bules.gif');
	background-repeat: repeat;
	width: 50%;
	border: thin solid #000000;
	margin: auto;
}

.boxcommentaire {
	border: thin solid #000000;
	overflow: auto;
	font-family: "Times New Roman";
	font-style: italic;
	color: #008000;
	background-color: #FFFFCC;
	width: 600px;
	height: 300px;
	font-size: large;
}

#tarifs:hover, #capacite:hover, #contrat:hover {
	background-color: #C0C0C0;
}

#historique ul li {
	margin: 10px;
	list-style-type: disc;
}

#historique ul li a:link  {
	text-decoration: none;
	color: #0000FF;
}

#historique ul li a:visited {
	text-decoration:none;
	color: #0000FF;
}

#historique ul li:hover {
	background-color: #C0C0C0;
}

#administration {
	text-align: justify;
}

#administration ul li:hover  {
	background-color: #C0C0C0;
}

#aide ul li {
	margin: 10px;
	list-style-type: none;
}

#aide ul li a:link  {
	text-decoration: none;
	color: #0000FF;
}

#aide ul li a:visited {
	text-decoration:none;
	color: #0000FF;
}

.photos img:hover {
    opacity: 0.5;
}

#uploadboutons {
    width : 85%;
    margin:auto;
}

#uploadboutons div {
    float:left;
    text-align:center;
    width:150px;
    height:50px;
    line-height:50px;
    vertical-align:middle;
	margin: 5px;
	background-color: #FFFFFF;
	border: thin solid #000000;
	border-radius: 5px;
	font-weight: normal;
    overflow:hidden;
}

#uploadboutons div a {
    display:block;
}

#uploadboutons div a:link {
	text-decoration: none; color: black;
}

#uploadboutons div a:visited {
    text-decoration: none; color: black;
}

#uploadboutons div a:hover {
    	background-color: #CCCCCC;
}


/****************************************************************************/
/********************************** Upload **********************************/
/****************************************************************************/


.upload {
    padding: 20px;
    margin: auto;
    width: 50%;
    background-color: #CCFFCC;
}

.contenuupload {
    margin: 20px;
}

.uploadstatus {
    font-style: italic;
    color: #0000FF;
}

.infoimage {
    margin-top:20px;
}


/****************************************************************************/
/****************** Mise en forme options de téléchargement *****************/
/****************************************************************************/

.option {
    border: 1px solid #000000;
    margin: 20px;
    padding: 0px 20px 0px 20px;
}


/****************************************************************************/
/********************************** Général *********************************/
/****************************************************************************/


#titre {
    width: 300px;
    height: 50px;
    margin: 20px auto 20px auto;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    border: 2px solid #008000;
    background-color: #C0C0C0;
    border-radius: 10px;
}

.titre {
    border-radius: 20px;
    margin: 20px auto 20px auto;
    text-align: center;
    border-style: solid;
    border-color: #008000;
    background-color: #CCCCCC;
    font-weight: bold;
    width: 500px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
}

.titre a {
	display:block
}

.titre a:link {
	text-decoration: none;
	color: #000000;
}

.titre a:visited {
	text-decoration: none;
	color: #000000;
}

.titre2 {
	width: 500px;
}

.soustitre {
    margin: 20px auto 20px auto;
    text-align: center;
    background-color: #66CCFF;
    font-weight: bold;
    width: 500px;
    height: 30px;
    line-height: 30px;
    text-decoration: underline;
}

.centre {
    text-align: center;
}

#findepage {
    text-align :center;
}

#visu{
    text-align: center;
}

#visu img{
    max-width : 100px;
    max-height : 100px;
}


/***************************************************************************/
/************************** Confidentialité ********************************/
/***************************************************************************/


#politique_confidentialite {
    margin: 20px;
    text-align: center;
    background-color: #CCCCCC;
}


    #politique_confidentialite div {
        margin: 25px;
    }

#confidentialite {
    margin: 25px;
    text-align: justify;
}

/***************************************************************************/
/********************* Espace client - Connexion ***************************/
/***************************************************************************/


#formulaire_connexion {
    border: 2px solid #000000;
    margin: 50px auto 50px auto;
    width: 50%;
    background-color: #CCCCCC;
    border-radius: 20px;
    box-shadow: .5em .5em .25em #aaa;
}

    #formulaire_connexion > div {
        width: 400px;
        margin: 30px auto 30px auto;
    }

        #formulaire_connexion > div:last-child {
            text-align: center;
        }

.formulaire_connexion_titre {
    width: 100px;
    float: left;
}

.formulaire_connexion_lien {
    padding-left: 100px;
    text-align: left;
    display: none;
}


/***************************************************************************/
/********************** Mises à jour successives ***************************/
/***************************************************************************/


#maj {
    width: 80%;
    margin: auto;
}

    #maj table tr:nth-child(2n+1) {
        background-color: skyblue;
    }

    #maj table tr:first-child {
        background-color: black;
        color: white;
        text-align: center;
    }


/****************************************************************************/
/******************************** Pagination ********************************/
/****************************************************************************/


.page {
        margin: 5px;
        padding: 5px;
        display:inline-block;
        text-decoration: none;
        width: 20px;
        height: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 20px;
        color:black;
    }


.pageactive {
        background-color:black;
        margin: 5px;
        padding: 5px;
        display:inline-block;
        text-decoration: none;
        width: 20px;
        height: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 20px;
        color:white;
    }

.page:hover {
            background-color:gray;
            color:black;
}


/****************************************************************************/
/********************************* ListView *********************************/
/****************************************************************************/

#ctrl_listview {
    width:600px;
    margin: auto;
}


.flottementgauche {
    width: 600px;
}


#periode {
    position:relative;
    left:-100px;
    top:0px;
}