/* Je suis pas developpeur web hein, donc je fais ce que je peux ! - Orion_ */

body
{
	background-color: #274C77;
}

font
{
	font-size: 15px;
	font-family: serif;
	color: #E0EAF5;
}

.title
{
	font-size: 18px;
	font-weight: bold;
	color: #D0E0FF;
}

img
{
	vertical-align: middle;
}

.responsive
{
	max-width: 100%;
	height: auto;
}

div.container
{
	max-width: 640px;
	text-align: left;
	border: 2px solid #437198;
	padding: 6px;
	background-image: linear-gradient(180deg, #6096BA, #437198);
}

a:link
{
	color: #E0EAF5;
	text-decoration:underline;
}

a:visited
{
	color: #E0EAF5;
	text-decoration:underline;
}

a:hover
{
	color: #FFFFFF;
	text-decoration:underline;
}
