html
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100%;
	font-family: calibri;
	background-image: url("content/landscape_dual.jpg");
	background-attachment: fixed;
}

.page
{
	min-height: 480px;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	background-color: white;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	z-index: 1;
}

.bloc_contenu
{
	display: inline-block;
	width: 72%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	min-height: 100%;
	background-color: #ffffff;
	padding-top: 0px;
	padding-bottom: 20px;
	z-index: 1;
}

header
{
	margin: 0px;
	padding: 0px;
}

.top_header a
{
	color: #8A8A8A;
	font-weight: bold;
	text-decoration: none;
}

.top_header a:hover
{
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}

footer
{
	height: 100px;
	background-color: white;
	text-align: center;
	padding: 10px;
	margin: 0px;
	box-shadow: 0px -3px 3px #888888;
	font-weight: bold;
	z-index: 4;
}

.top_header
{
	position: relative;
	padding: 10px;
	background-color: white;
	margin: auto;
	z-index: 3;
	box-shadow: 0px 3px 3px #888888;
}

.identification
{
	position: absolute;
	top: 20px;
	right: 20px;
	height: 20px;
}

.banniere
{
	height: 300px;
	width: 1100px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
	z-index: 2;
	background: url("content/mask_2_by_touya101-d5pnmmy.jpg");
	background-position: -100px -150px;
}

.banniere img
{
	display: block;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}

nav
{
	width: 1100px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #333333;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}

h2
{
	margin-top: 0px;
}

footer p
{
	margin: 0px;
}

.bloc_contenu p
{
	margin: 0px;
}

.menu_deroulant, .menu_deroulant ul
{
   padding: 0;
	margin: 0;
	list-style: none;
}

.menu_deroulant
{
   text-align: center;
	text-transform: uppercase;
}

.menu_deroulant li
{
    display: inline-block;
	 position:relative;
    /*margin-right: 20px;
	 height: 40px;
	 padding-top: 10px;*/
}

.menu_deroulant ul li
{
    display: inherit;
}

.menu_deroulant a
{
    display: block;
	 font-size: 18px;
    color: #ffffff;
	 font-weight: bold;
    padding:8px 32px;
    text-decoration: none;
}

.menu_deroulant a:hover
{
    color: #009cff;
    border-bottom: 1px solid #009cff;
}

.menu_deroulant ul
{
   position:absolute;
z-index: 1000;
max-height:0;
left: 0;
right: 0;
overflow:hidden;
-moz-transition: .8s all .3s;
-webkit-transition: .8s all .3s;
transition: .8s all .3s;
}

.menu_deroulant li:hover ul
{
    max-height:15em;
}

.menu_deroulant li li
{
    background-color: rgba(51, 51, 51, 0.9);
}

.menu_deroulant li:hover, .menu_deroulant li li:hover
{
    background-color: rgba(20, 20, 20, 0.9);
}

details summary
{
	outline: none;
	background-color: #0099ff;
	color: white;
}

details div
{
	background-color: #ffff00;
	width: 95%;
	margin: auto;
}

.bloc_contenant
{
	margin-bottom: 10px;
	height: auto;
	overflow: auto;
}

.bloc_contenant h3
{
	background-color: #009cff;
	color: white;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.bloc_contenant p
{
	background-color: #eeeeee;
	color: #333333;
	padding: 5px;
	width: 96%;
	margin: auto;
	margin-top: 0px;
	border-right: #cccccc solid 1px;
	border-left: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
	overflow: auto;
}

.bloc_contenant p[class="contenu_billet"]
{
	text-align: center;
	padding-top: 10px;
}

.bloc_contenant a
{
	text-decoration: none;
	color: #FF6600;
}

.bloc_contenant a:hover
{
	font-weight: bold;
}

.bloc_contenant img
{
	margin-right: 20px;
}

.bloc_contenant span[class="know_more"]
{
	display: block;
	text-align: right;
}

.bloc_contenant span[class="bottom_billet"]
{
	display: block;
	text-align: right;
	margin-right: 5px;
	font-size: 90%;
}

nav[class="vertical"]
{
	display: inline-block;
	width: 25%;
	margin-left: 10px;
	vertical-align: top;
}