/** 
 * Slideshow style rules.
 */
 
#logo { position:relative; top:300px; width:600px; margin-left: auto; margin-right:auto;}
#menu { font:italic 24px Georgia, "Times New Roman", Times, serif; float:right; margin-right: 20px; margin-top:5px; word-spacing:1em; letter-spacing:0.1em; font-size:large; font-weight:bolder; }
#credits { font:normal 11px Verdana, Geneva, sans-serif; float:left; margin-left: 40px; margin-top:10px; font-size: xx-small;  }
#creditsInter { font:normal 11px Verdana, Geneva, sans-serif; margin-top:10px; font-size: xx-small;  }

#slideshow {
	margin:0 auto;
	width:980px;
	height:600px;
	 vertical-align:middle;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:900px;
  height:600px;
  overflow:auto; /* affiche une scrollbar au cas ou */
  position:relative;
  text-align:center;
  vertical-align:middle;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  vertical-align: middle;
  width:902px; /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
  height:600px;
}
img{border: none}

.liens { width:702px; margin-right:auto; margin-left:auto;  }
 
 .liens img { float:left; width:192px; margin:18px; 
 
   border: 3px solid #303030;
}

a{text-decoration: none;
font-size: xx-small;}
a:hover{color:#fff
;
font-size: xx-small;}
/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#navDiapo{
	display:block;
	width:25px;
	height:25px;
	position:absolute;
	right:25px;
	bottom:10px;
	cursor:pointer;

}
#leftControl {
  top:168px;
  left:0;
  background:transparent url(img_site/control_left.png) no-repeat 0 0;
}
#rightControl {
  top:168px;
  right:0;
  background:transparent url(img_site/control_right.png) no-repeat 0 0;
}


* {
  margin:0;
  padding:0;
  font:normal 11px Verdana, Geneva, sans-serif;
  color:#ccc;
}

body {
  background-color: #261933;
}

#pageContainer2 {
 position:absolute;
  top: 50%; 
  margin-top: -300px; /* moitié de la hauteur de l'image */
  margin-left: -450px; /* moitié de la largeur de l'image */
  left: 50%; 
}

#pageContainer {
  margin:114px auto;
  width:960px;
}

.sousInter {
 position:inline;
  margin-top:605px;
  padding-left:248px;
}

#pageContainerInter {

	  position:absolute;
     left: 50%; 
     top: 50%;
     margin-top: -300px; /* moitié de la hauteur de l'image */
     margin-left: -300px; /* moitié de la largeur de l'image */

}

.slide p {
  margin:15px;
}

.slide img {
  float:right;
  margin:0 0;
}

/***********
 * Admin
 * ****************/
.ajoutSlide{
	display:block;
	background-image:url('img_site/ajoute_slider.png');
	width:119px;
	height:22px;
	text-indent:-9999px;
	outline:none;
}
.ajoutLien{
	display:block;
	background-image:url('img_site/ajoute_lien.png');
	width:119px;
	height:22px;
	text-indent:-9999px;
	outline:none;
}
.admin{


	background-image:none;
}

#menuliens

{
padding-bottom:90px;}

#menuliens2

{
margin-top:200px;
}

.admin #pageContainer{
	
	width:80%;
	margin:auto;
	
}




.miniature{
	height:50px;
	clear:left;
	display:block;
	position:relative;
	left:80px;
	height:60px;
	padding:3px;
	margin:3px 0px 3px 0px;
	background-color:#555;
}

.supprimer{
	background: transparent url('img_site/btn_suppr.png') no-repeat;
	width:14px;
	height:15px;
	display:block;
	text-indent:-9999px;
	outline:none;
	float:right;
}


form{
	display:block;
	float:left;
	width:300px;
}
fieldset{
	border:1px solid #525050;
	padding:7px;
	margin:3px;
}
legend{
	font-size:1.8em;
	display:block;
	margin-left:250px;
	position:absolute;
}

label{
	display:block;
	float:left;
	width:70px;
	text-align:right;
	margin:3px;
}

label2{
	display:block;
	float:left;
	width:70px;
	text-align:right;
	margin:3px;
}
button{
	display:block;
	clear:left;
	color:#555;
	margin-left:80px;
	
}


input,textarea{
	float:left;
	width:180px;
	margin:3px;
	color:#555;
}
textarea{
	height:100px;
}

