
/*
 GENERAL */



body {
	background: #FFFFFF url(img/side.jpg) fixed;
	margin: 0;
	padding: 0; 
}



/* polices 
*/


p,ul,ol,li,dt,dl,dd,h1,h2,h3,h4,h5,h6 {margin: 0; padding: 0;}



p { font: small/1.8em georgia, tahoma, verdana, tahoma, arial, helvetica, sans-serif; color: #333; }



h1,h2,h3,h4,h5,h6 { font: 100% Arial Black, verdana, tahoma, sans-serif; }



p { margin-bottom: 9px; }



a {
	color: #26a;
	text-decoration: none;
	font-weight: bold;
}


a:active {
	color: #200;
	border-bottom: 1px dotted #000;
}


a:visited {
	color: #048;
}

a:hover {
	color: #c32;
	border-bottom: 1px dotted #c32;
}

h3 {
	height: 20px;
	width: 340px;
	margin: 10px 0 10px 10px;
}

h1 span  { display : none; visibility : hidden; }






.p1,.p2,.p3,.p4,.p5 { padding: 0 30px 0 20px; }



#pageHeader h1 {
	width: 100%;
	height: 110%;
	background: transparent url(img/newhead.jpg) no-repeat;
}

/* windows */


/* CONTAINERS 
*/




#container {
    margin: 0 16%;
	background: #f4f2ea url(img/bkg.jpg);
	border-left: solid 8px #000;
	border-right: solid 8px #000;
 
}


#pageHeader {
	margin: 0;
	background: #f4f2ea url(img/bkg.jpg);
	height: 410px;
}

#extraits_newalbum {
	position: absolute; top:1150px; left:500px;
	height: 200px; width : 300px;
}

#footer {
	background: #FFFFFF; margin: 0px 0px 0px 0px; 
}

#footer p {
	
	
	margin: 0px 0px 0px 0px;
	text-align : right;
	text-indent: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	background:#000000;
	font-size:.6em;
	color:#668686; 
}




/*
 LISTES 
*/



#linkList {
 
  position : absolute;	top: 0px;
	margin-left: 683px;

	width: 165px;
	
}



#linkList ul { list-style: none; }


#linkList li {
	margin: 0 0px;
	border-top: 1px dotted #333;
	padding: 5px 0;
	text-transform: uppercase;
}


#linkList li a {
	display: block;
	color: #c32;
	font: bold 11px/16px georgia, tahoma, verdana, arial, helvetica, sans-serif;
	text-transform: none;
}


#linkList li a:hover { 
	color: #082;
	border: none;
}


#linkList li a.c {
	color: #333;
	font-size: 9px;
	font-weight: normal;
	display: inline;
	padding: 0;
	text-transform: uppercase;
}


#linkList li a.c:hover { color: #888; }
	



#lselect h3 {
	width: 170px;
	height: 30px;
	margin: 0 0 -1px 0;
}



