@charset "utf-8";
/* CSS Document */

#user_menubar ul {
	margin:0;
	padding:0;
	overflow:hidden;
	border-bottom:#CCC 1px solid;
}

#user_menubar ul li {
	float:left;
	list-style-type:none;
	display:inline;
}

#user_menubar ul li a {
	display:block;
	width:auto;
	float:left;
	width:127px;
	height:42px;
	font-size:16px;
	line-height:42px;
	color:#000;
}

#user_menubar ul li a.selected {
	background-image:url(/images/layout/member_tab.png);
	font-weight:bold;
}

#user_menubar ul li a:hover {
	color:#000;
	text-decoration:none;
}

#user_menubar {
	clear:both;
	overflow:hidden;
	width:100%;
	text-align:center;
	margin-bottom:15px;
}

#my_animal_popup {
	text-align:center;
}

.annuaireForm label {
	display:block;
	width:250px;
	text-align:left;
}

.annuaireForm ul li {
	list-style-type:none;
	width:150px;
	float:left;
}

.annuaireForm ul li input {
	display:inline;
}

.annuaireForm ul li label {
	width:auto;
	font-size:12px;
	font-weight:normal;
	color:#666;
	display:inline;
	line-height:normal;
}

.annuaireForm table tr td {
	padding-bottom:5px;
}

.annuaireForm table tr th {
	vertical-align:top;
}

.myLocations {
	width:100%;
}

.myLocations td {
	border-bottom:#CCC 1px solid;
}

.myLocations .location {
	width:35%;
}

.myLocations .type {
	width:35%;
}

.myLocations .item {
	width:10%;
}

.invite {
	text-align:center;
}

.invite h2 {
	color:#000;
	padding:20px;
}

.invite h2 a {	
	line-height:36px;
}

.invite h2 span {
	color:#900;
	font-size:36px;
	margin:0 5px;
	line-height:36px;
}
