
body {
    background-color: #DDDDDD;
    margin-top: 4px;
    margin-bottom: 4px;
    /*pour centrer IE*/
    text-align: center;
}

.fill {
    width: 100%;
}


a {
    color: #0000FF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

hr {
    height: 1px;
    margin: 0;
    padding: 0;
    color: #000000;
    background-color: #000000;
    border: 0;
}

h3 {
    text-align: center;
    font-size: 11pt;
}

.noscript {
    text-align: justify;
    font-size: 11pt;
    font-weight: bold;
    margin-left : 25px;
    margin-right : 25px;
    margin-top : 25px;
    margin-bottom : 25px;
}

.alert {
    color: #FF0000;
}

/*	PAGE 	*/
#page {
    width: 960px;
    background-color: #FFFFFF;
    text-align : left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Verdana, Arial;
    font-size: 11pt;
    /*pour centrer FIREFOX*/
    margin-left : auto;
    margin-right : auto;
}

#page table {
    font-size: 10pt;				/* taille par défaut spécifique aux tableaux, ne s'hérite par contrairement à "font-family"	*/
}

#page th {
    text-align: center;
}

/*	HEAD	*/
#head {
    height: 90px;
    margin-top: 0px;	
    margin-bottom: 0px;
    text-align : left;
    overflow: hidden;
    background-repeat: repeat;
}

#head img.title {
    margin-top: 3px;
    margin-right: 20px;
    margin-left: 10px;
    float: left;
    border: 0px;
}

#head div.title {
    margin-left: 20px;
    margin-top: 10px;
    font-size: 20pt;
    font-family: "Trebuchet MS", Verdana, Arial;
    font-weight: bold;
}

#head div.title_site {
    color: #FFFFFF;
    margin-left: 50px;
    margin-top: 45px;
    font-size: 36pt;
    font-family: "Trebuchet MS", Verdana, Arial;
    font-weight: bold;
}

/*	BORDURE	*/
#bordure {
    float: left;
    width: 1px;
    height: 500px;
}

/*	BODY	*/
#body {
    width: 870px;
    margin-top: 30px;
    margin-right: 40px;
    margin-left: 40px;
}

#body div.title {
    margin-top: 50px;
    margin-bottom: 15px;
    padding-left: 10px;
    font-family: "Trebuchet MS", Verdana, Arial;
    font-size: 14pt;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

/*	FOOT	*/
#foot {
    clear: both;
    height: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align : center;
    font-family: "Trebuchet MS", Verdana, Arial;
    font-size: 10pt;
    border-top-width: 1px;
    border-top-style: solid;
    overflow: hidden;
}

#foot a {
    color: #000000;
    text-decoration: none;
}

#foot a:hover {
    text-decoration: underline;
    font-weight: bold;
}

/*	POPUP 	*/
#popup {
    background-color: #FFFFFF;
    text-align : left;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Verdana, Arial;
    font-size: 10pt;
    /*pour centrer FIREFOX*/
    margin-left : auto;
    margin-right : auto;
}

#popup li { 
    text-align: justify;
    padding-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#popup div.sumup { 
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
}
