*{
	font-size : 12px;
}

#cse-search-box{
	z-index:2;
}

body{
	background-image : url('http://www.starwars-holocron.net/images/fond.png');
	background-repeat: repeat-x ;
	background-color: #757B80;
	margin: 0;
	padding: 0;
	font-family : Verdana, Arial, "Deja Vu Sans", serif;
	font-size : 12px;
	color: #292929;
}

fieldset{
	border : 1px solid silver;
}


a img{
	border : 0;
	margin: 0px;
	padding: 0px;
}

div#page{
	background-image: url('http://www.starwars-holocron.net/images/ombre.png');
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0px 10px 0px 10px;
	width : 986px;
	
}
p.pagination
{
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}

p.pagination a
{
	font-size: 10px;
}

a{
	color: #2C5D94;
	text-decoration:none;
}

a:hover{
	color: #FF6C00;
	text-decoration:none;
}

hr{
	border: 0px;
	border-top: 1px solid #A1A1A1;
}

h1 {
	font-size: 16px;
	color: #2C5D94;
	margin:0px;
	text-align:left;
}

h1 span{
	font-size: 13px;
	color: black;
}

h1.lettre {
	border-bottom: 1px solid #315392;
	border-left: 1px solid #315392;
	padding-left: 5px;
}

h2
{
	font-size: 13px;
	color: #2C5D94;
	margin: 0px;
	padding: 0px;
	text-align:left;
}

label {
	display:block;
	width:120px;
	float:left;
}

li.sans_puce {
	list-style-type:none;
}

object, param{
	cursor: pointer;
}

input.button1, input[type=submit] {
	font-size: 14px;
	padding: 2px 5px 2px 5px;
	
	text-shadow:0 1px 1px #000000;
	color:#fff;
	border:1px solid #333;
	background:#333;
	background-image:linear-gradient(bottom,#333333 0%,#666666 100%);
	background-image:-o-linear-gradient(bottom,#333333 0%,#666666 100%);
	background-image:-moz-linear-gradient(bottom,#333333 0%,#666666 100%);
	background-image:-webkit-linear-gradient(bottom,#333333 0%,#666666 100%);
	background-image:-ms-linear-gradient(bottom,#333333 0%,#666666 100%);
	background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#333333),color-stop(1,#666666))
}

input.button1:hover, input[type=submit]:hover {
	cursor: pointer;
	background:#666666
}

input.button1 {
	padding: 5px;
	border: 0px;
}

.font_small, .font_small a {
	font-size: 0.8em;
}

.coms p {
	margin: 0px;
	padding: 0px;	
}

#actualite {
	margin-top: 0;	
	height: 520px;
}

#actualite table {
	width:100%;
}

.categorieActualite {
	float:left; 
	margin-right:8px;
	font-size: 9px;
	text-align:center;
	padding:0px; 
	width: 90px;
}

.categorieActualite a{
	font-size: 9px;
}

/* --------------------- */
/* Corps */
/* --------------------- */

#corps{
	padding:10px;
}

*.titre{
	padding-left: 10px;
	height: 25px;
	color: white;
	padding: 8px;
	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

*.titre span{
	position: absolute;
	margin-left: 10px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 11px;
	text-transform : capitalize;
	font-family: sans-serif;
}

*.titre span span {
	position: relative;
	margin: 0px;
}


*.titre span img{
	margin-top: 3px;
}


div.contenu{
	background-color: #E1E2E7;
	border: 2px solid #CECDD2;
	border-top: 0px;
	border-bottom: 0px;
	padding: 10px;
	margin-top: -1px;
	overflow: auto;
	overflow-x: hidden;
}

div.contenu p{
	margin:0;
	padding:3px;
	
}

div.bas{
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-o-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	border: 2px solid #CECDD2;
	border-top: 0px;
	margin: 0 0 10px 0;
}

div.haut{
	height: 8px;
	border: 2px solid #CECDD2; 
	border-bottom: 0px;
	background: #E1E2E7;
}

#corps div.contenu{
	text-align: justify;
}


#corps div#menuDroite{
	float:right;
	width: 350px;
	padding-bottom: 10px;
}

input[name=inscription]{
	background-image: url('http://www.starwars-holocron.net/images/inscription.png');
	width: 85px;
	height: 22px;
	border: 0px;
}

input[name=connexion]{
	background-image: url('http://www.starwars-holocron.net/images/connexion.png');
	width: 85px;
	height: 22px;
	border: 0px;
}

input[name=inscription]:hover{
	background-image: url('http://www.starwars-holocron.net/images/inscription_hover.png');
	width: 85px;
	height: 22px;
	border: 0px;
	cursor: pointer;
}

input[name=connexion]:hover{
	background-image: url('http://www.starwars-holocron.net/images/connexion_hover.png');
	width: 85px;
	height: 22px;
	border: 0px;
	cursor: pointer;
}

#ulEspaceMembre {
	margin-top: 0px;	
}

