/* CSS style for Libordux.Org website */
/* www.libordux.org */
body {
	font-family: sans-serif, vernada, arial;
	font-size: 90%;
	margin: 0;
	padding-bottom: 100%;
	background: #E4E4E4;
	color: black;
	}
/* Liens d'accessibilité */
#access {
	text-align:right;
	top:0;
	width: 100%;
	margin: 0;
	font-size: 85%;
	position:absolute;
	}
#access a {
	background: transparent;
	color: #4E443D;
	text-decoration: none;
	}
#access a:hover {
	color: black ;
	background: transparent;
	text-decoration: underline;
	}
/* Le haut de la page */
#header1 {
	background: #B54C03 url(pics/css/header.png) repeat-x top;
	color: black;
	width: auto;
	height: 50px ;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	}
#titre{ 
	font-size: 16px;
	font-weight: bolder ;
	margin-left: 220px;
	margin-top: 0px;
	padding-top: 25px ;
	}
#logo {
	position:absolute;
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 2px;
	}
#header2 {
	background: #461F17 url(pics/css/header2.png) repeat-x bottom;
	color:black;
	width: auto;
	height:20px;
	border-bottom: 1px solid #000000;
	z-index:  150;	
	}
.rubriques { 
	text-align:center;
	float: none ;
	text-decoration: none;
	padding: 1px ;
	}
.rubriques a {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: transparent;
	padding: 3px;
	text-decoration: none;
	}
.rubriques a:hover {
	color: black;
	background: transparent;
	text-decoration: none;
	}
#contenu {
	background: white url("pics/css/content-bg.png") repeat-x top;
	color: black ;
	margin: 15px 15px 15px 15px;
	padding: 20px;
	width: auto;
	height:auto;
	text-align: justify;
	border: 1px solid black;
	}
#contenu li {
	line-height: 25px;
	margin-left: 0px;
	text-align: justify;
	}
#contenu a {
	text-decoration: none;
	color: #3783b3;
	background: transparent;
	}
#contenu a:hover{
	color: blue;
	background: transparent;
	text-decoration: underline;
}
#contenu a:visited {
	background: transparent;
	text-decoration: underline;
	}
/* Le bas the footer */
#footer { 
	float: none;
	background: transparent;
	color: black;
	width: auto;
	clear: both;
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	}
/* Les infos légales */
#copy {
	font-size: 13px;
	background: transparent;
	color: black;
}
#copy a {
	background: transparent;
	color: black;
	text-decoration: underline;
	}
#copy a:hover {
	background: transparent;
	color: blue;
	text-decoration: none;
	}
/* Les class */
.submit {
	color: white ;
	background: #d9e7e8 url("pics/css/submit.png") repeat-x top;
	border: 1px outset black;
	font-weight:bold;	
}
.area  {
	color: #6a5214 ;
	background: transparent ;
	padding: 10px;
}
.listapp { 
	list-style-image: url(pics/css/app.gif);
	}
.listdeb { 
	list-style-image: url(pics/css/debian.png);
	}
.listtux { 
	list-style-image: url(pics/css/tux.png);
	}
.listphp { 
	list-style-image: url(pics/css/php.png);
	}
.listgnu { 
	list-style-image: url(pics/css/gnu.jpg);
	}
.listweb { 
	list-style-image: url(pics/css/web.png);
	}
.listimage { 
	list-style-image: url(pics/css/image.png);
	}
.listuser { 
	list-style-image: url(pics/css/user.png);
	}
/* Les balises html */
h1 {
	text-align: right;
	font-size:20px;
	margin: 0;
	}
h2, h2 a {
	color: #585858;
	background: transparent;
	text-align: left;
	text-decoration: none;
	margin: 0;
	}
h3 {
	font-size: 19px;
	font-weight: bold;
	color: #9c2424;
	background: transparent;
	}
h4 {
	font-weight: bold;
	color: #466e0b;
	background: transparent;
	font-size: 17px;
	}
pre, .txtcadre {
	text-align:left;
	color: black;
	background: #E1E0B0;
	padding: 5px 20px 5px 20px;
	border: dotted black 1px;
	}
pre.script {
	padding: 10px;
	color: black;
	font-size: 105%;
	overflow: auto;
	background: #E8E8E8;
	border: 1px inset #606060;
	}
code {
	font-size: 100%;
	color: #52ac52;
	background: transparent;
	}
tt {
	color: #A09530;
	background: transparent;
	font-weight: bold;
	}
hr {
	border: 0;
	}
img {
	border: 0pt none;
	}
fieldset {
	background: #dee8ce;
	color: black;
	margin-top: 25px;
	border: 1px solid black;
	}
legend {
	border: 1px solid black;
	color: #9c2424;
	background: #eaeaea;
	font-weight: bold;
	}

