body{
	margin: 0px;
}

table#page{
	border-collapse:collapse;
	background-color: #FFFFFF;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

table#page tr td{
	vertical-align: top;
}

#bandeau{
	width: 100%;
	height: 150px;
}

#bandeau a{
	display: block;
	width: 100%;
	height: 100%;
}

table {
	width:80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 30px;
}

ul#menu{
	list-style: none;
	width: 230px;
	list-style-position: inside;
	position: relative;
	left: -20px;
}

ul#menu li{
	width: 230px;
	height: 40px;
}

ul#menu li a{
	display: table-cell;
	width: 230px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
}

ul#menu li#bottom_menu,ul#menu li#top_menu{
	width: 230px;
	height: 20px;
}

div.login{
	text-align: center;
}

#main{
	width: 750px;
	min-height: 600px;
}

table tr td.key{
	width: 40%;
	font-weight: bold;
}

table tr td.value{
	width: 40%;
}

table tr td.value input{
	width: 95%;
}

table tr td.value select{
	width: 95%;
}

div.menu_affiche_refuge{
}

div.menu_affiche_refuge ul{
	list-style: none;
	margin-top: 30px;
}
div.menu_affiche_refuge li{
	display: inline
}

div.menu_affiche_refuge ul li a{
	width: 100px;
	height: 30px;
	padding: 6px;
}

table.collection tr td a{
	display: block;
	width: 100%;
}

table.collection tr td{
	padding: 5px;
}

img{
	border: 0px;
}

#top_login, #top_language{
	position: relative;
	left: 20px;
	width: 230px;
	height: 20px;
	margin-top: 20px;
}

#login,#language{
	text-align: center;
	width: 230px;
	position: relative;
	left: 20px;
	padding: 1px;
}

#bottom_login,#bottom_language{
	position: relative;
	left: 20px;
	top: 0px;
	width: 230px;
	height: 20px;
}

.photo{
	width: 400px;
	height: 300px;
	margin: 20px;
	margin-left: auto;
	margin-right: auto;
}
.photo img{
	max-width: 400px;
	max-height: 300px;
}

textarea#conf{
	min-width: 600px;
	min-height: 400px;
}

.image_partenaire
{
	max-height: 120px;
	max-width: 500px;
	margin-left: 80px;
	margin-right: auto;
	align: center;
}