/* Generated by KompoZer */
html,body {
  margin: 0px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  color: black;
}

#Header{
   background-color: rgb(215, 225, 249);
   height:80px;
   border-bottom: 1px solid rgb(51, 102, 203);
}

#Menu{
   float:left;
   background-color: rgb(215, 225, 249);
   width:180px;
   height:1000px;
   margin:0px;
   padding:0px;
   border-right: 1px solid rgb(51, 102, 203);
}

#Support{
   float:right;
   width:180px;
   margin-top:10px;
}

#Content{
  margin-top:10px;
  margin-left:190px;
  margin-right:190px;
}

h1{
  font-size: 18px;
  color:rgb(51, 102, 203);
}

.saisie{
   border:1px solid rgb(51, 102, 203);
   padding:1px 0px 0px 4px;
}

.titleBlue,.titleGreen,.titleRed{
  text-align: left;
  color: white;
  font-size: 13px;
  padding:3px;
}

.titleBlue {
  background-color: rgb(51, 102, 203);
}

.titleGreen{
   background-color: rgb(0, 153, 0);
}

.titleRed{
   background-color: rgb(255, 45, 45);;
}

.textBox{
  text-align: left;
  font-size: 11px;
  background-color: rgb(233, 233, 233); 
  padding:3px;
}


.title {
  font-style: normal;
  text-align: left;
  color: white;
  font-weight: normal;
  font-size: 13px;
}
.text {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-size: 11px;
}
.text_w {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  color: white;
}
a {
  text-decoration: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: black;
}
.menu {
  border-style: none none solid;
  border-color: #3366cb #999999;
  border-width: 1px 0px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  color: black;
  text-decoration: none;
}
.menu_sel {
  border-style: none none solid;
  border-color: #3366cb;
  border-width: 1px;
  font-family: Arial,Helvetica,sans-serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  color: black;
  background-color: white;
}
.linkb {
  color: #3333ff;
  text-decoration: underline;
}
.Button, .Button:visited{
  border:1px solid rgb(51, 102, 203);
  background-color: rgb(51, 102, 203);
  margin-top:10px;
  padding:5px;
  color:white;
}
.Button:hover{
  color:black;
  background-color: rgb(215, 225, 249);
}

blockquote
{
    width: 80%;
    color: #000000;
    border: solid 1px rgb(51, 102, 203);
    background: #FFFFFF;
    margin: 0px auto;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}