/**
 * Positionning
 */
/*@import url(layout_pos.css);
@import _"layout_ie.css";*/


html, body {
	width: 40em;
	margin: 0 auto;
	_text-align: center;/*MSIE*/
}

#layout_header {
	height: 7em;
	_width: 40em;/*MSIE*/
	_text-align: left;/*MSIE*/
	_position: relative;
}
#layout_logo {
	float: left;
	width: 4.5em;

	_float: none;/*MSIE*/
	_position: absolute;/*MSIE*/
	_top: 0;/*MSIE*/
	_left: 0;/*MSIE*/

}
#layout_logo img {
	border: 1px solid black;
	height: 7em;
}
#layout_menu1 {
	padding-top: 1.5em;
	height: 3,3125em;
}
#layout_menu2 {

}

#layout_menu1 {
	text-align: right;
	padding-top: 3.5em;
	line-height: 1.5em;
}
#layout_menu2 {
	text-align: right;
	padding: 0;
}
#layout_content {
	_width: 40em;/*MSIE*/
	_text-align: left;/*MSIE*/
}






/**
 * Fancying
 */

#layout_content {
	padding: 0;
	border: 0;
	background-color: white;
	color: black;
}
#layout_header {
	padding: 0;
}
#layout_logo {
/*	float: left;
	margin: 0 0.25em 0.25em 0;
	width: 4.5em;*/
}
#layout_logo img {
/*	border: 1px solid black;
	width: 4.5em;*/
}
#layout_menu1 {
	font-family: Verdana, sans-serif;
	font-size: smaller;
	background-color: black;
	color: white;
	text-align: right;
}
#layout_menu1 a {
	color: white;
	text-decoration: none;
	padding: 0 0.5em 0 0.5em;
}

#layout_menu2 {
	font-family: Verdana, sans-serif;
	font-size: smaller;
	background-color: gray;
	color: white;
	text-align: right;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
}
#layout_menu2 a {
	color: white;
	text-decoration: none;
	padding: 0 2.2em 0 2.2em;
	border-left: 1px solid black;
}
#layout_menu2 a.first {
	border-left: 0;
}
#layout_menu2 a:hover {
	background-color: #ccc;
	color: black;
}

div.layout_prevnext {
	text-align: right;
	font-size: small;
	_font-size: x-small;/*MSIE*/
	_f\ont-size: small;/*MSIE6*/
	color: #333;
}

div.layout_prevnext a {
	font-family: Georgia, serif;
	font-size: small;
	_font-size: x-small;/*MSIE*/
	_f\ont-size: small;/*MSIE6*/
	text-decoration: none;
	color: #333;
}
div.layout_prevnext a:visited {
	color: #999;
}




div.layout_toc {
	font-family: Georgia, serif;
	font-size: smaller;
}
div.layout_toc a {
	text-decoration: none;
}


div#layout_avt.layout_avt_off,
.layout_avt_off {
	color: #ccc;
	display: none;
}
div#layout_avt.layout_avt_on,
.layout_avt_on {
	display: block;
	position: fixed;
	top: 15%;
	left: 50%;
	margin-left: -260px;
	width: 420px;
	border: 0.5em solid red;
	background-color: yellow;
	padding: 2em 3em 3em 3em;
	text-align: center;
	font-family: Verdana, sans-serif;
	color: black;

	_position: absolute;
	_left: expression( ( ( ( lyt_fix_ie1 = document.documentElement.clientWidth?document.documentElement.clientWidth:document.body.clientWidth ) / 2 ) + ( lyt_fix_ie2 = document.documentElement.scrollLeft?document.documentElement.scrollLeft:document.body.scrollLeft ) ) + 'px' );
	_top: expression( ( 80 + ( lyt_fix_ie3 = document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop ) ) + 'px' );

}
#layout_avt_btn {
	cursor: pointer;
	_cursor: hand;
	padding: 1em;
	border: 2px solid black;
	font-weight: bold;
}


#layout_header {
	position: relative;
}
a#lien-erm {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	font-style: italic;
	background: transparent url(eglise-realiste-24.png) no-repeat left top;
	height: 0;
	width: 145px;
	padding-top: 24px;
	overflow: hidden;
}

@media print {
	#layout_header, 
	#layout_avt, 
	div.layout_prevnext {
		display: none;
	}
	#layout_header, 
	#layout_avt, 
	div.layout_prevnext {
		_display: block;/*MSIE*/
		_d\isplay: block;/*MSIE6*/
	}
}

