@charset "UTF-8";
/********** BESOLVAY - STYLES_COMMON.CSS **********/

/* INTRODUCTION
This file content the commons properties between modules. 
*/

/* SUMMARY
1) FORMATTING TAGS (not attributes)
2) LAYOUT OF BLOCKS "SQUELETON"
	2.1) Header
	2.2) Pre-content = horizontal menu
	2.3) Vertical menu
	2.4) Content
	2.5) Footer
*/



/* 1) FORMATTING TAGS (not attributes) */
hr {
	height: 1px;
	margin: 0;
	padding: 0;
	color: #393939;
	background-color: #393939;
	border: 0;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 2px;
}




/* 2) LAYOUT OF BLOCKS "SQUELETON" */
/* 2.1) Header */
.header_logo {
	width: 285px;
	height: 150px;
	float: left;
	background: #FFFFFF;
	text-align: center;
	padding: 25px 0 0 0;
	margin-right: 6px;
}

.header_logo a:link, .header_logo a:visited {
	color: #393939;
	font-size: 2em;
	text-decoration: none;
	font-weight: bold;
}

.header_logo a:hover {
	text-decoration: none;
}

.header_logo a img {
	font-size: 2em;
}

.header_partners {
	height: 140px;
	overflow: hidden;
	background: #FFFFFF;
	margin: 0 6px 0 6px;
	padding: 35px 0 0 0;
}

.header_partners div {
	text-align: center;
}

.header_partners a:link, .header_partners a:visited {
	text-decoration: none;
	color: #393939;
	font-weight: bold;
}

.header_partners a:hover {
	color: #EF9C38;
}

.header_partners div a img {
	margin: 0 20px 20px 20px;
	vertical-align: middle;
	font-size: 1.5em;
}

.header_user {
	width: 161px;
	height: 165px;
	padding: 10px 5px 0 5px;
	background: #EEEDED;
	float: right;
	margin-left: 6px;
	overflow: hidden;
}

.header_user .block_title {
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #1E1E1E;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #867D72;
}

.header_user .user_name {
	text-transform: uppercase;
	font-weight: bold;
	color: #1E1E1E;
	margin: 0 0 10px 0;
	padding: 5px 0 4px 0;
	border-bottom: 1px dotted #867F72;
}

.header_user .user_name span {
	display: block;
	text-transform: none;
	font-weight: normal;
	font-size: 0.9em;
	margin-top: 2px;
	color: #867D72
}

.header_user .user_name span a {
	font-weight: bold;
	text-decoration: none;
	color: #867D72;
}

.header_user .user_name span a:hover {
	text-decoration: underline;
}

.header_user p a.user_links {
	text-decoration: none;
	color: #867D72;
	cursor: pointer;
	line-height: 1.2em;
}

.header_user p a.user_links:hover {
	text-decoration: underline;
}


.header_user_offline {
	width: 152px;
	height: 150px;
	padding: 25px 0 0 19px;
	background: #EEEDED;
	float: right;
	margin-left: 6px;
}

.header_user_offline a {
	color: #867D72;
	text-decoration: none;
}

.header_user_offline a:hover {
	text-decoration: underline;
}

.login_input_email, .login_input_password, .login_input_submit {
	width: 124px;
	height: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #867D72;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	background: #EEEEED;
	font-size: 1.2em;
	font-weight: bold;
	color: #867D72;
	padding: 4px 3px 0 3px;
	margin: 0 0 4px 0;
	line-height: 24px;
}

.login_input_email:focus, .login_input_password:focus {
	background: #FFFFFF;
}

.login_input_submit {
	display: block;
	width: 124px;
	height: 24px;
	border-width: 1px;
	border-style: solid;
	border-color: #867D72;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	background: #867D72;
	color: #FFFFFF;
	text-align: left;
	padding-top: 0;
	font-size: 1em;
	cursor: pointer;
}

.login_input_submit:hover {
	background: #FFFFFF;
	color: #867D72;
}


/* 2.2) Pre-content = horizontal menu  */
.mainmenu_link:link,
.mainmenu_link:visited {
	height: 21px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	line-height:47px;
	padding-top:13px;
	padding-bottom:13px;
	color: #393939;
}

.mainmenu_link:hover {
	background: #444444;
	color: #FFFFFF;
}

