body{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	background: white;
	color: black;
	border: none;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

a{
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #d9483f;
}

a img{
	border-style: none;
}

#logoentete{
	width: 100%;
	height: 90px;
	background: #81c1ff url(/styles/logos/logo_gentilkiwi.jpg) no-repeat top left;
	border-bottom: solid 1px black;
	margin: 0;
	padding: 0;
}

#logoentete #logoXHTML{
	text-align: right;
	margin-right: 10px;
}

#logoentete #logoXHTML img{
	margin-top: 49px;
}


/* Définition du menu principal */
#menu{
	border-bottom: solid 1px black;
	background: #d9ecff url(/styles/logos/logo_gentilkiwi_menu.jpg) no-repeat top left;
}

#menu ul{
	font-size: 80%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#menu ul li{
	padding: 0 1em 0 1em;
	border-right: 1px solid black;
	display: inline;
}
/* Fin de définition du menu principal */


#contenu{
	margin: 1em 2em 1em 2em;
	text-align: justify;
/*	margin: 1em; */
}

#contenu h1{
	padding: 5px 0px 5px 0px;
	font-size: 2em;
	border-bottom: 3px solid #81c1ff;
}

#contenu h2{
	padding: 5px 0px 5px 35px;
	font-size: 1.5em;
	font-weight: bold;
	
	background-image: url(/styles/puces/document.png);
	background-repeat: no-repeat;
	background-position: center left;
	border-bottom: 1px solid #81c1ff;
}

#article h2{
	padding: 5px 0px 5px 0px;
	background-image: none;
}

#article #intro{
	font-style: italic;
}

#categorie{
	margin-top: 2em;
	font-size: 1.2em;
	list-style-image: url(/styles/puces/document.png);
}

#categorie li{
	margin-top: 1em;
}

#categorie h3{
	padding: 0;
	margin: 0;
}

#categorie p{
	font-size: 80%;
	font-style: italic;
	margin: 0.5em 0 2em 0;
}

.couleur{
	border-style: solid;
	border-width: 1px 1px 1px 10px;
	border-color: #8aacd1;
	border-collapse: collapse;
	background-color: #e4ebf5;
}

.couleur th{
	padding: 0.2em 0.5em 0.2em 0.5em;
	background-color: #8aacd1;
}

.couleur td{
	padding: 0.2em 0.5em 0.2em 0.5em;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #8aacd1;
}


textarea, select, input.text, input.button{
	background-color: #e4ebf5;
	border: 1px solid #8aacd1;
	font-size: 10pt;
}

/* Boîtes diverses */
textarea.pre, pre, blockquote, .avertissement, .console{
	/*overflow: auto;*/
	width: auto;
	font-size: 90%;
	border-style: solid;
	border-width: 1px 1px 1px 10px;
	padding: 0.5em 1em 0.5em 1em;
	margin: 1em 10px 1em 10px;
}

textarea.pre{
	width: 95%;
}

.avertissement{
	border-color: #d9483f;
	background-color: #fdd9d1;
}

pre, textarea.pre{
	border-color: #8aacd1;
	background-color: #e4ebf5;
	font-family: monospace;
}

.console{
	border-color: #888888;
	background-color: #eeeeee;
	color: black;
	font-family: monospace;
}

blockquote{
	padding-top: 0;
	padding-bottom: 0;
	border-color: #95c71a;
	background-color: #ebf8ca;
}

.avertissement p, blockquote p{
	margin: 1em 0 1em 0;
	padding: 0;
}

#construction{
	width: 550px;
	height: 100px;
	padding: 30px 1em 0.5em 160px;
	
	margin: 1em auto;
	font-size: 2em;

	background-image: url(/styles/construction.png);
	background-color: #ffffe0;
	background-repeat: no-repeat;
	background-position: 10px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #fff056;
}
/* Fin boîtes diverses */

.presentation{
	margin-left: 2em;
}

.presentation table{
	border-color: #8aacd1;
	background-color: #e4ebf5;
	width: auto;
	font-size: 90%;
	border-style: solid;
	border-width: 1px 1px 1px 10px;
	padding: 0.5em 1em 0.5em 1em;
	margin: 1em 10px 1em 10px;
	border-collapse: collapse;
}

.presentation table td, #presentation table th{
	padding: 0.3em 1em;
}

.presentation table th{
	text-align: left;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #8aacd1;

}

.presentation table.serveur th{
	text-align: right;
	border-style: none;
}

div#flotantDroite
{
	float: right;
}

div#bdf{
	background-color: #f1f6fd;
	margin: 0 0 10px 10px;
	padding: 3px;
	border: 1px solid black;
	border-width: 0 0 1px 1px;
	color: black;
	font-size: 7pt;
	-moz-border-radius-bottomleft: 9px;
	border-top-width: 1px;
	-moz-border-radius-topleft: 9px;
}

div#bdf img{
	float: left;
	padding-top: 5px;
	margin-right: 1em;
}

div#bdf p{
	margin:0;
}

div#boiteLiens li{
	margin-top: 0;
	margin-bottom: 7px;
	list-style-type: none;
}

div#boiteLiens li h2{
	font-size: 1.2em;
	background-image: url(/styles/puces/liens.png);
}

div#boiteLiens li li h2{
	font-size: 1.1em;
	padding: 2px 0px 2px 25px;
	background-image: url(/forum/img/sibirsky_org/kiwi_a.png);
}

div#boiteLiens li p{
 margin: 0;
 /*margin-top: 0.3em;*/
 font-style: italic;
}

div.progPDA{
	clear: both;
}
div.progPDA div.illusProgPDA{
	float: left;
	margin-bottom: 20px;
}

div.progPDA div.descrProgPDA{
	margin-left: 170px;
}

div.progPDA div.illusProgPDA img{
	border: 1px solid black;
}

div.miniboite{
	position: absolute;
	color: black;
	font-size: 7pt;
	border: 1px solid black;
	background: transparent url(/styles/fake_opacity.png);
	overflow: hidden;

	width: 320px;
	height: 72px;
	top: 10px;
}

div.miniboite a{
	font-weight: normal;	
}

div.miniboite ul{
	margin: 0;
	padding: 0 0 0 20px;
	white-space: nowrap;
}

div#headForum{
	left: 500px;
}


table.mimikatz{
	border: 1px solid black;
	width: 800px;
	padding: 0;
	border-collapse: collapse;
	margin-bottom: 10px;
	margin-top: 10px;
}

table.mimikatz *{
	vertical-align: top;
}

table.mimikatz th{
	background-color: #e3f3e5;
	border-bottom: 1px solid black;
}


