.head {
    position: absolute;
    top: 1%;
    left: 1%;
    background-color: #ffffff;
    width: 12%;
    border-right-style: dotted;
    border-bottom-style: dotted;
    border-color: #C0C0C0;
    text-align: center;
}

.centre {
    margin-left: 14%;
    margin-right: 2%;
    margin-top: 2%;
}

* {
    font-family: Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 14px;
}

A {
    color: #0071FF;
    text-decoration: none;
}

A:hover {
    color: #000080;
    text-decoration: underline;
}

ul.menu {
    list-style-type: none;
    text-align: left;
    list-style-position: outside;
    padding: 0px;
    margin: 0px;
}

A.menu, A.sub_menu {
    color: #0071FF;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

A.sub_menu {
    font-size: 16px;
}

li.sub_menu {
    margin: 1em;
    display: none;
}

A.menu:hover {
    color: #000080;
}

span.titre_menu {
    color: #C0C0C0;
    font-size: 20px;
    font-style: italic;
}

p {
    text-align: justify;
}

p.titre {
    color: #0071FF;
    font-size: 24px;
    text-align: center;
}

img {
    border: none;
}

.cadre {
    background-color: #E1F0FF;
    padding: 1%;
}

div.warning {
    border-style: solid;
    border-width: 5px;
    border-color: red;
    height: 64px;
	background-image:url('images/warning.png');
	background-position:left;
	background-repeat:no-repeat;
	padding:4px 5px 4px 70px;
}

.box_title {
    font-weight: bold;
    font-size: 10px;
}

p.titre_cadre {
    color: #000080;
    font-size: 18px;
}

p.question {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0em;
}

p.reponse {
    margin-top: 0em;
}

p.notice {
    margin-top: 3em;
    font-size: 12px;
    color: #000080;
}

p.dispo, a.dispo, span.dispo {
    color: #000080;
}

h3 {
    margin-top: 2em;
    color: #000080;
    text-decoration: underline;
}

span.red {
    color: red;
    font-weight: bold;
}