/*******************************************************/
/* Projet : llocquet.com                               */
/*******************************************************/


a:link {color: #FFFFFF}     /* unvisited link */
a:visited {color: #FFFFFF}  /* visited link */
a:hover {color: #FFFFFF}   /* mouse over link */
a:active {color: #FFFFFF}   /* selected link */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


body {
	height:100%;
	margin:0px;
	padding:0px;
	width:100%;
	font-family: arial; 
	font-size: 10px; 
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}

#site{
	background-color: #000000;
	border-width:1px; 
	border-style:solid; 
	border-color: FFFFFF;
}

#header{
	width: 600px;
	height: 200px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 20px;
	bordercolor: #FFFFFF;
}

#barheader{
	width: 1px;
	height: 100px;
	background-color: #FFFFFF;
}

#espace{
	width: 1000px;
	height: 1px;
	background-color: #FFFFFF;
}

#bar{
	width: 1px;
	height: 701px;
	background-color: #FFFFFF;
}

#photoindex{
	width: 250px;
	height: 701px;
	background-image: url(../images/photoindex.jpg);
	background-position: 0px -0px;
}

#photoactu{
	width: 250px;
	height: 701px;
	background-image: url(../images/photoactu.jpg);
}

#photobio{
	width: 250px;
	height: 701px;
	background-image: url(../images/photobio.jpg);
}

#photoinfobook{
	width: 250px;
	height: 701px;
	background-image: url(../images/photoinfobook.jpg);
}

#photocontact{
	width: 250px;
	height: 701px;
	background-image: url(../images/photocontact.jpg);
}

#photomedia{
	width: 250px;
	height: 701px;
	background-image: url(../images/photomedia.jpg);
}

#photoliens{
	width: 250px;
	height: 701px;
	background-image: url(../images/photoliens.jpg);
}

.txt-rouge {
	color:#FF0000;
}

.txt-noir { 
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000; 
}

.txt-blanc { 
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF; 
}

.titre-grd-gras-noir { 
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000; 
}

.titre-grd-gras-blanc { 
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF; 
}

.titre-petit-gras-blanc { 
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF; 
}

.txt-grd-noir { 
	font-family: verdana;
	font-size: 14px;
	font-weight: normal;
	color: #000000; 
}

.txt-grd-blanc { 
	font-family: verdana;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF; 
}

.txt-gras-noir { 
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000; 
}

.txt-gras-blanc { 
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF; 
}

.txt-pt-noir { 
	font-family: verdana;
	font-size: 8px;
	font-weight: bold;
	color: #000000; 
}

.txt-pt-blanc { 
	font-family: verdana;
	font-size: 8px;
	font-weight: bold;
	color: #FFFFFF; 
}

.txt-mini-noir { 
	font-family: verdana;
	font-size: 1px;
	color: #000000; 
}

.txt-mini-blanc { 
	font-family: verdana;
	font-size: 1px;
	color: #FFFFFF; 
}

.Style1 {color: #FFFFFF;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.Style9 {color: #000000; font-size: 12px; font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold; }


.jimgMenu {
	position:relative;
	padding: 0px;
	width:1000px;
	height:200px;
	overflow: hidden;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 200px;
	position: relative;
	}
	
.jimgMenu ul li {
	width: 125px;
	float: left;
	display: block;
	overflow: hidden;
}

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

.jimgMenu ul li#accueil a {
	background: url(../images/banniere/accueil.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#galeries a {
	background: url(../images/banniere/galeries.jpg) repeat scroll 0%;

}

.jimgMenu ul li#actualite a {
	background: url(../images/banniere/actualite.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#contact a {
	background: url(../images/banniere/contact.jpg) repeat scroll 0%;

}

.jimgMenu ul li#media a {
	background: url(../images/banniere/media.jpg) repeat scroll 0%;
}

.jimgMenu ul li#livres a {
	background: url(../images/banniere/livres.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#liens a {
	background: url(../images/banniere/liens.jpg) repeat scroll 0%;

}

.jimgMenu ul li#biographie a {
	background: url(../images/banniere/biographie.jpg) repeat scroll 0%;
	border-right-style: none;
}

.clear {
	clear: both;
}