@import url(http://fonts.googleapis.com/css?family=Open+Sans);

body {
	background: #FFF;
	color: #333;
	text-align: justify;
	font-family: "Open Sans";
}

p {
	font-size: 14px;
}

a {
	text-decoration: none;
}

img{
	width: 150px;
}

img#saymoi{
	transform: rotate(90deg);
	width: 150px;
	float:right;
}

img#ensimg {
	margin: 40px auto;
}

h1,h2,h3 {
	color: #666;
	clear: both;
}

h1 { font-size: 22px; }
h2 { font-size: 20px; }
h1 { font-size: 18px; }

body {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

table {
	width: 100%;
	padding-left: 20px;
}

table td {
	padding: 5px;
	font-size: 12px;
}

table td:first-child {
	width: 20%;
}

.formation {
	font-weight: bold;
}

.lieu {
	font-style: italic;
}

#licorne {
	width: 200px;
	height: 200px;
	margin: 40px auto;
	background-image: none;
}
#licorne:hover {
	background-image: url("poney.gif");
}
