@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		2;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	20;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

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

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 83.4166%;
	padding-left: 3.7916%;
	padding-right: 3.7916%;
}
#Head-Banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#myTopnav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.topnav {
	overflow: hidden;
	background-color: #E23705;
}
.topnav .icon {
  display: none;
}
#commercial_banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Introduction {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#article {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	visibility: visible;
	padding: 2%;
}	
#article_2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	visibility: visible;
	display: block;
	visibility: visible;
	padding: 2%;
}	
.title {
	font-size: 1.3em;
	line-height: 1.5em;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	background-image: url(../backgrounds/Flaire-1.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	display: block;
	visibility: hidden;
}
.title_2 {
	font-size: 1.3em;
	line-height: 1.4em;
	font-style: italic;
	font-weight: 500;
	background-image: url(../backgrounds/Flaire-2.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	display: block;
	padding: 3px;
}

#A-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#A-2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#A-3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#B-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#B-2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#B-3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#Footer {
	clear: both;
	float: left;
	margin: 1%;
	width: 100%;
	display: block;
	background-image: url(../backgrounds/Flaire-1.jpg);
	background-repeat: repeat;
	height: 2em;
}
.image_left {
	clear: both;
	float: left;
	width: 35%;
	margin-left: 1px;
}
.image_shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}	
.resize-left {
	max-width: 90%;
	max-height: 90%;
	text-align: center;
	position: relative;
	margin-left: 2px;
	margin-right: 2px;
}	
#nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #EE8D2D;
}

.white-links {
	color: #FFFFFF;
}
h1 {
	text-align: center;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	color: #F0580F;
	margin-top: 7px;
	margin-bottom: 7px;
	text-shadow: 2px 3px 3px #808080
}
h2 {
	text-align: center;
	font-size: 15px;
	font-style: italic;
	line-height: 22px;
	color: #E23705;
	margin-top: 7px;
	margin-bottom: 7px;
	text-shadow: 2px 3px 3px #fff
}
h3 {
	text-align: center;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	color: #E23705;
	margin-top: 6px;
	margin-bottom: 6px;
	text-shadow: 2px 3px 3px #808080
}
h4 {
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	font-style: italic;
	margin-right: 2px;
	margin-left: 2px;
	text-shadow: 2px 3px 3px #808080;
	background-image: url(../backgrounds/Flaire-1.png);
}
h5 {
	font-size: .9em;
	line-height: 1.4em;
	font-weight: 600;
	margin: 3px;
	text-align: center;
	font-style: italic;
	text-decoration: underline;
	color: #F0580F;
	text-shadow: 2px 3px 3px #808080;
	margin: auto;
}
.h5 {
	color: #F0580F;
	text-align: center;
	text-shadow: 2px 3px 3px #808080;
	clear: both;
	display: block;
	margin: 5px;
}

h6 {
	font-size: .9em;
	text-align: center;
	color: #F0580F;
	margin: auto;
}

#google-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
p {
	font-size: 0.95em;
	line-height: 1.5em;
	text-align: left;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	text-indent: 2em;
}
.headline {
	font-weight: 600;
}


.topnav a {
	float: left;
	display: block;
	color: #FFFFFF;
	text-align: center;
	font-size: 15px;
	line-height: 18px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	font-style: italic;
	font-weight: bold;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
.active {
	background-color: #F0580F;
	color: white;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-style: italic;
	font-weight: bold;
}

.notice {
	border: 2px solid #467813;
	border-radius: 5px;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	padding: 15px 20px 15px 50px;
	background-color: #67b11c;
	background-image: url(../Icons/toggle-1.png);
	background-repeat: no-repeat;
	background-position: 20px 50%;
}

#chronic-01 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#chronic-02 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#chronic-03 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#BlogRoll {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#article_2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	visibility: visible;
}
#Titre {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#selection {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#Apropos-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#Apropos-2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

ins.adsbygoogle {background: #fff }
#Facebook {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 30px;
}
	.red.link {
	color: #F0580F;
}

@media screen and (max-width: 600px) {
.topnav a:not(:first-child) {display: none;}
.topnav a.icon {
    float: right;
    display: block;
  }
} 
.topnav.responsive {position: relative;}
.responsive {position: relative;}
.topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
.topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  } 


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
.gridContainer {
	width: 91.7083%;
	padding-left: 0.6458%;
	padding-right: 0.6458%;
}

#Navigation {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Introduction {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	visibility: visible;
}

h1 {
	font-size: 1.4em;
	line-height: 1.5em;
}
h2 {
	text-align: center;
	font-size: 14px;
}
h3 {
	text-align: center;
	font-size: 1em;
	font-style: normal;
	line-height: 1.4em;
	color: #E23705;
	margin-top: 6px;
	margin-bottom: 6px;
	text-shadow: 2px 3px 3px #808080
}
h4 {
	font-size: .85em;
	line-height: 1.5em;
	text-align: center;
}
h5 {
	font-size: 1em;
	line-height: 1.5em;
}


