body{
	font-family: Arial, sans-serif;
}
#page, #page2{
	padding-bottom:50px;
}
h1, .centrer{
	text-align: center;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.sommaire:link, a.sommaire:visited, a.sommaire:hover {
	color: #292973;
}
a.ancre:hover{
	text-decoration: none;
}
.site{
	border-color: #292973;
	border-style: dashed;
	border-width: 1px;
	position : relative;
	width: 90%;
	margin-top:50px;
	margin-bottom:50px;
	margin-right: auto;
	margin-left:auto ;
	padding: 10px;
}
.societe{
	position : relative;
	width: 95%;
	margin-top:0px;
	margin-bottom:10px;
	margin-right: auto;
	margin-left:auto ;
	padding: 0px;
}
.img{
	margin-top:3px;
	margin-bottom:3px;
	text-align: left;
	width: 210px;
	float: right;
}
.logo{
	margin-top:3px;
	margin-bottom:3px;
	margin-right:80px;
	text-align: left;
	width: 210px;
	float: right;
}
img{
	border:0 none;
}
.presentation{
	margin-left: 5px;
}
.note{
	font-style: italic;
}
hr{
	text-align:center;
	width:80%;
	height:1px;
	color: black;
	clear: both;
}
.autre{
	margin: 20px auto;
}
.finsite{
	visibility: hidden;
}
#page2{
	text-align:center;
	height: 100%;
}
#ecran{
	position : relative;
	width: 550px;
	height: 400px;
	top: 50%;
	margin: -200px auto;
	text-align:center;
	border-style: ridge;
}