@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%;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
body{
	max-width: 1280px;
	text-align: center;
	margin:0 auto;
	float:none;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	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. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96.7391%;
	padding-left: 1.6304%;
	padding-right: 1.6304%;
	background-color: #FFF;
}

#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #e0e0e0;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #fff;
}
#footer {
	clear: both;
	margin-left: 0px;
	width: 100%;
	display: block;
	text-align: center;
	color: #999999;
	font-style: italic;
	font-size: 12px;
}

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

.menudroit {
	text-align: center;
}

.advertisement {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	font-style: italic;
}


.gridContainer.clearfix #header #ats {
	text-align: left;
	background-color: #e0e0e0;
}

.gridContainer.clearfix #header #center {
	text-align: center;
	background-color: #e0e0e0;
	vertical-align: middle;
	font-size: 1px;
}

.gridContainer.clearfix #header #simslink {
	text-align: right;
	background-color: #e0e0e0;
}

.image {
	width: 100%;
	max-width: 100%;
}

.image1000 {
	width: 100%;
	max-width: 300px;
}

.gridContainer.clearfix #content table tr td div .texte12nongras .texte12nongras strong {
	color: #333;
}
body,td,th {
	text-align: left;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #666;
}
.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display:flex;
  flex-wrap: wrap;
  
  -webkit-flex-flow: row wrap;
}

.flex-containerreverse {
  padding: 0;
  margin: 0;
  list-style: none;
  
display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap-reverse;
  flex-direction: row-reverse;
  
  -webkit-flex-flow: row wrap;
}
.flex-thumb {
	flex-grow: 1;
	flex-basis: 116px;
}

.flex-mini {
	flex-grow: 1;
	flex-basis: 256px;
	padding: 10px;
}


.flex-item {
	flex-grow: 1;
	flex-basis: 300px;
}

.flex-text {
	flex-grow: 1;
	flex-basis: 300px;
}


  .no-touch .box .boxInner table {
	text-align: center;
}
  #dld {
	width: 100px;
	text-align: center;
}


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

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 98.3695%;
	padding-left: 0.8152%;
	padding-right: 0.8152%;
	background-color: #FFF;
}

#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	background-color: #e0e0e0;
	display: block;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#right {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	margin-left: 0px;
	width: 100%;
	display: block;
	text-align: center;
	color: #999999;
	font-style: italic;
	font-size: 12px;
}

.image {
	width: 100%;
	max-width: 800px;
	text-align: left;
}
.image1000 {
	width: 100%;
	max-width: 800px;
}
}

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

@media only screen and (min-width: 1064px) {
.gridContainer {
	width: 89.0217%;
	max-width: 1232px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
	background-color: #FFF;
}

#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #e0e0e0;
	text-align: right;
}


#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 83.1501%;
	display: block;
	background-color: #FFF;
	text-align: center;
}
#footer {
	clear: both;
	margin-left: 0px;
	width: 100%;
	display: block;
	text-align: center;
	color: #999999;
	font-style: italic;
	font-size: 12px;
}


.image {
	max-width: 800px;
}
.image1000 {
	width: 100%;
	max-width: 1000px;
}

#right {
	clear: none;
	float: left;
	margin-left: 1.0989%;
	width: 15.7509%;
	display: block;
}
}
.Notes {
	color: #666;
}
