
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0 none;
}
address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}
ol, ul {
    list-style: none outside none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after {
    content: "";
}
abbr, acronym {
    border: 0 none;
}
html {
    overflow-x: hidden;
    overflow-y: scroll;
}
body {
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin-top:0px;
    background-image:url(../img/Fond-1.jpg);
    background-position: center center;
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-size:cover;
}
a {
    color: #333333;
    text-decoration: underline;
}
a:link, a:visited, a:hover, a:active { outline:none } 

h1 {
    font-size:1.1em;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 0.5em;
    width:220px;
    white-space:nowrap;
    text-transform:uppercase;
}

h2 {
    font-size: 14px;
    font-weight: bolder;
    letter-spacing: 0px;
    margin-bottom: 20px;
    /*text-transform: uppercase;*/
}

form p {
    margin-bottom: 20px;
}
form p:last-child {
    margin-bottom: 0;
}
label {
    cursor: pointer;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 5px;
    /*width: 120px;*/
}
form p:hover label {
    color: #0459B7;
}
form p:hover label:after {
    content: " »";
}
input[type="text"], input[type="password"] {
    background: -moz-linear-gradient(90deg, #FFFFFF, #EEEEEE) repeat scroll 0 0 transparent;
    border: 1px solid #AAAAAA;
    padding: 5px;
}
input[type="text"]:focus, input[type="password"]:focus {
    border-color: #093C75;
    outline: medium none;
}
select {
    cursor: pointer;
    padding: 3px;
}
select:active, select:focus {
    border: 1px solid #093C75;
    outline: medium none;
}
input[type="submit"], a.submit, a.bouton {
    background: -moz-linear-gradient(90deg, #0c3586, #0a6cb0) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center bottom, center top, from(#0c3586), to(#0a6cb0));
    border-radius: 7px;
    border: 1px solid #093C75;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 0 1px 1px #333333;
    text-transform: uppercase;
}
input[type="submit"]:hover, a.submit:hover, a.bouton:hover {
    background: -moz-linear-gradient(90deg, #0f46b1, #01a6d1) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center bottom, center top, from(#0f46b1), to(#01a6d1));
    border-color: #093C75;
    text-decoration: none;
}
input[type="submit"]:active, input[type="submit"]:focus, a.submit:active, a.submit:focus, a.bouton:active, a.bouton:focus {
    background: -moz-linear-gradient(90deg, #0c3586, #0a6cb0) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(linear, center bottom, center top, from(#0c3586), to(#0a6cb0));
    border-color: #093C75;
    outline: medium none;
}

menu li {
    list-style-type: none;
    margin:0px;
    padding:0px;
    display:inline;
}
menu.smenu li { display: block; text-align:left; }
menu menu { display:none; position:absolute; padding-left:0px; }
#szone_titre menu.show {
    display:block;
    min-width:140px;
    padding-left:0px;
    min-height:100px;
    background-color:#f4f4f4;
    box-shadow: 8px 8px 12px #aaa;
    position:absolute;
    top:41px;
    padding-bottom:10px;
}
#szone_titre menu.hide { display: none; }
#szone_titre a.selected { background-color:#0459B7; color:white; text-shadow: 0 1px 0 #333333; line-height:17px; }
#szone_titre a.unselected { background:none; color:#333333; text-shadow: 0 1px 0 #FFFFFF;}
menu button {
    color:#333333;
    border:none;
    background:none;
    text-shadow: 2px 2px 2px white;
    font-size:13px;
    padding-top:5px;
    text-align: left;
}
menu button:hover { cursor:pointer; }

.box {
    background: -moz-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(linear, center bottom, center top, from(#CCCCCC), to(#FFFFFF));
    border: 1px solid #AAAAAA;
    margin: 60px auto 0;
    padding: 20px;
    width: 440px;
}
#conteneur div.box h1 { color:black; font-size:14px; background:none; text-align:center; }
#conteneur div.box label { width:100px; }

.message_reussite 
{
    background: none repeat scroll 0 0 rgba(65, 166, 42, 0.2);
    border: 2px solid #41A62A;
    padding: 5px 10px;
    text-align:center;
    font-weight:bold;
}

.centre { text-align:center; }
/* *****
 * Gestion des images par admin
 * *****/
 .ombre { box-shadow:2px 2px 2px black; }