html {
	margin-left : auto;
	margin-right : auto;
	min-width : 770px;
	max-width : 800px;
	color : #aaa;
	background-color : black;
	font-size : 12px;
	font-family : monospace;
}

h1 {
	text-align : center;
}

h1, h2, span {
	color : white;
}

hr {
	margin-top : 25px;
	margin-bottom : 25px;
	border : none;
	border-top : 1px dashed green;
	width : 50%;
}

blockquote {
	background-color : #333;
	border : 1px solid grey;
	padding : 5px;
	color : #8aff8a;
	-moz-border-radius-topleft : 5px;
	-moz-border-radius-topright : 5px;
}

a {
	color : #00ce00;
	text-decoration : none;
}

a:hover {
	border-bottom : 2px solid #00ce00;
}

li {
	margin-bottom : 3px;
}

pre, xmp {
	overflow : auto;
	border : 1px dashed #00ce00;
	padding : 5px;
	background-color : #333;
	-moz-border-radius : 5px;
}

img {
	max-width : 780px;
}

.hadopi a:hover {
	border : none;
}

.hadopi .quand_meme:hover {
	border-bottom : 2px solid #00ce00 !important;
}

.titre {
	text-align : right;
	color : purple;
}

.def {
	color : yellow;
}

#etterfilter, #etterdns, .info {
	padding : 5px;
	border : 1px solid orange;
	background-color : #ffc59b;
	color : black;
	text-align : center;
	font-weight : bold;
}

.script {
	border-left : 2px solid maroon;
	padding : 10px;
	padding-right : 0px;
	background-color : #0D0D0D;
}

#corps {
	border : 1px solid grey;
	padding : 10px;
	background-color : #222;
	margin-bottom : 5px;
}

.coins_ronds {
	-moz-border-radius : 5px;
}

.scripts span {
	color : yellow;
}

.scripts span:before, h1:before {
	content : open-quote" ";
	color : white;
	font-weight : bold;
}

.scripts span:after, h1:after {
	content : " "close-quote;
	color : white;
	font-weight : bold;
}

.retour, .retour-b {
	display : block;
	width : 24px;
	height : 24px;
	float : left;
	background-image : url('../images/retour.png');
}

.retour {
	margin-top : -42px;
}

.retour-b {
	margin-top : -28px;
}

.retour:hover, .retour-b:hover {
	border : none;
	background-image : url('../images/retour-hover.png');
}

table {
	width : 600px;
}

.gauche {
	color : #6363ff;
	text-align : right;
}

cite:before {
	content : open-quote" ";
}

cite:after {
	content : " "close-quote;
}

pre a:hover {
	border-bottom : 1px solid green;
}

.remonter {
	float : right;
}

.hacker {
	float : right;
}

.fichier_conf {
	color: yellow;
}

