#content {
border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;
margin: 0 1%;
background-color: #fff;
font-size: 11pt;
}
#content_top {
background-color: #c0deed;
padding: 5px 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
color: #000;
font-weight: bold;
height: 20px;
}

#login {
padding: 14px;
background-color: #d0dffd;
width: 250px;
display: block;
float: right;
}
#login #creer a, #login #creer a:visited
{
text-decoration: none;
}
#login h1
{
margin: 4px 0 4px 0px;
padding: 0;
font-size: 100%;
}

#right {
padding: 14px;
background-color: #e0effd;
width: 12em;
display: block;
float: right;
}
#right a, #right a:visited {
text-decoration: none;
}

#creer {
font-size: 18px;
margin: 10px 20px;
text-align: center;
padding: 6px;
border: 1px solid #000;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
}
#left {
padding: 1px 10px;
}
#jabber {
padding: 12px 0 0 76px;
height: 64px;
background-image: url('jabber.png');
background-repeat: no-repeat;
}
#mail {
padding: 12px 0 0 76px;
height: 64px;
background-image: url('mail.png');
background-repeat: no-repeat;
}
#choix {
padding: 12px 0 0 76px;
height: 64px;
background-image: url('choix.png');
background-repeat: no-repeat;
}
.title {
font-weight: bold;
}
input[type=text], input[type=password] {
background:#fff;
width: 128px;
margin:0;
padding: 0 2px;
border:1px solid #ccc;outline-width:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
}
input[type=submit] {
background:none;
margin:0;
padding: 0 2px;
border:1px solid #555;outline-width:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
font-weight: bold;
}
#footer {
padding: 5px 0;
font-size: 10pt;
text-align: center;
background-color: #efefef;
border-radius:0 0 8px 8px;-webkit-border-radius:0 0 8px 8px;-moz-border-radius:0 0 8px 8px;
}

