/*Police et couleur de fond*/
body
{font-family: Garamond;
background-color: RGB(0,0,0);
color: white;}

/*Placement et taille des éléments*/
#banniere
{width: 800px;
height: 100px;
margin: auto;
margin-bottom: 5px;
margin-top: 130px;
background-color: #f03f39;
}

#pano
{width: 800px;
height: 500px;
margin: auto;
margin-bottom: 5px;
margin-top: 1px;
}

.red
{color: red;
}

#middle
{text-align: center;
}


a:hover
{color: black;
background-color:#f03f39;}

#white
{color: white;
text-align: center;
font-family: Garamond;}

a
{color: white;
font-family:Garamond;
text-decoration: none;}

#pied
{width: 800px;
height: 200px;
background-color: black;
color: white;
margin:auto;}

#right
{text-align: right;
font-size: 12px;}

#right1
{float: right;}

#left
{text-align: left;
font-size: 12px;}

#bordure
{width: 800px;
height: 480px;
margin: auto;
background-color: #e1f4fc;}


/*Fin placement et taille des éléments*/




/*Placement du texte*/
/*Fin placement du texte*/


/*Style du menu de la gallerie*/

/*Fin du style du menu*/

/* 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(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(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	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(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

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

#lbCaption {
	font-weight: bold;
}
/*Fin SLIMBOX*/

/*menu secondaire*/
#menuG
{width: 800px;
height: 135px;
background-color: black;
margin: auto;
margin-bottom: 10px;
margin-top: 90px;
padding-left: 15px;
border-left: 6px solid #f03f39;
font-size: 22px; }

#menuPano
{width: 800px;
height: 40px;
background-color: black;
margin: auto;
margin-bottom: 10px;
margin-top: 90px;
padding-left: 15px;
border-left: 6px solid #f03f39;
font-size: 22px; }

#tabG
{width: 100%;
border: none;}

#txt
{margin: auto;
margin-top: 60px;
padding-left: 30px;
width: 800px;
height: 400px;
font-size: 20px;
text-align: justify; }

#txt2
{margin: auto;
margin-top: 60px;
padding-left: 30px;
width: 800px;
height: 400px;
font-size: 20px;
text-align: justify; }

#txt3
{margin: auto;
margin-top: 30px;
padding-left: 30px;
width: 800px;
height: 400px;
font-size: 18px;
text-align: justify; }

#txt a:hover{
color: white;
background-color:black;
}

#back
{float: left;
width: 50px;
height: 30px;
padding-top: 100px;
padding-left: 280px;
}


/*Fin menu secondaire*/

/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	margin: auto;
	margin-top: 30px;
	width: 800px;
	height: 230px;
	overflow: hidden;
}



#imageMenu ul {
	border: 2px solid white;
	list-style: none;
	margin: 0px;
	margin-left: 0px;
	padding-left: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:160px;
	height: 200px;
}

#imageMenu ul li.landscapes a {
	background: url("../images/galerie.jpg") repeat scroll 0%;
}

#imageMenu ul li.people a {
	background: url("../images/maisonSaviese.jpg") repeat scroll 0%;
}

#imageMenu ul li.nature a {
	background: url("../images/histoire.jpg") repeat scroll 0%;
}

#imageMenu ul li.urban a {
	background: url("../images/sion.jpg") repeat scroll 0%;
}

#imageMenu ul li.abstract a {
	background: url("../images/contact.jpg") repeat scroll 0%;
	
}

.clear {
	clear: both;
}

/*************************************************************/
