body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

@page {
	margin: 2cm;
}

img {
	border: 0;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	text-indent: 0;
	width: 100%;
}
h1:before {
	content: "La Caverne de Guybrush - ";
}
h2 {
	font-size: 15px;
	font-weight: bold;
}
h3 {
	color: #136993;
	font-size: 15px;
	font-weight: bold;
}

/* Liens */
a {
	color: #000000;
	text-decoration: underline;
}
.biglien {
	font-family: Arial;
	font-size: 15px !important;
	font-weight: bold;
}
.liensoluce {
	color: #136993;
	font-family: Garamond;
	font-size: 16px !important;
}
.lienbleu {
	color: #136993;
	font-family: Garamond;
}

/* Tableaux */
.tableau {
    margin-top: 10px;
    border-collapse: collapse;
	width: 100%;
}
.tableau col.colonne1 {
	background-image: url(/monkey/skin/default/img/bk_bleu.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.tableau thead th, .tableau tfoot td {
 	border: 1px solid #000000;
    text-align: center;
    font-size: 14px;
    padding: 4px 0px 4px 2px;
	font-weight: bold;
	background-image: none;
}
.tableau thead th {
	border-bottom: none;	
}
.tableau tfoot td {
	border-top: none;
}
.tableau tbody tr td.titre {
	background-image: none;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 2px 2px 8px;
}
.tableau tbody td {
	padding: 2px 0px 2px 15px;
	border: 1px solid #000000;
}

/* Images */
div .imgleft {
	float: left;
	margin: 0px 10px 5px 0px;
}
div .imgright {
	float: right;
	margin: 0px 0px 5px 10px;
}
div .imgcenter {
	text-align: center;
	width: 100%;
	margin: 5px 0px 5px 0px;
}

/* Faux tableau */
div .orange {
	padding: 2px 2px 2px 8px;
	border-bottom: 1px solid #000000;
	font-size: 15px !important;
	font-weight: bold;
}
div .ligne {
	background-image: url(/monkey/skin/default/img/bk_bleu.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding: 2px 2px 2px 15px;
	border-bottom: 1px solid #000000;
}

/* Formulaires */
.bouton {
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
}
.chmpselect {
	border: 1px solid #000000;
}
.chmptexte {
	border: 1px solid #000000;
}

/* Compteur (Inscription) */
.chmpcpt {
	border: 1px solid #FFFFFF;
	color: #000000;
}
fieldset {
	margin-top: 10px;
}
fieldset legend {
	font-size: 15px !important;
	font-weight: bold;
	color: #000000;
}
fieldset label {
	vertical-align: top;
	display: block;
	float: left;
	width: 200px;
}
input {
	margin-bottom: 2px;
}

/* Mise en page */
#bando, #logojeu, #bandobas, #head, #bottom, #menug, #rsd, #menuhaut, #accueildroite, #pagination {
	display: none;
}

#main {
	margin: 0px auto;
	border: 0;
	width: 100%;
}
#corps {
	margin: 0;
}
#corps .bloc {
	background-image: none;
	margin: 0;
	width: 100%;
}
#contenu {
	padding: 0;
	margin: 0;
	width: 100%;
}
#contenu ul {
	list-style-image: none;
}

/* Popups */
#popup {
	margin: 0px auto;
	padding: 5px;
	text-align: center;
}
#popup h1 {
	margin: 10px 0px 10px 0px;
}

/* Pages d'images */
#images {
	text-align: center;
}
#images div {
	margin-top: 10px;
	vertical-align: middle;
	clear: both;
}
#images div.demi {
	float: left;
	margin: 0px 0px 10px 0px;
	clear: none;
}
#images div.tiers {
	float: left;
	margin: 0px 0px 10px 0px;
	clear: none;
}

/* Guides soluce */
#soluce {
	padding: 1px 1px 20px 1px;
	margin: 0;
}
#soluce ul {
	margin-left: 5px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#soluce li {
	margin-left: 50px;
	list-style: none;
	list-style-image: none;
	padding-bottom: 3px;
}
#soluce .niveau1 li {
	margin-left: 0px;
}
#soluce li.dossier {
	background-image: url(/monkey/skin/default/img/puce_fleche.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-left: 20px;
}
#soluce li.dossier a {
	color: #136993;
	text-decoration: underline;
}
#soluce li.dossier a:hover {
	text-decoration: none;
}

#soluce li.article {
	background-image: url(/monkey/skin/default/img/puce_carre.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	padding-left: 20px;
}
#soluce li.article a {
	color: #136993;
	text-decoration: none;
}
#soluce li.collapsed ul {
	display: block;
}
#soluce li.expanded {
	display: block;
}
#soluce .niveau2 li {
	margin-left: 0px;
}

#question {
	visibility: visible;
	z-index: 1;
}
div.divsoluce {
	position: relative;
	visibility: hidden;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	height: 80px;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0;
}
div.boutons {
	margin: 0px auto;
	margin-top: 5px;
	width: 200px;
	font-size: 0px;
	padding: 1px 0 1px 0;
}
div.boutons a {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-weight: bold;
	font-size: 18px;
	padding: 0 20px 0 20px;
	margin: 0 8px 0 8px;
	text-decoration: none;
	/*-moz-border-radius: 6px;*/
}
#plan {
	background-image: none;
}
#plan div {
	position: relative;
}