@charset "UTF-8";


/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95.8333%;
	padding-left: 2.0833%;
	padding-right: 2.0833%;
	clear: none;
	float: none;
}
h1 {
	margin-bottom: .5em;
	font-weight: bold;
	text-align: center;
	margin-left: -6%;
	padding-top: 0.25em;
}
h2 {
	margin-left: 0;
	font-weight: 700;
	line-height: 1em;
}
/*a {
	border-bottom: none;
}*/
#socialTop {
	width: 128px;
	float: left;
	margin-top: 1em;
	margin-right: 0px;
	padding-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	clear: left;
	margin-bottom: 1em;
}
#mainArticle {
	width: 94%;
	clear: both;
	margin-left: 6%;
	float: none;
	border-bottom-style: none;
}
#mainArticle #prochains {
	float: none;
	margin-right: 10%;
	padding-left: 0px;
}
section.issue {
	width: 200px;
	height: 8.5em;
	float: left;
	margin-left: 0;
	margin-right: 10px;
	position: relative;
	margin-top: 0px;
}
section.issue p.eCissue, section.issue p.jttp {
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	position: absolute;
	top: 0;
	width: 185px;
	height: 30px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 1.5em;
	color: #FFFFFF;
	text-shadow: 0 0 35px #000;
	background-repeat: no-repeat;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(175,175,175,1.00);
	-moz-box-shadow: 1px 1px 4px 0px rgba(175,175,175,1.00);
	box-shadow: 1px 1px 4px 0px rgba(175,175,175,1.00);
	padding-top: 10px;
}
section.issue h2 {
	font-weight: 700;
	font-size: .9em;
	line-height: 1.2em;
	margin-top: 70px;
}
#subNav .subMenu a.currentissue {
	margin-left: 0;
}
section.issue h2 + p.editor{
	margin-top: -.6em;
	line-height: 1.1em;
	text-align: left;
}
#subNav .subMenu {
	font-size: 1em;
	margin-left: 0;
}
#socialBottom {
	margin-top: 0.6em;
	margin-bottom: 10px;
	width: 135px;
	clear: left;
	float: left;
	margin-left: 0px;
}
#logosbottom {
	margin-top: 0;
}
.subtitle {
	text-transform: none;
	font-variant: normal;
	text-align: center;
	margin-left: -6%;
}



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 97.9166%;
	padding-left: 1.0416%;
	padding-right: 1.0416%;
	clear: none;
	float: none;
	margin-left: auto;
}
section.issue {
	width: 200px;
	height: 8.5em;
	float: left;
	margin-left: 0;
	margin-right: 10px;
	position: relative;
}
section.issue p.eCissue {
	position: absolute;
	top: 0;
	width: 185px;
	height: 30px;
	padding-top: 10px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 1.5em;
	color: #FFFFFF;
	text-shadow: 0 0 35px #000;
	background-repeat: no-repeat;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(175,175,175,1.00);
	-moz-box-shadow: 1px 1px 4px 0px rgba(175,175,175,1.00);
	box-shadow: 1px 1px 4px 0px rgba(175,175,175,1.00);
}
#socialBottom {
	margin-top: 0.6em;
	margin-bottom: 10px;
	width: 135px;
	clear: left;
	float: left;
	margin-left: 8%;
}
#mainArticle #prochains {
	float: right;
	margin-right: 12%;
	padding-left: 15px;
}


}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.75%;
	max-width: 1232px;
	padding-left: 0.625%;
	padding-right: 0.625%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#subNav .subMenu {
	font-size: 1em;
}
#fr-en {
	float: right;
	text-align: right;
	font-weight: 400;
	font-style: italic;
	margin-right: 4em;
	margin-top: -2.7em;
}
#mainArticle #prochains {
	float: right;
	margin-right: 15%;
}

}
