/** CSS Document for DGPS Website **/
/* Author : Grouls Alexandre (2006) */

/* BODY PAGE */
body {
	margin:0px;
	padding:0px;
	font: 1em arial, sans-serif;
	background-image:url(img/fireg.jpg);
}

/* LINKS */
a:link {
	color: #069;
	text-decoration: none;
}
a:visited {
	color: #069;
	text-decoration: none;
}
a:hover {
	color: #069;
	text-decoration: underline overline;
	/*letter-spacing: .2em;*/
}
a:active {
	color: #069;
}

/* HEADER */
div#header {
	height:48px;
	text-align:center;
	margin-top:0px;
	padding-top:12px;
}
div#header h1 {
	width:20em;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	font:2em bold "comic sans MS", cursive;
	text-align:center;
	padding:0 0 .1em;
	border-top:2px solid #069;
	border-bottom:1px solid #069;
}

/* FOOTER */
div#footer {
	height:48px;
	text-align:center;
	margin-top:0px;
	padding-top:12px;
}
div#footer h4 {
	width:34em;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	font:.8em bold "verdana", cursive;
	text-align:center;
	/*padding:0 0 .1em;*/
	border-top:1px solid #069;
}
div#footer a {color: black; font-style: italic;}
div#footer a:hover {text-decoration: underline;}

/* MAIN PAGE */
div#mainbody {
	margin:20px 150px 0 165px;
	padding : 0 1em;
}
div#mainbody h1{
	font-size:1.3em;
}
div#mainbody p{
	font-size:.8em;
}
div#mainbody li{
	font-size:.75em;
}
div#mainbody a {
	font-size:1em;
}
ul#adminlist li {
	/*display: block;*/
	margin-top: 6px;
	padding: 4px;
	border: 1px solid #069;
	width: auto;
}
ul#adminlist a {
	font-size:1em;
}
.adminliste {
	overflow: auto;
	height: 230px;
}

/* MENUS */
div#menu {
	position:absolute;
	width:150px;
	left:0px;
	top:60px;
	padding:.5em 0 0 0;
	margin:22px 0 0 15px;
	border-top:2px solid #069;
	border-bottom:1px solid #069;
}
div#menu ul {
	margin-top:0px;
	margin-bottom:.8em;
}
div#menu li {
	margin-left:-1.5em;
	margin-bottom:.5em;
	font-weight:bold;
	font-size:.75em;
	list-style-image: url('img/p_rond.gif');
}
div#menu ul span {
	font-weight:bold;
	font-size:1.75em;
	color: #069;
}
div#menuright {
	position:absolute;
	width:125px;
	right:0px;
	top:60px;
	padding:.5em 1em 0 1em;
	margin:22px 15px 0 0;
	border-top:2px solid #069;
	border-bottom:1px solid #069;
}
div#menuright ul {
	margin-top:0px;
	margin-bottom:.8em;
}
div#menuright li {
	margin-left:-1.5em;
	margin-bottom:.5em;
	font-weight:bold;
	font-size:.75em;
	list-style-image: url('img/p_rond.gif');
}
div#menuright ul span {
	margin-left:-1.4em;
	font-weight:bold;
	font-size:1.75em;
	color: #069;
}

/* EXTRAs */
.erreur {
	text-align:center;
	color:red;
	font-weight:bold;
}
.action_ok {
	text-align:center;
	color:green;
	font-weight:bold;
}
.lienprec {
	font-size: .9em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin: 10px 0px;
}
