﻿/* La même page CSS est commune à toutes les pages du site */

body#acc
{
	background-image : url("../images/acc.jpg");
	/* background-size: cover; */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	font-family: Arial;
}
body#snt
{
	background-image : url("../images/snt.png");
	/* background-size: cover; */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	font-family: Arial;
}
body#nsi1
{
	background-image : url("../images/nsi1.jpg");
	/* background-size: cover; */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	font-family: Arial;
}
body#nsit
{
	background-image : url("../images/nsit.jpg");
	/* background-size: cover; */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	font-family: Arial;
}
body#sig
{
	background-image : url("../images/sig.jpg");
	/* background-size: cover; */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	font-family: Arial;
}
body#adm
{
	background-image : url("../images/adm.jpg");
	/* background-size: cover; */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	font-family: Arial;
}
/* .logo{
	position: relative;
	color: #fff;
	font-size: 35px; 
	margin-top: 30px;
	margin-left: 4%;
	float: left;
} 
*/
/* DEBUT DE LA GESTION DU MENU HORIZONTAL */
.menu{
	position: relative;
	width: 100%; /*prend 100% de l'espace horizontal*/
}
.menu ul{
	list-style: none; /*suprime les puces avant le texte*/
	margin-left: 5%; /*espacement sur la gauche*/
}

.menu ul li{
	display: inline-block;
	margin-top: 30px; /*espacement par rapport au haut de page*/
	margin-left: 2%; /*espacement sur la gauche*/
	padding: 0 40px;
}

.menu ul li a{
	text-decoration: none; /*suprime le soulignage*/
	color:    #43fe02   ;
	letter-spacing: 2px; /*espacement entre caractères*/
	text-shadow:0 1px 0   #aafe02  ;
}

.menu ul li a:hover{
	border-bottom: 2px solid #fff;
	border-radius: 1px 1px 1px 1px;
	color:  #ffd11a;
	border-bottom: 2px solid  #ffd11a;
	border-radius: 1px 1px 1px 1px;
	transition: 0.5s; 
}

.menu ul li.active a{ /*effets sur le bouton de la page active*/
	border-bottom: 2px solid  #4068b3;
	border-radius: 1px 1px 1px 1px;
	text-shadow:0 1px 0 #00ecff;
	color:  #4068b3;
}
/* FIN DE LA GESTION DU MENU HORIZONTAL */
#debut {
        text-align: center;
}

.blocType1 {
    background-color: #A9E2F3;
	border-radius: 30px;
	box-shadow: 8px 8px 12px #191970;
	text-align: center;
} 
/* pour centrer une table */
.table1 {
	margin-left: auto;
    margin-right: auto; }
} 

a:link { 
	color: black;
} 

a:visited {
	color: forestgreen;
}

a:hover {
	color: #FE2E2E;
}

/* pour centrer une image */
IMG.centre { 
    display: block;
    margin-left: auto;
    margin-right: auto;
	border-radius: 10px;
	/* box-shadow: 8px 8px 12px #191970; */}



