@charset "utf-8";

body  {
font: 68.5% Helvetica, sans-serif;
background-color: #fff;
margin: 0; 
padding: 0;
text-align: center; 
color: #000000;
line-height: 1.7em;
}

.main #container { 
width: 898px;  
margin: 0px auto; 
border-left: 1px solid #e7e7e7;
border-right: 1px solid #e7e7e7;
text-align: left; 
}


.main #header {
width:880px;
height: 60px;
padding:0px;
margin:0 auto;
border-left: 10px solid #DD0000;
border-right: 10px solid #DD0000;
}

.main #logo {
float: left;
width: 210px;
height:0px;
margin: 0px 0px 0px 10px;
}


.main #header form {
font-family:Arial, Helvetica, sans-serif;
float: right;
width: 400px;
height:55px;
/*background-position:top right;
background-image:url(../images/bg-header.gif);
background-repeat:repeat-y;*/
padding: 0px 10px 0px;
margin:0px;
text-align: right;
} 

.main #header form ul {
list-style-type: none;
padding:0;
margin:0;
float: right;
}

.main #header form ul li {
float: left;
} 

.main #header form ul li.separator {
margin-left: 5px;
margin-right:5px;
}

.main #header form ul li a {
text-decoration: none;
color:#04425b;
font-weight: bold;
font-size:0.9em;
padding: 2px;
}

.main #header form ul li a:hover {
background-color: #04425b;
color: #fff;
}


.main #header strong {
color:#04425b;
margin: 0px 5px 0px;
font-size: 1.2em;
}

.main #header form #username, .main #header form #pwd {
width: 100px;
border: 1px solid #dcdcdc;
color: #999999;
font-size: 1em;
}
.main #header form #username {
margin-top: 15px;
}
.main #header form #pwd {
margin-top: 3px;
}

.main #header form #bsignin {
background-color: #04425b;
color: #fff;
font-size: 0.9em;
padding:2px;
border:0;
}




.main #menu {
background-position:top left;
background-image:url(../images/bg-menu.gif);
background-repeat:repeat-x;
list-style-type: none;
padding:0;
margin:0;
width:900px;
height:36px;
}

.main #menu li {
float: left;
margin-left: 10px;
height: 36px;
}

.main #menu li.first {
margin-left:160px;
}

.main #menu li.seperator {
background-position:top left;
background-image: url(../images/seperator.gif);
background-repeat: no-repeat;
width:2px;
height:13px;
margin:12px 5px 0 5px;
}

.main #menu li a {
background-position: top left;
background-repeat: no-repeat;
display: block;                                                     
height: 36px;
text-indent:-5000px;
overflow: hidden;
line-height: 36px;
}

.main #menu li a.selected,
.main #menu li a:hover {
border-bottom: 2px solid #aa0000;
height: 34px;
cursor: pointer;
}





.main #sidebar2 .afaq {
text-align: right;
padding:0;
width: 90%;
margin: 5px auto 25px auto;
}

.main #footer {
text-align: right;
border-bottom: 7px solid #d2021a;
font-size: 0.95em;
}

.main #footer .menu_bottom {
text-align: center;
width: 810px;
margin:7px auto 3px 5px;
float: left;
}
.main #footer .menu_bottom ul {
list-style-type:none;          /* pour enlever les puces  */
width:800px;
margin:20px auto 0px auto;
padding:0;
}
.main #footer .menu_bottom ul li { 
float: left;          /* pour rendre menu horizontal     +       <div class="clearfloat"></div>  pour regler le décalage  */ 
margin-left:5px;  
}
.main #footer .menu_bottom a {
text-align: center;
color:#333333;
margin:7px auto;
text-decoration:none;
}
.main #footer .menu_bottom a:hover {
text-align: center;
color:#c20000;
margin:7px auto;
text-decoration:underline;
}
.main #footer .menu_bottom li.separator1 {
margin-left: 5px;
margin-right:5px;
color:#c20000;
}

.main #footer .afaq {
float: right;
margin: 0px 5px 3px auto;
}

.main .copyright {
text-align: center;
width: 900px;
margin:7px auto;
font-size: 0.9em;
}
.main .copyright a {
color: #333;
text-decoration: none;
}

.main .copyright .c1 {
float: left;
width: 40%;
text-align: left;
}
.main .copyright .c2 {
float: right;
width: 40%;
text-align: right;
}

.fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */
float: right;
margin-left: 8px;
}
.fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */
float: left;
margin-right: 8px;
}
.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

.required {
font-weight: bold;
color: #CC0000;
padding-left: 3px;
padding-right: 3px;
}


.main #mainContent .error,
.main #mainContent .success {
display: block;
color: #000;
font-weight: bold;
padding: 10px;
width: 346px;
}

.main #mainContent .error {
border: 3px solid #ccaaaa;
background-color:#FFCCCC;
}
.main #mainContent .success {
background-color:#CCFF66;
border: 3px solid #99CC33;
}


.main #mainContent .form {

}