@font-face {
font-family: 'Exo-Medium';
  src: url('police/Exo-Medium.otf');
}


#header {
	padding: 30px 0 0 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}

html{
  /*background-color: #000E1E;*/
  /*background-color: #ffffff;*/
  background-image: url(fond_papier_froisse.jpg);
  background-attachment: fixed;
}

body{
  font-size: medium;
  font-family: exo-Medium;
  background-color: rgba(255, 255, 255, 0.596);
  /*border:1px solid black;*/
  padding:10px;
  box-shadow: 0 5px 40px 10px;

}

dl {
	display: block;
	margin-left: 20px;
	margin-right: 20px;
}

dlteach {
	display: block;
	margin-left: 20px;
	margin-right: 0px;
}

#wrapper_body { 
  width: 950px;
  margin: auto;
}

h2{
  color: rgb(14, 45, 148);
}

year{
  font-weight: bold;
  color: rgb(14, 45, 148);
}

kinds{
  font-weight: bold;
  color: rgb(14, 45, 148);
  font-size: large;
}

a{
  text-decoration: none;
  color: rgb(14, 45, 148);
}

a:hover{
  text-decoration: underline;
  color: rgb(142, 183, 236);
}

.vertical_line{
    border-left:1px solid rgb(14, 45, 148);
    height:300px;
}

.resize{
    width: auto;
    height: 45px;
}
/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

li {
    float: left;
}

li a {
    display: block;
    color: rgb(14, 45, 148);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover:not(.active) {
    color: rgb(14, 45, 148);
    /*background-color: #111;*/
    background-image: linear-gradient(to bottom, rgb(5, 114, 14), rgb(5, 114, 14) 80%,transparent);
    style="text-decoration:none;"
}
.active {
    color: #f2f2f2;
    /*background-color: #111;*/
    background-image: linear-gradient(to bottom, rgb(17, 17, 17), rgb(17, 17, 17) 80%,transparent);
    style="text-decoration:none;"
}
.right {float: right;}

.anchor{
  display: block;
  height: 60px; /*same height as header*/
  margin-top: -60px; /*same height as header*/
  visibility: hidden;
}

.lightbox-target:target a.lightbox-close {
top: 0px;
}

/*img {
    transition:transform 0.25s ease;
}

img:hover {
    -webkit-transform:scale(2.5);
    transform:scale(2.5);
}*/

