body {
	margin:0;
	background: url(../images/fond.png) top repeat-x #d5d2c8;
	font-family: Georgia;
}

#global {
	width:965px;
	margin: auto;
}

#header {
	position:relative;
	height:125px;
}

#page {
	padding-right:40px;
	padding-left:40px;
	height:563px;
	position: relative;
}

#main {
	margin-top:35px;
	width:700px;
	float:right;
}

#header .messages {
	position: absolute;
	right:35px;
	width:337px;
	top:45px;
}
#header #logos {
	position: absolute;
	left:0px;
	top:0px;
}

#main .bandeau-titre {
	height: 50px;
	background-color: #fff;
	margin-bottom:20px;
	font-family: georgia;
	font-size:32px;
	color:#504f53;
	padding-left:20px;
	line-height: 50px;
}

.admin-panel {
	font-size: 12px;
	color:#333;
	font-weight: bold;
	font-family: Arial;
	font-variant: small-caps;
	z-index: 1000;
}
.admin-panel a {
	color:#999;
	text-decoration: none;
}
.admin-panel a:hover {
	color:#000;
}

.popup {
	position:absolute;
	z-index:2000;
	display:none;
	border:2px solid #333;
	padding:20px;
	background-color: #fff;
}
.popup .contenu {
	width:300px;
	height:300px;
	overflow: auto;
}
.popup .contenu .item {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dashed #ddd;
	font-size:11px;
	line-height: 11px;
	height:50px;
	overflow: hidden;
}
.popup .contenu .item .illus {
	height:50px;
	width:50px;
	overflow:hidden;
	float:left;
	margin-right:10px;
}

a {
	color:#000;
}