 
/* CSS Document */ 
/* ============ Story ================ */

#story {
	background: transparent;
}

/* story linkology */
#story a:link, #story a:visited {
	text-decoration: underline;
	font-weight: bold;
}

#story h2 {
	font-size: 3em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 0;
/*	text-shadow: 1em 1em;*/
}

#story p {
	font-size: 1.2em;
}

#story p.chapo {
	font-weight: bold;
	clear: left;
}

#story #bm_story ul {
	list-style: square outside none;
	margin-left: 40px;
	font-size: 1.2em;
}

#story #bm_story ul li {
	margin: 3px 0;
}

/* services */
ul.services {
	margin: 10px 0;
	clear: left;
}

ul.services li {
	display: inline;
	list-style: inside none;
}

/* linkology */
#story ul.services li a:link, #story ul.services li a:visited {
	display: block;
	height: 14px;
	width: 145px;
	float: left;
	background: #598828 url(/v2/i/bg_bt.gif) repeat-x;
	color: #fff;
	border-top: 2px solid #D4EF68;
	border-left: 2px solid #D4EF68;	
	border-right: 1px solid #629F24;
	border-bottom: 1px solid #629F24;
	padding: 2px 0 1px 5px;
	margin: 0 5px 5px 0;
	text-decoration: none;
	font-weight: normal;
}

#story ul.services li a:hover, #story ul.services li a:active {
}

#related a:link, #related a:visited {
	text-decoration: none;
}

#related a:hover, #related a:active {
	text-decoration: underline;
}

/* send to a friend */
form.emailtoafriend {
	clear: both;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	width: 470px;
}

.emailtoafriend fieldset {
	margin: 1px;
	padding: 5px;
	border: none;
	background: #eee;
}

.emailtoafriend legend {
	display: none;
}

.emailtoafriend label, .emailtoafriend input, .emailtoafriend textarea {	
	margin: 0 0 5px 0;
	display: block;
	font-size: 1.1em;
}
.emailtoafriend textarea {	
	width: 80%;
	height: 50px;
}

.emailtoafriend legend {
	font-weight: bold;
	padding: 5px;
}

/* comment extract */
.comment_extract {
	float: right;
	width: 300px;
	background: #7AC52D url(/v2/i/bm_bgblockstart.gif) no-repeat top left;
	width: 226px;
	margin: 0 0 0 5px;
	padding: 15px 0 0 0;
}
.comment_extract blockquote {
	font-weight: bold;
	font-size: 1.1em;
	color: #fff;
	background: transparent url(/v2/i/bm_bgblockend.gif) no-repeat bottom left;
	position: relative;
	top: -5px;
	padding: 0 5px 7px 5px;
}

.comment_extract cite {
	display: block;
	font-size: 1.1em;
	font-style: normal;	
	background: #F1F1F1 url(/v2/i/bm_bgcite.gif) no-repeat bottom left;
	padding: 5px 5px 5px 30px;
}

/* portrait*/
#story #bm_picture {
	float: left;
	margin-right: 7px;
}

/* ============ Story guide ================ */


table#guide {
	padding: 15px 0 30px 0;
	width: 100%;
	border-collapse: collapse;
	font-size: 1.2em;
}

#guide caption {
	font-size: 1.4em;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #4a4a4a;		
}

#guide tr td, #guide tr th {
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
	line-height: 150%;
}

/* table header */
#guide thead tr th {
	background: #eee;
	border-bottom: 1px solid #4a4a4a;			
	margin-top: 1px;
	text-transform: uppercase;
}

/* table footer */
#guide tfoot th, #guide tfoot td {
	font-size: 0.8em;
}

/* ============ Talkback ================ */
#talkback {
	margin: 30px 0;
}

#talkback h3 {
	background: transparent url(/v2/i/bm_bgtitletrack.gif) no-repeat top left;
	padding: 45px 0 0 45px;
	margin: 10px 0;
	font-size: 1.2em;
}

#talkback p {
	font-size: 1.1em;
	font-style: italic;
	line-height: 150%;
	margin: 0;
}

#talkback blockquote {
	color: #333;
}

#talkback ol li {
	list-style-position: inside;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
}


#talkback ol li .auteur {
	color: #888;
	font-size: 1.1em;
}


/* Form */
#talkback form {
	margin: 10px 0;
}

#talkback fieldset {
	padding: 10px;
	border-color: #fff;
}

/* compliant browsers only */
#talkback fieldset:hover {
	background-color: #eee;
}

#talkback legend {
	font-weight: bold;
	padding: 5px;
}

#talkback label {
	font-size: 1.1em;
}

#talkback input, #talkback textarea, #talkback button {	
	margin: 0 0 5px 0;
	display: block;
}

#talkback textarea {
	width: 100%;
	height: 100px;
}
			