/* CSS des pages hors connexion */

* {
margin: 0;
padding: 0;
}

body {
background-color: #000000;
margin: 0px;
font-size: 13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
}

a:active, a:focus{
   outline:none;
}

a:hover {
color: #FF9900;
text-decoration: none;
}

.bold {
font-weight: bold;
}

#all {
margin: auto;
width: 1000px;
height: 564px;
}

#header {
background: url('../images/banniere.jpg') no-repeat center;
width: 1000px;
height: 82px;
}

#login {
display: block;
float: left;
padding-top: 20px;
margin-left: 50px;
}

#login .top {
background: url('../images/home/Login_Lapin.png') no-repeat;
width: 150px;
height: 65px;
}

#login .pseudo {
background: url('../images/home/Login_Pseudo.png') no-repeat;
width: 150px;
height: 35px;
}

#login .input {
padding-left: 21px;
padding-top: 15px;
}

#login .password {
background: url('../images/home/Login_mot_de_passe.png') no-repeat;
width: 150px;
height: 34px;
}

#login .ok input {
background: url('../images/home/Login_Ok.png') no-repeat;
width: 36px;
height: 21px;
border: none;
display: block;
float: left;
}

#login .forget {
background: url('../images/home/Login_Mdp_perdu.png') no-repeat;
width: 114px;
height: 21px;
display: block;
float: left;
}

#menu {
width: 	1000px;
margin: auto;
}

#menu ul {
height: 35px;
}

#menu li {
float: left;
list-style-type: none;
}

#menu li.accueil a {
background: url('../images/home/barre_accueil/accueil.png') no-repeat;
width: 126px;
height: 36px;
display: block;
}

#menu li.accueil a:hover {
background: url('../images/home/barre_accueil/accueil_On.png') no-repeat;
width: 126px;
height: 36px;
display: block;
}

#menu li.api a{
background: url('../images/home/barre_accueil/api.png') no-repeat;
width: 66px;
height: 36px;
display: block;
}

#menu li.api a:hover {
background: url('../images/home/barre_accueil/api_On.png') no-repeat;
width: 66px;
height: 36px;
display: block;
}

#menu li.community a {
background: url('../images/home/barre_accueil/forum.png') no-repeat;
width: 88px;
height: 35px;
display: block;
}

#menu li.community a:hover {
background: url('../images/home/barre_accueil/forum_On.png') no-repeat;
width: 88px;
height: 36px;
display: block;
}

#menu li.inscription a {
background: url('../images/home/barre_accueil/inscription.png') no-repeat;
width: 129px;
height: 36px;
display: block;
}

#menu li.inscription a:hover {
background: url('../images/home/barre_accueil/inscription_On.png') no-repeat;
width: 129px;
height: 36px;
display: block;
}

#menu li.connexion a {
background: url('../images/home/barre_accueil/connexion.png') no-repeat;
width: 125px;
height: 36px;
display: block;
}

#menu li.connexion a:hover {
background: url('../images/home/barre_accueil/connexion_On.png') no-repeat;
width: 125px;
height: 36px;
display: block;
}

#menu li.separatemenu {
background: url('../images/home/barre_accueil/separate.png') no-repeat;
width: 19px;
height: 36px;
display: block;
}

#menu li.separatemenu_hover {
background: url('../images/home/barre_accueil/separate_On.png') no-repeat;
width: 19px;
height: 36px;
display: block;
}

#menu li.barre {
background: url('../images/home/barre_accueil/barre_bg.png') repeat-x;
width: 337px;
height: 36px;
display: block;
}

#menu li.fin {
background: url('../images/home/barre_accueil/barre_fin.png') no-repeat;
width: 34px;
height: 36px;
display: block;
}

#content {
background: url('../images/home/fond_accueil.jpg') no-repeat;
width: 1000px;
height: 564px;
}

#text {
background: url('../images/home/cadre_accueil.png') no-repeat 0px 20px;
width: 739px;
height: 508px;
font-family: Arial;
color: #FFFFFF;
padding-top: 22px;
margin-left: 230px;
}

#text .flash {
width: 700px;
height: 300px;
padding-top: 20px;
margin-left: 18px;
}

#text .titre {
text-align: center;
font-size: 16px;
font-weight: bold;
margin-top: 40px;
padding-bottom: 15px;
}

#text .content {
min-height: 380px;
}

#text .contenu {
width: 685px;
text-align: justify;
text-indent: 30px;
font-size: 16px;
margin: auto;
}

#text .question {
text-align: center;
font-size: 16px;
padding-top: 50px;
}

#text .fincontenu {
text-align: center;
font-size: 16px;
color: #95D2E5;
}

#footer {
background: url('../images/home/footer.png') no-repeat;
width: 1000px;
height: 36px;
margin: auto;
}

#footer .text {
font-size: 12px;
color: #000066;
padding-top: 6px;
text-align: center;
}

#footer .text a:link {
color: #000066;
text-decoration: none;
}

#footer .text a:hover {
color: #000000;
}