html{
width:100%;
margin:0
}
body{
color:#404040;
font-family:sans-serif;
font-size:16px;
font-size:1rem;
line-height:1.5;
background:#E1E1E1;
width:100%;
margin:0;
background:#E1E1E1
}
.clr {
clear:both
}
h1{
color:#FFFFFF;
text-shadow:3px 3px 4px #727272;
font-size:3vw;
margin:0;
padding:0;
text-align:center
}
.date{
font-size:14px;}
.menu {
position: fixed;
left:0;
top:0;
height:70px;
width: 100%;
margin:0 auto 0 auto;
background:#fff;
box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2)
}
.menu h3{
color:#0000FF;
font-size:20px;
margin:0;
padding:20px 0 0 5%;
}
img {border:none}
a{text-decoration:none;color:#0000FF}
.cadre{
width:90%;
margin:-50px auto 0 auto;
background:#fff;
border:2px solid #fff;
border-radius:10px 10px 0 0;
-moz-box-shadow: 8px 8px 12px #aaa; 
-webkit-box-shadow: 8px 8px 12px #aaa; 
box-shadow: 0px 8px 12px #555;
}
.cadre-sidebar{
width:250px;
float:left;
}
.cadre-texte{
width: calc(100% - 250px);
float:right;
}
.cadre-article{
width: 90%;
margin:15px auto 30px auto;
box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 8px 8px 12px #aaa; 
-webkit-box-shadow: 8px 8px 12px #aaa; 
box-shadow: 0px 8px 12px #555;
border-radius:10px;
}
.retrait{
padding:10px
}	
.footer{
text-align:center;
margin:20px 0}  .navigation{width:100%;margin:10px 0 25px 0}
.navigation-gauche,.retrait-gauche{float:left;margin-top:1px}
.navigation-droite,.retrait-droite{float:right;margin-top:1px}
.droite {height:100%;float:right}
.gauche {height:100%;float:left}
.single-gauche{float:right;height:24px;line-height:24px;margin-left:3px}
.single-droite{float:left;height:24px;line-height:24px;margin-right:3px}  .header {
width:100%;
background:#00223B;
margin:40px 0 0 0;
height:360px;
display:flex;
flex-direction: column; justify-content: center; }
.header-logo {
width:90%;
margin:0 auto;
}
.header-titre {
margin: auto;
float:left;
width: calc(100% - 120px)
}
.marianne{
background:url(//www.ma-strasbourg.justice.fr/wordpress/wp-content/themes/strasbourg6/images/marianne.jpg) no-repeat;
height:120px;
width:94px;
float:left;
margin:-30px 0 0 0
}
.header-recherche {
width:100px;
float:right
}  .lire {
background: #05a4fa;
background-image: -webkit-linear-gradient(top, #05a4fa, #008fd1);
background-image: -moz-linear-gradient(top, #05a4fa, #008fd1);
background-image: -ms-linear-gradient(top, #05a4fa, #008fd1);
background-image: -o-linear-gradient(top, #05a4fa, #008fd1);
background-image: linear-gradient(to bottom, #05a4fa, #008fd1);
-webkit-border-radius: 15;
-moz-border-radius: 15;
border-radius: 15px;
text-shadow: 5px 5px 5px #666666;
-webkit-box-shadow: 5px 5px 5px #666666;
-moz-box-shadow: 5px 5px 5px #666666;
box-shadow: 5px 5px 5px #666666;
font-family: Arial;
color: #ffffff;
font-size: 16px;
padding: 10px 20px 10px 20px;
text-decoration: none;
width:100px;
float:right;
margin:0 10px 0 0
}
.lire:hover {
background: #0948a8;
text-decoration: none;
}  @media screen and (max-width: 700px) {
.cadre-texte{
width:100%;
}
.cadre-sidebar{
width:100%;
}
h1{
font-size:5vw;
}
.header-titre {
width:100%
}
}
@media screen and (min-width: 701px) {
}