@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: url('../images/template/header.png') top center no-repeat;
}


/*****
* Header 
**************************************/
#header {
	width: 958px;
	height: 320px;
}

#flags {
	position: absolute;
	z-index: 200;
	left: 255px;
	top: 13px;
	width:130px;
	text-align: left;
	color: white;
}

#flags img {
	float: left;
	padding: 3px 5px 0 0;
}

#flags .rich-ddmenu-label {
	padding: 0;
	height: 24px;
}

#flags .rich-ddmenu-label-select {
	border: none;
}

#flags .rich-menu-list-bg {
	width: 110px;
	padding: 5px 0;
	background: url(../images/template/chooselang-bg.png) bottom left no-repeat;
	border: none;
}

#flags .rich-menu-list-border {
	border: none;
}

#flags .rich-menu-item {
	border: none;
	margin: 0;
	padding: 2px 0 2px 10px;
}

#flags .rich-menu-item-hover {
	border: none;
	margin: 0;
	padding: 2px 0 2px 10px;
	background-color: #999;
}

#flags a {
	display: block;
	margin: 5px;
	color: white;
	text-decoration: none;
}

#header #links {
	position: absolute;
	left: 390px;
	top: 13px;
	width:180px;
	padding-left: 10px;
	text-align: left;
	border-left: 1px solid gray;
}

#header #links a {
	color: white;
	text-decoration: none;
}

#header #menu {
	z-index: 100;
	font-size: 1.1em;
	text-align: left;
	text-transform: uppercase;
}

#header #menu .menu-item {
	position: absolute; 
	top: 248px; 
	text-align: center;
}

#header #menu .menu-item .rich-ddmenu-label {
	font-weight: bold;
	font-size: 11px;
	white-space: normal;
	padding: 0;
}

#menu1 .rich-ddmenu-label-select {
	background: url(../images/template/menu_rollover.png) 8px -1px no-repeat;
}

#menu2 .rich-ddmenu-label-select {
	background: url(../images/template/menu_rollover.png) -259px -1px no-repeat;
}

#menu3 .rich-ddmenu-label-select {
	background: url(../images/template/menu_rollover.png) -396px -1px no-repeat;
}
	
#menu4 .rich-ddmenu-label-select {
	background: url(../images/template/menu_rollover.png) -565px -1px no-repeat;
}

#menu5 .rich-ddmenu-label-select {
	background: url(../images/template/menu_rollover.png) -712px -1px no-repeat;
}

#menu6 .rich-ddmenu-label-select {
	background: url(../images/template/menu_rollover.png) -842px -1px no-repeat;
}
	
#header #menu .menu-item .rich-ddmenu-label-select {
	border: none;
}

#menu1 .rich-label-text-decor {
	padding-left: 110px;
}

#header #menu .menu-item .rich-label-text-decor {
	height: 45px;
}

#header #menu .menu-item .rich-menu-list-bg {
	border: none;
	padding: 10px 0;
	font-weight: normal;
	font-size: 10px;
	text-transform: none;
}

#header #menu #menu1 .rich-menu-list-bg {
	width: 165px;
	background: url(../images/template/names-submenu.png) bottom left no-repeat;
}

#header #menu #menu2 .rich-menu-list-bg {
	width: 136px;
	background: url(../images/template/hosting-submenu.png) bottom left no-repeat;
}

#header #menu #menu3 .rich-menu-list-bg {
	width: 169px;
	background: url(../images/template/services-submenu.png) bottom left no-repeat;
}

#header #menu #menu4 .rich-menu-list-bg {
	width: 147px;
	background: url(../images/template/suggestion-submenu.png) bottom left no-repeat;
}

#header #menu #menu5 .rich-menu-list-bg {
	width: 129px;
	background: url(../images/template/information-submenu.png) bottom left no-repeat;
}
	
#header #menu #menu6 .rich-menu-list-bg {
	width: 200px;
	padding-top: 0px;
	background: url(../images/template/cart-submenu.png) bottom left no-repeat;
}
	
#header #menu .menu-item .rich-menu-list-border {
	border: none;
}

#header #menu .menu-item .rich-menu-item {
	text-align: left;
	margin: 0;
	padding: 2px 10px;
}

#header #menu .menu-item .rich-menu-item-hover {
	border: none;
	background-color: #fbefa8;
	margin: 0;
	padding: 2px 10px;
}

#header #menu #menu6 .rich-menu-item-hover {
	border: none;
	background-color: transparent;
	margin: 0;
	padding: 2px 10px;
}

#header #menu .menu-item .rich-menu-item-icon {
	display: none;
}

#header #menu .menu-item .rich-menu-item-label {
	white-space: normal;
}

#cart-table {
	width: 100%; 
	padding: 0 5px;
}

