/* Styles communs à tous les skins sur Wookiepédia */

/* page d'accueil */
body.page-Accueil #ca-delete, 
body.page-Accueil #firstHeading{
    display: none;
}

body.page-Accueil h5 {
    color: rgb(255,255,255) !important;
    font: 800 140% arial !important;
    background: rgb(153,153,102);
    margin: .2em;
    padding: .5em 1em !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

body.page-Accueil h6 {
font: 800 105% arial !important;
}

body.page-Accueil .plainlinks a{
     color: rgb(153,153,102) !important;
}
.bandeau-titre {
     background: rgb(153,153,102)  url("../w/images/c/c5/BgBandeauTitre.jpg") no-repeat right center;
     text-align: center;
     position: relative;
}

.mainpage-notice {
	margin: .5em .5em;
        text-align: center;
}

.citationAccueil {
	margin-right: 500px; 
	padding: 1.5em 2em !important;
	font: 400 110% arial; 
	position: relative;
}
.citationAccueil cite {
	font: 400 italic 120% arial;
}
.citationAccueil .citationPar {
	position: absolute;
	right: .5em;
	bottom: .6em;
}

.tableauFilms {
       width: 100%;
       background: transparent !important;
       text-align: center;
}
  .tableauFilms td {
         padding: .5em;
  }

.amisAccueil {
	font: 800 100% arial;
	color: rgb(255,255,255);
}
.amisAccueil p{
	text-align: center !important;
}

/* images */
div.floatright, table.floatright {
	clear: right;
	float: right;
	position: relative;
	margin: 0 0 .5em .5em;
	border: 0;
}
div.floatright p { font-style: italic; }
div.floatleft, table.floatleft {
	float: left;
	clear: left;
	position: relative;
	margin: 0 .5em .5em 0;
	border: 0;
}
div.floatleft p { font-style: italic; }
/* thumbnails */
div.thumb {
	margin-bottom: .5em;
	border-style: solid;
	border-color: white;
	width: auto;
}
div.thumbinner {
	border: 1px solid #ccc;
	padding: 3px !important;
	background-color: #f9f9f9;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}
html .thumbimage {
	border: 1px solid #ccc;
}
html .thumbcaption {
	border: none;
	text-align: left;
	line-height: 1.4em;
	padding: 3px !important;
	font-size: 94%;
}

 /* Infobox template styling */
 .infobox
 {
   float: right;
   clear: right;
   margin: 0 0 .5em 1em;
   width: 250px;
   background: none;
   border-collapse: collapse;
   border-width: 0px;
   font-size: 0.8em;
   line-height: 1.5;
 }
 .infobox table.infoboxtable
 {
   background:#f0f0f0 !important;
   float:right;
   margin:0;
   width:100%;
   border-collapse:collapse;
 }

.infobox table tr:nth-child(odd)
{ background-color:#F9F9F9; }

 .infobox td.infoboximage
 {
   padding:0;
   text-align:center; 
 }
 .infobox th.infoboxheading
 {
   padding: 5px;
   font-weight:bold;
   text-align:center;
   color:#ffffff;
   font-size:larger;
 }
 .infobox th.infoboxsubheading
 {
   padding: 4px;  
   vertical-align:top;
   text-align:left;
   font-weight:normal; 
 }
 .infobox td.infoboxlabel, .infobox td.infoboxcell
 {
   padding-left: 5px;  
   vertical-align: middle;
 }
 
 /* ugly hack to force normal height for infobox cells */
 .infoboxcell p { margin-top: 0px; margin-bottom: 0px; }
 /* .infoboxcell ul { list-style-type: disc; } */
 
.infoboxcell ul
{
    padding-left: 10px;
    margin-left: 10px;
}
 
.infoboxcell ul li
{
    padding-left: 0;
    margin-left: 0;
    list-style-type: square;
}
 
 .infobox div.plainlinks
 {
     color: #fff !important;
 }
 
 .infobox div.plainlinks a
 {
     color: #f0f0f0 !important;
 }

/* message box */
.messagebox {
	padding: .5em .6em;
	margin-bottom: 1em;
}
.messagebox table {
	background-color: transparent !important;
}

pre.wrap {
	white-space: pre-wrap;
	word-wrap: break-word;
}

sup {
	line-height: 0;
}

/* Classes pour le [[modèle:Article détaillé]] ou le [[modèle:Loupe]], ainsi que [[modèle:Article principal]] */
.detail, .details {
	background:#F0F0F0;
	border-color:#666666;
	border-style:solid;
	border-width:1px 0;
	color:#666666;
	display:table;
	font-size:95%;
	padding:0.2em 1em;
	text-align:left;
	width:90%;
} 
.detail > span {
	display:table-row;
} 
.detail > span > span {
	display:table-cell;
	padding-left:4px;
	width:100%;
}