body {
	background-image: url(../images/body.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}
#header {
	max-width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	top: -38px;
	/*-webkit-box-shadow:  0px 0px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:  0px 0px 5px rgba(0, 0, 0, 0.3);
	-o-box-shadow:  0px 0px 5px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 0px 5px rgba(0, 0, 0, 0.3);*/
	border-top:solid 1px #fff;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
	padding-bottom: 35px;
	background-color: rgba(255, 255, 255, 0.3);
}
#deconnexion {
	color:#fff;
	font-family:'Oswald', sans-serif;
	font-size: 1rem;
	height: 28px;
	margin-bottom: 26px;
}
#bienvenue {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 40px;
	padding-top: 8px;
	color:#fff;
	/* font-size:12px; */
	font-family:'Oswald', sans-serif;
	font-weight: lighter;
}

h1 {
	font-family:'Oswald', sans-serif;
	/* padding-left: 35px; */
	font-size: 30px;
	font-weight: lighter;
}
h2 {
	font-family:'Oswald', sans-serif;
	/* padding-left: 80px; */
	font-size: 37px;
	margin-bottom: 1rem;
	font-weight: lighter;
}
h3 {
	font-family:'Oswald', sans-serif;
	padding-left: 35px;
	font-size: 20px;
	font-weight: lighter;
	margin-top: 50px;
}
h1 a { text-decoration: none; }
h5{
	font-family:'Oswald', sans-serif;
	padding-left: 35px;
	font-size: 16px;
	color:#58595a;
	font-weight: lighter;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.slogan {
	font-family:'Oswald', sans-serif;
	font-size: 14px;
}
#logo_media {
	background-color:#fff;
	position: absolute;
	top: 0px;
	right: 145px;
	-webkit-border-radius:20px 20px 0 0;
	-moz-border-radius:20px 20px 0 0;
	-o-border-radius:20px 20px 0 0;
	border-radius:20px 20px 0 0;
	padding:20px;
	-moz-transform:rotate(-14deg);
	-webkit-transform:rotate(-14deg);
	-o-transform:rotate(-14deg);
	transform:rotate(-14deg);
	-webkit-box-shadow:  0px 0px 8px  rgba(0, 0, 0, 0.3);
	-moz-box-shadow:  0px 0px 8px rgba(0, 0, 0, 0.3);
	-o-box-shadow:  0px 0px 8px  rgba(0, 0, 0, 0.3);
	box-shadow:  0px 0px 8px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
#logo_media:hover {
	top:-20px;
}
.identification {
	margin-left: 30px;
	font-size: 15px;
	font-family:'Oswald', sans-serif;
}
.alerte {
	font-size: 15px;
	color: #B9006E;
	margin-left:80px;
	font-family:'Oswald', sans-serif;
}
#logo_pixel {
	background-color:#fff;
	position: absolute;
	top: 0px;
	right: 65px;
	-webkit-border-radius:20px 20px 0 0;
	-moz-border-radius:20px 20px 0 0;
	-o-border-radius:20px 20px 0 0;
	border-radius:20px 20px 0 0;
	padding:10px 20px 20px 20px;
	-moz-transform:rotate(14deg);
	-webkit-transform:rotate(14deg);
	-o-transform:rotate(14deg);
	transform:rotate(14deg);
	-webkit-box-shadow:  0px 0px 8px  rgba(0, 0, 0, 0.5);
	-moz-box-shadow:  0px 0px 8px rgba(0, 0, 0, 0.5);
	-o-box-shadow:  0px 0px 8px  rgba(0, 0, 0, 0.5);
	box-shadow:  0px 0px 8px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
