#container 
{ 
	
	margin-left: auto; margin-right: auto;
	width:90%; 
}

body
{
   margin: 0;
   font-size: 1.1em;
   background-image: url();
}

button
{
	font-size : 2em;
}

#bloc_page
{
	width: 90%;
	margin: 0 auto auto auto;
	background-color: rgba(176,150,90,0.4);
	
}

#QCM
{
	width: 90%;
	margin: 0 auto auto auto;
	background-color: rgba(176,150,90,0.4);
}

#QCMitem
{
	margin-left: 10px;
}

#Q
{
	font-weight: bold;
}

h1
{
	text-align: center;
	color: floralwhite;
    font-size: 3em;
    text-shadow: 2pt 2pt 4pt black;
}

span
{
	font-weight: bold;
}

input
{
	margin-left: 15px;
	margin-bottom:10px;
	font-size: 1.5em;
}

#titre
{
	font-size: 2.5em;
	text-align: center;
}

figure
{
    text-align: center;
}

/* header
{
	background-image: url();
	background-repeat: no-repeat;
	position: fixed;
	background-color: rgba(176,150,90,0.4);
	width: 90%;
	
	
} 

*/

#titre
{
	font-family: arial;
    text-align: center;
    color: floralwhite;
    font-size: 3em;
    text-shadow: 2pt 2pt 4pt black;
}

header nav
{
	
	font-size : 2em;
    background-color: rgba(155,231,125,0.4);
    text-align: center;
}

header nav ul
{
    list-style-type: none;
    margin: 0px;
}

header nav li
{
    display: inline-block;
    margin-right: 20px;
}


nav a { text-decoration: none; opacity: 1; }
nav a:link { color: black; }	
nav a:visited { color: darkred; }
nav a:hover { color: red; }

img
{
	background-image: none;
	text-align: center;
}

article
{
    padding: 10px 10px 10px 10px;
    background-color: rgba(176,150,90,0.4);
    text-align: justify;
}

article h2
{
	text-align: center;
}

article button
{
	font-size : 1.2em;
}

#logos
{
	padding-top: 10px;
	text-align: center;
}
#contact
{
	text-align: center;
	font-size:0.8em;
	margin-top : 20pt;
	
}
footer
{
	clear:both;
	text-align: center;
    font-size: 70%;
	font-style: italic;
	margin-top: 20pt;
	
}


