
/*--------------------------------------------------------------------------- */
/*  VERSION POWNED BY TWAN  (et KorHosik un peu aussi !) POUR SHY'COMICS =)  */
/*------------------------------------------------------------------------ */

/* --------------------------------------------------------------------------
Titre:		Shy'comics || La référence en Sprites Comics !
Fichier : 	style.css
CSS:		2.1 valide W3C
SiteWeb:	http://shylink.free.fr/
Style : 	Design 8bits (rétro)
Merci de ne pas copier impunément le travail de l'auteur !
---------------------------------------------------------------------------- */
.banniere 
{
	background-image: url("banfinal.png");
	background-repeat: no-repeat;
	width: 501px;
   height: 57px;
	margin-bottom: 0;
}

body { background:#2C2C2C; background-image:url(fond.png); background-position:top; background-repeat:repeat-x; font : 11px Verdana, Helvetica, Arial, Geneva, Helvetica, sans-serif; margin : 0; padding : 0px; color:#1E1E1E; }
body * { margin: 0px; padding: 0px; }
body { padding:10px; }

pre { margin:0px; margin-bottom:5px; padding:10px; background-color:#efefef; border:1px solid #E4E4E4; }

a, a:visited { text-decoration : underline; color:#db0048; }
a:Hover { color:#db0048; }

#news_titre
{

width: 460px; 
height: 20px;
}
#news
{
background-image:url(fond_news.png);
color: black; 
padding-left: 5px;
padding-right: 5px;
border-left: 2px solid #00b6ef;
border-right: 2px solid #00b6ef;
}

#content #news a
{
color: #0043b7; 
text-decoration: none;
border-bottom: 1px #0043b7; 
}

#content #news a:visited
{
color: #0043b7; 
text-decoration: none;
border-bottom: 1px #0043b7; 
}
#content #news a:hover
{
color: #0043b7; 
text-decoration: underline;
}

#content a:visited /* Quand le visiteur a déjà vu la page concernée */
{
   border-bottom: 1px dashed #D0D0D0; 
	color: #db0048;
	font-size: 12px;
	text-decoration: none;
}
#content a:focus /* Quand le visiteur sélectionne le lien */
{
   border-bottom: 1px dashed black; 
	color: black;
	font-size: 12px;
	text-decoration: none;
}

#content a /* Lien normal */
{
	border-bottom: 1px dashed #D0D0D0; 
	color: #db0048;
	font-size: 12px;
	text-decoration: none;

}

#content a:hover /* Quand on pointe sur un lien */
{
   border-bottom: 1px dashed black; 
	color: black;
	font-size: 12px;
	text-decoration: none;
}

#content_affiche a:visited /* Quand le visiteur a déjà vu la page concernée */
{
   border-bottom: 1px dashed #D0D0D0; 
	color: #db0048;
	font-size: 12px;
	text-decoration: none;
}
#content_affiche a:focus /* Quand le visiteur sélectionne le lien */
{
   border-bottom: 1px dashed black; 
	color: black;
	font-size: 12px;
	text-decoration: none;
}

#content_affiche a /* Lien normal */
{
	border-bottom: 1px dashed #D0D0D0; 
	color: #db0048;
	font-size: 12px;
	text-decoration: none;

}

#content_affiche a:hover /* Quand on pointe sur un lien */
{
   border-bottom: 1px dashed black; 
	color: black;
	font-size: 12px;
	text-decoration: none;
}

p { margin : 0 0 10px; }

input { font-family :  Arial, Helvetica, sans-serif; }

.clearboth { clear:both; }

.image_0 { border: 0px; }

#attention_ie {
	background: #FFEBEB;
	border: 1px solid #CC5F5F;
	text-align: center;
	padding: 5px;
	margin-bottom: 5px;
}

blockquote {
	margin:0px;
	padding:0px;
	padding-left:10px;
	padding-right:10px;
	font-size: 12px;
	line-height:18px;
	color:#666666;
	font-style: italic;
	font-family: Arial, Times New Roman, Serif;
}

blockquote p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

img {
	border : none;
}

#wrapper {
	position:relative;
	margin:0 auto;
	width : 1000px;
	padding : 0;
	background-color:#FFFFFF;
	background:#ffffff url('fond_rubrique.gif') repeat-y;
	background-position:right;
	border-bottom:2px solid #000;
	border:4px solid #FFF;
	/*border-top:4px solid #333;*/
	}
#wrapper_affiche {
	position:relative;
	margin:0 auto;
	width : 1000px;
	padding : 0;
	background-color:#FFFFFF;
	background:#ffffff;
	background-position:right;
	border-bottom:2px solid #000;
	border:4px solid #FFF;
	/*border-top:4px solid #333;*/
	}

#header_affiche {
	background:#ffffff url('baniere_affiche.jpg');
	background-color:#FFFFFF;
	background-position: top;
	width : 1000px;
	height : 220px;
	float : left;
	margin-bottom:10px;

}

