/* CSS Document */

body{
	background-color:#F0F1D1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:3px;
}
h1{
	color:#f9c200;
	font-size:16px;
}
h2{
	font-size:14px;
	color:#0b361a;
}

#menuh{
	width:900px;
	height:20px;
	padding-top:5px;
	margin:auto;
	text-align:center;
	background-color:#4aa251;
	color:#FFFFFF;
	border-top-color:#0b361a;
	border-top-style:solid;
	border-top-width:thin;
	border-bottom-color:#0b361a;
	border-bottom-style:solid;
	border-bottom-width:thin;
}
#menuh a{
	margin:5px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#menuh a:hover{
	margin:5px;
	color:#ffffff;
	background-color:#f9c200;
	text-decoration:none;
	font-weight:bold;
}
#page{
	width:900px;
	margin:auto;
	background-color:#FFFFFF;
	overflow:auto
}
#gauche{
	float:left;
	width:250px;
	background-color:#FFFFFF;
	padding-right:5px;
	
}

#smenu{
	background-color:#f9c200;
	background-image:url(images/haut.gif);
	background-position:top left;
	background-repeat:no-repeat;
	color:#0b361a;
	width:223px;
	margin:5px;
	margin-bottom:0px;
	
	
}
#bas{
background-image:url(images/bas.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:214px;
	
	padding:5px;
	padding-top:15px;
	padding-bottom:15px;
}

#bas a{
	color:#0b361a;
}
#bas a:hover{
	color:#000000;
	text-decoration:none;
}
#bas-gauche{
	width:250px;
	margin:5px;
	padding:2px;
	text-align:center;
}
#contenu{
	width:600px;
	margin:5px;
	margin-left:260px;
	margin-bottom:10px;
	padding:10px;
	padding-left:20px;
	background-color:#FFFFFF;
	border-left-style:dotted;
	border-left-color:#4aa251;
	border-left-width:2px;
}

#contenu a{
	color:#0b361a;
	font-weight:bold;
	text-decoration:none;
}
#contenu a:hover{
	color:#4aa251;
	font-weight:bold;
	text-decoration:none;
}
#heure{
	width:895px;
	margin:auto;
	padding-left:5px;
	background-color:#4aa251;
	color:#FFFFFF;
	border-top-color:#0b361a;
	border-top-style:solid;
	border-top-width:thin;
	border-bottom-color:#0b361a;
	border-bottom-style:solid;
	border-bottom-width:thin;
	float:left;
}
#footer{
	width:900px;
	margin:auto;
	background-color:#0b361a;
	color:#ffffff;
	text-align:center;
	float:left;
	font-size:10px;
	padding-bottom:3px;
}
#footer a{
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover{
	color:#ffffff;
	text-decoration:underline;
}
#titre{
	font-weight:bold;
	color:#4aa251;
}
img { border:none; }

/*#ligne1, #ligne1 a, #ligne1 a:hover { background-color:#4aa251; color:#FFFFFF; }
#ligne2, #ligne2 a, #ligne2 a:hover { background-color:#FFFFFF; color:#000000; }*/

