﻿img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#success
{
	width: 30%;
}


figcaption
{
	text-align: center;
	font-style:italic;
	font-weight: bold;
}

caption
{
	caption-side: bottom;
	font-style:italic;
	font-weight: bold;
	padding-top: 2px;
}


#menu, #menu ul{
padding:0;
margin:0;
list-style:none;
text-align:center;
}
#menu li{
display:inline-block; /*met en ligne les menus*/
position:relative;
padding-right: 8px;
padding-left: 8px;
}

#menu li:nth-child(3){
	padding-right: 50px;
}
#menu li:nth-child(4){
	padding-right: 20px;
}



#menu li:hover{
	background: rgb(0,75,0);
	border-radius: 5px 5px 0 0;
}

#menu li:hover #here
{
	color:white;
}


#menu ul li{
display:inherit;
font-size: 0.7em;
text-align:left;
}

#menu ul li:last-child{
	border-radius:0 0 5px 5px;
	border-bottom: solid black 1px;
}
#menu ul{
position:absolute;
max-height:0;
left: 0;
right: 0;
overflow:hidden; /*cache les sous menus*/
-moz-transition: .5s all .2s; /*mozilla transition*/
-webkit-transition: .5s all .2s; /*chrome transition*/
transition: 0.5s all 0.2s;
}
#menu li:hover ul{
max-height:15em;
}

/* background des liens sous menus */
#menu 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 menus et sous menus au survol */
#menu li li:hover{
background:black;
border-radius: 0;
}

#menu li li:last-child:hover {
border-radius: 0 0 5px 5px;
}


#menu li:hover li a{
color:white;
text-transform:inherit;
}


#menu li li a:hover{
	color: green;
}

body
{
	background: linear-gradient(#333333, #202020) fixed;
	background-size: 100% 100%;
	height: 100%;

}

#menu
{	
	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;
}

#menu li #here
{	
	color: green;	
}

#menu a
{
	font-size: 1.2em;	
	text-decoration:none;
	color:white;
	font-family: Lucida Sans Unicode;
	margin-right: 15px;
	font-weight: bold;
	padding-right: 5px;
}

#menu li a:hover {
	color:white;
}

a
{
	text-decoration: none;
	color: white;
}

.reminder
{
	padding-left: 70px;
}

em
{
	font-weight: bold;
}
.articles h3
{
	color: #097309;
	font-size:1.1em;
}

.articles div
{
	margin: 75px 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;
}

p, .articles li, h3
{
	font-family: Verdana;
	font-size: 0.9em;
	color: white;
	text-align: left;
	padding-left:40px;
	padding-right:40px;
	line-height: 150%;
}

.articles li
{
	padding-left: 70px;
}
.articles a
{
	text-decoration: underline;
}

.articles div h2
{
	padding-left:40px;
	font-family: Lucida Sans Unicode;
	font-size: 2em;
	color: green;
}


.alinea
{
	text-indent: 2em;
}

.intro
{
	text-indent: 2em;
	font-size: 1em;
	font-style: italic;
}
.def1_MIP_ancre li
{
	list-style: none;
	font-family: Verdana;
	font-size: 0.9em;
	color: white;
	text-align: left;
	padding-left:90px;
	padding-right:40px;
	line-height: 150%;
	
}
	
#mep_footer
{
	/*visibility:hidden;
	*/
	height:25px;
	min-width:  1080px;
}


#rirmap
{
	width: 68%;
}

html
{
	size: 100%;
}

table {
 border-width:1px; 
 border-style:solid; 
 border-color:black;
 border-collapse:collapse;
 width:50%;
 margin: auto;
 background: white;
 color: black;
 font-weight: 900;
 }
 
 table caption
 {
	color:white;
 }
td { 
 border-width:1px;
 border-style:solid; 
 border-color:black;
 width:50%;
 }
 th
 {
 border-width:1px;
 border-style:solid; 
 border-color:black;
 }
 
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;
}