/* main CSS for asso-temoignage-chretien.org
 */
body {
    margin: 8%;
    font-family: courier new, Helvetica, monospace;
}

h1, h2, h3, h4 {
	font-family: Helvetica, sans-serif;
}

h3{
	margin-top: 3%;
	text-transform: uppercase;
}

ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: white;
	border-top:1px solid black;
	border-bottom:1px solid black;

}

li.menu {
	float: left;
}

li.menu a {
	display: block;
	color: black;
	padding: 14px 16px;
	text-decoration: none;
}

a:hover {
	background-color: #2c6e49;
	color: white;
}

ul.list {
	list-style-type: ordered;
}

.color {
	color: #2c6e49;
	font-weight: bold;
}

.footer{
    margin-top: 2em;
	margin-bottom: 1em;
    width: 100%;
    float: left;
	text-align:center;
}

@media screen and (max-width:800px){

}