/* auteur: Nadim Saikali */
/* Date de cr�ation: 2010 */
body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
}

div.bandegrise {
    position: absolute;
    width: 40%;
    height: 100%;
    background-color: #ECECEC;
}

div.radius {
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
}

div.radius2 {
    -moz-border-radius-topright: 0.4em;
    -moz-border-radius-topleft: 0.4em;
    border-top-right-radius: 0.4em;
    border-top-left-radius: 0.4em;
    -webkit-border-top-right-radius: 0.4em;
    -webkit-border-top-left-radius: 0.4em;
}

div.globalposition {
    position: absolute;
    left: 40%;
    top: 20%;
    margin-left: -80px;
}

div.group1 {
    position: relative;
    height: 244px;
    width: 352px;
    background-color: #808080;
}

div.group1b {
    position: absolute;
    top: 1px;
    left: 1px;
    height: 242px;
    width: 350px;
    background-color: #FFF;
}

div.group1c {
    position: absolute;
    top: 1px;
    left: 1px;
    height: 240px;
    width: 348px;
    background-color: #404040;
    color: #FFF;
}

.logobloc {
    background-color: #1B4C76;
}

.loginbloc {
    padding: 5px;
}

div.loginbloc span {
    display: block;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
}

div.loginbloc span.message {
    font-size: 11px;
}

span.isred {
    height: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
    color: #F00;
}

div.group2 {
    position: relative;
    margin-top: 30px;
    height: 164px;
    width: 322px;
    background-color: #808080;
}

div.group2b {
    position: absolute;
    top: 1px;
    left: 1px;
    height: 162px;
    width: 320px;
    background-color: #FFF;
}

div.group2c {
    position: absolute;
    top: 1px;
    left: 1px;
    height: 160px;
    width: 318px;
    background-color: #404040;
    color: #FFF;
}

div.group2c span {
    display: block;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 11px;
    line-height: 14px;
}

input.inputtype2 {
    border: 1px solid #808080;
    height: 16px;
    -webkit-border-bottom-left-radius: 0.3em;
    -webkit-border-top-left-radius: 0.3em;
    -moz-border-radius-bottomleft: 0.3em;
    -moz-border-radius-topleft: 0.3em;
    border-bottom-left-radius: 0.3em;
    border-top-left-radius: 0.3em;
}

input.inputtype3 {
    border: 1px solid #808080;
    background-color: #1B4C76;
    color: #FFF;
    -moz-border-radius-topright: 0.3em;
    -moz-border-radius-bottomright: 0.3em;
    -webkit-border-top-right-radius: 0.3em;
    -webkit-border-bottom-right-radius: 0.3em;
    border-top-right-radius: 0.3em;
    border-bottom-right-radius: 0.3em;
}

div.group3 {
    position: relative;
    margin-top: -120px;
    margin-bottom: 30px;
    height: 144px;
    width: 322px;
    background-color: #808080;
}

div.group3b {
    position: absolute;
    top: 1px;
    left: 1px;
    height: 142px;
    width: 320px;
    background-color: #FFF;
}

div.group3c {
    position: absolute;
    top: 1px;
    left: 1px;
    height: 140px;
    width: 318px;
    background-color: #F00;
    color: #FFF;
}

div.group3c span {
    display: block;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 11px;
    line-height: 14px;
}

a {
    color: lightgrey;
    text-decoration: none;
}

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