#header {
	background:#ffffff url('baniere.jpg');
	background-color:#FFFFFF;
	background-position: top;
	width : 1000px;
	height : 220px;
	float : left;
	margin-bottom:10px;

}

#header div.main {
	width:450px;
	font-size:20px;
	padding: 25px 0 0 0px;
	color:#fff;
	text-align:center;
	float : left;
}

#header div.main a {
	color:#313130;
}

#header p.desc {
	margin : 0;
	font-size: 11px;
	color:#A4BB66;
	font-weight:normal;
	}

#header div#search {
	float:right;
	padding-right:35px;
	text-align:center;
	padding-top:80px;
	}
	
form#searchform {
	float:right;
	margin:0;
	padding:0px;
	padding-right:20px;
}

#searchsubmit {
	margin-top:7px;
	margin-left:4px;
	padding:4px;
	padding-left:10px;
	padding-right:10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #c0ff00;
	font-size: 12px;
	font-weight: lighter;
	border:1px solid #303030;
	background-color:#222;
}

#s {
	margin-top:7px;
	margin-left:4px;
	padding:4px;
	text-decoration: none;
	text-transform: uppercase;
	color: #c0ff00;
	font-size: 12px;
	font-weight: lighter;
	border:1px solid #303030;
	background-color:#222;
}

#menu {
	width : 1010px;
	float: left;
	margin-top:0px;
	height:40px ;
	color: #ffffff;
}

#menu ul {
	list-style: none;
	padding-left:5px;
}


#menu ul li {
	float: left;
	display: block;
}

#menu ul li a {
	float: left;
	display: block;
	margin-top:7px;
	margin-left:4px;
	padding:4px;
	padding-left:10px;
	padding-right:10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #c0ff00;
	font-size: 12px;
	font-weight: lighter;
	border:1px solid #303030;
	background-color:#222;

}

#menu ul li a:hover {
	color: #FFFFFF;
	background-color:#494949;
	}

#content {
	padding:10px;
	padding-top:0px;
	width :538px;
	margin-left:1px;
	float : left;
	overflow : hidden;
}

#affiche_sc
{
overflow: auto;
}

#content FORM {
	margin-top : 10px;
	padding:10px;
	background-color:#EFEFEF;
	border:4px solid #e2e2e2;
}

#content FORM LABEL {
	padding:0px;
	}

#content label {
	font-weight : bold;
	color : #666;
	font-size : 100%;
	padding-left : 5px;
}



#content textarea {
	font : 12px Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	background:#FFFFFF;
	border : 1px solid #e6e6e6;
	padding : 5px 3px 3px 7px;
}

#content #submit {
	font : 12px Arial, Verdana, tahoma, Helvetica, sans-serif;
	color : #FFF;
	background-color : #666;
	width : 135px;
	margin-left : 355px;
	border:1px solid #FFFFFF;
}

#content .content_zwischenueberschrift {
	color:#00a5db;
}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 35px;
}

#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#content li {
	margin: 0px;
	padding: 0px;
}

#content ul li {
	list-style: square outside;
	margin: 0px 30px 0px 30px;
	padding: 0;
}

