/* CSS Document */
body {
	font: 48px Kristen ITC;	background-color: #2c2220;
	background-image: url(../images/fond2018.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #cc3300;
}
a:visited {
	color: #cc3300;
}
a:hover {
	color: #cc3300;
}
a:active {
	color: #cc3300;
}

/*--------Polices--------*/
.Style1 {
	font-family: "Segoe Script";
	font-size: 48px;
	color: #cc3300;
}
.Style2 {
	font-family: "Segoe Script";
	font-size: 40px;
	color: #e69414;
}
.Style3 {
	font-family: "Segoe Script";
	font-size: 36px;
	color: #339966;
}
.Style4 {
	font-family: "Segoe Script";
	font-size: 36px;
	color: #e69414;
}
.Style5 {
	font-family: "Segoe Print";
	font-size: 28px;
	color: #000000;
}
.Style5b {
	font-family: "Segoe Print";
	font-size: 20px;
	color: #000000;
}
.Style6 {
	font-family: "Segoe Print";
	font-size: 28px;
	color: #cc3300;
}
.Style7 {
	font-family: "Segoe Print";
	font-size: 30px;
	color: #cc3300;
	text-decoration: underline;
}
.Style8 {
	font-family: "Segoe Script";
	font-size: 36px;
	color: #339966;
}
.Style9 {
	font-family: "Segoe Print";
	font-size: 30px;
	color: #cc3300;
}
.Style10 {
	font-family: "Segoe Print";
	font-size: 24px;
	color: #cc3300;
	font-weight: bold;
}
.Style11 {
	font-family: "Segoe Script";
	font-size: 36px;
	color: #cc3300;
	font-weight: bold;
}
.Style12 {
	font-family: "Segoe Print";
	font-size: 36px;
	color: #339966;
	font-weight: bold;
}
.Style13 {
	font-family: "Segoe Print";
	font-size: 28px;
	color: #cc3300;
}
.Style14 {
	font-family: "Segoe Script";
	font-size: 28px;
	color: #63268a;
}
.Style15 {
	font-family: "Segoe Script";
	font-size: 28px;
	color: #63268a;
}
.Style16 {
	font-family: "Segoe Print";
	font-size: 30px;
	color: #cc3300;
	font-weight: bold;
}

/*--------Puces--------*/
#liste .li1 {
 display : list-item;
 list-style-image : url(../images/moust01.gif);
}
#liste .li2 {
 display : list-item;
 list-style-image : url(../images/moust02.gif);
}
#liste .li3 {
 display : list-item;
 list-style-image : url(../images/moust03.gif);
}
#liste .li4 {
 display : list-item;
 list-style-image : url(../images/moust04.gif);
}
#liste .li5 {
 display : list-item;
 list-style-image : url(../images/moust05.gif);
}
#liste .li6 {
 display : list-item;
 list-style-image : url(../images/moust06.gif);
}
#liste .li7 {
 display : list-item;
 list-style-image : url(../images/moust07.gif);
}
#liste .li8 {
 display : list-item;
 list-style-image : url(../images/moust08.gif);
}
#liste .li9 {
 display : list-item;
 list-style-image : url(../images/moust09.gif);
}

/*--------taille images et vidéos--------*/
#Haut {
width: 960px;
height: auto;
}

#FBicone {
width: 150px;
height: auto;
}

#Fleche {
width: 80px;
height: 35px;
}

#Bouton {
width: 300px;
height: 134px;
}

#BoutonA {
width: 300px;
height: 150px;
}

#Postit {
width: 272px;
height: 300px;
}

#Video {
width: 960px;
height: 540px;
}

#Plan {
width: 960px;
height: 720px;
}

#Affiche {
width: 960px;
height: auto;
}

#AfficheP {
width: 960px;
height: auto;
}

/*--------début du menu de premier niveau--------*/
#menu {
width:960px;      /*je mets une largeur correspondant à mon image de fond pour le placer à gauche dans l'image */
height: auto;
position: sticky;
bottom: 10px;
list-style-type: none;
margin: 0 auto;    /*je mets un margin auto pour le centrer dans la page avec l'image*/
padding: 0;
border: 0;
}

#menu > li {
float:left;
position: relative;
width: 300px;
height: 140px;
margin: 10px;
padding: 0;
border: 0;
border-radius:8px 8px 8px 8px;
text-align: center
}

#menu li a {
display: inherit;
height: 132px;
color: #FFFFFF;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.5);
margin: 0;
padding: 4px 8px;
text-decoration: none;
border-radius:8px 8px 8px 8px;
}

#menu li a:hover {
background-color: rgb(246, 186, 4);
background-color: rgba(246, 186, 4, 0.5);
}
/*---------------fin du menu de premier niveau-------------*/

#menu .page_active {
background-color: rgb(255, 0, 0);
background-color: rgba(255, 0, 0, 0.8);
border-radius:8px 8px 8px 8px
}
/*----------fin du menu déroulant----------------*/
/*--------début du menu bouton--------*/
#menuB {
width:360px;      /*je mets une largeur correspondant à mon image de fond pour le placer à gauche dans l'image */
height: auto;
list-style-type: none;
margin: 0 auto;    /*je mets un margin auto pour le centrer dans la page avec l'image*/
padding: 0;
border: 0;
color: #FFFFFF;
background-color: rgb(176, 32, 32);
background-color: rgba(176, 32, 32, 0.9);
}

#menuB > li {
float:left;
position: relative;
width: 360px;
margin: 10px;
padding: 0;
border: 0;
border-radius:8px 8px 8px 8px;
text-align: center;
color: #FFFFFF;
background-color: rgb(176, 32, 32);
background-color: rgba(176, 32, 32, 0.9);
}
/*---------------fin du menu bouton-------------*/
/*--------Formulaires--------*/
input, textarea {
  font-family : inherit;
  font-size   : 28px;
  font-weight : bold;
}
button, select {
  font-family : inherit;
  font-size   : 36px;
  font-weight : bold;
}