@charset "utf-8";
/* CSS Document */

body {
	background-color:#000 /*#024A6E*/;
	margin-top:10px;
	margin-bottom:10px;
}

table.main {
	background-image:url(images/bkgd_repeat.png);
	background-repeat:repeat-y;
	width:1024px;
}

table.contact {
	background-image:url(images/bkgd_repeat-2.png);
	background-repeat:repeat-y;
	background-color:#292E27;
	width:698px;
}

div.header {
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	width:1024px;
	height:260px;
}

div.menu_title {
	background-image:url(images/menu_title.png);
	background-repeat:no-repeat;
	width:226px;
	height:53px;
}

div.menu_title_text {
	text-align:center;
}


div.content_title {
	width:798px;
	height:53px;
}

div.content_title_text {
	padding-left:45px;
}

div.menu {
	background-image:url(images/menu_repeat.png);
	background-repeat:repeat-y;
	width:226px;
	height:auto;
}

div.menu_text {
	padding-left:5px;
}

div.menu_image ul {
	list-style:none;
}
img {border:none}

#menu_accueil a { background:url(images/accueil.png) top left no-repeat; display:block;}
#menu_accueil a:link { background: url(images/accueil.png) top left no-repeat; }
#menu_accueil a:hover { background: url(images/accueil_h.png) top left no-repeat; }
#menu_accueil a:active, a:focus { background: url(images/accueil_a.png) top left no-repeat; }
#menu_accueil { width:131px; height:40px;}

#menu_biographie a { background:url(images/biographie.png) top left no-repeat; display:block;}
#menu_biographie a:link { background: url(images/biographie.png) top left no-repeat; }
#menu_biographie a:hover { background: url(images/biographie_h.png) top left no-repeat; }
#menu_biographie a:active, a:focus { background: url(images/biographie_a.png) top left no-repeat; }
#menu_biographie { width:137px; height:41px;}

#menu_lecteur a { background:url(images/lecteur.png) top left no-repeat; display:block;}
#menu_lecteur a:link { background: url(images/lecteur.png) top left no-repeat; }
#menu_lecteur a:hover { background: url(images/lecteur_h.png) top left no-repeat; }
#menu_lecteur a:active, a:focus { background: url(images/lecteur_a.png) top left no-repeat; }
#menu_lecteur { width:131px; height:36px;}

#menu_edition a { background:url(images/edition.png) top left no-repeat; display:block;}
#menu_edition a:link { background: url(images/edition.png) top left no-repeat; }
#menu_edition a:hover { background: url(images/edition_h.png) top left no-repeat; }
#menu_edition a:active, a:focus { background: url(images/edition_a.png) top left no-repeat; }
#menu_edition { width:131px; height:41px;}

#menu_contact a { background:url(images/contact.png) top left no-repeat; display:block;}
#menu_contact a:link { background: url(images/contact.png) top left no-repeat; }
#menu_contact a:hover { background: url(images/contact_h.png) top left no-repeat; }
#menu_contact a:active, a:focus { background: url(images/contact_a.png) top left no-repeat; }
#menu_contact { width:131px; height:41px;}

#menu_amazon a { background:url(images/amazon.png) top left no-repeat; display:block;}
#menu_amazon a:link { background: url(images/amazon.png) top left no-repeat; }
#menu_amazon a:hover { background: url(images/amazon_h.png) top left no-repeat; }
#menu_amazon a:active, a:focus { background: url(images/amazon_a.png) top left no-repeat; }
#menu_amazon { width:123px; height:46px;}

#menu_amazon_ca a { background:url(images/amazon_ca.png) top left no-repeat; display:block;}
#menu_amazon_ca a:link { background: url(images/amazon_ca.png) top left no-repeat; }
#menu_amazon_ca a:hover { background: url(images/amazon_ca_h.png) top left no-repeat; }
#menu_amazon_ca a:active, a:focus { background: url(images/amazon_ca_a.png) top left no-repeat; }
#menu_amazon_ca { width:123px; height:46px;}

#menu_dixdecoeur a { background:url(images/dixdecoeur.png) top left no-repeat; display:block;}
#menu_dixdecoeur a:link { background: url(images/dixdecoeur.png) top left no-repeat; }
#menu_dixdecoeur a:hover { background: url(images/dixdecoeur_h.png) top left no-repeat; }
#menu_dixdecoeur a:active, a:focus { background: url(images/dixdecoeur_a.png) top left no-repeat; }
#menu_dixdecoeur { width:174px; height:46px;}

div.content {
	background-image:url(images/content_repeat.png);
	background-repeat:repeat-y;
	background-color:#292E27;
	width:798px;
}

div.content_text {
	color:#FFFFFF;
	padding-left:45px;
	padding-right:45px;
	text-align:justify;
}

div.content_text_center {
	color:#FFFFFF;
	padding-left:45px;
	padding-right:45px;
	text-align:center;
}

div.content_text a:link, a visited {
	color:#ADCA50;
	text-decoration:none;
}	

div.content_text a:hover {
	color:#0099CC;
	text-decoration:none;
}

div.content_text a:active {
	color:#CCCCCC;
	text-decoration:none;
}

div.content_text_center a:link, a visited {
	color:#ADCA50;
	text-decoration:none;
}	

div.content_text_center a:hover {
	color:#0099CC;
	text-decoration:none;
}

div.content_text_center a:active {
	color:#CCCCCC;
	text-decoration:none;
}

p {
	text-indent:15pt;
	text-align:justify;
	vertical-align:top;
}

p.indent {
	text-indent:197pt;
	text-align:justify;
	vertical-align:top;
}

p.no_indent {
	text-indent:0pt;
	text-align:justify;
	vertical-align:top;
}

hr {
	color:#B5D3E2;
}

div.plume {
	float:right;
	background-image:url(images/Plume.png);
	background-repeat:no-repeat;
}

div.footer {
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	width:1024px;
	height:99px;
}

div.footer_text {
	font: Arial;
	font-size:11px;
	color:#006699;
	text-align:right;
	padding-top:50px;
	padding-right:25px;
}

div.footer_text a:link, a:visited {
	color:#006699;
	text-decoration:none;
}

div.footer_text a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

div.footer_text a:active {
	color:#0099CC;
	text-decoration:none;
}