#content ul li a {
	display:inline;
}
.postfofo { border-bottom: 1px dotted #888; padding-bottom: 4px; padding-top:4px; }

/*_______________NEWS_______________*/
.news_bulle_top { background: url(images/news_bulle_top.png) no-repeat; width: 510px; height: 51px; margin-left: 5px; margin-bottom: -21px; }
.news_bulle_top2 { background: url(images/news_bulle_top2.png) no-repeat; width: 510px; height: 51px; margin-left: 5px; margin-bottom: -21px; }
.news_bulle { background-image:url(images/news_bulle.png); width: 510px; margin-left: 5px; margin-top: -11px; }
.news_bulle p { margin-left: 5px; padding: 7px; width: 480px; color: white; text-align: justify; }
.news_bulle_bas { background: url(images/news_bulle_down.png) no-repeat; width: 510px; height: 6px; margin-left: 5px; margin-top: -11px; margin-bottom: 20px; }
.auteur_news { padding-left: 430px; font-style: italic; }

h3 { margin:0; padding:0; margin-bottom:1px; font-size:100%; font-weight:normal; line-height:22px; height:22px; background:url(images/title_bullet.gif) no-repeat 0 0; padding-left:24px; }
h3 a { display:block; float:left; line-height:22px; height:22px; }
h3 span { display:block; float:left; color:#fff; background:#97978e; margin-top: 16px; line-height:22px; height:22px;	width: 425px; padding:0 20px 0 10px; border-bottom: 1px dotted black; }

h4 { margin:0; padding:0; margin-bottom:1px; font-size:100%; font-weight:normal; line-height:22px; height:22px; background:url(images/title_bullet.gif) no-repeat 0 0; padding-left:24px; }
h4 a { display:block; float:left; line-height:22px; height:22px; }
h4 span { display:block; float:left; color:#fff; background:#97978e; margin-top: 16px; line-height:22px; height:22px;	width: 425px; padding:0 20px 0 10px; border-bottom: 1px dotted black; }

/*_______________CITATIONS_______________*/
.citation { height: 20px; background: url('fond_date.png') no-repeat; padding:5px 5px 5px 5px; text-align:left; /* border-bottom:1px dotted #cccccc; border-top:1px dotted #cccccc;  */}
.citation p { padding-left: 25px; padding-top: 2px; }
.image_citation { padding-right: 5px; margin-bottom: -5px; }
/*__________________________________*/


.post {
	line-height:18px;
	padding : 10px;
	clear : both;
	overflow : hidden;
}

.title {
	margin:0;
	padding-left:4px;
	padding-top:10px;
}

.subline {
	clear:both;
	width:534px;
	font-size : 90%;
	color : #000;
	margin-bottom:10px;
}

.subline a, .subline a:visited {
	color : #666;
	text-decoration : none;
}

.subline a:hover {
	color:#FFF;
	background-color:#db0048;
	text-decoration : none;
}

.subline .category {
	padding-left: 2px;
	padding-bottom:5px;
}



.subline .comments {
	padding-left:12px; padding-right:0; padding-top:0; padding-bottom:3px
}


.post img{
	border:0;
	max-width: 100%;
	margin-right:5px;
}


.post .byline {
	font-size:11px;
	color:#666;
	display:block;
	margin-bottom:10px;
}

.post .byline a {
	color:#000000;
	text-decoration:none;
}

.post .byline a:hover {
	color:#705738;
	text-decoration:underline;
}

/*_______________LES TITRES_______________*/
h1 { color:#db0048; margin : 3px 0 0px 0px; padding-bottom : 5px; padding-right : 5px; font : normal 21px Arial, "Times New Roman", Times, serif; }
h1 a, h1 a:visited { color:#db0048; text-decoration : none; }
h1 a:hover { text-decoration : none; color:#666; background-color:#EFEFEF; }
h1.pagetitle { color:#757575; margin : 3px 0 2px 0px; padding-bottom : 0px; padding-right : 5px; font : normal 22px Arial, "Times New Roman", Times, serif; }
h1.archive { color:#fff; margin : 3px 0 2px 0px; padding:4px; background:#444444; display:inline; font : normal 20px Arial, "Times New Roman", Times, serif; }
h2 { color:#757575; margin : 3px 0 0px 0px; padding-bottom : 5px; padding-right : 5px; font : normal 21px Arial, "Times New Roman", Times, serif; }
h2 a, h2 a:visited { color:#0097d5; text-decoration : none; }
h2 a:hover { text-decoration : none; color:#666; background-color:#EFEFEF; }
h2.pagetitle { color:#757575; margin : 3px 0 2px 0px; padding-bottom : 0px; padding-right : 5px; font : normal 22px Arial, "Times New Roman", Times, serif; }
h2.archive { color:#fff; margin : 3px 0 2px 0px; padding:4px; background:#444444; display:inline; font : normal 20px Arial, "Times New Roman", Times, serif; }
h3 { color : #757575; margin : 5px 0 5px; font : bold 12px/100% Arial, Verdana, Tahoma, Helvetica, sans-serif; }
/*__________________________________*/

#sidebar-wide {
	float : left;
	font-size:11px;
	width:249px;
	color : #666666;
	text-align : left;
	margin-left:6px;
}

#sidebar-wide .adsense250 {
	text-align:center;
	width:250px;
	}

#sidebar-wide .ads img {
	margin:3px;
}

#sidebar-wide .kat_h3 {
	font : bold 11px/100% Arial, Tahoma, Helvetica, sans-serif;
	color : #FFFFFF;
	text-transform:uppercase;
	margin:0;
	padding:6px;
	padding-top:4px;
	background: #DB0000;
	border-top:2px solid #e5477b;
	background-image:url(images/sidebar-wide-bg.png);
	background-repeat:repeat-x;
	}

#sidebar-wide .kat_h3 a, #sidebar-wide .kat_h3 a:visited, #sidebar-left .kat_h3 a {
	color : #fff;
	text-decoration: underline;
}

#sidebar-wide a, #sidebar-wide a:visited {
	color : #333333;
	text-decoration : none;
}

#sidebar-wide a:focus, #sidebar-wide a:active {
	text-decoration : none;
}

#sidebar-wide ul {
	list-style : none;
	margin : 0;
	margin-bottom:25px;
	padding : 0;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#FFFFFF;
	padding:5px;
	padding-left:8px;
}

#sidebar-wide a:hover {
	text-decoration : underline;
}

#sidebar-wide ul li {
}

#sidebar-wide ul li a {
	color: #333333;

}

#sidebar-wide ul li ul li {
	padding-right : 12px;
}



#archives {}



#archiveform {
	padding:10px 10px 10px 10px;
	text-align:center;
	}

#archiveform select {
	width:230px;
}


