body {
	background: #EEE;
	overflow-y: scroll;
}

.page {
	position: relative;
	width: 1014px;
	margin: 0 auto;
}

.page .header {
	position: relative;
	height: 127px;
	margin-top:10px;
	margin-right: 10px;
	background: url(../img/layout/header/background.jpg);
}

.page .header .ad {
	position: absolute;
	top:0;
	right:0;
}

.page .header .search {
	position:absolute;
	height: 22px;
	bottom: 4px;
	left: 300px;
	color: white;
}

.page .header .search .submit {
	position:absolute;
	right: -30px;
	top: -2px;
}

.page .cols {
	margin-top: 0px;
}

.page .header .lang {
	position: absolute;
	right: 0;
	bottom:5px;
}

.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;
}

.col {
	float: right;
	width: 338px;
}

.notepicker li {
	float: left;
}

.modal {
	display: none;	
	position: fixed;
	background: white;
	opacity: 0.4;
	height: 100%;
	width: 100%;
	top:0;
	left: 0;
	z-index: 9000;
}

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;
}

a.mini {
	text-decoration: none;
	color: black;
	display: block;
	height: 35px;
	padding: 4px;
	border-bottom: inset 1px #CCC;
	position: relative;
}

a.mini:hover {
	background: #EFEFEF;
	border-bottom: inset 1px #AAA;
}

a.mini img.vignette {
	position: absolute;
	height: 36px;
	width: 36px;
}

a.mini span {
	display: block;
	margin-left: 40px;
	font-size: 0.7em;
}

a.mini span.libelle {
	color: #333;
	font-weight: bold;
}

a.mini span.desc {
	color: #AAA;
	font-style: italic;
	font-size: 0.6em;
}
