
*{margin:0; padding:0;}

body	{
	background-color: lavender;
	}

#global	{
	margin-right: auto;
	margin-left: auto;
	width: auto
	heigh: auto
	overflow: hidden;
	}

#menu, #menu ul		/* Liste */     
	{
	list-style: none;		/* on supprime le style par défaut de la liste */
	line-height: 3vw;		/* on définit une hauteur pour chaque élément */
	text-align: center;		/* on centre le texte qui se trouve dans la liste */
	}

#menu			/* Ensemble du menu */
	{
	font-weight: bold;		/* on met le texte en gras */
	font-style: italic;		/* et en italique */
	font-family: Arial;		/* on utilise Arial, c'est plus beau ^^ */
	font-size: 1.2vw;		/* hauteur du texte */
	margin-left: 1vw;
	margin-top: 2.5px;
	margin-right: 1vw;
	padding-left: 4vw;
	padding-right: 4vw;
	padding-top: 1.5vw;
	}

#menu a			/* Contenu des listes du menu */
	{
	position: relative;
	display: block;			/* on change le type d'élément */
	padding: 0px;			/* aucune marge intérieure */
	background: transparent;	/* couleur de fond */        
	color: navy;			/* couleur du texte */
	text-decoration: none;		/* on supprime le style par défaut des liens */
	font-family: Arial;
	font-size: 1.2vw; 
	margin-left: 1vw;
	margin-right: 1vw;
	}

img	{
	border: none;
	}

#menu li ul a		/* contenu des liens du sous menu */
	{
	position: relative;
	display: block;	
	padding-bottom: 8px;
	background: #A06416;		/* couleur de fond */        
	color: #000000;			/* couleur du texte */
	text-decoration: none;		/* on supprime le style par défaut des liens */
	width: 170px;			/* largeur */
	font-size: 13px;
	text-align: center;
	margin-left: 0px;
	height: 26px;
	border-right: 1px solid white;
	margin-top: 0px;
	}

#menu li ul		/* Sous menus */
	{ 
	position: absolute;
	display: block;
	margin-left: 163px;
	margin-top: -34px;
	width: 721px;			/* Largeur des sous menus */
	left: -999em;			/* Hop, on envoie loin du champ de vision */
	text-align: center;
	background: #A06416;
	height: 32px;
	padding-bottom: 2px;
	margin-right: 0;
	}

#menu li ul li		/* Eléments de sous-menu entreprise */
	{
 	float: left;
	}

#menu li a:hover	/* Lorsque la souris passe sur un des liens de la liste du menu*/    
	{
	color: #66DDFF;		/* On change la couleur du texte */
	background: transparent;
	text-decoration: underline;
	}

#menu li ul a:hover	/* Lorsque la souris passe sur un des liens  des sous menus*/    
	{
	color: #000000;			/* On passe le texte en noir... */
	background: #B0864C;		/* ... et au contraire, le fond en  */
	border-right: 1px solid white;
	}

/*retour des listes au passage de la souris */

#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
	{
	left: -999em;			/* On expédie les sous-sous-listes hors du champ de vision */
	}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
	{
	left: auto;			/* Repositionnement normal */
	min-height: 0;			/* Corrige un bug sous IE */	
	}

#conteneur
	{
	margin-top: 2vw;
	padding-top: 1vw;
	margin-left: 2vw;
	margin-right: 2vw;
	background: white;
	width: auto;
	height: auto;
	font-family: arial;
	font-size: 1vw;
	color: black;
	background-image: url(../images/voute.jpg);
	}

#mention
	{
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
	background: white;
	width: auto;
	height: auto;
	font-family: arial;
	font-size: 16px;
	color: black;
	padding-top: 30px;
	padding-left: 30px;
	line-height:24px;
	}

h1	{
	color: #F75301;
	font-size: 1vw;
	margin-left: 60px;
	margin-top: 35px;
	}

h2	{
	color: navy;
	font-size: 1.2vw;
	font-weight: bold;
	margin-top: 0.3vw;
	line-height: 2.5vw;
	}

.points	{		/* point de début de texte */
	margin-top: 0.5vw;
	margin-left: 3vw;
	}

.ligne	{		/* ligne de séparation */
	border-bottom: 2px solid navy;
	width: auto;
	margin-left: 4vw;
	margin-right: 4vw;
	margin-top: 2vw;
	}

#banner	{		/* titre central */
	margin-top: 12px;
	margin-left: 230px;
	}

#footer	{
	position: absolute;
	margin-top: 258px;
	margin-left: 25px;
	margin-right: auto;
	width: 950px;
	height: 18px;
	text-align: left;
	font-family: arial;
	background: transparent;
	color: white;
	font-size: 12px;
	padding-top: 2px;
	}

#footer a {
	text-decoration: none;
	color: white;
	font-family: arial;
	}

.bloc	{
	position: relative;
	font-family: arial;
	font-size: 1vw;
	background: aliceblue;
	color: black;
	margin: 1vw;
	padding-top: 1vw;
	padding-left: 2vw;
	padding-bottom: 1vw;
	padding-right: 2vw;
	border-right: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	border-left: 1px solid white;
	border-top: 1px solid white;
	}

.bloci	{
	position: relative;
	font-family: arial;
	font-size: 1vw;
	background: aliceblue;
	color: black;
	}

.bloc2	{
	position: relative;
	font-family: arial;
	font-size: 0.6vw;
/*	background: aliceblue; */
	color: black;
	margin: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	border-left: 1px solid white;
	border-top: 1px solid white;
	}

.mbloc	{
	position: relative;
	font-family: arial;
	background: aliceblue;
	color: black;
	margin: 1vw;
	padding-top: 1vw;
	padding-left: 2vw;
	padding-bottom: 1vw;
	padding-right: 2vw;
	border-right: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	border-left: 1px solid white;
	border-top: 1px solid white;
	}

.titre	{
	color: tomato;
	text-decoration: underline;
	font-weight: bold;
	height: 36px;
	}

.photocenter	{
	padding-top: 20px;
	padding-left: 20px;
	}

.photoajust	{
	max-width: 100%;
	height: auto;
	}

.phototext	{
	max-width: 50%;
	height: auto;
	}

audio	{
	min-width: 150px;
	}
