@import "layout.css";
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body {
	background: #fff;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top: 10px solid #DDD;
}

table {
	font-size: inherit;
}

.error {
	font-weight: bold;
	color: #FF0000;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
	background-color:#F7FBFB;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
	background-color:#F7FBFB;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #008888;
	text-decoration: none;
}

a:visited{
	color: #008888;
	text-decoration: none;
}

a:hover{
	color: #008888;
	text-decoration: underline;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

img{
	border: 0px;
}

#page{
	/*background: #fff url(img/page.png) repeat-y center top;*/
	/*border: 1px solid #CCC;*/
	color: inherit;
}

/*
#main{
	border: 1px solid #CCC;
}
 */
 
#top{
	height: 340px;
	text-align: center;
}

/*#title{
	text-align: center;
}*/

#prelude{
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

#prelude a{
	color: #008888;
	text-decoration: none;
	background: transparent;
}

#prelude a:hover{
	color: #008888;
	text-decoration: underline;
	background: transparent;
}

#footer{
	text-align:right;
	margin: 0;
	padding: 1em;
	border-top: 1px solid #CCC;
	background: #EEE;
	color: #666;
}

/*#footer a{
	color: #999;
	*/
}
