/* CSS Document */
/*
* RESET
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend, caption, table, tbody, tfoot, thead, tr, th {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

blockquote, q { quotes:none }

:focus { outline:0 }

ins { text-decoration:none }

del { text-decoration:line-through }

/*
* COMMUN
*/
body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    background: url(/commun/librairie/image/body/arr_plan_identification.jpg) no-repeat #8bbc41;
    background-position:center top;
    margin:0px;
    padding:0px;
    color:#555;
}

#header {
	width:700px;
    margin:10px auto 0 auto;
}

#cadreConnection {
    width:470px;
    margin:170px auto 0 auto;
    background:#fafafa;
    border-radius:10px;
    padding:20px 10px 30px 10px;
    box-shadow:2px 2px 8px #aaa;
}

h1 { 
    margin-top: .1em;
    padding-bottom: .15em;
    margin-bottom: .1em;
    font: normal 2.1em/1 Arial, sans-serif;
    color: #4d4e53;
    line-height: 1.2em;
	text-align:center;
}

h2 { 
    margin-top: .1em;
    padding-bottom: .15em;
    border-bottom: 1px solid #4d4e53;
    margin-bottom: .1em;
    font: normal 1.8em/1 Arial, sans-serif;
    color: #4d4e53;
    line-height: 1.2em;
}
.gras {
    font-weight:bold;
}

.lien_gris {
    color:#555;
    text-decoration:underline;
}

.lien_gris:hover {
    color:#526b8a;
    text-decoration:none;
}

label {
    font-size:11px;
    font-weight:bold;
    margin-right: 1em;
    float:left;
    padding-top:4px;
}
input:focus, textarea:focus, input.sffocus {
    background: #fcfdff;
}

input, textarea, select{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}




.affichage_identificationErroner {
    color: #FF0000;
    float: right;
    font-size: 12px;
    margin: 10px;
    width: 430px;
}

.bouton_161_25_droite{
    background:url(/commun/librairie/image/bouton/bouton_161_25.jpg) no-repeat;
    width:161px;
    height:25px;
    float:right;
    padding-top:5px;
    text-align:center;
    cursor:pointer;
    border:none;
    font-size:11px;
    color:#fff;
}

.bouton_161_25_gauche{
    background:url(/commun/librairie/image/bouton/bouton_161_25.jpg) no-repeat;
    width:161px;
    height:25px;
    float:left;
    padding-top:5px;
    text-align:center;
    cursor:pointer;
    border:none;
    font-size:11px;
    color:#fff;
}