#ulEspaceMembre li, .ulEspacePersonnel li {
	padding: 0px;
	list-style-type: none;
	list-style-image: url('http://www.starwars-holocron.net/images/puce.gif');
	border: 1px solid transparent;
}

/* --------------------- */
/* Page */
/* --------------------- */
#corps  #central{
	width: 652px;
}

/* --------------------- */
/* Recherche.php */
/* --------------------- */

#corps  #recherche{
	width: 100%;
}

#corps  #recherche table th{
	text-align:left;
}

/* --------------------- */
/* Publicite */
/* --------------------- */

#publicite {
	text-align:center; 
	width: 100%;
	margin: 4px;
}


/* --------------------- */
/* Actualite */
/* --------------------- */

#corps #central div.titre_actualites{
	height: 29px;
}

#corps div#central div.bas{
	clear: left;
}

#corps div#central div.contenu {
	text-align: justify;
	padding: 10px;
}

#corps div#central div.contenu img{
	border: 2px solid #A1A1A1;
}


#corps div#central div.contenu .noborder, .noborder{
	border: 0;
}
/* --------------------- */
/* Encyclopedie */
/* --------------------- */

#corps #central div.contenu .cadre_serie{
	clear: left;
	
	padding: 10px;
}

#corps #central div.contenu #cadre_bas{
	background: #cecdd2;
	padding: 10px;
	border: 2px solid silver;
	margin-top: 10px;
	clear: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.liste_references li{
	padding: 5px;
	list-style-type: none;
	list-style-image: url('http://www.starwars-holocron.net/images/puce.gif');
	border: 1px solid transparent;
}

.liste_references li:hover{
	background: #A1C3D6;
	border:1px solid #4267D0;
}

#recueil {
	display: table;
	width: 550px;
    padding: 10px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 15px;
	background: rgba(0, 0, 0, 0.2);
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}

/* Liste d'affichage des Comics, romans .. */

/* --------------------- */
/* Menu */
/* --------------------- */

#corps div#menu_droite{
	float: right;
	width: 305px;
}

.caracs{
	width: 100%;
	border-collapse: collapse;
}

.caracs tr{
	border-bottom: 1px dotted silver;
}

.caracs th{
	width: 40%;
	text-align: left;
	padding: 3px;
	vertical-align: top;
}
.caracs td{
	padding: 3px;
	
}

#corps #menu_droite div.bas{
	margin-bottom: 10px;
}

/* --------------------- */
/* Pied */
/* --------------------- */
#statistiques{
	clear: right;
	background-image : url('http://www.starwars-holocron.net/images/fond_menuderoule.gif');
	background-repeat: repeat-x ;
	height: 28px;
	border: 1px solid #374272;
}
#statistiques table{
	color: white;
	height: 100%;
	width: 100%;
	margin-left: 20px;
}
#pied{
	background: #4E4E4E;
	color: white;
	padding: 5px;
}

#pied a{
	color: white;
	text-decoration:underline;
}

#pied a:hover{
	text-decoration:none;
}


#menuDeroulant
{
	background-image : url('http://www.starwars-holocron.net/images/fond_menuderoule.gif');
	border: 1px solid transparent;
}

