/* BANANACOMIX BLEU-GIRS DESIGN
 * BY SAMUEL LANGLOIS
 * http://studiobuche.labopa.com, http://www.labopa.com
 */

 /* La structure haut du site */
body {
    background-image: url('../pictures/backgrond.png');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #405871;
	font-family: verdana;
	font-size: small;
	color: #000000;
	z-index: 1;
}

* {
	margin: 0;
	padding: 0;
}

#allWhite {
	background-image: url('../pictures/menu.png');
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: auto;
    margin-right: auto;
	width: 980px;
}

img {border: none;}

 /* Les liens */
a:link {
color: #404040;
}
    
a:visited {
color: #707070;
}
  
a:hover {
color: #909090;
}

a:link.special {
color: #404040;
text-decoration: none;
}
    
a:visited.special {
color: #707070;
text-decoration: none;
}
  
a:hover.special {
color: #909090;
text-decoration: none;
}

a:link.menu_bottom {
color: #cbd8e5;
}

a:visited.menu_bottom {
color: #cbd8e5;
}

a:hover.menu_bottom {
color: #ffffff;
}

/* Le contenu "DATA" */
div.top {
	position: relative;
	width: 980px;
	z-index: 3;
}

div.menu {
	padding-top: 198px;
	text-align: center;
}

div.data {
	position: relative;
	width: 980px;
	z-index: 2;
}

div.center_data {
	background-image: url('../pictures/center_data.png');
	background-repeat: repeat-y;
	padding-left: 18px;
	padding-right: 18px;
	text-align: left;
	
}

span.header {
	font-size: x-large; /* a changer parce que frtancis risque de trouver sa laid */
}

.pageDite {
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
	width: 915px;
}

.comixDite {
	text-align: center;
}

.archiveHeaderDite {
	background-color: #b7b7b7;
	color: #4e4e4e;
	margin-top: 20px;
	margin-left: 65px;
    margin-right: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1px;
	padding-right: 1px;
	text-align: right;
	width: 800px;
}

.archiveDite {
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	width: 799px;
}

.archiveTableDite {
	width: 799px;
}

.archiveTableDateDite {
	text-align: right;
}

.justify {
	text-align: justify;
}

.ajustement {
	padding-left: 25px;
}

.noTdWidth {
	width: 75px;
}

/* La structure du bas du site */
#bottomWhite {
	background-image: url('../pictures/logo_lsb.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #cbd8e5;
	position: relative;
	text-align: center;
	width: 980px;
	height: 50px;
	z-index: 3;
}

/* Le contenu "BOTTOM" */
.bottom {
	font-size: x-small;
	vertical-align: top;
}

.ref {
	font-size: x-small;
}