@font-face
{
    font-family : 'Lilly__';
    src : url('Lilly__.ttf') format('truetype');
	font-weight :normal;
	font-style :normal;
}


@font-face 
{
    font-family: Tahoma;
    font-weight: normal;
    font-style: normal;
}

body
{
    font-family: Tahoma, Arial, sans-serif;
    color: gray;
    background-image:url(images/background2.jpg);
	background-attachment:fixed;
    font-size: 1.5 em; 
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */	
}

body h1, h2
{
    font-family:'Calibri light', Arial;
    color: grey;
}

#bloc
{
    width:1120px;
    margin: auto;
}


header img, header h1
{
    vertical-align: top;
}

header
{
    width: 1120px;
    height:200px;
    margin: auto;
    box-shadow: 0px 4px 3px 3px grey;
    border-radius: 5px;
}


header img
{
    padding-right: 100px;
}


header h1
{

    margin-left: 10px;
    font-family: serif, Arial;
    font-size: 3em;
    font-weight: normal;
    display: inline-block;
    margin: 2px;

}

header h2
{
    padding-left: 300px;
    font-family: serif, Arial;
    font-size: 1.5em;
    font-weight: normal;
    margin: 5px;
}

nav
{
    width: 900px;
    text-align: right;
    font-family: 'Calibri light',Tahoma;
	font-size: 0.9em;
    display: inline-block;
    height:120px;
}

nav ul
{
    list-style-type: none;
    display: inline-block;
}

nav li
{
    display: inline-block;
    background-color: white;
    box-shadow: 0px 5px 3px 3px grey;
    border-radius: 5px;
    margin-right: 15px;
    padding: 5px;

}


nav a
{
    font-size: 1.9em;
    color: black;
    text-decoration: none;
    display: inline-block;
    
}

nav a:hover
{
    color: green;
    padding: 7px;
}

section
{
    display: inline-block;
    box-shadow: 0px 4px 3px 3px grey;
    border-radius: 7px;
    padding:10px;
    background-color: white;
}

article, aside
{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}

article a
{
    font-size: 1.05em;
    color: grey;
    text-decoration: none;
    display: inline-block;    
}

article a:hover
{
    color: green;
    padding: 1px;
}

#accueil
{
    width: 620px;
}


article
{
    margin-right: 10px;
    color: black;
    margin-left: 12px
}


.image:hover
{
    width: 100%;
    height: 100%;
}

article p
{
    font-size: 1em;
}

aside
{
    float: right;
    width: 400px;
    background-color: white;
    box-shadow: 0px 4px 3px 3px grey;
    border-radius: 5px;
    padding: 10px;
    color: black;
    font-size: 1em;
    margin-bottom: 10px;
    margin-right: 5px;
}

aside a
{
    color: grey;
    text-decoration: none;
    display: inline-block;
    
}

aside a:hover
{
    color: red;
    padding: 1px;
}

#troupe
{
    text-align: center;
}


#troupe img
{
    border: 3px solid grey;
}

aside h2
{
    text-align: center;
}



footer
{
    text-align: center;
    padding:1px;
    color: silver;
    font-size: 1.1em;
    margin-top: 10px;  
}

footer p, footer ul
{
    font-size: 1.1em;
}

.flotte {
float:left;
}

#logo
{
      float:left;
}