body {
    text-align:center;
    margin:0;
    background-color:lightsteelblue;
    }

    

#page {
    width:800px; 
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    background-color:white;
    }

#header {height:86px}
#menu a {
    font-family: verdana; 
    color:darkslateblue;
    font-weight: bold;
    }
#barreh
{
	float:left;
    width:800px;
	background-image:url('images/barreh.png');
	background-repeat:repeat-x;
	margin-bottom : 10px;
    background-color:white;
}
#content .titre {
    font-family: verdana;
    color:red;
    margin-bottom : 25px;
    font-size: 16pt;
}

#package {
    display: inline-block;
    width:200px;
    height:180px;
    background-color: none;
    margin:1px 5px 25px 0px;
    text-align:center;
    border : 12px;

}
#package .titrepack {
    font-family : verdana;
    font-size: 14pt;
    color: darkblue;
    text-align:center;
}

#package .sstitre {
    font-family : verdana;
    font-style: italic;
    font-size: 10pt;
    color: gray;
    text-align:center;
}

#package .prix {
    font-family : 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 21pt;
    color: gray;
    text-align:center;
}

.bouton a {
display:block;
width:150px;
line-height:50px;
text-align:center;
background:url(images/boutonbleu.png) no-repeat;
color:white;
text-decoration:none;
margin: auto;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.bouton a:hover {
background:url(images/boutonbleu2.png) no-repeat;
}



#aboutuscontent {
    text-align: left;
    font-family : Verdana, Geneva, Tahoma, sans-serif;
    line-height: 24pt;
    padding: 10px;
}

#aboutustitre {
    font-size : 28pt;
    font-weight: bold;
    color: darkorange;
    margin-bottom: 25px;
}

#footer {
    text-align:left;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size:8pt;
    background-color:white;
    height: 270px;
}


#barreh a {
    text-decoration : none;
}

#footinfo {
    float:left;
    background-color:white;
}
#footinfo li {
    list-style-type: none; 
}
#loginbox {
    width: 290px;
    background-color:white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size:11pt;
    margin:5px;
    border-style: solid;
    border-width : 1px;

}
#accescontent {
    display: flex;
    float:center;
    margin:auto;
    justify-content: center;
    
}

#loginbox label{
    display: block;
    float: left;
    clear: left;
    width: 110px;
    text-align: right;
    line-height: 25px;
    font-size:8pt;
    
}

#loginbox input {
     margin:3px;
}

#loginbox input[type=submit] {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    background:steelblue;
    color: white;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

#loginbox #titre {
    font-weight: bold;
}

#bocontent {
    display: block;
    width:100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
}


#bomenu ul {
  list-style-type: none;
  margin: 0;
  margin-top : -4px;
  padding: 0;
  line-height: 20px;
  overflow: hidden;
  width:100%;
  background-color: #333;
}
#bomenu li {
    float: left;
}
#bomenu li a {
    display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
    color:white;
}
#bomenu li a:hover:not(.active) {
  background-color: #111;
}

#bomenu a {
    text-decoration : none;
    
}

#borightcontent {
    display : block;
    float: left;
    background-color: transparent;
    padding: 0px;
    width:100%;
}

#bossmenu ul {
    background-color: gray;
}

#toolbox {
    text-align: center;
    display:block;
    float:right;
    width:100%;
    background-color:transparent;
    margin:auto;
    padding: auto;
}

#empform label {
    display : inline-block;
    width : 100px;
    padding: 5px;
    text-align : right;
}