/* =anchors
--------------------------------------------------------------- */

a, a:link {
	outline: none;
	color: #C00;
	text-decoration: none;
	}
a:visited {
	color: #C00;
	text-decoration: none;
	}
a:focus, a[href^="http:"]:focus {
   
	}
a:hover {
	color: #C00;
	text-decoration: underline;
	}
a:active {
	outline: none;
	color: #C00;
	text-decoration: none;
	}
a img {
	border: none;
	}
	
/* =typo
--------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}
p {
font-size: 1em;
margin: .75em 0;
text-align:justify;
}
h1 {
	font-size: 1.4em;
	font-weight: normal;
	font-style: normal;
	margin: 1.5em 0;
}
h2 {
	font-size: 1.3em;
	margin: 0 0 0.5em 0;
	}
.smalltext {
font-size:0.9em;
line-height:1.3em;
}
.graytext {
color:#888;
}
.right {
	text-align:right;
}
	
/* =template layout
--------------------------------------------------------------- */
body, html {
	height: 100%;
	}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 75%/1.4em Verdana, Arial, Helvetica, sans-serif;
	background: #600 url(/images/fond_660000.png);
	}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
/*	margin: 0 auto -40px; haut footer*/
	margin: 0 auto -40px;
	width: 1000px;
	text-align: left;
	position: relative;
	z-index: 20;
	background: #FFF url(/images/fond_page.png) repeat-y;
	}
.clear {
	clear:both;
	float:none;
}
/* =header
--------------------------------------------------------------- */
#header {
position: relative;
top: 0;
background: transparent url(/images/fond_intro.png) no-repeat 120px bottom;
/*
border:1px solid black;
border-width:0 0 1px 0;
*/
padding-bottom:1em;
}
#livreouvert {
position:relative;
z-index:20;
}
#livreouvert p {
text-align:center;
font-style:italic;
width: 210px;
margin-left:140px;
}
img#titreurl {
position: absolute;
top: 0;
z-index: 10;
}
#intro {
width:540px;
position:absolute;
top:150px;
margin-left:385px;
z-index:20;
}
#navtop {
	position: absolute;
	height:28px;
	width:600px;
	top:100px;
	margin-left:380px;
	z-index: 20;
}
#navtop ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#navtop ul li {
	display:inline;
}
#navtop a {
	font-weight:bold;
	display:block;
	float:left;
margin-right:0.5em;
background-color:#f2e5e5;
border:1px solid #cc9999;
padding:0.5em 1em;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
behavior: url(border-radius.htc);
}

/* =content
--------------------------------------------------------------- */
#container {
position: relative;
margin:1em 70px 40px 150px; /*40px haut footer*/
}
	
#content {
/*
position: relative;
	margin-left: 210px;
	width: 580px;
*/
}
/*BOX*/
#meditsuivies,#recharticle {
float:right;
margin-left:2em;
margin-bottom:1em;
width:200px;
}
#listsubjects {
float:left;
white-space:nowrap;
margin-right:2em;
margin-bottom:1em;
}
#exhortation,#derniersarticles {
/*width:550px; IE6 + 7*/
}
.box {
	background-color:#f2e5e5;
	border:1px solid #cc9999;
	padding: 0.75em 1em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior: url(border-radius.htc);
}

ul.listarticles {
margin:0;
padding:0;
list-style-type:none;
color:#888; /*date en gris*/
}
ul.listarticles li {
margin:0.5em 0;
}

#versioncdrom {
width:200px;
float:right;
margin-left:2em;
}
#printarticle a {
	background: url(/images/bouton_print.gif) no-repeat 0px 1px;
	padding-left:20px;
}
#printurl {
	display:none; /*seulement si on imprime*/
}
/*Bible
--------------------------------------------------------------------*/
table.tableBible {
	border-width: 1px;
	border-style: solid;
	border-color: lightgray;
	border-collapse: collapse;
}
table.tableBible td {
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
	border-color: lightgray;
}


/* =footer
--------------------------------------------------------------- */
#footer {
	background: url(/images/fond_footer.png);
	position: relative;
	z-index: 10;
	margin: 0 auto;
	clear: both;
	width:1000px;
	height:40px;
}


