/* CSS Document */

.divMain	{
	position: absolute;
	left: 125px;
	width: 550px;
	top: 0px;
}
p {
	text-align: justify;
}
H1 {
	padding-left: 16px;
	padding-bottom: 5px;
	font-weight: lighter;
	padding-top: 5px;
	margin-bottom: 20px;
	text-align: center;
}

html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

#bodyC {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0E3192;
	background-image: url(images/bg.gif);
	font-size: 12px;
}
#contents {
	position: absolute;
	font-size: 10px;
	font-style: italic;
	border: thin solid #FFFACD;
	padding: 5px;
	text-align: left;
	width: 100px;
	left: 2px;
	background-color: #FFB731;
}
#footerC {
	position: relative;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-bottom: 0px;
	bottom: 0px;
}
#main {
	margin-bottom: 3em;
	height: auto;
	padding: .5em;
}
#cart {
	margin-bottom: 50px;
}
#frame_sec {
	background-color: #FCE8B6;
	width: 300px;
	height: 50px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#sub_sec {
	text-align: center;
	font-weight: bold;
	width: 300px;
	height: 50px;
	background-color: #FFCD0E;
	font-size: 16px;
	overflow: visible;
	position: absolute;
	left: -6px;
	top: -6px;
}
#news {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	border: thin solid #1263AD;
	padding: 5px;
}
#author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: oblique;
	text-align: left;
}
#image {
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 17px;
	text-align: left;
}
#list {
	text-align: justify;
	margin: 10px;
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
	font-size: 12px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
#hr {
	color: #1263AD;
	width: 550px;
	background-color: #1263AD;
}
#sub_menu {
	color: #FFFFFF;
}
ol {
	list-style-position: inside;
	list-style-type: decimal;
	text-align: justify;
}
li.spip {
	list-style-type: decimal;
}
.table {
	top: 120px;
	width: 100%;
	position: absolute;
	text-align: justify;
	z-index: 2;
	left: 50px;
}
#membre {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: smaller;
}
#memb_item {
	font-size: small;
	font-weight: bold;
}

#volume {
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	font-weight: bold;
	text-align: center;
	border: thin solid Gray;
	background-color: #cccccc;
	width: 300px;
	margin: 20px 20px;
}

.spip-admin {
	position: fixed;
	bottom: 0px;
	font-size: 90%;
	padding: 2px;
	line-height: 1.4em;
}
#navigation {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 24%;
	/*width: 14em;*/
	padding: 0px;
	margin: 0px;
	/*margin-left: 1.8em;*/
	margin-left: 3%;
	margin-top: 1.5em;
}

#print {
	position: relative;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-align: center;
}
