/* Start of CMSMS style sheet 'home' */
body, html {
   background-color: #9babb2;
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
   color:black;
}

img {
   border:none;
}

.small {
   font-size:10px;
}

a, a:visited {
   color:black;
   background-color:transparent;
   text-decoration:none;
}

a:hover {
   color:#1d56b6;
   background-color:transparent;
   text-decoration:none;
}

p {
   margin-top:5px;
   margin-bottom:5px;
}

#fond {
   width: 920px;
   background: white url("images/fond.gif") no-repeat;
   color:black;
   background-position: 446px 90px;
   padding:0px;
   margin-top:0;
   margin-left: auto;
   margin-right: auto;
   text-align:center;
   border-left: 1px solid #595959;
   border-right: 1px solid #595959;
   border-bottom: 1px solid #595959;
}

#banniere {
   display:block;
   border:none;
   padding:0;
   margin:0;
   height: 67px;
   width: 920px;
}

#logo{
   height:340px;
   width:390px;
   float:left;
   background: url("images/central.jpg") center 50px no-repeat;
}

#content {
   float:left;
   font-size:12px;
   width:540px;
   height:100%;
   padding-top:20px;
   padding-left:5px;
   padding-right:5px;
   font-family: Arial, sans-serif;
   text-align: left;
   background: #e1ecf3 url("images/cont_top.gif") no-repeat;
   color:black;
}

#cont_btm{
   float: left;
   width:550px;
   height:20px;
   background: url("images/cont_btm.gif") no-repeat;
   font-size:5px;
}

#qcklnk {
   padding:20px 15px 10px 15px;
   text-align:center;
   float:right;
   font-family: Arial, sans-serif;
   font-size: 12px;
   margin-top:35px;
   margin-right:40px;
   color:#1b415e;
   background: #edf2f5 url("images/qck_acc.gif") center 5px no-repeat;
   border:1px solid #d3d3d3;
}

#qcklnk a {
   color:#1b415e;
   background-color: transparent;
}

#qcklnk a:hover {
   color:#ff8a00;
   background-color: transparent;
}

hr {
   clear: both;
   visibility: hidden;
}

.valid {
    text-align:left;
    float:left;
}

#footer {
   color: black;
   border-top: 1px solid #d3d3d3;
   text-align: center;
   font-family: Arial, sans-serif;
   font-size: 12px;
   height : 22px;
   background:#e3ecf0 url(images/copyright.gif) center center no-repeat;
}

/* End of 'home' */

