#page {
	width: 960px;
	margin: 40px auto 40px auto;
	background-color: #E1DEDD;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

#site-banner {
	height: 250px;
	background: url(../img/header.png) no-repeat 0 0;
	text-indent: -9999px;
}

#content {
	padding: 40px;
}

#content h2 {
	font-family: "Roboto Condensed";
	color: #000;
	padding: 1em 0 0.25em 0;
}

#content ul {
	list-style: none;
}

#content .icon img {
	vertical-align: text-bottom;
	margin-right: 10px;
}

#content .affiche li,
#content .guide li {
	float: left;
	margin-right: 40px;
}

#content .affiche li img,
#content .guide li img {
	display: block;
	-moz-box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.30);
	-webkit-box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.30);
	box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.30);
}

#content .banniere li {
	/*margin-bottom: 40px;*/
	border-bottom: 1px solid #8b8b8b;
}

#content .banniere .left,
#content .youtube .left {
	float: left;
}

#content .banniere .right {
	float: right;
	width: 300px;
}

#content .youtube .right {
	float: right;
	width: 250px;
}

#content .banniere pre,
#content .youtube pre {
	padding: 4px;
	background-color: #fdfdfd;
	border: 1px solid #8b8b8b;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
}

#content .banniere .ban728 .right {
	float: left;
	width: 728px;
}

/* #site-footer p {
	margin-bottom: 0;
	padding-bottom: 20px;
} */




@media only screen and (min-width: 35em) {


}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