/* Partenaires */
#devenir_partenaire label{
	width: 170px;
	font-weight: bold;
}
#message_ok{
	margin: auto;
	margin-bottom : 10px; 
	padding: 10px;
	background: #aecfb5;
	border: 1px solid #406447;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#message{
	background: #cecdd2;
	margin: auto;
	margin-bottom : 10px; 
	padding: 10px;
	border: 1px solid silver;
	margin-top: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#message_error{
	margin: auto;
	margin-bottom : 10px; 
	padding: 10px;
	background: #ff9595;
	border: 1px solid red;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#message_infos{
	margin: auto;
	margin-bottom : 10px; 
	margin-top:10px;
	padding: 10px 10px 10px 45px;
	background-color: #FFE39C;
	background-image: url('http://www.starwars-holocron.net/images/logo_infos.png');
	background-repeat: no-repeat;
	background-position: 8px 8px; 
	border: 1px solid #EDC028;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

.notification {
	background: #A1C3D6;
	border: 1px solid #272727;
}

.bouton_possede {
	padding: 3px;
	background: #aecfb5;
	border: 1px solid #406447;
	color: #27472d;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.bouton_possede:hover {
	background: #90b798;
	cursor: pointer;
}

.bouton_possede_pas {
	padding: 3px;
	background: #fea8a8;
	border: 1px solid #fe5858;
	color: #fe3333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.bouton_possede_pas:hover {
	background: #ff9595;
	cursor: pointer;
}

.bouton_possede_petit {
	height: 20px;
	padding: 1px;
	font-size: 0.8em;
}


/* Collection */
table.collection, fieldset.collection{
	background: #cecdd2;
	padding: 10px;
	margin: 5px;
	border: 2px solid silver;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

fieldset.collection legend{
	font-weight: bold;
	font-size : 16px;
}

.cadre{
	background: #cecdd2;
	padding: 10px;
	border: 2px solid silver;
	margin: auto; 
	margin-top: 10px;
	padding: 5px;
	clear: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

.cadre em{
	display: inline-table;
}


.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.floatRight {
	float: right;
	margin: 0 0px 10px 10px;
}

.note, .fond_note{
	background: url('http://www.starwars-holocron.net/images/holocron_gris.png');
	background-repeat: repeat-x;
	width: 150px;
	height: 35px;
	border-collapse: collapse;
}

.note:hover {
	background: url('http://www.starwars-holocron.net/images/holocron_jaune.png');
	background-repeat: repeat-x;
	cursor: pointer;
}

.ma_note{
	background: url('http://www.starwars-holocron.net/images/holocron_jaune.png');
	height: 35px;
	background-repeat: repeat-x;
}

.note_mini{
	background: url('http://www.starwars-holocron.net/images/mini_holocron_gris.png');
	background-repeat: repeat-x;
	width: 100px;
	height: 23px;
}

.ma_note_mini{
	background: url('http://www.starwars-holocron.net/images/mini_holocron_jaune.png');
	background-repeat: repeat-x;
	height: 23px;
}

#note_confirmation {
	padding: 5px;
	background: #aecfb5;
	border: 1px solid #406447;
	display: none;
	color: black;
	margin: 5px 0 0 160px;
	width: 50px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

#note_possede {
	float: right;
	background: rgba(0, 0, 0, 0.2);
	padding: 3px;
	margin: 0 0 5px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;	
}

.possede_menu {
	font-size: 0.7em; 
	clear: both;
	background: rgba(0, 0, 0, 0.2);
	height: 21px;
	padding: 3px;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.possede_menu a{
	cursor: pointer;
}

#editer{
	position: absolute; 
	margin-left: 810px; 
	margin-top: 130px;
	padding: 5px; 
	background-image:url('http://www.starwars-holocron.net/images/blanc_transp.png'); 
	display:none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#sources{
	overflow:auto;
	max-height: 300px;
}

#sources td{
	vertical-align:top;
}

/* ------------------------ */
/* ----- Début Modules ---- */
/* ------------------------ */

#modules {
	clear: both;
	width: 100%;
}

#modules td {
	width: 33%;
	vertical-align: top;
	padding-right: 10px;
}

