h1
{
	text-align: center;
	color: white;
}

#plan, #plan ul{
padding:0;
margin:0;
list-style:none;
text-align:center;
}
#plan li{
display:inline-block; /*met en ligne les plans*/
position:relative;
padding-right: 8px;
padding-left: 8px;
}

#plan li:nth-child(3){
	padding-right: 50px;
}
#plan li:nth-child(4){
	padding-right: 20px;
}



#plan li:hover{
	background: rgb(0,75,0);
	border-radius: 5px 5px 0 0;
}


#plan ul li{
display:inherit;
font-size: 0.7em;
text-align:left;
}

#plan ul li:last-child{
	border-radius:0 0 5px 5px;
	border-bottom: solid black 1px;
}
#plan ul{
position:absolute;
max-height:0;
left: 0;
right: 0;
overflow:hidden; /*cache les sous plans*/
-moz-transition: .5s all .2s; /*mozilla transition*/
-webkit-transition: .5s all .2s; /*chrome transition*/
transition: 0.5s all 0.2s;
}
#plan li:hover ul{
max-height:15em;
}

/* background des liens sous plans */
#plan li li{
background:rgba(34,34,34,1);
border-left:solid 1px black;
border-right: solid 1px black;
border-bottom: solid 1px rgba(0,0,0,0.3);
}

/* background des liens plans et sous plans au survol */
#plan li li:hover{
background:black;
}
#plan li:hover li a{
color:white;
text-transform:inherit;
}


#plan li li a:hover{
	color: green;
}

img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 250px;
}

.poli
{
	display: inline-block;
	width: 20%;
	margin-top: 20px;
	padding-left: 30%;
}

.ufrj
{
	display: inline-block;
	width: 20%;
	margin-top: 20px;
}

figcaption
{
	text-align: center;
	font-style:italic;
	font-weight: bold;
}

caption
{
	caption-side: bottom;
	font-style:italic;
	font-weight: bold;
	padding-top: 2px;
}

body
{
	background: linear-gradient(#333333, #202020) fixed;
	background-size: 100% 100%;
	height: 100%;

}

#plan
{	
	background-color: black;
	text-align:center;
	padding-bottom: 10px;
	padding-top: 10px;
	min-width:  1080px;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	min-height:25px;
}

#plan li #here
{	
	color: green;	
}

#plan a
{
	font-size: 1.2em;	
	text-decoration:none;
	color:white;
	font-family: Lucida Sans Unicode;
	margin-right: 15px;
	font-weight: bold;
	padding-right: 5px;
}

#plan li a:hover {
	color:white;
}


a
{
	text-decoration: none;
	color: white;
}

.articles
{
	margin-top: 130px;
}

.articles a
{
	text-decoration: underline;
}

.articles div
{
	margin: 200px auto 0 auto;
	background: rgba(0,0,0,0.4);	
	border-radius: 5px;
	border: solid rgb(0,75,0);
	padding-top:20px;
	min-width:  1080px;
	width: 1000px;
	color:white;
}

.articles p, .articles li
{
	font-family: Verdana;
	font-size: 1.3em;
	color: white;
	text-align: left;
	padding-left:40px;
	padding-right:40px;
	line-height: 150%;
}

.articles div h2
{
	padding-left:40px;
	font-family: Lucida Sans Unicode;
	font-size: 2em;
	color: green;
}



.alinea
{
	text-indent: 2em;
}

#mep_footer
{
	min-height:70px;
}

footer
{
	font-family: Lucida Sans Unicode;
	color: grey;
	font-size: 1em;
	background: black;
	text-align: center;
	height: 25px;
	width: 103.5%;
	min-width:  1080px;
	margin-left: -40px;
	margin-bottom: -21px;
}

footer a
{
	text-decoration: none;
	color: grey;
}