@CHARSET "ISO-8859-1";

* {
	font-family: arial, sans-serif;
	font-size: 13px;
}

body {
	margin: 0;
    background-color: #fed;	
}

.separe {
	clear: both;
}


/* Les liens */

a {
	color: #d00203;
	font-size: inherit;
	text-decoration: none;	
}

a:hover {
	color: black;
}

div#titre a {
	display: block;
	height: 100%;
}

div#pied a {
	font-size: 11px;	
}

ul#menu_principal li a {
	color: #d00203;
	text-decoration: none;
	display: block;
	height: 100%;
	padding: 0 15px;
    border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	background-color: #fba;
}


ul#menu_principal li.courant a {
	background-color: #D00203;
	border-bottom: 1px solid #d00203;
	color: white;
}

ul#menu_principal li a:hover {
	background-color: black;
}

ul#menu_principal li.courant a:hover {
	background-color: #D00203;
	color: black;
}

ul#menu_secondaire li a {
	color: white;
	text-decoration: none;
}

ul#menu_secondaire li a:hover {
	color: black;
}


/* Les titres */

h1 {
	font-size: 23px;
	margin: 10px 0;
	text-align: left;
    color: #333;
    border-left: 10px solid #d00203;    
    padding-left: 5px;  
}

h2 {
	font-size: 18px;
	color: #d00203;
	border-bottom: 1px dotted #fe8a87;
	text-align: left;
	margin-top: 0;
	margin-bottom: 10px;
}

div.actu h2 {
	margin: 0;
	border-bottom: none;
	clear: both;
}

div.cadre h2, div.cadre h3 {
	height: 22px;
    font-size: 14px;
    font-weight: bold;
    color: white;
	text-align: left;
	margin: 2px 0 5px 0;
	text-indent: 8px;
	line-height: 22px;
    background-color: #d00203;
    background-image: url(../images/interface/style_daphne/titre_cadre.png);
    background-repeat: no-repeat;
    border: none;
}

h3 {
	margin-bottom: 10px;
	font-size: 15px;
	text-align: left;
	color: #333;
}

h4 {
	text-align: left;
	margin: 0;
	color: black;
}

div.infos_volume h4 {
	font-size: 13px;
	margin: 0 0 5px 0;
	text-align: left;
	color: #d00203;	
	font-weight: bold;
}


/* Les images */

img {
	border: 2px solid #fe8a87;
}

img.left {
	float: left;
	margin-right: 5px;
	margin-bottom: 1px;
}

img.right {
	float: right;
	margin-left: 5px;
	margin-bottom: 1px;
}

img.logo {
	display: none;	
}

img.couverture {
	border: none;
	margin: 0 4px 4px 0;
	float: left;
}

a img.couverture {
	border: 2px solid #fe8a87;
}

img.lien {
	border: none;	
}

table.planning td.pays img {
	border: 1px solid #ccc;
	vertical-align: middle;
}

div#lightbox img {
	border: none;
}

div#prochaines_sorties img {
	border: 1px solid #ccc;
	vertical-align: middle;
	margin-bottom: 2px;
}

img.relations_persos {
    border: none;
}

dl.relations_persos dt img {
    border: none;
    vertical-align: middle; 
}


/* Les paragraphes */

p, blockquote {
	text-align: justify;
}

blockquote {
	font-style: italic;	
}

div.cadre p {
	margin-top: 0;
}

p.introduction {
	color: #d00203;
	font-weight: bold;
	font-size: 13px;
}

p.date {
	margin: 5px 0;
	font-style: italic;
	color: gray;
	font-size: 11px;
	font-weight: bold;
}

p.lien {
	text-align: center;
}

div.cadre p.lien {
	margin: 10px 0;	
}

.commentaire {
	font-style: italic;
	color: #555;
}

.erreurs {
	color: red;	
}

.succes {
	color: green;	
}

.titre_liste {
	font-weight: bold;
	text-align: left;
}

div#dernieres_sorties p.pays {
	font-weight: bold;
	background-image: url(../images/interface/style_daphne/puce.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 15px;
	margin: 0;	
}

div#dernieres_sorties p.legende {
	text-align: center;
	font-style: italic;	
	margin: 0 auto 10px auto;
}

div#prochaines_sorties span.media {
	color: #d00203;	
}

h1 span.manga {
    display: block; 
    color: white;
    font-size: 11px;
    text-align: left;
    font-weight: bold;
    margin-left: -5px;
}

h1 span.manga span {    
    display: inline;
    background-color: #d00203;    
    padding: 0 6px;
    font-size: 11px;
}

div.actu p {
    margin-bottom: 10px;
}

div.cadre p {
    margin-bottom: 10px;	
}


/* Les listes */

ul {
	margin-top: 0;
	text-align: left;
	padding-left: 0;
	margin-left: 0;
}

