/*
    Mise en page style vitrine
    Superfilou.com - 1.0
*/

body {
    margin: 0;
    padding: 0;
    background: #02A2E3 url('../images/fond.gif') repeat-x 0 0;
    font: normal 80% "Trebuchet MS", Arial, Tahoma, Helvetica, Sans-Serif;
}

#global {
    width: 990px;
    margin: 0 auto;
    background: url('../images/soleil.gif') no-repeat -5px 0;
}

#container {
    width: 838px;
    height: 749px;
    margin: 0 auto;
}

.alerte {
	font-weight: bold;
	color: #FF0000;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #0096DB;
}


/*
 * EN TETE DU SITE (LOGO/LOGIN)
 */

#header {
    width: 100%;
    height: 136px;
}

#header #titre img {
    border: 0;
    float: left;
}

#login {
    position: relative;
    width: 225px;
    margin-top: 10px;
    margin-right: 30px;
    float: right;
}

#login div,
#login label {
    float: left;
    margin-top: 5px;
}

#login label {
    line-height: 28px;
    width: 50px;
}

#login input[type="text"],
#login input[type="password"] {
    border: 0;
    margin: 0;
    padding: 0;
    font-weight: bolder;
    color: #0096DB;
    width: 120px;
    margin-top: 2px;
}

#login .champ {
    width: 135px;
    height: 24px;
    background: url('../images/champ.png') no-repeat 0 0;
    padding-top: 5px;
    text-align: center;
}

#login .bouton {
    position: absolute;
    top: 30px;
    right: 0;
    width: 33px;
    height: 25px;
    background: url('../images/bouton1.png') no-repeat 0 0;
    font-weight: bolder;
    border: 0;
    color: #FFF;
}

#login a {
    margin-left: 55px;
    text-decoration: none;
    font-weight: normal;
    color: #000;
}

#login a:hover {
    text-decoration: underline;
}



/*
 * PARTIE CENTRALE
 */

#center #left {
    float: left;
}

#left #heros {
    width: 339px;
    height: 445px;
    background: url('../images/heros.png') no-repeat 0 0;
}

#left #bulle {
    position: relative;
    width: 339px;
    height: 168px;
    background: url('../images/bulle.png') no-repeat 0 0;
}

#bulle p {
    position: absolute;
    top: 25px;
    left: 22px;
    width: 284px;
    margin: 0;
    padding: 0;
    color: #FFF;
    text-align: justify;
    line-height: 20px;
}

#center #right {
    width: 499px;
    height: 613px;
    background: url('../images/tableau.png') no-repeat 0 0;
    float: right;
}


/*
 * FORMULAIRE D'INSCRIPTION
 */

#form1 {
    width: 90%;
    margin: 0 auto;
    margin-top: 102px;
}

#form1 h2 {
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    color: #0096DB;
}

#form1 p {
    width: 95%;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

#form1 label,
#form1 span {
    display: inline-block;
    vertical-align: top;
}

#form1 label {
    width: 170px;
}

#form1 span {
    font-size: 11px;
    color: #E12727;
}

#form1 select,
#form1 input[type="text"],
#form1 input[type="password"] {
    border: 1px solid #0096DB;
    margin: 0;
    padding: 0;
    color: #000;
}

#form1 input[type="text"],
#form1 input[type="password"] {
    width: 236px;
    padding: 1px;
}

#form1 span img {
    margin-top: 5px;
}

#form1 .bouton {
    margin-top: 10px;
    text-align: center;
}

#form1 .bouton a {
    text-decoration: none;
    font-weight: normal;
    color: #0096DB;
}

#form1 .bouton a:hover {
    text-decoration: underline;
}

#form1 .bouton input[type="submit"] {
    border: 0;
    width: 142px;
    height: 39px;
    background: url('../images/bouton2.gif') no-repeat 0 0;
    cursor: pointer;
    color: #000;
    margin-top: 10px;
}


/*
 * PIED DE PAGE
 */

#footer {
    width: 100%;
    height: 90px;
    float: left;
    padding-top: 10px;
}

#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #FFF;
    text-align: center;
    margin: 10px;
}

#footer ul li {
    display: inline;
}

#footer ul li a {
    text-decoration: none;
    font-weight: normal;
    color: #FFF;
}

#footer ul li a:hover {
    text-decoration: underline;
}
