/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	font-family: "Minion Pro", Times, "Times New Roman", serif;
	color: #ffffff;
	background-image: url(../images/bg_neptune2.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

a {
	text-decoration: none;
}


a:active {
	color: #9681B4;
}

.container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height: 500px;
}
.ccontainer a{
	color: #FFFFFF;
	text-decoration: none;
}

.ccontainer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom:0px;
}

/* Header Style */
#logo {
	width: 370px;
	height: 50px;
	color: #FFFFFF;
	float: left;
	padding-left: 25px;
	margin-bottom: 20px;
}#logo a{
	color: #FFF;
}
nav {
  background-color: #000;
  border: 3px solid #fff;
  color: #888;
  display: block;
  overflow: hidden;
  width: 100%; 
  clear:both;
  
}

  nav ul {
    margin: 0;
    padding: 0;
  }

    nav ul li {
      display: inline-block;
      list-style-type: none;
      border-right: 3px solid #fff;
	  
      -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; 
    }
      
    /*
	  nav > ul > li > a > .caret {
        border-top: 4px solid #fff;
        border-right: 4px solid #fff;
        border-left: 4px solid #fff;
        content: "";
        display: inline-block;
        height: 0;
        width: 0;
        vertical-align: middle;
  
        -webkit-transition: color 0.1s linear;
     	  -moz-transition: color 0.1s linear;
       	-o-transition: color 0.1s linear;
          transition: color 0.1s linear; 
      }*/
	 
      nav > ul > li > a {
        color: #fff;
        display: block;
        line-height: 56px;
        text-decoration: none;
		 width: 185px;
		 text-align: center;
      }

       
        nav > ul > li:hover > a {
			color: #9681b4;
        }

        nav > ul > li:hover > a > .caret {
          border-top-color: #FFFFFF;
		  border-right-style:none;
        }
      
      nav > ul > li > div {
        background-color: #9681b4;
        border-top: 0;
		border-right: 0;
        display: none;
		 
        opacity: 0;
        position: absolute;
		z-index: 1000;
        width: 181px;
        visibility: hidden;
		
  
        -webkit-transiton: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -ms-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        -transition: opacity 0.2s;
      }

        nav > ul > li:hover > div {
		  display: block;
          opacity: 1;
          visibility: visible;
        }

          nav > ul > li > div ul > li {
           display: block;
			border-right-style:none;
			text-align: center;
		 }

            nav > ul > li > div ul > li > a {
              color: #000;
              display: block;
              padding: 24px 0;
              text-decoration: none;
            }

              nav > ul > li > div ul > li:hover > a {
                color: #FFF;
				background-color: #4f3d6e;
              }
 
   .noborder {
	border-right-style: none;
	}
	
#triangle {
	width: 100px;
	height: 20px;
	float: right;
	margin-top: 40px;
	text-align: right;
}
#triangle a{
	color: #FFF;
}
#triangle a:hover{
	color: #9681b4;
}

#contact {
	width: 300px;
	min-height: 150px;
	margin: 20px 0;
	padding: 20px;
	float: left;
	background-color: #4f3d6e;
}
#map {
	float: right;
	margin-top: 20px
}

#info {
	height: 220px;
	width: 85%;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	background-color:#000000;
}

.case {
	height: 180px;
	width: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	display: block;
	background-color: black;
	float:left;
}
.casetexte {
	height: 100px;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	padding: 10px;
	background-color: black;
}
.casetexte h4{
	color: #9681b4;
	font-weight: normal;
	line-height: 0px;
}
.casetexte p{
	font-style: italic;
	font-weight: normal;
	font-size: 0.8em;
}
.casetexte a{
	color: #9681b4;
}

.caseicon {
	width: 60px;
	height: 60px;
	margin-left: 70px;
	display:block;
	}
.caseborder {
	width:2px;
	height: 100%;
	background-color: red;
}

#description {
	width: 800px;
	height: 150px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #4f3d6e;
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}

#description h3{
	color: #9681b4;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.2em;
}

#description p{
	font-style: italic;
	font-weight: normal;
	font-size: 0.8em;
}

#photo {
	min-height: 150px;
	width: 800px;
	padding-top: 100px;
	padding-bottom: 20px;
	padding-left: 20px;
	display: block;
	clear: both;
	background-image: url(../images/musee1.jpg);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

#photo p{
	font-style: italic;
	font-weight: normal;
	font-size: 0.8em;
}


/*Page content*/

#pagebanner {
	width: 960px;
	height: 250px;
	position:relative;
	background-color:#FAFF00;
	margin-top:20px;
}
table {
    border-collapse: collapse;
}
table, th, td {
    border: 2px solid #9681b4;
}
	
#pageinfoLeft{
	float:left;
	margin-right: 27px;
	
}
#pageinfoCentre{
	float:left;
	/*background-color: black;*/
}
#pageingoRight{
	float:right;
	background-color: #503e6d;
}

#pageinfoLeft a{
	color: #9681b4;
}
#pageinfoCentre a{
	color: #9681b4;
}
#pageingoRight a{
	color: #9681b4;
}



.info1 {
	width: 48.5%;
	min-height: 450px;
	background-color: #9681b4;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 20px;
}

.info2{
	width: 31.5%;
	margin-top: 20px;
	background-color: black;
	min-height: 450px;
	padding: 20px;
	
	
}
.info3 {
	width: 65%;
	margin-top:20px;
	min-height: 216px;
	padding: 20px;
	background-color:#503e6d;
}
	
.info4 {
	width: 65%;
	margin-top:20px;
	min-height: 216px;
	padding: 20px;
	background-color:#9681b4;
}
.info5 {
	width: 65%;
	margin-top:20px;
	min-height: 216px;
	padding: 20px;
	background-color:#9681b4;
}

.info6 {
	width: 65%;
	min-height: 450px;
	background-color: #9681b4;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	
}

#textindex{
	position: absolute;
	min-width: 400px;
	text-align: center;
	right: 50%;
	top: 15%;
	font-size: 2em;
	margin-left:700px;
	
}

.bghome {
	
	background-image: url(../images/Louvre-Museum-Paris-at-Night.png);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

.bghome a:link {
	color: #FFFFFF;
}
.bghome a:hover {
	color: #9681B4;
}

/*To Footer Style*/
.footer {
	font-size: .8em;
	min-height: 150px;
	margin-top: 80px;
	margin-bottom: 0px;
	position: relative;
	background-color: #000000;
	clear: both;
	
}
.footer strong {
	text-transform: uppercase;
	font-weight: normal;
}
.footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.fnav {
	height: 40px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	position: relative;
	background-color: #000000;
}

.fnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.fnav li {
    display: inline;
	padding-right: 10px;
	padding-bottom: 10px;
}
.fnav li a {
    font-size: .8em;
}
.noms {
	height: 50px;
	color: #000000;
	margin-bottom: auto;
	align-content:center;
	padding-top: 20px;
	position: relative;
	background-color: #FFFFFF;
}
.noms p {
	margin: 0;
	padding: 0;
	font-size: .8em;
}
