/*
 * Feuille de style du thème deus_ngt
 * Un thème de NkDeuS
 * www.nkdeus.com
 *
 * Valide CSS 3.0
 */

html {
	margin: 0%;
	padding: 0%;
}

body {
	margin: 0%;
	padding: 0%;
	color: #5a7c91;
	font-family: verdana, Arial, Sans-serif;
	font-size: 0.7em;
	background: url('images/background_top.jpg') no-repeat top center;
}

img {
	border: 0px;
}

a {
	text-decoration: none !important;
}

textarea, input, select {
	color: #82c2e8;
	background: black url('images/input_bg.jpg') repeat-y;
	border: 1px solid #0e0f11;
	padding-left: 7px;
	font-size: 10px;
}

input[type="image"], input.image, input[type="radio"], input.radio, input[type="checkbox"], input.checkbox {
	border: none;
	margin: 0%;
	padding: 0%;
	background: none;
}

a {
	color: #d4e2eb;
}

a:hover {
	color: #95b2c4;
}

.clearer {
	clear: both;
}

.fullsize {
	width: 100%;
	display: block;
}

.centrer {
	text-align: center !important;
}

.gauche {
	text-align: left !important;
}

.droite {
	text-align: right !important;
}

:focus{
	-moz-outline-style: none;
}