#sidebar-wide #calendar {
	empty-cells: show;
	font-size: 12px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	color:#757575;
	font-weight: normal;
	}

#calendar caption {
	font : bold 11px/100% Arial, Tahoma, Helvetica, sans-serif;
	color : #91A756;
	text-transform:uppercase;
	margin:0;
	padding:10px 0 6px 12px;
	background: #eeeeee;
	width:100%;
	text-align:left;
}



#calendar table {
	width: 100%;
	padding: 0 20px;
	text-align: center;
}



#calendar thead th {
	border-bottom: 2px solid #F2F2F2;
	border-top: 1px solid #F2F2F2;
}


#calendar tbody td {
	padding: 5px 0;
	border-bottom: 1px solid #F2F2F2;
}


#calendar tfoot td {
	border-top: 1px solid #F2F2F2;
}


#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}


#calendar a {
	font-weight: bold;
	color: #91A756;
}


#sidebar-narrow .textwidget, #sidebar-wide .textwidget {
	background:#eef7fd;
	padding-left:10px;
}

#sidebar-narrow {
	float : left;
	font-size:11px;
	width : 180px;
	color : #666666;
	line-height : 16px;
	margin-left:4px;
	text-align : left;
}



#sidebar-narrow p {
	margin : 0 0 15px;
}

