*
{
	text-align: center;
	color: white;
	background-color: black;
}

:required
{
	background-color: grey;
}

@media only screen and (max-width: 500px) {
    body {
        background-color: black;
    }
} 



section
{	
	text-align: justify;
	margin-left: 10%;
	margin-right: 10%;
	-webkit-column-count:10; /* Opera, Safari, Google Chrome */
	-moz-column-count: 10; /* Firefox */
	column-count: 10; /* Internet Explorer */
}

h1
{
	color : orange;
    font : 150% impact, futura, sans-serif;
    text-transform : uppercase;
    letter-spacing : 0.3em;
    text-align : center;
}

h2
{
	margin-top: 50px;
	margin-bottom: 30px;
	text-shadow: 2px 2px 5px grey;
}

#register
{
	text-decoration: underline;
}

#block2
{
	text-decoration: none;
    display: inline-block;
	text-align: left;
	padding:5px;
	width: 95%;
	border: 1px black;
}


form
{
	
	
	
	
	
}
#cadre {
    display: inline-block;
	padding:10px;
	width: 750px;
	box-shadow: 1px 1px 1px red;
	border: 1px dotted #FF00FF;
	border-radius: 5px;
}
label 
{
	display: block;
	width : 50%; 
	float: left;
}

.imageflottante
{
	display: inline-block;
	margin-left: 300px;
	max-width: 350px;
	float: left;

}

.screen
{
	padding: 15px;
	max-width: 350px;
}

.screen2
{
	max-width: 350px;
	text-align: justify;
	margin-left: 20%;
	margin-right: 20%;
}

#texte1
{
	display: inline-block;
	text-align: justify;
	padding:10px;
	width: 700px;
	border: 1px black;
}

#texte2
{
	text-align: justify;
	font-size: 14px;
}

#texte3
{
	text-align: justify;
	margin-left: 35%;
	margin-right: 35%;
}

#texte4
{
	color: #FF00FF; 
	font-weight: bold;
}


ul#liste li
{
	text-align: justify;
	margin-left: 20%;
	margin-right: 20%;
}

#logout
{
	text-align: right;
}


#logo
{
	text-align: left;
}

.picture1
{
	margin: 1px 8px 1px 5px;
	border: 2px solid black;
	border-radius: 10px;
	box-shadow: 1px 1px 10px #FF00FF;
}

.picture2
{
	margin: 1px 8px 1px 5px;
	border: 2px solid black;
	border-radius: 10px;
	box-shadow: 5px 5px 20px #FF00FF;
}

.picture2:hover
{
	box-shadow: 5px 5px 20px #FFFFFF;
}

#backhome
{
	margin-top: 5px;
}


footer
{
	font-size: 12px;
}

ul#menu_horizontale li 
{ 
	font-weight: bold;
	display : inline;
	padding : 0 0.9em; 
	border : 1px dashed white;
	margin : 2px;
}


a
{
	text-decoration: none;
	color: pink;
	font-style: bold;
}

a:hover
{
	text-decoration: bold;
	color: orange;
}

input[type=submit]:hover
{
	box-shadow: 1px 1px 3px #FFFFFF;
	cursor: pointer;
}


 .Petit {
	font-size: 12px;
	text-align: center;
    color: pink;
    }