// BOOK CSS //

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


/***********************************************************************************************/
/* Links Styling */
/***********************************************************************************************/
.lsfiche a:link {color: #EC1C24; text-decoration: none;}
.lsfiche a:visited {text-decoration: none; color: #EC1C24;}
.lsfiche a:active {color: #EC1C24; text-decoration: none;}
.lsfiche a:hover {color:none; text-decoration: none;}

.lsMAIL a:link {color: #EC1C24; text-decoration: none;}
.lsMAIL a:visited {text-decoration: none; color: gray;}
.lsMAIL a:active {color: #EC1C24; text-decoration: none;}
.lsMAIL a:hover {color:#FFFFFF; text-decoration: none;}



#separatorHidden {
	width:300px;
	margin-left:auto;
   	margin-right:auto;
	margin-bottom:20px;
	left: 50%;
	height:2px;
	margin-top:20px;
	background-color: none;
	}

#lazy {
		z-index:0;
	}

#linkimg {
	position: relative;
	z-index: 1;
	width:100%;
	margin-left:auto;
   	margin-right:auto;
   	margin-top:-30px;
   	margin-bottom:-30px;
	height:60px;
	background-image: url(img/multiimgsep.png);
	background-color: none;
	
	}

#midbox {
	width:760px;
	margin-left:auto;
   	margin-right:auto;
	background-color:none;
		}

.Tfiche {
	font-family: 'Gudea', sans-serif;
	font-weight: 700;
	font-size:16px;
	color: #000000;
	font-style:italic;
	//text-shadow:1px 1px 2px #999999;
	}
		
.ficheBold {
	font-family: 'Gudea', sans-serif;
	font-weight: 400;
	font-size:16px;
	font-style:italic;
	padding: 5px 5px 5px 5px;
	margin: -5px 0px 0px 0px;
	text-align: ltr;
	color: #000;
	background-color: #dddddd;
	-webkit-border-radius: ;
   	-moz-border-radius: 5px;
  	border-radius: 0px 0px 7px 7px;
  	margin-left:auto;
   	margin-right:auto;
  	width: 750px;

	}