/* ------------------------ */
/* ------ Fin Modules ----- */
/* ------------------------ */

.spoiler, blockquote{
	margin: 5px;
	padding: 10px;
	background: silver;
	border: 1px solid gray;
}

.spoiler , blockquote{
	margin: 10px;
}

.spoiler div {
	display: none;	
	margin-top: 10px;
}

/* ------------------------ */
/* - Début Menu Déroulant - */
/* ------------------------ */

#menu_deroule {
	vertical-align: middle;
	width: 100%;
	height: 50px;
	clear: both;
	padding: 0;
	margin-top: -3px;
}


#menu_deroule table {
	border-collapse: separate;
	border-spacing: 0;
	clear: both;
	height: 30px;
	margin-top: 10px;
	position: absolute;
}

#menu_deroule table td {
	padding: 0 20px 0 20px;
	min-width: 60px;
	text-align:center;
}

#menu_deroule table td a {
	color: white;
}

#menu_sous_deroule {
	background-image: url('http://www.starwars-holocron.net/images/bleu/fond_sous_menuderoule.png');	
	background-repeat: repeat-x;
	vertical-align: middle;
	height: 35px;
	border-bottom: 1px solid #C3C3C3;
}

#menu_sous_deroule table {
	border-collapse: separate;
	border-spacing: 0;
	height: 100%;
	border-right: 1px solid #FFFFFF;
}

#menu_sous_deroule table tr {
	display: none;
}

#menu_sous_deroule  #menu_1 {
	display: table-row;
}

#menu_sous_deroule table ul{
	background-color: #F1F1F1;
	display: none;
	position: absolute;
	margin: 8px 0 0 0;
	padding: 0px;
	margin-left: -15px;
	max-width: 200px;
	z-index: 99;
}

#menu_sous_deroule table ul li{
	list-style-type: none;
	list-style-position: outside;
	border-top: 1px solid #C3C3C3;
	border-bottom: 1px solid #FFFFFF;
	margin : 0;
	padding: 5px 10px 5px 10px;
}

#menu_sous_deroule table ul li:hover{
	background : #D9D8D8;
}

#menu_sous_deroule td {
	border-right: 1px solid #C3C3C3;
	border-left: 1px solid #FFFFFF;
	padding: 5px 15px 5px 15px;
}
#menu_sous_deroule td:hover {
	background : #D9D8D8;
}

#menu_sous_deroule td a {
	color: black;
}


#cse-search-box input[type=text]{
	background-image: url('http://www.starwars-holocron.net/images/fond_input.gif');
	border: 0px;
	color: gray;
}

#cse-search-box {
	position: absolute;
	margin-left: 750px;
	margin-top: 185px;
}

/* -------------------------------- */
/* 	        LiveSearch            */
/* -------------------------------- */
#LSResult {
	position: absolute;
	margin-left: 750px;
	margin-top: 220px;
	max-height: 100px;
	max-width: 320px;
	opacity:0.94; 
	background: silver;
	z-index: 3;
	overflow: auto;
}

#LSResult table td a  {
	font-size: 0.92em;
}

#LSResult table td.genre {
	text-align: right;
	font-size: 0.88em;
	vertical-align:top;
}
/* -------------------------------- */
/* 	            QUIZZ               */
/* -------------------------------- */
.silver {
	background: silver;
}

#tableRecherche {
	font-size: 0.8em;
}


/* bouton modifier et supprimer de la page accueil */
.control_buttons {
	margin-top: 3px;
}

#quizz_classement {
	width:100%; 
	border-collapse:collapse;
}
#quizz_classement th {
	border-bottom: 1px solid silver; 
	padding:3px;
}

#quizz_classement td {
	border-bottom: 1px solid silver;  
	background: #E9EBF0; 
	height: 30px;
}

/* -------------------------------- */
/* 	        ENCYCLOPEDIE            */
/* -------------------------------- */

#encyclopedie_description {
	position: absolute;
	display: none;
	z-index: 999;
	width: 200px;
	padding: 10px;
	background: black;
	color: white;
	text-align: justify;
	opacity:0.8; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
