@charset "UTF-8";
/* CSS Document */

body {
	background: radial-gradient(circle at top left, #606060, #808080, #9a9a9a, #c0c0c0, #f2f2f2, #c0c0c0, #9a9a9a, #808080);
	background-image: url(../img/graph/alpesreliefg.jpg);
	background-attachment: fixed; 
	margin-top:5px;
	margin-bottom:5px;
	margin-left: 2%;
	margin-right: 2%;
	padding: 0;
	color: #FC0;
	font-family: normal .8em/1.5em Arial, Helvetica Neue, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	min-width: 320px;
	width: 96%;
	height: auto;
	-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}
/* ~~ Sélecteurs d'éléments/balises ~~ */
ul, ol, dl { /* En raison des variations entre les navigateurs, il est conseillé d'attribuer une valeur de zéro aux marges intérieures et aux marges des listes. A des fins de cohérence, vous pouvez définir les valeurs désirées dans cette zone ou dans les éléments de liste (LI, DT, DD) qu'elle contient. N'oubliez pas que les paramètres que vous définissez ici se répercuteront sur la liste .nav, sauf si vous rédigez un sélecteur plus spécifique. */
	padding: 0;
	margin: 0;
}
p {
	margin-top: 0;	 /* la suppression de la marge supérieure résout un problème où les marges sortent de leur div conteneur. La marge inférieure restante l'éloignera de tout élément qui suit. */
padding-right: 15px;
padding-left: 15px;	
	
}
h1, h6 {
	margin-top: 0;	 /* la suppression de la marge supérieure résout un problème où les marges sortent de leur div conteneur. La marge inférieure restante l'éloignera de tout élément qui suit. */
	padding-right: 15px;
	padding-left: 15px; /* l'ajout de la marge intérieure aux côtés des éléments à l'intérieur des divs, et non aux divs proprement dit, évite le recours à des calculs de modèle de boîte. Une autre méthode consiste à employer une div imbriquée avec marge intérieure latérale. */
	margin-bottom: 0;
}
h2 { font-family:"Times New Roman", Times, serif;
margin-top: 0;	 /* la suppression de la marge supérieure résout un problème où les marges sortent de leur div conteneur. La marge inférieure restante l'éloignera de tout élément qui suit. */
	padding-right: 15px;
	padding-left: 15px; /* l'ajout de la marge intérieure aux côtés des éléments à l'intérieur des divs, et non aux divs proprement dit, évite le recours à des calculs de modèle de boîte. Une autre méthode consiste à employer une div imbriquée avec marge intérieure latérale. */
	font-size:18px;
}
h3 { font-family:"Times New Roman", Times, serif;
margin-top: 0;	 /* la suppression de la marge supérieure résout un problème où les marges sortent de leur div conteneur. La marge inférieure restante l'éloignera de tout élément qui suit. */
	padding-right: 15px;
	padding-left: 15px; /* l'ajout de la marge intérieure aux côtés des éléments à l'intérieur des divs, et non aux divs proprement dit, évite le recours à des calculs de modèle de boîte. Une autre méthode consiste à employer une div imbriquée avec marge intérieure latérale. */
	font-size:16px;
	}
h4 { font-family:"Times New Roman", Times, serif;
margin-top: 0;	 /* la suppression de la marge supérieure résout un problème où les marges sortent de leur div conteneur. La marge inférieure restante l'éloignera de tout élément qui suit. */
	padding-right: 15px;
	padding-left: 15px; /* l'ajout de la marge intérieure aux côtés des éléments à l'intérieur des divs, et non aux divs proprement dit, évite le recours à des calculs de modèle de boîte. Une autre méthode consiste à employer une div imbriquée avec marge intérieure latérale. */
	font-size:15px;
	}
h5 { font-family: "normal .8em/1.5em Arial", Helvetica, "sans-serif;";
margin-top: 0;	 /* la suppression de la marge supérieure résout un problème où les marges sortent de leur div conteneur. La marge inférieure restante l'éloignera de tout élément qui suit. */
	padding-right: 15px;
	padding-left: 15px; /* l'ajout de la marge intérieure aux côtés des éléments à l'intérieur des divs, et non aux divs proprement dit, évite le recours à des calculs de modèle de boîte. Une autre méthode consiste à employer une div imbriquée avec marge intérieure latérale. */
	font-size:12px;
	}
a img { /* ce sélecteur élimine la bordure bleue par défaut affichée dans certains navigateurs autour d'une image lorsque celle-ci est entourée d'un lien. */
	border: none;
}

/* ~~ La définition du style des liens de votre site doit respecter cet ordre, y compris le groupe de sélecteurs qui créent l'effet de survol. ~~ */
a:visited {
	color: #00F;
	text-decoration: none;
}
a:link {
	color: #00F;
	text-decoration: none;
	transition: all 0.5s ease;
}
a:hover, a:active, a:focus {
	color: #FC0;
	 text-shadow: 0 0 .5em black, 0 0 1em black;
}
a:active {
	text-decoration: none;
}
form {
	padding-right: 25px
}
.logo {
	display: none;
	color:#fff;
	font-size: 20px;
}
.header {
	color:#000;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction:;
	align-items: center;		
	background-color:#939393;
    background: rgb(222,224,229); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(222,224,229,1) 15%, rgba(130,140,149,1) 62%, rgba(40,52,59,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(222,224,229,1) 15%,rgba(130,140,149,1) 62%,rgba(40,52,59,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(222,224,229,1) 15%,rgba(130,140,149,1) 62%,rgba(40,52,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee0e5', endColorstr='#28343b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.header p{
	margin:0
}
.header-logo>img {
    display: block;
    margin: 0 auto;
    float: left;
    transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
}
header{
    height: 125px;
    // set animation
    -webkit-transition: all 1.4s ease;
    transition: all 1.4s ease;
}
 header.sticky {
   position: fixed;
   line-height: 48px;
   height: 50px; 
   width: 96%;
	background-color:#094780;
	background-image: -webkit-gradient(radial, 50% 1, 0, 50% 1, 313, color-stop(0%, rgb(31, 169, 244)), color-stop(100%, rgb(0, 28, 78)));
	background-image: -webkit-radial-gradient(center 1px, farthest-corner, rgb(31, 169, 244) 0%, rgb(0, 28, 78) 100%);
    background-image: -moz-radial-gradient(center 1px, farthest-corner, rgb(31, 169, 244) 0%, rgb(0, 28, 78) 100%);
    background-image: -ms-radial-gradient(center 1px, farthest-corner, rgb(31, 169, 244) 0%, rgb(0, 28, 78) 100%);
    background-image: -o-radial-gradient(center 1px, farthest-corner, rgb(31, 169, 244) 0%, rgb(0, 28, 78) 100%);
    background-image: radial-gradient(farthest-corner at center 1px, rgb(31, 169, 244) 0%, rgb(0, 28, 78) 100%);
   text-align:;
   top: 2px;
	font-size: small;
	display: block;
}
header.sticky .header-logo {
    height: auto;
    margin: 0;
    padding: 0;
	transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
}
header.sticky .header-logo img {
  width: 80px;
  margin-right: 5px;
}
/* ~~ Colonnes pour la mise en page. ~~ 
*/
.sidebar1 {
	font-size: 12px;
	float: left;
	width: 5%;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	/*position: ;*/
}
.sidebar1 p {
	padding-left:8px;
	font-size: 10px;
}
.content {
	 -moz-box-shadow: inset 0 0 5px 5px #888;	
	/*font-weight:;*/
	text-align: justify; 
	color: #000;
	width: 90%;
	float: left;
	margin-left: 8px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	/* Anciens navigateurs */
	background: #BBBBBB url("gradient1-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Internet Explorer */
	*background: #BBBBBB;
	background: #BBBBBB\0/;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="gradient1-bg.png", sizingMethod="scale");
	/* Opera */
	background: #BBBBBB url("gradient1-bg.svg");
	/* Navigateurs récents */
	background-image: -webkit-gradient(
				linear,
				left top, left bottom,
				from(#BBBBBB),
				to(#BBBBBB),
		color-stop(0.5, #FFFFFF)
			);
	background-image: -webkit-linear-gradient(
				top,
				#BBBBBB,
				#FFFFFF 50%,
		#BBBBBB
			);
	background-image: -moz-linear-gradient(
				top,
				#BBBBBB,
				#FFFFFF 50%,
		#BBBBBB
			);
	background-image: -o-linear-gradient(
				top,
				#BBBBBB,
				#FFFFFF 50%,
		#BBBBBB
			);
	background-image: linear-gradient(
				top,
				#BBBBBB,
				#FFFFFF 50%,
		#BBBBBB
			);
	overflow: auto;
	}
.bndhead{
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
table{
border: 1px solid black;
border-collapse: collapse;
}
table td {
border: 1px solid black;
	padding: 5px
}
#Input-search {
  background-image: url(../img/icon_menu/searchicon.png);
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 91%;
  font-size: 16px;
  font-style: italic;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin: 5px;
}
.scroll-line
{
  height: 2px;
  background: #1DA0E9;
  width: 0%;
}
.scrln
{
position: fixed;
top: 0;
left: 2%;
z-index: 1;
width: 96%;
height: 2px;
background:#fff;
}
@media all and (min-width: 0px) {
.sidebar2 {
	float: left;
	width:4%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* cette marge intérieure reflète la marge intérieure droite dans les en-têtes et la règle de paragraphe ci-dessus. Une marge intérieure a été placée en bas, afin d'assurer un espace entre les autres éléments des listes, et à gauche pour créer le retrait. Vous pouvez les régler comme bon vous semble. */
	font-size: 100%;
}
/* ~~ Pied de page ~~ */
.footer {
	
	padding: 10px 0;
	position: relative;/* donne hasLayout à IE6 de façon à permettre un effacement correct */
	clear: both; /* cette propriété d'effacement force le .container à comprendre où se terminent les colonnes et à les contenir */
}
/* ~~ classes flottant/effacement diverses ~~ */
.fltrt {  /* cette classe peut servir à faire flotter un élément depuis la droite sur votre page. L'élément flottant doit précéder l'élément à côté duquel il doit apparaître sur la page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* cette classe peut servir à faire flotter un élément depuis la gauche sur votre page. L'élément flottant doit précéder l'élément à côté duquel il doit apparaître sur la page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* cette classe peut être placée sur une div <br /> ou vide, en tant qu'élément final suivant la dernière div flottante (dans le #container) si le paramètre #footer est supprimé ou retiré du #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.shadow {
-moz-box-shadow:0px 0px 10px 7px #777777;
-webkit-box-shadow:0px 0px 10px 7px #777777;
box-shadow:0px 0px 10px 7px #777777;
}
.title-search{
	text-align: center;
	color:#FC0;
	margin-top: 15px;
	margin-bottom: 15px;
}
.bndhead{
	text-align: center;
    width: 100%;
	height: auto;
	background-color: rgba(1, 0, 0, 0.2); 
	-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
    background-image: transparent;
}
/* searchform */
#searchform #s {
	width:100px;
	font: italic 105%/110% "Times New Roman", Times, serif;
	color: #86856f;
	padding: 3px 4px 3px 28px;
	border: solid 1px #bebdaa;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	background-color: #f6f4ed;
	background-image: url(../img/icon_menu/nav-icons.png);
	background-repeat: no-repeat;
	background-position: -8px -497px;
	
}
#searchform #s:focus {
	color: #333;
	width: 150px;
	background-color: #fff;
	font-style: normal;
}
.submit { 
    position: relative;
	z-index: 4;
	top: -2px;
    left: 32px;
    width: 28px;
    height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	border-radius: 30px;
	cursor: pointer; 
	background: none;
}
.submit:hover {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik01MDMuODY2LDQ3Ny45NzRMMzYwLjk1OCwzMzUuMDUyYzI4LjcyNS0zNC41NDQsNDYuMDE3LTc4LjkxMiw0Ni4wMTctMTI3LjMzNiAgYzAtMTEwLjA4NC04OS4yMjctMTk5LjMxMi0xOTkuMzEyLTE5OS4zMTJDOTcuNTk5LDguNDAzLDguMzUxLDk3LjYzMSw4LjM1MSwyMDcuNzE1YzAsMTEwLjA2NCw4OS4yNDgsMTk5LjMxMiwxOTkuMzEyLDE5OS4zMTIgIGM0OC40MzUsMCw5Mi43OTItMTcuMjkyLDEyNy4zMzYtNDYuMDE3bDE0Mi45MDgsMTQyLjkyMkw1MDMuODY2LDQ3Ny45NzR6IE0yOS4zMzEsMjA3LjcxNWMwLTk4LjMzNCw3OS45ODctMTc4LjMzMiwxNzguMzMyLTE3OC4zMzIgIGM5OC4zMjUsMCwxNzguMzMyLDc5Ljk5OCwxNzguMzMyLDE3OC4zMzJzLTgwLjAwNywxNzguMzMyLTE3OC4zMzIsMTc4LjMzMkMxMDkuMzE4LDM4Ni4wNDcsMjkuMzMxLDMwNi4wNSwyOS4zMzEsMjA3LjcxNXoiIGZpbGw9IiMzNzQwNEQiLz48L3N2Zz4=) no-repeat left 9px center transparent;
    background-size:12px;
	top:-2px;
	right: 138px;
	position:relative;
}	
}
  div.col-body div.col-first {
    text-align: left;
  }
  div.col-body div.col-first div {
    text-align: justify;
    column-count: 2;
    column-gap: 1em;
    column-rule: 1px solid black;
    -moz-column-count: 2;
    -moz-column-gap: 1em;
    -moz-column-rule: 1px solid black;
    -webkit-column-count: 2;
    -webkit-column-gap: 1em;
    -webkit-column-rule: 1px solid black;
    padding-left: 5px;
  }
  div.bloc {
        margin: 15px;   
    }
    div.left {
		float: left;
        background-color:#FFF; 
		 padding: 0px;   
    }
    div.right {
		float: right;
        background-color: #888; 
		margin:0px;  
		 padding: 0px;    
    }
	 div.center {
        background-color: #888;    
    }
#sommaire {
			margin: 0;
			padding: 0;
			list-style: none;
			background: #000;
			color: #fff;
			width: 250px;
			font-family: "normal .8em/1.5em Arial", Helvetica, "sans-serif;";
			}
#sommaire a, #sommaire span {
			display: block;
			padding: 4px 10px;
			color: #fff;
			text-decoration: none;
			background: #000 url(../img/graph/menu-item.png) left bottom no-repeat;
	}
#sommaire .toggleSubMenu a, #sommaire .toggleSubMenu span {
			background-image: url(../img/graph/menu-item-deroule.png);
			}
#sommaire .open a, #sommaire .open span {
			background-image: url(../img/graph/menu-item-enroule.png);
			}
#sommaire a:hover, #sommaire a:focus, #sommaire a:active {
			text-decoration: underline;
			}
