body {background-color: white; font-family: 'Ubuntu', sans-serif; margin:0px ;padding:0px; font-size:100%; text-indent: 20px; letter-spacing: 1px; line-height:150%; word-spacing:1px; color:#484848;width:100%; margin-top:0px;margin-bottom:0px;}

a:link {text-decoration:none; color:#484848}
a:hover {color:#FF9900;}

img {max-width:100%}

#menu {position:relative;margin-top:15%; width:15%;float:left;}

.left_menu 
	{background-color: #d0e4fe;width:auto;word-wrap: break-word; text-indent: 0px; text-align:center;cursor:pointer;padding:8px;border:none;margin:12px 8px;box-shadow: 0px 5px 10px #888888}
	
	
.tab {float:left; box-sizing: border-box;width:25%; border:3px solid #484848;border-top-left-radius:40px; border-bottom:3px solid #484848;  background-color: #484848; text-align:center;margin-bottom:-3px;margin-top:40px; font-size:20px;color:#FF9900}
.tab:hover {cursor:pointer;}

table {border:none;border-collapse:collapse;max-width:100%;}
th {color:#ffffff;background-color:#FF9900;padding:0px 15px;}
td{background-color:transparent;padding:0px 15px;border-width:2px;border-style:outset;}

 #general
 {position:relative;width:70%;margin-top:5px;float:left;box-sizing:border-box;}
  #chapeau
  {position:relative;width:100%; height:100px; overflow:hidden; text-overflow:ellipsis; font-size:0.9em; margin-left:2%;box-shadow: 0px 5px 10px #888888;background-color: #d0e4fe;padding:5px;box-sizing:border-box;}
   #logo
   {position:relative;float:right; width:60%;height:100px; float:left;padding: 0px 5px; text-indent: 20px; letter-spacing: 1px; line-height:normal; word-spacing:normal; overflow:hidden; text-overflow:ellipsis;}
    #breadcrumbs 
    {clear:both;}
      #rightcolumn
      {position:relative; width:100%;float:left;margin-left:2%; padding:5px;}
       #footer
       {position:relative;clear:both; text-align:center;z-index:1;}  
#select, #menu_mobile {display:none;clear:both;width:100%;height:auto;margin-left:2%;
		background-color:#d0e4fe;border:none;border-radius:4px;box-shadow: 0px 5px 10px rgb(136, 136, 136);}
		
@media screen and (orientation:portrait) {
		#select, #menu_mobile{display:block;}
		#menu {display:none;}
		#general {width:100%}
		#rightcolumn {max-width:100%}
		#chapeau {max-width:100%}
		#footer {max-width:100%)
									}