/* CSS Document */
body {
	font: 16px Kristen ITC;	background-color: #2c2220;
	background-image: url(../images/fond2015.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: 36px;
	color: #cc3300;
}
.Style2 {
	font-family: "Segoe Script";
	font-size: 28px;
	color: #e69414;
}
.Style3 {
	font-family: "Segoe Script";
	font-size: 20px;
	color: #339966;
}
.Style4 {
	font-family: "Segoe Script";
	font-size: 20px;
	color: #e69414;
}
.Style5 {
	font-family: "Segoe Print";
	font-size: 16px;
	color: #000000;
}
.Style6 {
	font-family: "Segoe Print";
	font-size: 16px;
	color: #cc3300;
}
.Style7 {
	font-family: "Segoe Print";
	font-size: 30px;
	color: #cc3300;
	text-decoration: underline;
}
.Style8 {
	font-family: "Segoe Print";
	font-size: 14px;
	color: #000000;
}
.Style9 {
	font-family: "Segoe Print";
	font-size: 24px;
	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: 20px;
	color: #339966;
}
.Style13 {
	font-family: "Segoe Print";
	font-size: 16px;
	color: #cc3300;
}
.Style14 {
	font-family: "Segoe Script";
	font-size: 20px;
	color: #63268a;
}
.Style15 {
	font-family: "Segoe Script";
	font-size: 16px;
	color: #63268a;
}

/*--------Puces--------*/
#liste .li1 {
 display : list-item;
 list-style-image : url(../images/puce2.gif);
}
#liste .li2 {
 display : list-item;
 list-style-image : url(../images/puce1.gif);
}
#liste .li3 {
 display : list-item;
 list-style-image : url(../images/puce3.gif);
}
#liste .li4 {
 display : list-item;
 list-style-image : url(../images/puce4.gif);
}

/*--------Pagination--------*/
#Fb {
position: fixed;
width: 100px;
top: 465px;
left: 70px;
}

#Compteur {
position: fixed;
width: 170px;
top: 485px;
left: 30px;
}

#Logo {
position: absolute;
top: 0px;
left: 240px;
}

#Image {
position: absolute;
top: 0px;
left: 300px;
right: 100px;
}

#Titre {
position: absolute;
top: 360px;
left: 300px;
right: 100px;
}

#Texte {
position: absolute;
top: 420px;
left: 300px;
right: 100px;
}

#TexteP {
position: absolute;
top: 420px;
left: 240px;
right: 40px;
}

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

#Fleche {
width: 38px;
height: 14px;
}

#Bouton {
width: 250px;
height: 112px;
}

#BoutonA {
width: 250px;
height: 125px;
}

#Postit {
width: 136px;
height: 150px;
}

#Video {
width: 712px;
height: 400px;
}

#Plan {
width: 800px;
height: 600px;
}

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

/*--------début du menu de premier niveau--------*/
#menu {
position: fixed;
top: 100px;
left: 30px;
width:100px;
height: auto;
list-style-type: none;
margin: 0;
padding: 0;
border: 0;
}

#menu > li {
width: 180px;
margin: 10px;
padding: 0;
border: 0;
border-radius:8px 8px 8px 8px;
text-align: center
}

#menu li a {
display: inherit;
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-------------*/

/*---------------début du menu déroulant-------------------*/
#menu .menuderoulant {
width:190px;    /*une largeur supérieur au menu li pour se rendre sur le menuderoulant meme avec un espace*/
display: none;
list-style-type: none;
margin: -30px 0 0 172px;   /*une marge top inferieur pour remonter le menuderoulant et une marge left pour le decaler à droite du menu*/
padding: 0;
border: 0;
position:absolute; /*pour eviter tout decalage*/
}

#menu .menuderoulant li {
float: right;
margin:0 auto;
padding: 0;
border: 0;
width: 180px;
border-top: 1px solid transparent;
border-right: 1px solid transparent;
}

#menu .menuderoulant li a {
display: block;
color: #FFF;
margin: 0;
border: 0;
text-decoration: none;
background-color:rgb(0, 0, 0);
background-color:rgba(0,0,0,0.5);
}

#menu .menuderoulant li a:visited {
background-color:rgb(100, 70, 70);
background-color:rgba(100, 70, 70, 0.5);
}

#menu .menuderoulant li a:hover {
background-color: rgb(246, 186, 4);
background-color: rgba(246, 186, 4, 0.8);
}

#menu li:hover > .menuderoulant {
display: block;
}

/*----------fin du menu déroulant----------------*/

/*---------------début du menu déroulant 2-------------------*/
#menu .menuderoulant2 {
width:190px;    /*une largeur supérieur au menu li pour se rendre sur le menuderoulant meme avec un espace*/
display: none;
list-style-type: none;
margin: -30px 0 0 152px;   /*une marge top inferieur pour remonter le menuderoulant et une marge left pour le decaler à droite du menu*/
padding: 0;
border: 0;
position:absolute; /*pour eviter tout decalage*/
}

#menu .menuderoulant2 li {
float: right;
margin:0 auto;
padding: 0;
border: 0;
width: 160px;
border-top: 1px solid transparent;
border-right: 1px solid transparent;
}

#menu .menuderoulant2 li a {
display: block;
color: #FFF;
margin: 0;
border: 0;
text-decoration: none;
background-color:rgb(0, 0, 0);
background-color:rgba(0,0,0,0.5);
}

#menu .menuderoulant2 li a:visited {
background-color:rgb(100, 70, 70);
background-color:rgba(100, 70, 70, 0.5);
}

#menu .menuderoulant2 li a:hover {
background-color: rgb(246, 186, 4);
background-color: rgba(246, 186, 4, 0.8);
}

#menu li:hover > .menuderoulant2 {
display: block;
}

#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 2----------------*/

/*--------début du menu horizontal de premier niveau--------*/
#menuH {
width:860px;      /*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;
}

#menuH > li {
float:left;
position: relative;
width: 160px;
margin: 5px;
padding: 0;
border: 0;
border-radius:8px 8px 8px 8px;
text-align: center
}

#menuH li a {
display: inherit;
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;
}

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

/*---------------début du menu déroulant-------------------*/

#menuH .menuderoulantH {
width:160px;
display: none;
list-style-type: none;
margin: 0 0 0 0;
padding: 0;
border: 0;
position:absolute; /*pour eviter tout decalage*/
}

#menuH .menuderoulantH li {
float: right;
margin:0 auto;
padding: 0;
border: 0;
width: 160px;
border-top: 1px solid transparent;
border-right: 1px solid transparent;
}

#menuH .menuderoulantH li a {
display: block;
color: #FFF;
margin: 0;
border: 0;
text-decoration: none;
background-color:rgb(0, 0, 0);
background-color:rgba(0,0,0,0.5);
}

#menuH .menuderoulantH li a:visited {
background-color:rgb(100, 70, 70);
background-color:rgba(100, 70, 70, 0.5);
}

#menuH .menuderoulantH li a:hover {
background-color: rgb(246, 186, 4);
background-color: rgba(246, 186, 4, 0.8);
}

#menuH li:hover > .menuderoulantH {
display: block;
}

#menuH .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----------------*/