#cart-table td.left {
	text-align: left;
}

#cart-table td.right {
	text-align: right;
}

#cart-table td.cart-vseparator {
	width: 10px;
	background: url(../images/template/cart-vseparator.png) center bottom no-repeat;
}

#cart-table td.cart-hseparator {
	height: 2px;
	background: url(../images/template/cart-hseparator.png) center center no-repeat;
}

#cart-table td.cart-summary {
	text-align: right;
	font-weight: bold;
}

#home {
	background: url(../images/template/logo.png) top left no-repeat;
	position: absolute;
	left: 4px;
	top: 4px;
	width: 265px;
	height: 243px;
	z-index: 50;
}

#home a {
	display: block; 
	width: 235px;
	height: 180px;
}

#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;
}


#accreditation a {
	display: block;
	width: 60px;
	height: 60px;
}

#header #slides {
	position: absolute;
	top: 37px;
	left: 233px;
	z-index: 0;
	overflow: hidden;
	text-align: left;
}

#header #promo {
	position: absolute;
	top: 75px;
	left: 770px;
	z-index: 50;
}

#login {
	position: absolute;
	top: 5px;
	right: 12px;
	width: 385px;
	height: 32px;
	text-align: right;
}

#login p {
	padding: 0px;
	margin: 0px;
	line-height: 32px;
	height: 32px;
	text-align: right;
}

#login .title {
	position: relative;
	top: -2px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	color: white;
}

#login .text-field {
	position: relative;
	top: -2px;
	width: 105px;
	height: 19px;
	margin: 0;
	padding: 2px 3px 0 3px;
	background: url(../images/template/login-field.png) center center no-repeat;
	border: none;
	color: #666;
}

#login .submit {
	padding: 5px 0 0 5px;	
	vertical-align: top;
}

#login .submit-logout {
	padding: 7px 30px 0 5px;
	vertical-align: top;
}

#login .links {
	 clear: both; 
	 position: relative; 
	 left: 125px;
	 z-index: 50;
	 height: 15px;
	 line-height: 11px;
	 width: 250px;
	 background: url(../images/template/header-decroch.png) center bottom no-repeat;
	 color: #DDD;
	 text-align: center;
}

#login .links a {
	color: #DDD;
	text-decoration: none;
	font-size: 0.8em; 
}


/*****
* Page content
**************************************/
#page-content {
	background-image: url('../images/template/page_content.png');
	background-repeat: repeat-y;
	clear: both;
	min-height: 370px;	
	padding: 0;
	text-align: left;
}

#page-content #title {
	background-image: url('../images/template/puce_rouge.jpg');
	background-repeat:no-repeat;
	background-position: center left;
	padding-left: 20px;
	margin: 10px 25px;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}

#page-content #private-area-description {
	width: 625px;
	margin: 0 20px;
}

#page-content #private-area-content {
	margin: 0;
}

#page-content #private-area-content #main-content {
	padding: 0 10px;
}

.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;	
}

#page-content-footer {
	background: url('../images/template/content-footer.jpg') left bottom no-repeat;
	height: 5px;
	margin-bottom: 20px;
}


/*****
* Accreditations
**************************************/
#accreditations .title {
	height: 30px;
	line-height: 30px;
	width: 293px;
	padding-right: 30px;
	background: url(../images/template/accreditations-title.png) top left no-repeat;
	text-align: center;
	font-size: 10px;
}


/*****
* NavMap
**************************************/
#navmap {
	margin: 30px 0;
}

#navmap table {
	width: 100%;
}

#navmap table td {
	vertical-align: top;
	padding: 0 19px 0 20px;
	border-left: 1px solid #DDD;
}

#navmap table td:FIRST-CHILD {
	border: none;
}

#navmap div {
	float: left;
	width: 128px;
	padding-left: 30px;
	border-left: 1px solid #CCC;
	vertical-align: top;
	text-align: left;
}

#navmap div.first {
	padding-left: 0px;
	padding-right: 20px;
	margin-left: 5px;
	border-left: none;
}

#navmap h2 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 10px; 
}

#navmap li {
	padding-bottom: 5px;
	white-space: nowrap;
}

#navmap li a {
	color: #999;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}


/*****
* Footer
**************************************/
#footer {
	background-image: url('../images/template/footer.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	clear: both;
	width: 960px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	margin-left: 4px;
}

#footer #actweb {
	float: right; 
	padding: 4px 0px;
}

#footer #links {
	text-align: center; 
}

#footer #links .separator {
	color: white;
	padding: 0 3px;
}

#footer #links a {
	margin-left: 4px;
	margin-right: 4px;
	padding: 0px;
	color: #777;
	text-decoration: none;
}


