.brasao
{
	margin-top: 1.5em;
}
.base
{
	width: 50%;
	vertical-align: middle;
}
.tab1
{
	width: 80%;
}
@media only screen and (max-width: 1000px) 
{
	.tab1
	{
		width: 98%;
	}
}
#menu 
{
	position: fixed;
	margin-top: -5px;
	margin-bottom: 0;	
}
#menu, #menu ul
{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
#menu li
{
	font-family: "Comic Sans MS";	
	display:inline-block;
	position:relative;
	width: 250px;
	text-align:center;
	border-radius:8px 8px 8px 8px;
}
#menu ul li
{
	display:inherit;
	border-radius:0;
	font-family: "Comic Sans MS";	
	font-size: 12px;	
	margin-top: 10px;	
	margin-bottom: 10px;	
	text-align: center;	
}
#menu ul li:hover
{
	border-radius:0;
}
#menu ul li:last-child
{
	margin-top: 1px;
	border-radius:8px 8px 8px 8px;
}
#menu ul
{
	position:absolute;
	z-index: 1000;
	max-height:0;
	left: 0;
	right: 0;
	overflow:hidden;
	-moz-transition: .8s all .3s;
	-webkit-transition: .8s all .3s;
	transition: .8s all .3s;
}
#menu li:hover ul
{
	max-height:15em;
}
/* background des liens menus */
#menu li:first-child
{
	background-color: #F6AD1A;
	background-image:-webkit-linear-gradient(top, #F6AD1A 0%, #9F391A 100%);
	background-image:linear-gradient(to bottom, #F6AD1A 0%, #9F391A 100%);
}
#menu li:nth-child(2)
{
	background-color: #729EBF;
	background-image: -webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
	background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
}
#menu li:nth-child(3)
{
	background-color: #F6AD1A;
	background-image:-webkit-linear-gradient(top, #F6AD1A 0%, #9F391A 100%);
	background-image:linear-gradient(to bottom, #F6AD1A 0%, #9F391A 100%);
}
#menu li:last-child
{
	background-color: #CFFF6A;
	background-image:-webkit-linear-gradient(top, #CFFF6A 0%, #677F35 100%);
	background-image:linear-gradient(to bottom, #CFFF6A 0%, #677F35 100%);
}
/* background des liens sous menus */
#menu li:first-child li
{
	background:#9F391A;
}
#menu li:nth-child(2) li
{
	background:#333A40;
}
#menu li:nth-child(3) li
{
	background:#9F391A;
}
#menu li:last-child li
{
	background:#677F35;
}
/* background des liens menus et sous menus au survol */
#menu li:first-child:hover, #menu li:first-child li:hover
{
	background:#F6AD1A;
}
#menu li:nth-child(2):hover, #menu li:nth-child(2) li:hover
{
	background:#729EBF;
}
#menu li:nth-child(3):hover, #menu li:nth-child(3) li:hover
{
	background:#F6AD1A;
}
#menu li:last-child:hover, #menu li:last-child li:hover
{
	background:#CFFF6A;
}
/* les a href */
#menu a
{
	text-decoration:none;
	display:block;
	padding:8px 32px;
	color:#fff;
	font-family:arial;
	font-size: 15px;	
	font-weight: bold;	
}
#menu ul a
{
	padding:8px 0;
}
#menu li:hover li a
{
	color:#fff;
	text-transform:inherit;
}
#menu li:hover a, #menu li li:hover a
{
	color:#000;
}	
#murta
{
	text-align: center;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;	
	background:#88BBFF; 
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;		
}
	
select
{
  width: 100%;
  padding: 2px 30px;
  border-radius: 4px;
  background-color: #88BBFF;
  font-family: "Comic Sans MS";
  font-size: 20px;  
  font-weight: bold;
}
span 
{
	overflow: hidden;
	display: inline-block;
}
h1 
{
	font-family: "Comic Sans MS";
	font-style: italic;	
	text-align: center;
	margin-right: 20px;		
	margin-top: -5px;	
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 28px;
}
h2 
{
	font-family: "Comic Sans MS";
	font-style: italic;	
	margin-top: 0px;	
	margin-bottom: 5px;	
	margin-left: 50px;	
	font-weight: bold;
	font-size: 20px;
	color: maroon;	
}
h3 
{
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 17px;
	margin-top: -1px;	
	margin-bottom: -1px;		
}
h4 
{
	font-family: "Comic Sans MS";
	margin-bottom: 0.5em;
	font-style: italic;
	font-size: 22px;
	color: maroon;
}
h5 
{
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 13px;
	margin-top: -2px;	
	margin-bottom: -2px;	
}
h6 
{
	font-family: "Comic Sans MS";
	font-size: 12px;
	margin-top: 0.5em;
	font-style: italic;
	color: maroon;
}
p 
{
	font-family: "Comic Sans MS";
	font-size: 14px;
}
svg
{
	width: 25px;
	height: 25px;	
}
.td
{
	overflow-y: scroll;
	overflow-x: hidden; 
	height:180px;	
	margin-left:20px;	
	margin-top: 10px;	
	margin-right: 10px;		
	margin-bottom: 10px;
	font-family: "Comic Sans MS";
	font-size: 14px;	
	text-align: justify;	
	padding-right: 10px;

}
a 
{
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-style: italic;	
	font-size: 13px;
	margin-left: 87%;	
	color: blue;
}