/* @override http://sh.avuer.dev/media/stylelight.css */

body {
	font-size: 9px;
	font-family: Verdana, sans-serif;
	max-width: 320px;
	width: 320px;
}

div#header,div#head {
	visibility: hidden;
	display: none;
}

div#links {
	display: block;
}

div#main {
	display: block;
	top: 5px;
	left: 5px;
	clear: left;
}

.feedback {
	font-family: Verdana, sans-serif;
	color: red;
}

a {
	text-decoration: none
}

a:link {
	color: #6C83A3;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #455468;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #6C83A3;
	text-decoration: none;
	font-weight: bold;
}


input {
	font-size: 9px;
	font-family: Verdana, Helvetica, Arial, sans-serif
}

select {
	font-size: 9px;
	font-family: Verdana, Helvetica, Arial, sans-serif
}

textarea {
	font-size: 9px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #666666;
}

TD {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, Geneva,sans-serif
}

P {
	font-size: 9px;
	font-family: Verdana, Helvetica, Arial, sans-serif
}


h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}


th {
	font-size: 9px;
	color: #008040;
	text-align: left;
}

tr.ligne1 {
	background: #e6e6e6;
}

tr.ligne2 {
}
.lignebreakpartial {
	background: #ECE6DA;
	color: #801f0c;
	font-style: italic;
}

.lignebreak {
	background: #d6cdc6;
	color: #801f0c;
	font-weight: bold;
}

.devant {
	text-align: center;
	text-decoration: underline;
}
.derriere {
	text-align: center;
}
.bas-nav {
	display: none;
}
.logo {
	display: none;
}

.pied {
		display: none;

}


ul {
	float: none;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

ul li {
	float: left;
	padding: 0;
	margin: 0;
	z-index: 50;
	border-bottom: 1px hidden #fff;
	/* fixes probleme de filet */
}