.mainmenu_home:hover,
.mainmenu_besolvay:hover,
.mainmenu_learn:hover,
.mainmenu_faq:hover,
.mainmenu_external_link:hover,
.mainmenu_contact:hover {
}

.mainmenu_home{
}
.mainmenu_news:hover {
	background: #8AAE0E;
}

.mainmenu_files:hover,.mainmenu_forum:hover {
	background: #ff9c00;
}
.mainmenu_link{
	display:inline;
	padding:15px;
	}

/* 2.3) Vertical menu */
.vmenu_block {
	margin-bottom: 10px;
}

.vmenu_block:hover {
	background: #F5F2EE;
}

.vmenu_block a, .vmenu_block:hover a {
	display: block;
	background: url(../images/puce01.gif) no-repeat 10px 5px;
	text-decoration: none;
	color: #867D72;
	padding: 2px 10px 2px 18px;
}

.vmenu_block:hover a:hover {
	background: #867D72;
	color: #FFFFFF;
}

.vmenu_block_title {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #393939;
	text-decoration: none;
	background: none;
}

.vmenu_block_title:link, .vmenu_block_title:visited {
	color: #393939;
	background: none;
}

.vmenu_block:hover .vmenu_block_title {
	color: #393939;
	background: #E9E4DE;
}

.vmenu_block_title:link, .vmenu_block_title:visited, .vmenu_block:hover .vmenu_block_title {
	padding: 6px 30px 6px 10px;
}

.vmenu_block:hover .vmenu_block_title:hover {
	background: url(../images/vmenu_block_title.png) no-repeat right  0px #E9E4DE;
	color: #393939;
}

.not_clickable {
	padding: 6px 30px 6px 10px; 
}

.vmenu_block:hover .not_clickable:hover {
	background-image: none;
}

/* 2.4) Content */
.content_content {
	padding: 6px 10px 0 10px;
	overflow: hidden;
}

.content_options { /* Liens d'options du content_content. At least, Fonction non accessible */
	width: 26px;
	float: right;
	padding-top: 6px;
	margin-left: 5px;
}

.content_content_5050_left {
	float: left;
	width: 48%;
}

.content_content_5050_right {
	float: right;
	width: 48%;
}

.content_content_block {
	margin-bottom: 30px;
}

.content_content_title {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 1px dotted #1E1E1E;
	margin-bottom: 10px;
}

/* 2.5) Footer */
.footer_left {
	overflow: hidden;
}

.footer_left a {
	text-decoration: none;
	color: #1E1E1E;
	font-weight: bold;
}

.footer_left a:hover {
	text-decoration: underline;
}

.footer_left p {
	line-height: 20px;
}

.footer_right {
	float: right;
	color: #AAAAAA;
}










/* Mise en forme de la barre de titre d'une page ou d'une colonne */
.block_main_title {
	padding: 8px 8px 5px 10px;
	border-bottom: 1px dotted #393939;
	margin-bottom: 15px;
	background: #f5f2ee;
}

.block_main_title div {
	float: right;
	margin-left: 3px;
}

.block_main_title div a {
	text-transform: uppercase;
	text-decoration: none;
	line-height: 20px;
	color: #393939;
	font-size: 0.8em;
}

.block_main_title div a:hover {
	text-decoration: underline;
}

.block_main_title h1 {
	overflow: hidden;
}






.listing_line_container {
	padding: 1px 0 1px 0;
}

.listing_line_container:hover {
	background: #F5F2EE;
}

.listing_details {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
}

.listing_details_button_off, .listing_details_button_on {
	display: block;
	width: 7px;
	height: 6px;
	border: 0;
	cursor: pointer;
}

.listing_details_button_off {
	background: url(../images/listing_details_button_off.png) no-repeat;
}

.listing_details_button_on {
	background: url(../images/listing_details_button_on.png) no-repeat;
}

.listing_date {
	float: right;
	margin-left: 5px;
	padding-top: 4px;
}

.listing_name {
	overflow: hidden;
}

.listing_name a {
	display: block;
	padding: 4px 0 4px 5px;
	color: #1E1E1E;
	font-weight: bold;
}

.listing_name a:hover {
	background: #F5F2EE;
}



.container_block_details {
	border-top: 1px dotted #CCCCC2;
}

.container_block_details a {
	display: block;
	padding: 4px 5px 4px 5px;
	color: #1E1E1E;
	text-decoration: none;
}

.container_block_details a:hover {
	background: #E9E4DE;
}