@import "layout.css";

 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background:url(images/fond_home.jpg) top repeat-x #B7D31E;
	color: #000;
	font-size: 11px;
	line-height: 1.2em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 3.0em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 0.9em; margin: 20px 0;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #000;
}

a:visited{
	color: #000;
}

a:hover{
	color: #000;
}


.lien_site {
	text-decoration:none;
	font-weight:bold;
	
}


/* La page
-------------------------------------------------------- */
#page{
text-align:center;
}

#page .petit_texte {
font-size:9px;
}
 


/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 0.4em;
	border-top: 1px solid #CCC;
	background: #99CC66;
	color: #000;
	font-size: 0.7em;	
}

#footer a{
	color: #000;
}