body, html, #site {
padding: 0;
margin: 0;
width:100%;
height:100%;
min-width:1024px;
min-height:650px;
background: url(../img/fond.jpg) no-repeat bottom left #171717;
}


h1 { font:Geneva, Arial, Helvetica, sans-serif;
	 color:#006600;
	 font-size:20px;
	 margin: 20px auto 30px 25px;
	 font-style:italic;
	}
	
p { font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #00095b; 
	text-decoration: none;
		
	 }

	 
#logocol {width:319px;}
#menucol {width:180px;}
#menu {margin-top:100px; width:160px; height:198px;background-color:#636363;}

#menu ul {text-align:left;margin: 15px auto 20px 0px; line-height:25px; padding-left:40px;
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: italic; 
	font-weight: normal; 
	font-variant: normal; 
	color: #171717; 
	text-decoration: none}
	
#menu a {color:#ffffff}
	
#titre {margin:30px 0 20px auto; margin-left:400px }

#liendiapo {margin:30px 150px 20px auto; float:right;font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #ffffff; 
	 }

#logovictoriaa{padding-left:50px;}

#textepres{min-width:350px;max-width:550px; text-align:justify; margin-left:20%; margin-right: 150px}

#diaporama{width:420px; height:590px;margin: 0 auto 0 auto;}
#content{width:auto; margin: 0 100px 0 auto; text-align:center;}

#textediapo{text-align:justify; margin-left:0px; margin-right: 130px;  }

#bottom {background-color:#636363; height:35px; }
	 

.texte {
font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #ffffff; 
	text-decoration: none;
	
}


a {
color: #dddddd;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

#entrer a {font-family: "Arial Narrow";
color: #ffffff;
text-decoration:none;
}

#entrer a:hover{font-family: "Arial Narrow";
text-decoration:underline;
}

#bottom a {font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
text-decoration:none;
}

#bottom a:hover{
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
text-decoration:underline;
}


img {
border:none;
}


.piti {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000; 
	text-decoration: none
	
		}
		
.piti a {

	 
	color: #ffffff; 
	text-decoration: none;
	
		}
.piti a:hover {

	 
	color: #ffffff; 
	text-decoration: underline;
	
		}
		
/*CSS du popup*/

#pop_bg {
  /* couleur de fond */

  background: #000;

}

#pop_img {
 display:none;
  position:absolute;
  width:auto;
  height:auto;
  /* taille du block divisé par 2, pour le centrer dans la page */
 
  z-index: 24;
}

#pop_next {

  /* css du texte "acceder au site" */
  position: absolute;
  z-index: 25;
  text-align: center;
  left: 0;
  top: 10px;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
}

#pop_next a {
  color: #fff;
  text-align: center;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../css/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../css/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../css/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../css/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