#sidebar-narrow .kat_h3 {
	font : bold 11px/100% Arial, Tahoma, Helvetica, sans-serif;
	color : #FFFFFF;
	text-transform:uppercase;
	background: #00a5db;
	margin:0;
	padding:6px;
	padding-top:4px;
	border-top:2px solid #3ab9e3;
	background-image:url(images/sidebar-narrow-bg.png);
	background-repeat:repeat-x;
}

#sidebar-narrow .kat_h3 a, #sidebar-narrow .kat_h3 a:visited {
	color : #fff;
}

#sidebar-narrow a, #sidebar-narrow a:visited {
	color : #333333;
	text-decoration : none;
}

#sidebar-narrow a:focus, #sidebar-narrow a:active {
	text-decoration : none;
}

#sidebar-narrow ul {
	list-style : none;
	margin : 0;
	padding : 0;
	padding-top:2px;
	margin-bottom:6px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

#sidebar-narrow a {
	padding:3px;
	border-bottom:1px dotted #bbb;
	background-color:#FFF;
}

#sidebar-narrow a:hover {
	color:#666;
	background-color:#EFEFEF;
}

#sidebar-narrow ul li {
	margin:0px;
	padding:0px;
}

#sidebar-narrow ul li a {
	padding-left: 8px;
	color: #333333;
	display:block;
	font-size:11px;
}

#sidebar-narrow #categories ul li a, #sidebar-wide #categories ul li a {
	color: #333333;
}

#sidebar-narrow ul li ul li {
}



#sidebar-narrow .skyscraper {
	text-align:center;
	margin-bottom:10px;
}

#partenaire {
	float: right; 
	border: 1px solid black;

}

#content table
{
background-image: url('fond_tableau.jpg');
}

#content_affiche table
{
background-image: url('fond_tableau.jpg');
}

#content td 
{
			padding: 5px;
			border: 1px outset #D9871B; /* Changement de la couleur de bordure de la colonne ici */
}
#content th 
{
			border: 1px outset #D9871B; /* Changement de la couleur ici */
}

#content_affiche td 
{
			padding: 5px;
			border: 1px outset #D9871B; /* Changement de la couleur de bordure de la colonne ici */
}
#content_affiche th 
{
			border: 1px outset #D9871B; /* Changement de la couleur ici */
}

.texte_vignette_rouge { list-style : none; margin : 0; margin-bottom:25px; padding : 0; border-left:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc; 
background-color:#FFFFFF; padding:5px; padding-left:8px; text-align: justify; }
.texte_vignette_rouge p:first-letter { font-weight: bold; font-size: 18px; }
.texte_vignette_rouge_lien { text-decoration: underline; }
.texte_vignette_rouge_lien:hover { color: #DB0000; }



/*_______________PIED DE PAGE_______________*/
#footer { font-size:11px; clear : both; background : #333333; padding:10px; color : #CCC; border-top:2px solid #222; }
#footer a, #footer a:visited { text-decoration : none; color : #fff; }
#footer a:hover { text-decoration : underline; color:#ccc; }
#copy { 	margin-left: 0; }
#stats_footer { float: right; background: #464646; padding: 10px; margin-right: 10px; margin-top: -4px; }
#stats_footer img { margin-top: -4px; margin-bottom: -2px; }
#remonter_footer a { margin-right: 0; margin-top: -4px; padding: 10px; float: right; background: #656565; text-decoration: none; }
#remonter_footer a:hover { text-decoration: none; }
.envie_design_img { float: left; margin-top: -42px; margin-left: 368px; }
.changement_design { font : 9px Verdana, Helvetica, Arial, Geneva, Helvetica, sans-serif; margin-top: -39px; margin-right: 490px; padding: 5px; float: right; background: #464646; text-decoration: none; }
.changement_design:hover { text-decoration: none; background: #656565; }

/* -----------------------------------------------------------------------------------
	Merci de ne pas copier impunément le travail de l'auteur !
--------------------------------------------------------------------------------------- */