*
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

body
{
	background: black;
    width: 100%;
}
header
{
	background: url('../images/fond_haut.png') no-repeat;
	width: 90%;
	height: 240px;
}
section
{
	background: url('../images/fond.png');
	background-repeat: repeat-y; 
}
article
{
	float: left;
	margin-left: 200px;
	width: 50%;
}
p{
	font-size: small;
	color: white;
	font-family: arial;
	margin-bottom: 0.2em;
}
.titre
{
	color: #F4009B;
	font-size:1.5em;
	font-family: Bellerose;
}
aside
{
    width: 240px;
    height: 240px;
    margin-right: 15%;
    padding-bottom: 1%;
    float:right;
}
footer
{
	background: url('../images/fond_bas.png') no-repeat;
	width: 90%;
	height: auto;
	bottom: 0;
    padding-top: 8em;
}

/* menu */

#navigationMenu
{
	margin-left: 90%;
    margin-top: 50px;
	position: fixed;
	width: 300px;
}
#navigationMenu li
{
    list-style:none;
    height:40px;
    padding:2px;
    width:40px;
}
#navigationMenu span
{
    /* Container properties */
    width:0;
    right:40px;
    padding:0;
    position:absolute;
    overflow:hidden;

    /* Text properties */
    font-family:Bellerose;
    font-size:20px;
    font-weight:bold;
    letter-spacing:0.6px;
    white-space:nowrap;
    line-height:40px;

    /* CSS3 Transition: */
    -webkit-transition: 0.25s;

    /* Future proofing (these do not work yet): */
    -moz-transition: 0.25s;
    transition: 0.25s;
}
#navigationMenu a
{
    /* The background sprite: */
    background:url('../images/navigation_all.jpg') no-repeat;
    height:40px;
    width:40px;
    display:block;
    position:relative;
}

/* General hover styles */

#navigationMenu a:hover span
{
	width:auto; padding:0 20px;overflow:visible;
}
#navigationMenu a:hover
{
    text-decoration:none;

    /* CSS outer glow with the box-shadow property */
    -moz-box-shadow:0 0 5px #9ddff5;
    -webkit-box-shadow:0 0 5px #9ddff5;
    box-shadow:0 0 5px #9ddff5;
}
/* home Button */

#navigationMenu .home
{
	background-position:0 0;
}
#navigationMenu .home:hover
{
	background-position:0 -40px;
}
#navigationMenu .home span
{
    background-color:#af1e83;
    color:#460f35;
    text-shadow:1px 1px 0 #d244a6;
}

/* about Button */

#navigationMenu .about
{
	background-position:-40px 0;
}
#navigationMenu .about:hover
{
	background-position:-40px -40px;
}
#navigationMenu .about span
{
    background-color:#af1e83;
    color:#460f35;
    text-shadow:1px 1px 0 #d244a6;
}

/* services Button */

#navigationMenu .services
{
	background-position:-80px 0;
}
#navigationMenu .services:hover
{
	background-position:-80px -40px;
}
#navigationMenu .services span
{
    background-color:#af1e83;
    color:#460f35;
    text-shadow:1px 1px 0 #d244a6;
}

/* Bouton partenaires */

#navigationMenu .partenaires { background-position:-120px 0;}
#navigationMenu .partenaires:hover{ background-position:-120px -40px;}
#navigationMenu .partenaires span{
    background-color:#af1e83;
    color:#460f35;
    text-shadow:1px 1px 0 #d244a6;
}

/* Bouton publications */

#navigationMenu .publications { background-position:-160px 0;}
#navigationMenu .publications:hover{ background-position:-160px -40px;}
#navigationMenu .publications span{
    background-color:#af1e83;
    color:#460f35;
    text-shadow:1px 1px 0 #d244a6;
}

/* contact Button */

#navigationMenu .contact { background-position:-200px 0;}
#navigationMenu .contact:hover{ background-position:-200px -40px;}
#navigationMenu .contact span{
    background-color:#af1e83;
    color:#460f35;
    text-shadow:1px 1px 0 #d244a6;
}

.titre:first-letter
{
	font-size:1em;
}


.moa{
    margin-left: 2em;
    display: inline-block;
}
#moi{
    font-family: arial;
    font-size: 0.75em;
}
#moua {
    color: grey;
    display: block;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    font-family: Bellerose;
    font-size: 1em;
    color: white;
    padding-left: 0;
}
#moua:hover{
    color: white;
    text-decoration: none;
    text-shadow: 0 0 2px #ffffff;
}
#lang {
    color: #F4009B;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    font-family: Bellerose;
    font-size: x-large;
}
#lang:hover{
    color: white;
    text-decoration: none;
    text-shadow: 0 0 2px #ffffff;
}
#twitter{
	height: 2em;
	width: 2em;
}
.adresses{
	text-align: center;
}
@font-face {
    font-family:"Bellerose";
    src:url("../fonts/bellerose_light/Bellerose.eot?") format("eot"),url("../fonts/bellerose_light/Bellerose.woff") format("woff"),url("../fonts/bellerose_light/Bellerose.ttf") format("truetype"),url("../fonts/bellerose_light/Bellerose.svg#BelleroseLight") format("svg");
    font-weight:normal;
    font-style:normal;
}

/* Mentions legales */

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 500px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.close {
	background: #F4009B;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 100px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover {
	background: #00d9ff;
	padding-left: 0em;
}

#pop {
    color: black;
}

/* Menu */

#menuDialogClose a
{
}

.menuDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.menuDialog:target {
	opacity:1;
	pointer-events: auto;
}

.menuDialog > div {
	width: 40%;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: grey;
}

#menuPop {
    color: black;
}

/* lignes de menu */

#menuDialogList
{
	list-style:none;
	text-align: center;
}

#menuDialogLine
{
	color: white;
	text-align: center;
    text-decoration: none;
    font-family: Bellerose;
    font-size: x-large;
}

#menuDialogLine:hover
{
    color: #F4009B;
}

/* emile Remy */

#lui{
    color: white;
}
#lui:hover{
    color: white;
	padding-left: 0em;
}
