/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* Filename: connexion.css
* Version: 1.0.0 (2008-06-27) 
* Website: http://www.navx.com/
* Author: Florian Cabirol
* Description: Connexion : inscription, connexion, mot de passe perdu.
== STRUCTURE: ==============================
* Page width: 920 px
* Number of columns: 1
============================================
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

/* INDEX

*/

#inscription {
margin : 20px 0px;
padding : 0px;
border : 2px solid #e5e5e5;
}

#inscription1 {
float : left;
width : 400px;
height : 110px;
margin : 0px 0px 0px 10px;
border-right : 2px dashed #e5e5e5;
}

#inscription2 {
height : 110px;
margin : 0px 10px 0px 430px;
padding : 0px;
}

#inscription3 {
margin : 20px 10px 10px 10px;
padding : 5px;
background-color : #f9f9f9;
}

.error_subscribe  {
font-size : 1.1em;
color : #ff0000;
font-weight : bold;
text-indent : 35px;
margin-top : 10px;
background : url(/htdocs/images/account/delete.gif) no-repeat 1% center;
}

.error_subscribe li  {
font-size : 1em;
color : #ff0000;
font-weight : bold;
}

.error_subscribe_login {
margin : 10px 0px;
font-size : 1em;
background : url(/htdocs/images/account/delete.gif) no-repeat 1% center;
color : #ff0000;
font-weight : bold;
text-indent : 35px;
}

#inscr_perso {
float : left;
padding : 15px;
width : 45%;
list-style-type : none;
margin : 10px;
border-right : 1px dashed #e5e5e5;
}

#inscr_gps {
padding : 15px;
margin-left : 50%;
}

#password {
position : relative;
margin : 0px auto 20px;
padding : 10px;
width : 700px;
border : 1px solid #e5e5e5;
}

#identification {
position : relative;
float : left;
width : 400px;
height : 190px;
border : 1px solid #e5e5e5;
padding : 0px;
}

#client {
position : relative;
height : 190px;
margin-left : 410px;
border : 1px solid #e5e5e5;
padding : 0px;
}

#p_client {
position : absolute;
top : 50px;
left : 10px;
font-family : Trebuchet MS;
}

#sub_title_id {
background : url(/htdocs/images/account/key_go.gif) 1% center #e5e5e5 no-repeat;
width : 100%;
height : 25px;
line-height : 25px;
text-indent : 25px;
}

#sub_title_client{
background : url(/htdocs/images/account/key_add.gif) 1% center #e5e5e5 no-repeat;
width : 100%;
height : 25px;
line-height : 25px;
text-indent : 25px;
}

#sub_title_pass {
margin : 0px auto;
background : url(/htdocs/images/account/key_go.gif) 1% center #e5e5e5 no-repeat;
width : 722px;
height : 25px;
line-height : 25px;
text-indent : 25px;
}

#sub_title_newpass {
background : url(/htdocs/images/account/key_go.gif) 1% center #e5e5e5 no-repeat;
width : 100%;
height : 25px;
line-height : 25px;
text-indent : 25px;
}

#sub_title_inscr {
background : url(/htdocs/images/account/key_go.gif) 1% center #e5e5e5 no-repeat;
width : 100%;
height : 25px;
margin-bottom : 10px;
line-height : 25px;
text-indent : 35px;
}

h2.sub_title {
width : 882px;
height : 20px;
margin : 0;
padding : 5px;
display : block;
line-height : 20px;
text-indent : 25px;
background : url(../images/key.gif) no-repeat 5px center #e5e5e5;
}

#identification h2 span.sub_title_sub {
font-size : 0.9em;
font-weight : normal;
}

#newpass {
margin : 0 auto;
width : 400px;
padding : 10px;
border : 1px solid #e5e5e5;
}

