/*
style.css
---------

Par Noam Lallement
*/
body
.strophe{
	text-align:center;
	color:#D2691E;
}
.surligner{
	
	color:#00CCFF;
}

body{
	background-image:url(images/fond_automne.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.titre{
	text-align:center;
}

.liens{
	width:30%;
	float:left;
	color:blue;
	border:solid 5px #A5260A;
	text-align:center;
}

.poeme{
	width:40%;
	border: solid 5px #B9D3D9;
	text-align:center;
	float:left;
}

.surligner{
	color:#FFB90F;
}

.surligner
{text-decoration: underline red;
}

img {
	height: auto;
	width: 45%;
	vertical-align:middle;
}