.divMenu{
	margin-top: 10px;
}
#menu, #menu ul{ /*liste*/
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 21px;
	text-align: center;
}

#menu {
	font-weight: bold;
	font-family: Georgia,Comic Sans MS, Arial, Verdana;
	font-size: 14px;
}

#menu a{
	display: block;
	padding: 0;
	background: #fff;
	color: #000;
	text-decoration: none;
	width: 110px;
	margin: auto;
}

#menu li{
	float: left;
	border-right: 1px solid #fff;
}

html>body #menu li{
	border-right: 1px solid transparent;
}

#menu li ul{ /*Sous-liste*/
	position: absolute;
	width: 120px;
	left: -999em;
}

#menu li ul li{ /*Élément de sous liste */
	border-top: 1px solid #fff;
}

/*IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li{
	border-top: 1px solid #fff;
}

#menu li ul ul{
	margin: -22px 0 0 144px;
	/* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
	border-left: 1px solid #fff;
}

html>body #menu li ul ul{
	border-left: 1px solid transparent;
}

#menu a:hover{
	color: #ffffff;
	background: #9A9A9F;
	font-weight: normal;
	/*border: 1px solid #00ff00;*/
}

#menu li:hover ul ul, #menu li.sfhover ul ul{
	left: -999em;
	border: 1px solid rgb(255,0,0);
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul{
	left: auto;
	min-height: 0;
}

.entete{
	width: 800px;
	margin: auto;
	display: block;
	border: none;
	/*display: flex;*/
	justify-content: center;
	/*flex-wrap: wrap;
	text-align: center;/*pour que les photos soit dans le centre*/
}

#sectInd{
	display: flex;
	justify-content: center;
}
p{
	text-align: justify;
	padding-left: 30px;
	font-family: Georgia,Comic Sans MS, Arial, Verdana;
}
img{
	padding: 3px;
	border: none;
}
.center{
	text-align: center;
	text-decoration: none;
}
.pageNrendu{
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	display: inline-block;
	padding: 5px;
} 
.pageRendu{
	
	font-size: 20px;
	color: blue;
	padding: 5px;
	display: inline-block;
	text-decoration: none;
}
.clearB{
	clear: both;
	padding: 15px;
}

.divImgFont{
	width: 1130px;
	height: 640px;
	margin: auto;
	margin-top: 60px;
	background-image: url('../img/index2.jpg');
	background-repeat: no-repeat;
	text-align: center;
}
.textComp{
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'Black Ops One', cursive;
	color: #000;
	text-align: center;
}
.divDG{
	width: 400px;
	display: inline-block;
	text-align: center;
}
.bodyAcc{
	background-color: #e0e0e0;
}
.textCompInd{
	font-size: 75px;
}
.textCompMenu{
	font-size: 45px;
}
.nomCompInd{
  position: relative;
  color: #000;
  font-size: 75px;
  font-family: 'Black Ops One', cursive;
}
.nomCompInd span {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
}
.nomCompInd span.last {
  top: 2px;
  left: 2px;
  color: #fff;
}


.nomComp{
  position: relative;
  color: #000;
  font-size: 45px;
  font-family: 'Black Ops One', cursive;
}
.nomComp span {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
}
.nomComp span.last {
  top: 2px;
  left: 2px;
  color: #F17E5F;
}

.textDecNon{
	text-decoration: none;
}
a {
	text-decoration: none;
	color: #000;
}

h1 {
  position: relative;
  color: #000;
}
h1 span {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
}
h1 span.last {
  top: 2px;
  left: 2px;
  color: #fff;
}
.ombreImgAcc{
	-moz-box-shadow: 10px 10px 5px 0px #656565;
	-webkit-box-shadow: 10px 10px 5px 0px #656565;
	-o-box-shadow: 10px 10px 5px 0px #656565;
	box-shadow: 10px 10px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
}

