/*
style css
*/

/* arrière plan */
body
{
    background-color: #1D4851 ;
    background-repeat:repeat;
    
}
a:visited{
	color: #1D4851;
}

#box
{
	display: block;
	margin-top:100;
	margin-left: auto;
    margin-right: auto;
	padding: 10px;
    width: 600px;
	height: auto;
	/*height: 460px;*/
	border-width:0px;
	border-color:#00504B;
	border-style:outset;
	background-color: white;
	text-align:center;
}

#boxvar
{
	display: block;
	margin-top:200;
	margin-left: auto;
    margin-right: auto;
    width: 600px;
	height: auto;
	border-width:4px;
	border-color:black;
	border-style:outset;
	background-color: white;
	text-align:center;
}
/* logo */
#logo
{
	text-align:center;
	margin-top: 60px;
}
#logo img{
	width: 200px;
}

#sous_titre
{
	color: black;
	font-size: 22px;
	text-align:center;
	margin-top: 40px;
	margin-bottom: 30px;
	font-family:arial;
}

#sous_titre2
{
	color: black;
	font-size: 22px;
	text-align:center;
	margin-top: 40px;
	margin-bottom: 10px;
	font-family:arial;
}

/* global */
#global
{
	display:flex;
	justify-content: center;

}
/* picto */
#picto
{
	margin-top: 20px;
}
#picto img{
	width: 30px;
}
#deconnexion a img{
	width: 30px;
}

/* zone de saisie */
#zone_saisie
{
	margin-top: 20px;
}

#texte
{
	color: red;
	font-size: 15px;
	text-align:center;
	margin-top: 20px;
	font-family:arial;
}

#texte_black
{
	color: black;
	font-size: 15px;
	text-align:center;
	font-family:arial;
}

#deconnexion
{
	display: block;
	margin-top:20;
	text-align:right;
	margin-right: 10;
	font-family:arial;
	font-size: 15px;
	color:#c8d400;

}

	/*
	
	margin-left: auto;
    
    width: 100px;
	height: 50px;
	
	