/*---------- left aligned button ----------*/
.btn { display: block; position: relative; background: #aaa; padding: 5px; margin: 0px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url('img_site/btn2.png'); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background: #2ae; }
.btn.green { background: #9d4; }
.btn.lime { background: #bbce00; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #a00; color: #fff; }
.btn:active { background-color: #444; color: #fff; }
.btn[class] {  background-image: url('img_site/shade.png'); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.lime { border-color: #bbce00; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }

/*---------- centered button ----------*/
.btnC { display: block; position: relative; background: #aaa; padding: 5px; width: 120px; margin: 0px auto; color: #fff; text-decoration: none; cursor: pointer; text-align: center; }
.btnC * { font-style: normal; background-image: url('img_site/btn2.png'); background-repeat: no-repeat; display: block; position: relative; }
.btnC i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btnC span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btnC span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btnC span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btnC span,
* html .btnC i { width: 120px; text-align: center; padding: 0px; display: block; margin: 0px auto; background-image: none; cursor: pointer; }

.btnC.blue { background: #2ae; }
.btnC.green { background: #9d4; }
.btnC.lime { background: #bbce00; }
.btnC.pink { background: #e1a; }
.btnC:hover { background-color: #a00; color: #fff; }
.btnC:active { background-color: #444; color: #fff; }
.btnC[class] {  background-image: url('img_site/shade.png'); background-position: bottom; }

* html .btnC { border: 3px double #aaa; }
* html .btnC.blue { border-color: #2ae; }
* html .btnC.green { border-color: #9d4; }
* html .btnC.lime { border-color: #bbce00; }
* html .btnC.pink { border-color: #e1a; }
* html .btnC:hover { border-color: #a00; }

/*---------- centered button ----------*/
.btnC2 { display: block; position: relative; background: #aaa; padding: 5px; margin: 0px auto; min-width: 100px; max-width: 490px; color: #fff; text-decoration: none; cursor: pointer; text-align: center; }
.btnC2 * { font-style: normal; background-image: url('img_site/btn2.png'); background-repeat: no-repeat; display: block; position: relative; text-align: center; }
.btnC2 i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btnC2 span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btnC2 span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btnC2 span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btnC2 span,
* html .btnC2 i { width: auto; text-align: center; padding: 0px; margin: 0px auto; background-image: none; cursor: pointer; }

.btnC2.blue { background: #2ae; }
.btnC2.green { background: #9d4; }
.btnC2.lime { background: #bbce00; }
.btnC2.pink { background: #e1a; }
.btnC2:hover { background-color: #a00; color: #fff; }
.btnC2:active { background-color: #444; color: #fff; }
.btnC2[class] {  background-image: url('img_site/shade.png'); background-position: bottom; }

* html .btnC2 { border: 3px double #aaa; }
* html .btnC2.blue { border-color: #2ae; }
* html .btnC2.green { border-color: #9d4; }
* html .btnC2.lime { border-color: #bbce00; }
* html .btnC2.pink { border-color: #e1a; }
* html .btnC2:hover { border-color: #a00; }

a.opacity img {
opacity: .45;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=45)"; 
filter: alpha(opacity=45);
-moz-opacity: 0.45; 
}
a.opacity:hover img {
opacity: 1;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
filter:alpha(opacity=100);
-moz-opacity: 1; 
}

a.noopacity img{
opacity: 1;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
filter:alpha(opacity=100);
-moz-opacity: 1; 

}



ul.hover_block li{
			list-style:none;
			float:left;
			background: #261933;
			/* padding: 10px; */
			width:599px;
			height:499px;
			position: relative;
			/* margin-right: 20px; */
			}

		ul.hover_block li a {
			padding-top:499px;
			display: block;
			position: relative;
			overflow: hidden;
			height: 100px;
			width: 554px;
			padding-left: 45px;
			/* padding: 16px; */
			color: #ccc;
			font: 1.6em/1.3 Helvetica, Arial, sans-serif;
			
		}

		ul.hover_block li a { text-decoration: none; }

		ul.hover_block li img {
			position: absolute;
			top: 0;
			left: 0;
			border: 0;
		}
		
.sousInter2 {
margin-top:50%;
margin-left:50%;
display:block;


}