#logo_pixel:hover {
	top:-20px;
}
#poche{
	position:absolute;
	top:45px;
	right:10px;

}
.bloc_module1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #a4a1a1;
	border-bottom-color: #a4a1a1;
	min-height:265px;
	position: relative;
	top: -38px;

	/* Anciens navigateurs */
	background: url("gradient-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Navigateurs récents */
	background: -webkit-linear-gradient(
		top,
		rgba(0,0,0,0.15),
		rgba(255,255,255,0.15) 50%,
		rgba(0,0,0,0.15)
	);
	background: -moz-linear-gradient(
		top,
		rgba(0,0,0,0.15),
		rgba(255,255,255,0.15) 50%,
		rgba(0,0,0,0.15)
	);
	background: -o-linear-gradient(
		top,
		rgba(0,0,0,0.15),
		rgba(255,255,255,0.15) 50%,
		rgba(0,0,0,0.15)
	);
	background: linear-gradient(
		top,
		rgba(0,0,0,0.15),
		rgba(255,255,255,0.15) 50%,
		rgba(0,0,0,0.15)
	);
}
.bloc_module2 {
	position: relative;
	top: -38px;
	min-height: 265px;
}
.intra_module{
	background-color:rgba(255, 255, 255, 0.3);
	/*-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.3);*/
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	max-width:920px;
	margin-right: auto;
	margin-left: auto;
	min-height:265px;
	padding-bottom: 10px;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
}
ul{
	font-family:'Oswald', sans-serif;
	/* padding-left: 80px; */
	color:#58595a;
	font-weight: lighter;
}
li{
	/* font-size:14px; */
	margin-bottom: 0.5rem;
}
li a{
	/* font-size:12px; */
	color:#999;
}

.livre{
	font-size:18px;
	color:#76c7ed;
}
.pdf{
	font-size:18px;
	color:#a7150e;
}
.url{
	font-size:18px;
	color:#a4b62f;
}
.autre{
	font-size:18px;
	color:#999;
}
#footer{
	max-width: 920px;
	min-height:50px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	top: -38px;
	background-color:rgba(255, 255, 255, 0.3);
	border-left:solid 1px #fff;
	border-bottom:solid 1px #fff;
	border-right:solid 1px #fff;
	/*-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.3);*/
}
#footer {text-align: center;font-size: 12px;}
#footer a {text-decoration: none;}
input[type="text"] { width:169px; padding:2px 4px; }
input[type="text"]:focus { outline:none;}
input[type="submit"]{ cursor:pointer; padding:4px 16px; }
.details {
	margin-left: 45px;
	/* font-size: 11px; */
	font-weight: lighter;
}
img{
	border:none;
}
.table300 {
	width:300px;
}
.table850 {
	width:850px;
}
.aligntop {
	vertical-align: top;
}


@media screen and (max-width: 920px) {
    /* Page de Login */
    #poche {
        display: none;
    }
    #header {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        top: 0;
        justify-content: center;
    }
    #header > a {
        display: inline-block;
        width: calc(50% - 40px);
        text-align: center;
    }
    #header h1 {
        width: 100%;
        text-align: center;
        margin-bottom: 1rem;
    }
    #header h1 br {
        display: none;
    }
    #logo_media {
        transform: rotate(0deg);
        position: static;
        box-shadow: none;
        background-color: transparent;
        padding: 0;
        border-radius: 0;
    }
    #logo_pixel {
        transform: rotate(90deg);
        position: static;
        box-shadow: none;
        background-color: transparent;
        padding: 0;
        border-radius: 0;
    }


    .bloc_module1 .intra_module {
        display: flex;
        flex-direction: column;
    }
    .bloc_module1 .intra_module h3 {
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .bloc_module1 .intra_module .alerte {
        margin: 30px 0;
        text-align: center;
    }
    .bloc_module1 .intra_module .table850 {
        width: 100%;
        text-align: center;
    }
    .bloc_module1 .intra_module .table850 td {
        max-width: 100%;
        width: auto;
        display: block;
    }
    .bloc_module1 .intra_module .table850 .identification {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        text-align: center;
    }
    /* Fin Page de Login */

    .listeLiens .bloc_module1 {
        top: 0;
    }
    .listeLiens .bloc_module2 {
        top: 0;
    }
    .listeLiens #deconnexion {
        position: absolute;
        top: -40px;
        left: 0;
        right: 0;
        margin-bottom: 0;
        padding-left: 40px;
        padding-right: 40px;
    }
    .listeLiens .intra_module li {
        margin-bottom: 2rem;
    }
    .listeLiens .intra_module li a {
        word-break: break-all;
    }
    .listeLiens #footer {
        top: 0;
        padding-top: 1rem;
        padding-bottom: 1rem;
        min-height: auto;
    }
}