/* mer mai  8 20:07:39 CEST 2002 *
 *         style.css             *
 *  http://aubepine.gegeweb.net  *
 *                               *
 *    Merci à Charles Vassalo    */

/* balises html */

body {
        background: black;
	font-size: 12px;
        color: #880020;
	font-family: "Times New Roman", times, serif;
	text-align: center; /* pour IE */
}

a {
        color: #880020;
        text-decoration: none;
}
a:hover {
        text-decoration: underline;
}

img {
        border: none;
}

em { font-size: 13px; }

/* Calques contenant fond des pages */

#table {
        position: relative;
        width: 760px;
        height: 550px;
        z-index: 1;
        background-image: url(images/fond.gif);
        background-color: #ffffdd;
        margin-left: auto;
	margin-right: auto;
}

#haut, #bas {
        position: absolute;
        left: 0px;
        width: 760px;
        height: 80px;
        z-index: 2;
}

#haut {
        top: 0px;
        background-image: url(images/haut.gif);
}

#bas {
	bottom: 0px;
        background-image: url(images/bas.gif);
}

#gauche, #droite {
        position: absolute;
	width: 80px;
	height: 550px;
	top: 0px;
	z-index: 2;
}

#gauche {
        left: 0px;
	background-image: url(images/cotegc.gif);
}

#droite {
        right: 0px;
	background-image: url(images/cotedr.gif);
}

#centre, #centreht, #centrebas {
        position: absolute;
	width: 100px;
	left: 330px;
	z-index: 2;
}

#centre {
	height: 550px;
	top: 0px;
	background-image: url(images/milieu.gif);
}

#centreht {
        top: 0px;
	height: 80px;
	background-image: url(images/milieuhaut.gif);
}

#centrebas {
        bottom: 0px;
	height: 80px;
	background-image: url(images/milieubas.gif);
}

#hgc, #bgc, #hdr, #bdr {
        width: 80px;
	height: 80px;
	position: absolute;
	z-index: 2;
}
#hgc {
        top: 0px;
	left: 0px;
	background-image: url(images/coinhgc.gif);
}
#hdr {
        top: 0px;
	right: 0px;
	background-image: url(images/coinhdr.gif);
}
#bgc {
        bottom: 0px;
	left: 0px;
	background-image: url(images/coinbgc.gif);
}
#bdr {
        bottom: 0px;
	right: 0px;
	background-image: url(images/coinbdr.gif);
}

/* images */

#titregc, #titredr {
        position: absolute;
	z-index: 3;
	width: 250px;
	height: 40px;
	top: 30px;
}

#titregc {
        left: 80px;
}

#titredr {
        right: 80px;
}

#copygc, #copydr {
        position: absolute;
	z-index: 3;
	width: 250px;
        height: 20px;
	bottom: 28px;
}

#copygc {
        left: 80px;
}

#copydr {
        right: 80px;
}

/* images liens de navigation */

img.liens {
	position: absolute;
	width: 65px;
	height: 40px;
	z-index: 3;
}
#somm {
        top: 0px;
	left: 0px;
}
#next {
        bottom: 0px;
	right: 0px;
}
#prev {
	bottom: 0px;
	left: 0px;
}

/* calques texte */

#pagegc, #pagedr {
        position: absolute;
        width: 260px;
        height: 430px;
        top: 70px;
        z-index: 4;
        font-size: 12px;
        font-weight: bold;
        color: #880020;
        /* background-image: url(images/fond.gif); */
        font-family: "Times New Roman", times, serif;
	text-align: center; /* pour IE */
}
#pagegc {
        left: 70px;
}
#pagedr {
        right: 70px;
}

table.texte {
        display: table;
        margin: auto;
        height: 100%;
}

td.cell {
        display: table-cell;
        vertical-align: middle;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
        color: #880020;
	font-family: "Times New Roman", times, serif;
}

p.suite {
        position: absolute;
        width: 250px;
	left: 0px;
	top: 408px;
	font-size: 13px;
	font-style: italic;
	text-align: right;
}

p.acte {
        position: absolute;
	width: 260px;
	left: 0px;
	top: 10px;
	text-align: center;
	text-decoration: underline;
}

/* copyright webmaster */

#copyright {
        position: absolute;
	width: 760px;
	left: 0px;
	top: 550px;
        font-family: verdana, sans-serif;
	color: #656565;
	text-align: center;
	font-size: 10px;
	z-index: 5;
}
#copyright a {
	 color: #656565;
}

