body {
	background: #dddcca url(/dolomites.png) no-repeat bottom right fixed;
	color: black;
	margin: 0;
	padding: 0;
	padding-top: 65px;

	/* Hack Internet explorer qui fait chier */
	_padding-top: 0px;

	font-family: verdana, arial;
}

a {
    color: #2f5d9c;
	text-decoration: none;
}

a:hover {
    color: #456ff3;
	text-decoration: underline;
}
img {
	border: 0;
}
h1.header {
	width:100%;
	height: 35px;
 	position: fixed;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	line-height: 35px;
	color: #460;
	font-size: 150%;
	font-family: verdana,Bitstream Vera Serif, serif;
	background: #fbfaf4 url(/apache_pb.png) no-repeat top right;
	border-bottom: 1px solid #cccbb9;
	text-align: center;
}

pre {
	font-size: 0.9em;
	margin: 30px;
}


h2 {
	font-family: verdana, arial;
	font-size: 1.4em;
	margin: 10px 0 0 20px;

}
.code {
	overflow: auto;
	height: 150px;
	width: 700px;
	border-top: 1px #000000 dashed;
	border-bottom: 1px #000000 dashed;
	border-left: 1px #000000 dashed;
	border-right: 1px #000000 dashed;
	text-align: left;
	color: darkgreen;
	font-family: verdana, Arial;
	font-size: .8em;
	margin: 10px 10px 10px 10px;
}
.code:hover {
	background-color: white;
}
#content {
	padding-top: 0.5em;
	margin: 0 auto;
	width: 95%;
	text-align: center;
}


ul {
	padding: 0;
	text-align: center;
}

li.menu {
    width: 125px; 
    font-family: verdana;
    font-size: .7em;
    display: block;
    float: left;
    text-align: center;
    margin: 3px 3px 3px 3px;
    padding: 3px 3px 3px 3px;
    background-color: #eee;
    border: 1px solid #cccbb9;
}

li.menu:hover {
	background-color: red;
}

li.user {
	font-family: arial;
	font-size: .8em;
	list-style-type: none;
	display: block;
	float: left;
	padding: 1px 5px 1px 5px;
	color: #0c2d6d;
}

li.user:hover {
	background-color: #ffffff;
}


#collectionPage img {
	border: 0;
}

#collectionPage .image {
	float: left;
    text-align: center;
    margin: 6px;
}

/* Image page */
#imagePage h1 {
	text-align:left;
}
#nav {
	float: right;
}

#imagePage img {
	padding: 5px;
	background-color: #eee;
	border: 1px solid #cccbb9;
}

.dixit {
	text-align: center;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: verdana;
	font-size: .6em;
}


.snmp {
        width: 700px;
        height: 150px;
        float: left;
        font-family: verdana;
        font-size: .8em;
        text-align: center;
        font-size: bold;
        color: red;
        margin: 0px 0px 2px 20px;
}
.snmp:hover {
        background: #FFFFFF;
}

.clear {
	clear: both;
	border: 0;
	border-style: none;
	border-width: 0px;
}
