body {
	background: url(../img/layout/page-bg.jpg) #EEE;
	overflow-y: scroll;
}

a {
	-moz-outline: none;
	outline: none;
}

.page {
	position: relative;
	width: 1014px;
	margin: 0 auto;
}

.page .header {
	position: relative;
	width: 1003px;
	height: 127px;
	margin-top:10px;
	margin-right: 10px;
	background: url(../img/layout/header/background.jpg) black;
	z-index: 2;
}

.page .header .ad {
	position: absolute;
	top:0;
	right:0;
}

.page .header .search {
	position:absolute;
	top: 96px;
	left: 300px;
	height:31px;
	color: white;
}

.page .header .search .label, .page .header .search .input, .page .header .search .submit {
	float: left;
	display: block;
}

.page .header .search .label {
	font-size: 0.7em;
	height: 10px;
	padding: 9px 6px 11px 0;
}

.page .header .search .input {
	width: 262px;
	height: 20px;
	padding: 4px 0;
}

.page .header .search .submit {
	height: 28px;
}

.page .header .search .submit img {
	/*margin-top: -1px;*/
}

.page .header .ville {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 24px;
	width: 208px;
	text-transform: uppercase;
}

.page .header .ville .h2 {
	color: white;
	font-size: 0.8em;
	padding-right: 20px;
	height: 24px;
	text-align: right;
}

.page .header .ville .h2 a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 4px;
	height: 20px;
}

.page .header .ville .h2 a:hover {
	
}

.page .header .ville ul {
	position: absolute;
	/*display: none;*/
	right: 0;
	top: 24px;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
}

.page .header .ville .change {
	position: absolute;
	right: 0;
	display: block;
	height: 20px;
	width: 16px;
	background: url(../img/icons/arrow-down.png);
	text-indent: -3000px;
	overflow: hidden;
	top: 0;
}
.page .header .ville .change.opened {	
	background: url(../img/icons/arrow-up.png);
}

.page .header .ville ul li a {
	text-align: right;
	display: block;
	width: 184px;
	padding: 4px;
	padding-right: 20px;
	background: black;
	font-size: 0.8em;
	color: white;
	text-decoration: none; 
	border-top: 1px solid #333;
	opacity: 0.9;
}

.page .header .ville ul li a:hover {
	background: #222;
}
.page .cols {
	margin-top: 0px;
}


.page .cols .col {
	float: right;
	width: 338px;
}

.page .header .lang {
	position: absolute;
	right: 0;
	bottom:5px;
}

.page .header h1 {
	position: absolute;
	top: 36px;
	left: 10px;
}

.page .header .lang li {
	float: left;
	margin-right: 10px;
}

form li {
	height: 24px;
}

.page .header .lang a {
}

.button.submit {
	width: 30px;
	height: 31px;
	background: url(../img/icons/buttons/submit.png);
}

.button.more {
	width: 24px;
	height: 25px;
	background: url(../img/icons/buttons/more.png);
}

.button.more:hover { background: url(../img/icons/buttons/moreHover.png); }

.button {
	display: block;
	overflow: hidden;
	text-indent: -200px;
}


.page .footer {
	clear: both;
	height: 83px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: url(../img/layout/footer/background.png);
}

.page .footer p {
	text-align: center;
	font-size: 0.6em;
	color: white;
	padding-top: 20px;
}

.page .footer p a {
	text-decoration: none;
	font-weight: bold;
	color: white;
}


.notepicker li {
	float: left;
}



a.smallButton {
	display: block;
	height: 14px;
	width: 73px;
	background: url(../img/icons/smallButton.jpg);
	color: white;
	text-decoration: none;
	line-height: 14px;
	font-size: 10px;
	text-align: center;
}

hr {
	border: none;
	border-top: 1px dotted #CCC;
}

#main-content {
	margin-top: 10px;
}

.mini {
	text-decoration: none;
	color: black;
	display: block;
	height: 36px;
	padding: 4px;
	border-bottom: 1px solid #CCC;
}

.mini.last {
	border: none;
}

.mini:hover {
	background: #EFEFEF;
}

.mini img.vignette {
	position: absolute;
	height: 36px;
	width: 36px;
}

.mini span {
	display: block;
	margin-left: 40px;
	font-size: 0.7em;
	height:12px;
}

.mini span.libelle {
	color: #333;
	font-weight: bold;
}

.mini span.desc {
	color: #AAA;
	font-style: italic;
	font-size: 0.6em;
}

#js-warning {
	border: 2px solid red;
	color: red;
	width: 999px;
	margin-top: 10px;
	padding: 30px 0;
	text-align: center;
	font-weight: bold;
	background: #FF9999;
}

.friendshipRemoveLink {
	display: none;
}

input[type=text], input[type=password]{
	display: none;
}

input[type=text].default, input[type=password].default{
	display: inline;
}
