body{
	background-color: #2262BE;
	color: #ffffff;
	font-family: Helvetica, sans-serif;
	font-size:small;
	margin: 2em 1%;
	padding:0;
}
#page{
	color: #000000;
	background-color: #ffffff;
	background-position: top right;
	background-repeat: no-repeat;
	border: 3px solid #000000;
}

/* -------------- Logo --------------- */

#logo{
	margin: 2em 0 0 5%;
}

#logo img{
	border: 0;
}

#logo a{
	color:#000000;
	background-color: transparent;
}

/* -------------- Menu --------------- */
#menu{
	left: 3%;
	position: absolute; 
	top: 13.2em;
	width: 17%;
	overflow: hidden;
}

#themes{
	color: #655f4b;
	background-color: #fff;
}

#themes h2{
	border-color: #2262BE;
	border-style: solid;
	border-width: 0px 0px 3px 0px;
	font-size: medium;
	font-weight: 700;
	margin: 0;
	padding-left: 0em;
	text-transform: uppercase;
	}
#themes h2:first-letter{
	color: #ffffff;
	background-color: #000000;
	/* background-color: transparent; */
}

#themes ul{
	margin-bottom: 1.5em;
	margin-top: 0.5em;
}

#themes li{
	display: inline;
	list-style: none;
}

#themes a{
	color: #dd9d41;
	background-color: transparent;
	display: block;
	font-size: small;
	font-family: Helvetica, sans-serif;
	font-weight: 700;
	margin-left: -3em;
	padding-left: 1em;
	text-decoration: none;
}

#themes a:hover{
	background-color: #ffecce;
	color: #f60;
}

/* -------------- Document --------------- */

#document {
	margin: 0 2% 1em 20%;
}

#article{
	padding: 0 2%;
	width: 90%;
	voice-family: "\"}\"";
	voice-family:inherit;
}

#article h2{
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-size: medium;
	font-weight: 700;
}

#article h3{
	
	background-color: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: 700;
}

#article table{
	color: white;
	border: 2px solid black;
}

#article th{
	background-color: black;
	margin: 1em 2em 3em 4em;
}

#article td{
}

#license {
	/* display: none; */
	margin: 2em  10% 0 30%;
	font-size: 0.8em;
}

div.imagedroite {
  	float: right;
    	width: 248px;
      	padding: 10px;
}
	  
div.imagedroite p {
	text-align: center;
	font-size: 0.8em;
}

div.imagegauche {
  	float: left;
    	width: 248px;
      	padding: 10px;
}
	  
div.imagegauche p {
	text-align: center;
	font-size: 0.8em;
}


/* -------------- Pied de Page --------------- */

#copyright {

}
#copyright a{
	color: #ffffff;
        background-color: transparent;
        font-weight: 700;
        text-decoration: none;
}

#validator img{
	border: 0;
	float: middle;
}

