﻿/* JFA 20/03/2020
	Fichier de style css pour le site internet de Arti Veloce.
*/

.Fond_Page
{
	background-color:#ffffcc; /* orange clair */
	font-family : calibri;

}

iframe[seamless] {
    border: none;
}

a.NavBar_Item_Actif
{
	font-weight: bold;
	color: red;
}

a.NavBar_Item_Inactif
{
	color:#990099; /* Violet */
	font-weight: normal;
}

.navbar {
  overflow: hidden;
  background-color: #ffffcc; /* orange clair */
  position: fixed; /* Set the navbar to fixed position */
  margin-left: auto;
  top: 20px; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}


/* Links inside the navbar */ 
.navbar a {
  float: left;
  font-size: 20px;
  display: block;
  background-color: #ffffb3; /* orange plus soutenu */
  color: #990099; /* Violet */
  text-align: center;
  padding: 12px 16px; /* Espace en haut/bas et espace à gauche/droite de l'écriture */
  text-decoration: none;
}

.navbar img {
  position: static;  
  /*
  margin-left: 0px;
  margin-right: 0px;
  width: 20%;
  border: 3px solid #73AD21; */
}

/* Change background on mouse-over */
.navbar a:hover {
  background: #ddd;
  color: black;
}

.navbar a:active
{
	font-weight: bold;
}

/* pour l'image du logo */
navbar_b {
  float: left;
  width: 8%;
  font-size: 20px;
  display: block;
  background-color: #ffffcc; /* orange clair */
  color: #990099; /* Violet, couleur du texte */
  text-align: left;
  padding: 2px 0px; /* Espace en haut/bas et espace à gauche/droite de l'écriture */
  text-decoration: none;
}

h1{
	font-size: 40px;
	color: #990099;  /* Violet */
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	margin-top: 120px;
	margin-bottom: 0;
	/*letter-spacing: 0.25em; */
}

h2{
	font-size: 22px;
	color: #990099;  /* Violet */
	margin-left: auto;
    margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

h3{
	font-size: 24px;
	color: #990099; /* Violet */
	margin-left: 1em;
    margin-right: auto;
	margin-top: 1em;
	margin-bottom: 0px;
}

.Table_Globale
{
	margin-left:30%; 
}

.Grille_Cellule_Wrap
{
	color: black; 
	font-size: 19px; 
	margin-left:30px; 
	margin-top: 0; 
	margin-bottom: 0;
	/* border:solid 1px #fab; */
	width:20em; 
	word-wrap:break-word;
}

.Style_1
{
	color: #990099; /* Violet */
	font-size: 18px; 
	margin-left:35px; 
	margin-top: 0; 
	margin-bottom: 0;
}

.Style_2
{
	color: black; 
	font-size: 19px; 
	margin-left:30px; 
	margin-top: 0; 
	margin-bottom: 0;
}
.Style_3
{
	color: cyan; 
	font-size: 19px; 
	margin-left:30px; 
	margin-top: 0; 
	margin-bottom: 0;
}

.Style_4
{
	font-size: 20px;
	color: #990099;  /* Violet */
	margin-left: auto;
    margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

.Style_5
{
	font-size: 10px;
	color: black;
	margin-left:35px;
    margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

.Style_6
{
	font-size: 19px;
	color: black;
	margin-left:25px;
    margin-right: auto;
	margin-top: 0;
	margin-bottom: 4px;
}

.Style_7
{
	font-size: 19px;
	color: black;
	margin-left:3%;
    margin-right: auto;
	margin-top: 0;
	margin-bottom: 8px;
}

.Style_8
{
	font-size: 19px;
	color: black;
	margin-left:25px;
    margin-right: auto;
	margin-top: 12px;
	margin-bottom: 0px;
}

.Style_9
{
	font-size: 19px;
	color: black;
	margin-left:25px;
    margin-right: auto;
	margin-top: 2px;
	margin-bottom: 0px;
}

.Style_Tarifs_1
{
	font-size: 19px;
	color: black;
	margin-left:5pc;
    margin-right: auto;
	margin-top: 0;
	margin-bottom: 3px;
}

.Style_Tarifs_2
{
	font-size: 19px;
	color: black;
	margin-left:3%;
    margin-right: auto;
	margin-top: 0;
	margin-bottom: 1px;
}

.Style_Tarifs_3
{		
	margin-left:50px;
	margin-top:20px;
	font-size: 19px;
	color: black;	    
}

.rectangle {
  display: inline-block;
  margin-top: 0px;
  margin-left:5%;
  margin-right:10px; /* espace à droite du rectangle. */
  margin-bottom:0px;
  height: 50px; /*sets height of element*/
  background: #ffffb3; /* orange plus soutenu couleur de fond du bouton*/
  padding-left: 20px; /*sets 'padding'*/
  padding-right: 20px; /*sets 'padding'*/
  line-height: 50px; /*for this, it sets vertical alignment*/
  color: #990099; /* Violet pour le texte du rectangle. */
  font-size: 19px;
  font-weight:bold;  
}
