
/* Style pour le fond de la page du site */
body
{
	background:url('images/bordure_droite03.png') repeat-y right, url('images/neige.gif') fixed;
	
}




/* ---------------------------------------------------------------------------------------------------------------------------*/
/*  Stlyle pour bloc titre*/
header
{
	display:flex;
	flex-direction:row;
	flex-wrap: nowrap;
	margin-bottom:20px;
	justify-content: flex-start;
	align-items: center;	
}

header .accueil
{
	background: url('images/texture_accueil.png') repeat;
	margin-right:0px;
	height: 40px;
	width: auto;
	
	font-family: calibri;
	font-size:2em;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	border: solid 2px;
	border-radius:5px;
	box-shadow: 2px 2px 2px black;
	padding:2px 20px 2px 20px;
	
}


header .titre
{
	height:auto;
	max-width: 80%;
	min-width: 800px;
	margin: auto;
	
	border-style:solid;
	border-width:4px;
	border-color:#1f4e79;
	border-radius: 15px;
	box-shadow: 6px 6px 5px black;
	
	display:flex;
	flex-direction:row;
	flex-wrap: nowrap;
	margin-bottom:20px;
}


header h1
{
	margin:auto;
	font-family: Arial,sans-serif;
	font-size:2.5em;
	font-weight:bold;
	color:#1f4e79;
	text-align:center;
	margin-right:20px;
}

/* ---------------------------------------------------------------------------------------------------------------------------*/
/* pour l'affichage de la multiplication*/

#multiplication
{
	Text-align:left;
	font-family: calibri;
	font-size:4.4em;
	margin-top:0px;
	background-color: white;
	border: solid 1px black;
	border-radius: 5px;
	margin-left:0%;
	max-width: 35%;
	min-width:500px;
	padding-left:15px;
}




/* ---------------------------------------------------------------------------------------------------------------------------*/
/*  Stlyle pour bloc de configuration*/

#application
{
display: flex;	
justify-content: flex-start;	
}


#config
{
 display: flex;	
 flex-direction:column;
 justify-content: flex-start;
 width:155px;
 margin-top: -70px;
}

form
{
	width:7%;
	min-width:150px;
	height:590px;
	Margin-top:15px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:5px;
	
	Background-color:white;
	border: solid 2px black;
	border-radius: 10px;
	
	display: flex;	
	flex-direction:column;
	justify-content: space-around;
	
}

fieldset.operation
{
	Background-color:#efeff7;
}


fieldset.decomposition
{
	Background-color:#efeff7;
	
}




label
{
	font-family:calibri;
	font-size: 1em;
	font-style: normal;
	color:blue;
}

input.saisie
{
	width:100px;
	height:25px;
	background-color:#eeffff
}


#Vérifier
{
	width:125px;
	height:30px;
	Background-color:#8aea75;
	font-family:calibri;
	font-size: 1.1em;
	font-style: bold;
	margin:auto;
}

#Effacer
{
	width:125px;
	height:30px;
	Background-color:#f7dd7b;
	font-family:calibri;
	font-size: 0.9em;
	font-style: bold;
	margin:auto;
}

#Valider
{
	width:80px;
	height:30px;
	margin-top: 5%;
	margin-bottom: 5%;
	margin-left:5%;
	font-family:calibri;
	font-size: 1.1em;
	font-style: normal;
	padding: 1% 10%;
	
}


/* ---------------------------------------------------------------------------------------------------------------------------*/
/*  Stlyle pour bloc de representation de la distributivité*/


table
{
	margin:auto;
	margin-top:30px;
	margin-left:10%;
	Width: 60%;
	height: 500px;
	border-collapse: collapse;
	border: solid 2px black;
}



td.couleur1
{
	border: solid 2px black;
	background-color: green;
}

td.couleur2
{
	border: solid 2px black;
	background-color: blue;
}

td.couleur3
{
	border: solid 2px black;
	background-color: #f2cf0c;
}

td.couleur4
{
	border: solid 2px black;
	background-color: red;
}



#décomposition
{
font-size:40px;
height:auto;
max-width:900px;
min-width:650px;
background-color: white;
border: solid 1px black;
border-radius:5px;
margin: auto;
padding-top:30px;
padding-bottom:30px;
text-align:center;
}


span.couleur1
{
	color: green;
}

span.couleur2
{
	color: blue;
}

span.couleur3
{
	color: #f2cf0c;
}

span.couleur4
{
	color: red;
}









/* ---------------------------------------------------------------------------------------------------------------------------*/
/*  Stlyle pour le compteur*/

footer
{
	height:40px;
	
}

.compteur
{
	margin-top:60px;
	width: 400px;
	height:35px;
	font-family:calibri,Arial,sans-serif;
	font-size:1.1em;
	font-style:italic;
	border: solid 2px black;
	border-radius:5px;
	background:url('../../img/fond_rose.png') repeat-x;
	
}

.compteur p
{
	margin: auto;
	
}