/*
 This file was generated by xCode.
 You may edit this file to customize your widget or web page
 according to the license.txt file included in the project.
 */

/* initialisation */
body, header,nav,section,footer,div,td,span{ margin:0px; padding:0px;}
h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px;}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
}

/* positionnement */
body > header {
	width: 100%;
    background: lightblue;
}
header div {
    display: inline-block;
}

/* bloc menus à gauche, ils sortent du flux; il y a plusieurs nav : préciser lequel */
body > nav {
	float: left;
	width: 25%;
	margin: 10px;
	padding-bottom:100px; /* astuce pour que l'aside ne déborde pas */
}

/* bloc infos reste dans le flux */
aside {
}

/* reste dans le flux :  */
section {
	padding: 0px;
	margin-right: 20px;
}

/* pied de page dans le flux; le coller en bas */
footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 32px;
    padding: 5px;
    background: lightblue;
}

footer div{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.8em;
}

ul {
	list-style: none;
	margin: 5px; /* raz car l'initialisation n'est pas la même suivant les navigateurs */
	padding: 0;
}


/* titrage */
h1{
    font-size: 1.05em;
}
h2{
    font-size: 1.5em;
}
h3{
    font-size: 1.0em;
}
h4{
    font-size: 0.8em;
}


/* propriétés de classe */

.aTitre {
    padding-top: 20px;
}
.aContenu {
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    overflow: auto;
    font-size: 0.9em;
    padding: 10px;
    margin-bottom: 50px;
}

.Menus {
    font-size: 0.9em;
}

.ALVul {
    font-size: 1em;
    list-style-type: disc;
    margin: 0px;
    padding: 0em 0em 0em 2em;
}

.aExpression {
    font-size: 1em;
	font-weight: bold;
}

.aLabel {
    font-size: 1em;
	font-style: italic;
}

.aMenu {
    font-size: 1em;
	font-weight: bold;
	font-style: italic;
}

.ALVdiv{
    /* rappel : haut, droit, bas, gauche */
    margin: 10px 10px 10px 10px;
    padding: 5px 10px 5px 10px;
    border: solid grey;
    border-width: 0.15em;
    font-family: Courrier;
    font-size: 0.85em;
}

.ALVp{
    margin: 0em 0em 0em 0em;
    line-height: 1.2;
}

.aInvalid {
	font-size: 1em;
	font-weight: bold;
	color: #696969;
}


/* propriétés particulières */

#barreMenus li {
	display: inline-block;
    font-size: 0.7em;
    padding: 3px;
}

#barreMenus li:not(:last-child) {
    border: 1px solid #E1E1E1;
    border-radius: 10px 50px 50px 10px;
    background:-moz-linear-gradient(90deg, #ECE9E9, #FDFDFD); /* Firefox */
    background:-webkit-gradient(linear, left bottom, left top, from(#ECE9E9), to(#FDFDFD)); /* Webkit */
}

#pageTitre > p{
	display: inline-block;
    margin: 0.5em;
}

#pageProprietes > p{
	display: inline-block;
	margin-left: 10px;
	margin-right: 40px;
	min-width: 80px;
}

p ~ img{
	width: 36px;
}

/* logo définit la hauteur du header */
#logoALV {
	width: 32px;
    padding: 10px 30px 10px 20px;
}

#logoALV img {
	max-width: 100%;
	max-height: 100%;
}

#copyRight {
    float: right;
    padding-right: 20px;
}

#downLoad {
    float: right;
    padding: 20px 30px 10px 0px;/* top right bottom left */
}
/* comportement des liens de menu */

li > a {
    color: grey;
}
li > a:hover
{
    text-decoration: none;
    color: black;
}

/* comportement des liens de texte */

span + a {
    font-size: 1.05em;
    color: #115E90;
    font-weight: bold;
}

/* comportement tous les liens */

a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:active
{
    text-decoration: none;
}
span + a:hover
{
    text-decoration: none;
}
