/* Structure */

body {
	margin: 0;
}

#header {
	position:relative;
	background-color:#252629;
	text-align:left;
	padding: 20px 0 0 0;
	margin-bottom:30px;
}

#header a {
	margin-left:20px;
}

#page {
	width:1000px;
	margin:auto;
	padding : 0 30px 0 30px;
}

#see, #about {
	float:left;
	margin-bottom:30px;
}

#see {
	width : 39%;
	padding-left:1%;
}

#about {
	width: 55%;
	padding-right:5%;
	position:relative;
}

#oissaly {
	float:left;
	margin : 12px 15px 15px 0;
}

.bloc-home {
	float:right;
	margin : 5px 0 5px 8px;
}

/* Textes */

body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
}

a img {
	border:0;
}

h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin:0;
	padding : 0;
	
}

h2 {
	font-size: 200%;
	margin-bottom:5px;
}

#see h3 {
	margin-top:15px;
}

p {
	margin-top:12px;
	padding-top:0;
}

h3 {
	font-size: 125%;
}

a {
	color: #565D87;
	text-decoration: none;
}

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

p {
	text-align:justify;
}

#header p {
	position:absolute;
	color:white;
	top:0;
	right:10px;
	font-family: "Georgia", "Times New Roman", serif;
	text-align:right;
}