h6 {
	font-size: 11px;
	text-align: center;
}
.float-left {
	max-width: 50%;
	max-height: 50%;
	float: left;
}
.floatright {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.resize {
	max-width: 25%;
	max-height: 25%;
	clear: both;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.resize-left {
	max-width: 50%;
	max-height: 50%;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
.resize-right {
	max-width: 30%;
	max-height: 30%;
	float: right;
}
.resize-2 {
  max-width:60%;
  max-height:60%;
}
#Introduction {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#chronic-01 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 66.1971%;
	display: block;
}
#chronic-02 {
	clear: none;
	float: left;
	margin-left: 1.4084%;
	width: 49.2957%;
	display: block;
}
#BlogRoll {
	clear: none;
	float: left;
	margin-left: 1.4084%;
	width: 32.3943%;
	display: block;
}
#chronic-03 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 49.2957%;
	display: block;
}

#selection {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#A-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
}
#A-2 {
	clear: none;
	float: left;
	margin-left: 1.4084%;
	width: 50%;
	display: block;
}
#A-3 {
	clear: none;
	float: left;
	margin-left: 1.4084%;
	width: 50%;
	display: block;
}

#B-1 {
	clear: none;
	float: left;
	margin-left: 1.4084%;
	width: 50%;
	display: block;
}
#B-2 {
	clear: none;
	float: left;
	margin-left: 1.4084%;
	width: 50%;
	display: block;
}
#B-3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
}

#Apropos-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 40.845%;
	display: block;
}
#Apropos-2 {
	clear: none;
	float: left;
	margin-left: 1.4084%;
	width: 57.7464%;
	display: block;
}

}



/* 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;
}
#nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.topnav a {
	float: left;
	display: block;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	padding-top: 6px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
	text-shadow: 2px 2px 4px #000000;
}
#Introduction {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	visibility: visible;
}
#article {
	clear: both;
	float: left;
	margin-left: 0;
	width: 43%;
	display: block;
	visibility: visible;
	padding: 1%;
}	
#article_2 {
	clear: none;
	float: left;
	margin-left: 3%;
	width: 43%;
	display: block;
	visibility: visible;
	padding: 1%;
}	
#chronic-01 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 66.1971%;
	display: block;
}
#chronic-02 {
	clear: none;
	float: left;
	margin-left: 1.4084%;
	width: 23.9436%;
	display: block;
}
#BlogRoll {
	clear: none;
	float: left;
	margin-left: 1.4084%;
	width: 32.3943%;
	display: block;
}
#chronic-03 {
	clear: none;
	float: left;
	margin-left: 1.4084%;
	width: 23.9436%;
	display: block;
}

#selection {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#A-1 {
	clear: both;
	margin-left: 0%;
	width: 32.3943%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#A-2 {
	clear: none;
	margin-left: 1.4084%;
	width: 32.3943%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#A-3 {
	clear: none;
	margin-left: 1.4084%;
	width: 32.3943%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#B-1 {
	clear: both;
	margin-left: 0%;
	width: 32.3943%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#B-2 {
	clear: none;
	margin-left: 1.4084%;
	width: 32.3943%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#B-3 {
	clear: none;
	margin-left: 1.4084%;
	width: 32.3943%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#Apropos-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 32.3943%;
	display: block;
}
#Apropos-2 {
	clear: none;
	float: left;
	margin-left: 1.4084%;
	width: 49.2957%;
	display: block;
}
h1 {
	font-size: 1.4em;
	line-height: 1.5em;
}
h2 {
	text-align: center;
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: 400;
}
h3 {
	text-align: center;
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.5em;
	color: #E23705;
	margin-top: 6px;
	margin-bottom: 6px;
	text-shadow: 2px 3px 3px #808080
}
h4 {
	font-size: 1.1em;
	line-height: 1.8em;
	text-align: center;
}

h5 {
	font-size: 1.1em;
	line-height: 1.8em;
}
.h5 {
	clear: both;
	display: block;
	margin: 5%;
}

h6 {
	font-size: 11px;
	text-align: center;
}

.resize {
	max-width: 20%;
	max-height: 20%;
	float: left;
	margin-top: 17px;
	margin-right: 15px;
	margin-bottom: 17px;
	margin-left: 10px;
}
.resize-2 {
  max-width:65%;
  max-height:65%;
}
.float-right {
	float: right;
	margin-top: 5px;
}
.resize-right {
	max-width: 35%;
	max-height: 35%;
	margin: 5px;
	float: right;
}
.float-left {
	clear: both;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.resize_main {
	max-width: 85%;
	max-height: 85%;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.center {
	max-width: 85%;
	max-height: 85%;
	clear: both;
	display: block;
	margin: 5%;
}
.title {
	font-size: 1.3em;
	line-height: 1.4em;
	font-style: italic;
	font-weight: 500;
	color: #FFF;
	display: block;
	visibility: visible;
	padding: 3px;
}
.title_2 {
	font-size: 1.3em;
	line-height: 1.4em;
	font-style: italic;
	font-weight: 500;
	background-image: url(../backgrounds/Flaire-2.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	display: block;
	padding: 3px;
}
.headline {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 700;
}
.padding {
	margin-bottom: 15px;
}	
.newspaper {
  column-count: 3;
}
.white-links {
	color: #FFFFFF;
}
}