ul li {
	list-style-type: none;
	background-image: url(../images/interface/style_daphne/puce.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 15px;
}

ul#menu_principal, ul#menu_secondaire {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 30px;
	width: 100%;	
}

ul#menu_principal {
	background-image: url(../images/interface/style_daphne/fond_menu.jpg);
	background-position: top right;	
}	

ul#menu_secondaire {
	background-color: #d00203;
	clear: both;	
}

ul#menu_principal li, ul#menu_secondaire li {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	font-weight: bold;
	background-image: none;
	padding: 0;
}

ul#menu_secondaire li {
	background-color: #D00203;
	padding: 0 15px;	
}

div.infos_volume li {
	font-size: 12px;
	font-style: italic;	
}

div.actu ul {
	clear: left;
    margin-bottom: 10px;	
}

div#prochaines_sorties li {
    background-image: none;
    padding-left: 0;
}

div.infos_manga li {
    background-image: none;
    padding-left: 0;
    line-height: 1.6em;
}

div.cadre ol {
    text-align: left;	
}


/* Les tableaux */

table.bibliographie {
	width: 800px;
	margin: 10px auto 20px auto;	
	border: 1px solid #d00203;
	border-collapse: collapse;
}

table.bibliographie th {
	background-color: #d00203;
	color: white;
	text-align: center;
	font-weight: bold;
	padding: 5px 0;	
}

table.bibliographie td {
	padding: 5px 2px;
	text-align: left;
}

table.planning {
	margin: 10px auto;
	width: 90%;
	border-collapse: collapse;
	border: 1px solid #fe8a87;	
}

table.planning td {
	text-align: left;
	padding: 5px 10px;
	border-bottom: 1px solid #fe8a87;
	border-top: 1px solid #fe8a87;	
}

table.planning td.date {
	width: 75px;
	background-color: #d00203;
	text-align: center;
	color: white;
	font-weight: bold;
}

table.planning td.pays {
	width: 40px;
	text-align: center;
}

table.planning td.media {
	width: 110px;
	color: #d00203;
	text-align: left;
}

table.planning tr.a_venir {
    background-color: #fdc;
}


/* Les formulaires */

form {
	text-align: left;
}

form.planning {
	margin-top: 15px;
}

form.navigation {
	margin-bottom: 15px;	
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

label {
	font-weight: bold;
}

form.complet label {
	float: left;
	width: 225px;
	display: block;
	clear: both;
	margin-right: 5px;
	text-align: left;
}

form.complet input, form.complet textarea {
	display: block;
	float: left;
}

form.complet input[type="submit"] {
	display: block;
	clear: both;
	margin: 10px 0;
}


/* La structure du site */

div#interface {
	width: 980px;
	margin: 0 auto;
	border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 3px solid #d00203;
	overflow: auto;
    background-color: white;
}

div#entete {
	margin: 0;
    height: 150px;	
	width: 100%;
	background-image: url(../images/interface/style_daphne/titre.jpg);
}

div#page {
	margin: 0 10px;
	text-align: center;
}

div#pied {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
    clear: both;
    color: #333;
    padding: 1px 0 5px 0;
}

div#edito {
    background-color: #fed;
	color: #d00203;
	font-weight: bold;
	font-size: 13px;
	padding: 10px;
	border: 1px solid #FE8A87;
	text-align: justify;
}

div#dernieres_actus {
	float: left;
	width: 675px;
	padding-right: 5px;
}

div#maj_sorties {
	float: left;
	width: 275px;
	margin-left: 5px;
}

div.actu {
	overflow: auto;
	border-bottom: 1px dashed #fe8a87;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-align: justify;
}

div.titre_section {
	margin: 10px 0;
	border-bottom: 3px solid #d00203;
	color: white;
	font-weight: bold;
	text-align: left;
}

div.titre_section span {
	background-color: #d00203;
	padding: 2px 10px;
}

div.cadre {
    overflow: auto;
    text-align: center;
}

div.infos_manga {
    margin-bottom: 10px;
}

div.infos_volume {
    background-image: url(../images/interface/style_daphne/infos_volume.png);
    padding: 8px;
    width: 214px;
    float: left;
    text-align: center;
    margin: 0 10px 10px 0;
    height: 280px;
    overflow: hidden;
}

div.lien_retour {
	text-align: center;
	margin-bottom: 10px;
	clear: both;
}

div#outerImageContainer {
	border-top: 2px solid #fe8a87;	
	border-left: 2px solid #fe8a87;
	border-right: 2px solid #fe8a87;	
}

div#imageDataContainer {
	border-bottom: 2px solid #fe8a87;	
	border-left: 2px solid #fe8a87;
	border-right: 2px solid #fe8a87;	
}

dl.relations_persos {
    overflow: auto;	
}

dl.relations_persos dt {
    float: left;
    line-height: 20px;
    width: 35px;
}

dl.relations_persos dd {
	margin-left: 5px;
    float: left;
    width: 440px;
    line-height: 20px;
    text-align: left;
}
