body {
    background-color: #FFFFFF;
    margin: 10;
    padding: 10;
    text-align: left;
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    color: #000080;
	/*color: #003063;*/
}

/* Zone EN-TETE*/
.header
{
	background-image: url(Images/header.gif);
	background-repeat: no-repeat;
    position: relative;
    width: 900px;
    height: 85px;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
}
.rotator{
	position: absolute;
	right: 30px;
	top: 17px;
}
.nav
{
	position: absolute;
    top: 65px;
    right: 15px;
    color: #000000;
    font-size: 10px;
}
.menua
{
    border: thin #000000 none;
    padding: 0 0px 0 0;
    position: absolute;
    right: 15px;
    top: 0px;
    color: #000000;
    font-size: 10px;
}

/* Zone PIED DE PAGE */
.footer
{
    margin-left: auto;
    margin-right: auto;
    width: 760px;
    text-align: center;
    font-size: 10px;
    vertical-align: bottom;
    height: 15px;
    background-color: #FFFFFF;
}

/* Zone CENTRE DE PAGE */
.page
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	width: 925px;
	padding: 10px 24px 10px 0px;
	top: 12px;
	left: 19px;
	height: 661px;
	color: #FFFFFF;
}
#sidebar 
{
	float: left;
	width: 220px;
	height: 98%;
	background-color:white;
	border:solid 1px #000000;
	padding:2px 2px 2px 5px;
}

#content {
	margin-left: 280px;
	background-color:White;
	padding-left:auto
}

#liensEspaceMembre
{
    margin-left: 2em;
    margin-top: 1.0em;
}

.gridcontent
{
    margin-top: 1.0em;
    width:460px;
    border-right: #7b9ebd 1px solid;
    border-top: #7b9ebd 1px solid;
    border-left: #7b9ebd 1px solid;
    border-bottom: #7b9ebd 1px solid;
}
.menu
{
    margin-bottom: 0.3em;
    text-transform: uppercase;
}
.treeview
{
    margin-left: 2em;
    margin-top: 1.0em;
    margin-bottom: 1.12em;
    line-height: 2.1em;
}
.headercell
{
    /*color: #003063;*/
    color:White;
    font-weight:bold;
    vertical-align:text-top;
    text-align:right;
    width:150px;
}

/* BARRE DE FRACTIONNEMENT */
hr {
    border: 0 #FFFFFF;
    border-top: 1px solid #efeff7;
    height: 1px;
    color: White;
}

/* TITRE */
h1,h2,h3
{
    margin: 0;
	font-family: verdana;
	font-size: 11px;
}
h1
{
 	margin-top: 1.0em;
	margin-bottom: 1.12em;
    font-size: 12px;
    font-weight: bold;
}
h2
{
    font-weight: normal;
}
h3
{
    font-weight: bold;
}

/* LIENS HYPERTEXTE */
a {
    text-decoration: none;
    color: #800000;
    font-weight: bold;
}

a:visited {
	color: #31659C;
	font-weight:bold ;
}

a:hover {
	text-decoration: underline;
	color: #31659C;
	font-weight:bold;
}

a:active {
	color: #31659C;
	font-weight:bold;
}

/* LISTE */

ul {
	list-style-type: none;
	list-style-image: url(images/bullet-2.gif);
	list-style-position: outside;
	line-height: 2.1em;
	vertical-align: middle;
	margin-left: 1.25em;
}
.link {
	list-style-image: url(images/bullet-1.gif);
}
/* FORMAT D'UN LIVRE (collection Les cahiers du Sens */
#livre
{
    margin-top: 2.0em;
    background-color: #efeff7;
    width:450px;
    border-bottom: #738294 thin solid;
    display:block;
}
#auteur
{
    float:left;
}
#titre
{
    text-align:right;
}
#sstitre
{
    float:left;
}
#prix
{
    text-align:right;
}

