@import url("reset.css");
@import url("common/common.css");
@import url("common/richfaces.css");


#page {
	position:relative;
	margin:auto;
	left:0px;
	top:0px;
	width:960px;
	background-image: url('../images/template/page_content.jpg');
	background-repeat: repeat-y;
}


/*****
* Header 
**************************************/
#header {
	background-image: url('../images/template/header.png');
	width: 960px;
	height: 189px;
}

#header #menu {
	position: absolute;
	top: 118px;
	left: 4px;
	z-index: 100;
	width: 185px;
	text-align: left;
	font-size: 1.1em;
}


#header #menu .rich-stglpanel-header {
	font-weight: bold;
	padding: 0 0 0 30px;
	vertical-align: middle;
}

#header #menu .menu-first-item .rich-stglpanel-header {
	height: 24px;
	line-height: 22px;
}

#header #menu .menu-item .rich-stglpanel-header {
	background-image: url('../images/template/menu_item.jpg');
	background-repeat:no-repeat;
	height: 25px;
	line-height: 27px;
}

#header #menu .rich-stglpanel-body {
	background: #f4da49 url('../images/template/menu_first_items.jpg') no-repeat;
	border: none;
	padding: 5px 0 5px 20px;
}

#header #menu .rich-stglpanel-body ul li {
	background-image: url('../images/template/puce_sous-menu.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 10px;
}

#header #menu .rich-stglpanel-body ul li a {
	display: block;
	color: #3F3305;
	text-decoration: none;
	font-size: 0.8em;
	margin: 0px;
	line-height: 17px;
}

#header #home {
	position: absolute;
	left: 367px;
	top: 0px;
	width: 220px;
	height: 110px;
}

#header #home a {
	display: block; 
	width: 100%;
	height: 100%;
}

#header #title {
	position: absolute;
	top: 135px;
	left: 210px;
	padding-left: 20px;
	background-image: url('../images/template/puce_rouge.jpg');
	background-repeat:no-repeat;
	background-position: center left;
	font-weight: bold;
	font-size: 2em;
}

#header #subtitle {
	position: absolute;
	top: 170px;
	left: 210px;
}

#header #flags {
	position: absolute;
	left: 810px;
	top: 5px;
	width:140px;
	height:13px;
	text-align: center;
}

#header #flags a {
	margin: 0 5px 0 0;
}

#header #accreditation {
	position: absolute;
	left: 827px;
	top: 22px;
	width: 120px;
	height: 50px;
}

#header #accreditation a {
	display: block;
	width: 120px;
	height: 50px;
	color: gray;
	text-decoration: none;
	line-height: 10px;
	text-align: center;
	font-size: 0.8em;
}

#header #links {
	position: absolute;
	left: 790px;
	top: 90px;
	width:150px;
	height:50px;
	text-align: left;
}

#header #links img {
	vertical-align: middle; 
	margin-right: 5px;
}

#header #links a {
	text-decoration: none;
	font-weight: bold;
}

#header #login {
	position: absolute;
	left: 771px;
	top: 147px;
	width:150px;
	text-align: left;
	z-index: 10;
}

#header #login .title {
	padding-left: 35px;
	background-image: url('../images/template/puce_brun.jpg');
	background-repeat: no-repeat;
	background-position: 15% 50%;
	font-weight: bold;
	font-size: 1.1em;
}

#header #login #identification {
	text-align: center;
	width: 185px;
}

#header #login #identification .rich-stglpanel-header {
	color: #705a1e;
	text-decoration: underline;
	font-size: 11px;
	font-weight:bold;
}

#header #login #identification .rich-stglpanel-body {
	background-image: url('../images/template/login_footer.png');
	background-position: bottom left;
	border: none;
}

#header #login #identity {
	background-image: url('../images/template/login_footer.png');
	background-position: bottom left;
	text-align: center;
	width: 185px;
	padding-top: 5px;
	padding-bottom: 5px;
}



/*****
* Page content
**************************************/
#page-content {
	background: url('../images/template/page-bg.jpg') top center no-repeat;
	clear: both;
	text-align: left;
	padding: 15px 7px 7px 7px;
}

#page-content #private-area-description {
	float: right;
	width: 725px;
	margin-right: 20px;
}

#page-content #private-area-content {
	clear: both;
	margin-top: 80px;
}

.messages-panel {
	background-image: url('../images/template/messages-background.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 900px;
	height: 80px;
	padding-top: 10px;
	margin:auto;
	margin-bottom: 10px;	
}

.messages-panel .message-content-error {
	background: url('../images/template/messages-background-error.png') top center no-repeat;
	text-align: center;
	font-weight: bold;
	color: white;
	line-height: 80px;
	margin-bottom: 10px;	
}

.messages-panel .message-content-success {
	background: url('../images/template/messages-background-success.png') top center no-repeat;
	text-align: center;
	font-weight: bold;
	color: white;
	line-height: 80px;
	margin-bottom: 10px;	
}

/*****
* Footer
**************************************/
#footer {
	background-image: url('../images/template/footer.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	clear: both;
	width:960px;
	height:35px;
	padding-top: 20px;
}

#footer #actweb {
	float: left; 
	padding: 5px;
}

#footer div#links {
	text-align: right; 
	padding-top: 10px; 
	padding-right: 15px;
}

#footer div#links a {
	margin-left: 4px;
	margin-right: 4px;
	padding: 0px;
}

