p{
	font-style: italic;
	font-size: small;
	text-align: left;
	}

	h1{
		font-size: large;
		text-align: left;
		color: maroon;
		}

	h3{
	font-style: italic;
	font-size: small;
	text-align: left;
		}

	body{
		background-image: url("../images/cote.jpg");
		background-position: center ;
		background-repeat: no-repeat;
		color: maroon;
	}
	
#container {
	position: absolute;
	left: 30px;
	top: 55%;
}

a:link, a:visited, a:hover {
	color: maroon;
}
	
a:link img, a:visited img {
	border-style: none;
}
	