#sommaire li a:hover {
	        color:#FC0;
	        text-decoration: none;
            }
#sommaire .subMenu {
			background: #ccc url() 0 0 repeat-x;
			font-size: .9em;
			margin: 0;
			padding: 0;
			border-bottom: 1px solid #666;
			}
#sommaire ul.subMenu a {
	        color: #FC0;
	        background: #ccc url(../img/graph/subMenu.png) 0 0 repeat-x;
	        padding: 3px 20px;
	        /*text-decoration:;*/
			}
#sommaire ul.subMenu a:hover {
	        color: #FFF;
	        background: #ccc url(../img/graph/subMenu.png) 0 0 repeat-x;
	        padding: 3px 20px;
	       /* text-decoration:;*/
			}
			
#tb1 {
	font-size:11px;
	text-align:center
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
.vt {
	writing-mode: vertical-rl;
    text-orientation: sideways;
    color:red;
    border:0px solid red;
    font-size:24px;
    font-weight:bold;
}
.vr {
	writing-mode: vertical-rl;
    text-orientation: sideways;
    color:black;
    border:0px solid black;
    font-size:21px;
    font-weight:bold;
}
.limites {
	font-size: 14px;
	font-style: italic;
}
.breadcrumb { 
    float:left;
    margin-left:30px;
    margin-bottom:2px;
    margin-top:10px;
 	font-size: 0.8em;
    color: #fc0;
 	/*background:;*/
 	/*border:;*/
 	padding:2px;
	overflow: auto;
	border-radius: 5px;
	text-decoration: none;

}
.breadcrumb a:visited {
	color:#FFF;
	text-decoration: none;
}					
.breadcrumb a:link {
	color:#FFF;
	text-decoration: none;
} 
.breadcrumb a:hover, a:active, a:focus {
	color: #fc0;
	text-decoration: underline;
}
		
		
/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 40px;
	margin-left: -10px;
	margin-bottom:-20px;
}
#back-top a {
	width: 40px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: ;
	text-decoration: none;
	color: #FC0;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #FFF;
}
/* arrow icon (span tag) */
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 7px;
	background: #000 
	url(../img/graph/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	
	background: rgba(204,204,204,1) 
	url(../img/graph/up-arrow1.png) no-repeat center center;
		
}
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 400px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: justify;
  font-size: 14px;
  line-height: 1.2;
}
/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
@media all and (max-width : 64rem ){
body {
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	}
.clear {
     clear: none;
    }	
.content
    {
	margin-left: 0px;
	font-size: 1.2em;
	width: 100%;
    }
.sidebar1
    {
     width: 100%;
     display: flex;
     justify-content: center;
     padding-bottom: 0px;
    }
.sidebar2{display: none}
article, aside
    {
     width: auto;
     margin-bottom: 5px;
    }
.div{
        width: 100%;
        border-right: none;
        border-left: none;
        margin-left: 0px;
        margin-right: 0px; 
    }
header {
	display: none;
}
header.sticky {
	display: none;
}
.header{	
	height: 50px;
    }
.header img{	
	display: none;
    }
.scrln
{
left: 0;
width: 100%;
}
main {width: 100%
	}
#back-top {
	opacity: 0.5;
	}
#back-top a {
font: 1px/100% Arial, Helvetica, sans-serif;
}
#sommaire ul.subMenu a {        
	 background: #000 url() 0 0 repeat-x;
	}
#sommaire {		
	width: ;
	}
#Input-search {
    width: 85%;
}
	}
@media all and (max-width : 50rem ){
body {
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	}
.clear {
    clear: none;
     }	
.header {
	font-size: 1.3em;
    }
#txt{
	display: none	
	}
.content
    {
	float: none;
	font-size: 1.5em;
	width: 100%;
    }
.sidebar2{display: none}
	
article, aside
    {
    width: auto;
    margin-bottom: 5px;
    }
.div{
        width: 100%;
        border-right: none;
        border-left: none;
        margin-left: 0px;
        margin-right: 0px; 
    }
main {width: 100%
	}