@font-face {
    font-family: 'dangonormal';
    src: url('dango-webfont.eot');
    src: url('dango-webfont.eot?#iefix') format('embedded-opentype'),
         url('dango-webfont.woff') format('woff'),
         url('dango-webfont.ttf') format('truetype'),
         url('dango-webfont.svg#dangonormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin:0;
    padding: 120px 0 0 0;
	background-image: url('NO bottom_manny.png'), url('images/index.jpg'); /* fond */
	background-attachment: fixed, fixed;
	background-size: 100px auto, cover;
	background-repeat: no-repeat;
	background-position: 0% 100%, 50% 50%;
	font-family: Segoe UI;
}



header {
	-moz-box-shadow: 0 0 10px 10px #888;
	-webkit-box-shadow: 0 0 10px 10px#888;
	box-shadow: 0 0 10px 10px #888;
	width: 100%;
	height: 120px;
	position: absolute;
	top: 0;
    left: 0;
	border-bottom: black solid 1px;
	background-image: url('images/index.png'), url('images/banniere.png'); /* Bannière mouvante et banniere fixe*/ 
	background-size: 800px 300px, 322px 333px;
	background-position: 100% 0%, 0% 0%;
	background-repeat: no-repeat, repeat;
	background-color: #2a231e;
	-webkit-transition: background-position 10s ease;
	-moz-transition: background-position 10s ease;
	transition: background-position 10s ease;
}

@media screen{
    body>header{
        position: fixed;
    }
}
* html body{
    overflow:hidden;
} 
* html div#scrollable{
    height:100%;
    overflow:auto;
}

header:hover {
	background-position: 100% 100%, 0% 0%;
}

header h1 {
	margin-top: 15px;
	color: white;
	font-family: dango, georgia, arial;
	font-size: 32pt;
	text-align: center;
	max-width: 400px;
	text-shadow: 0 0 0.3em #000;
    display: inline-block;
}

@media screen and (max-width: 500px) {
    header h1 {
        font-size: 24pt;
    }
}

@media screen and (max-width: 800px) {
    header h1 {
        font-size: 28pt;
    }
}

@media screen and (max-width: 1000px) {
    header h1 {
        max-width: 100%;
        width: 100%;
    }
}

header ul {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    color: #FFF;
    text-shadow: 0 0 0.4em #000;
    font-variant: small-caps;
    margin: 0;
    padding: 0;
}

header ul li {
    display: inline;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-topright: 100px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-transition: 100ms ease;
    -moz-transition: 100ms ease;
    transition: 100ms ease;
    white-space: nowrap;
}

header ul a {
    color: white;
    text-decoration: none;
}
nav ul a {
    color: black;
    text-decoration: none;
}

header ul li:hover {
    background: rgba(0, 0, 0, 1);
}

header ul .selected {
    background: rgba(0, 0, 0, 1);
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

/* menu */
nav {
    float: left;
	width: 200px;
    padding-top: 10px;
}

nav h1 {
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 10pt;
    font-weight: normal;
	text-shadow: 0 0 0.2em #555;
}

nav ul {
    margin-top: 0;
	list-style-type: none;
	padding-left: 10px;
}

nav li {
	-webkit-transition: 100ms;
}


nav li:hover {
	padding-left: 15px;
}

nav .selected {
	padding-left: 15px;
    font-weight: bold;
}

#content {
    margin-left: 200px;
    padding-left: 30px;
    padding-right: 30px;
	text-align: justify;
}

#content h1 {
	text-align: center;

}

#content h2 {
    font-size: 14pt;
	text-align: center;
 
}

#content h3{
    border-bottom: 1px solid black;
}

.gallery {
    text-align: center;
}

#content .gallery a img {
    box-shadow: 1px 1px 12px #333;
    margin: 5px;
    border: 4px solid white;
    -webkit-transition: 100ms ease;
    -moz-transition: 100ms ease;
    transition: 100ms ease;
}

#content .gallery a img:hover {
    box-shadow: 1px 1px 20px #000;
    -webkit-transition: 100ms ease;
    -moz-transition: 100ms ease;
    transition: 100ms ease;
}

#content .subfooter {
    text-align: right;
}

#content a {
    color: #444;
    text-decoration: none;
    font-weight: bold;
}

#content a:hover {
    text-decoration: underline;
}

footer {
	width: 100%;
	padding-left: 100px;
	height: 30px;
	text-align: center;
}

footer p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 8pt;
	color: #555;
}


/* AJOUTS CLEMSPAW */

.imageflottante
{
   float: left;
   margin-right: 15px;
   margin-right: 15px;
}
 
.imageflottante2
{
   float: right;
   margin-right: 15px;
   margin-right: 15px;
}

.center
{
 text-align: center;
} 

.italique
{

font-style: italic;
font-size: 15px;
text-align: center;
}

.averti
{
color: #800000;
font-style: italic;
font-size: 15px;
text-align: center;
}
