@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
body {
	line-height: 1;
}
ol, ul {
  list-style: none; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }
q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }
a img {
  border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }
  
strong { 
	font-weight: bold;
	color:#fff;
}

em{
	font-style:italic;	
}

body {
	background-image: url(../img/BckGrd65.jpg);
	background-color: #000;
	background-repeat: repeat-y;
	background-position: left top;
	color:#fff;
	margin-top:10px;
	font-family: Arial, Helvetica, sans-serif;
}
footer{
	text-align: center;
	margin: 20px;
}
.pageWrap{
	width:85%;
	margin:0 auto;
}

.logo{
	height:140px;
	width:70px;
	float:left;
}

.logoCite img{
	width:70px;	
}

.logoPalais img{
	width:70px;
}

.accroche{
	width:100%;
	text-align:center;
	color:#fff;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 30px;
	padding-top:50px;
}

.clearBoth{
	clear:both;	
}

.content{
	background-color:rgba(34, 34, 34, 0.75);;
	min-height:600px;
	width:90%;
	margin:0 auto 10px;
	position:relative;
	top:-1px;
	-webkit-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
	border: #323232 1px solid;
	border-top-width: 0px;
	padding: 10px 30px 30px 30px;
	color:#999;
	text-align:justify;
}

.content a{
	color:#fff;	
}

.phraseAccroche{
	color:#fff;
	font-weight:bold;
	display:block;
	margin:20px 0;
	text-align:center;	
}

.underline{
	text-decoration: underline;
}

.listeHome{
	list-style-image: url(../iconmonstr-arrow-34-icon.png);
	padding-left:40px;
}

ul.listeHome li{
	padding-top:5px;	
}

.imgCentre{
	display:block;
	margin:30px auto 5px;	
}

.imgCentreUnivers{
	display:block;
	margin:20px auto 20px;	
}

.image3{
	width:610px;
	margin:20px auto;
}

.blocCentre{
	margin:20px auto;
}

.textCentre{
	display:block;
	text-align:center; !important
}

.borderUnivers{
	width:60%;
	margin:20px auto;
	height:2px;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #999;
}

.grasLight{
	font-weight: bold;
}

.floatLeft{
	display:block;
	float:left;
	margin-right:15px;
	margin-bottom:15px;	
}

.quote{
	margin-bottom:50px;	
	float:left;
}

.textQuote{
	display:block;
	margin-top:12px;
	margin-left:30px;	
}

.listeArrow{
	list-style-image: url(../iconmonstr-arrow-34-icon.png);
}

ul.listeArrow li{
	padding-top:5px;	
	margin-left:40px;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#nav-bar {
	margin-top:15px;
	width:100%;
	border: solid 1px #333;
	background: #6a6a6a url(../img/nav-bar-bg.png) repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, from(#b9b9b9), to(#6a6a6a));
	background: -moz-linear-gradient(top,  #b9b9b9,  #6a6a6a);
	background: linear-gradient(-90deg, #b9b9b9, #6a6a6a);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.3), 0 1px 3px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.3), 0 1px 3px rgba(0,0,0,.3);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.3), 0 1px 3px rgba(0,0,0,.3);
}
#main-nav {
	margin: 0;
	padding: 0;
}
#main-nav li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: solid 1px #575757;
	-webkit-box-shadow: 1px 0 0 rgba(255,255,255,.1), inset -1px 0 0 rgba(255,255,255,.1);
	-moz-box-shadow: 1px 0 0 rgba(255,255,255,.1), inset -1px 0 0 rgba(255,255,255,.1);
	box-shadow: 1px 0 0 rgba(255,255,255,.1), inset -1px 0 0 rgba(255,255,255,.1);
}
#main-nav li:hover {
	background: #474747;
	background: #4f4f4f;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* home icon */
#main-nav .home {
	width: 42px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
#main-nav .home a {
	background: url(../img/home-icon.png) no-repeat 14px center;
	width: 16px;
	text-indent: -9000em;
}
#main-nav .home a:hover, #main-nav .home.current_page_item a, #main-nav .home.current-menu-item a {
	background-position: -41px center;
}
/* home icon current */
#main-nav .home.current_page_item, #main-nav .home.current-menu-item {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
/* main level link */
#main-nav a {
	color: #fff;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.7);
}
/* main level link :hover */
#main-nav a:hover {
	color: #fff;
}
/* current page li */
#main-nav .current_page_item, #main-nav .current-menu-item {
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	background: #474747;
	background: #4f4f4f;
	-webkit-box-shadow: inset 0 2px 8px rgba(0,0,0,.8);
	-moz-box-shadow: inset 0 2px 8px rgba(0,0,0,.8);
	box-shadow: inset 0 2px 8px rgba(0,0,0,.8);
}
/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	color: #fff;
}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	color: #fff;
}
/* sub-levels current page li */
#main-nav ul .current_page_item, #main-nav ul .current-menu-item {
	border: none;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* sub-levels link */
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a {
	color: #666;
	font-size: 95%;
	font-weight: normal;
	padding: 5px 0 5px 15px;
	margin: 0;
	width: 180px;
	height: auto;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover {
	background: #F3F3F3;
	color: #000;
	color: black;
}
/* dropdown ul */
#main-nav ul {
	border: solid 1px #ccc;
	background: #fff;
	margin: 0;
	padding: 5px 0;
	list-style: none;
	z-index: 100;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	height: auto;
	border: none;
	float: none;
}
#main-nav ul li:hover {
	background: none;
}
/* sub-levels dropdown */
#main-nav ul ul {
	left: 190px;
	top: 5px;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	display: block;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#nav-bar {
	border: solid 1px #000;
	background: #000 url(../img/nav-bar-bg.png) repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#151515));
	background: -moz-linear-gradient(top,  #4b4b4b,  #151515);
	background: linear-gradient(-90deg, #4b4b4b, #151515);
}
#main-nav li {
	border-color: #000;
}
#main-nav .home a {
	background-position: -41px center;
}


/* smaller than 980 */
@media screen and (max-width: 980px) {
	.pageWrap {
		width: 95%;
	}
}

/* smaller than 720 */
@media screen and (max-width: 720px) {
	.pageWrap {
		width: 90%;
	}
}

/* smaller than 560 */
@media screen and (max-width: 560px) {
	.pageWrap {
		width: 95%;
	}
	/* main nav */
	#nav-bar {
		height: auto;
	}
	#main-nav li {
		height: auto;
	}
	#main-nav a {
		font-size: 80%;
		padding: 8px;
	}
}


  /***********************************************/
 /*              SLIDESHOW                      */
/***********************************************/

#slides {
	z-index:100;
	width:498px;
	margin:0 auto;
}

.slides_container {
	float:left;
	width:450px;
	overflow:hidden;
	display:none;
}

.slides_container div.slide {
	width:450px;
	height:338px;
	display:block;
}

#slides .next,#slides .prev {
	width:24px;
	height:43px;
	display:block;
	padding-top:147px;
	float:left;
	z-index:101;
}

/*
	Pagination
*/

.pagination {
	margin:10px auto 45px;
	width:140px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

