@CHARSET "UTF-8";

.home_content
{
	margin:auto;
	
	width:960px;
}

.home_content_right div
{
	color:white;
}

.home_content_right div.home_go_btn
{
	color:#6e6e70;
}

.home_content_left
{
	float:left;
	height:470px;
	width:314px;
}

.home_content_couverture
{
	/*border:solid 1px black;*/
	height:470px;
	width:314px;
}
.home_content_couverture img
{
	
	height:470px;
	width:314px;
}

.home_content_proprietes
{
	-moz-border-radius:0 0 10px 10px;
	background-color:#cd6010;
	border-radius:0 0 10px 10px;
	float:left;
	height:232px;
	margin-bottom:6px;
	margin-left:6px;
	width:314px;
	z-index:1;
}

.home_content_ayants_droits
{
	-moz-border-radius:0 0 10px 10px;
	background-color:#5cb6e1;
	border-radius:0 0 10px 10px;
	float:left;
	height:232px;
	margin-bottom:6px;
	margin-left:6px;
	width:314px;
	z-index:1;
}

.home_content_licencies
{
	-moz-border-radius:0 0 10px 10px;
	background-color:#5bb037;
	border-radius:0 0 10px 10px;
	float:left;
	height:232px;
	margin-left:6px;
	width:314px;
	z-index:1;
}

.home_content_contacts
{
	-moz-border-radius:0 0 10px 10px;
	background-color:#8d4a89;
	border-radius:0 0 10px 10px;
	float:left;
	height:232px;
	margin-left:6px;
	width:314px;
	z-index:1;
}

.home_go_btn
{
	display:block;
	
	height:17px;
	
	width:56px;
	text-align:right;
}
.home_go_btn img
{
	margin-right:7px;
}
.home_go_btn_img_go 
{
	position:relative;
	z-index:90000;
}
.home_go_btn_img
{
	position:relative;
	z-index:99000;
}

.home_content_title
{
	width:239px;
	font-weight:bold;
	padding-left:16px;
	border-bottom: dotted 1px white;
	color:white;
}

.home_content_title img
{
	margin-right:5px;
}

.home_content_description
{
	color:white;
	padding-left:16px;
	padding-right:16px;
	padding-top:5px;
	padding-bottom:5px;
}

.home_content_proprietes .line_title,
.home_content_contacts .line_title,
.home_content_ayants_droits .line_title,
.home_content_licencies .line_title
{
	height:30px;
}
.home_content_proprietes .td_content_btn,
.home_content_contacts .td_content_btn,
.home_content_ayants_droits .td_content_btn,
.home_content_licencies .td_content_btn
{
	vertical-align:middle;
	width:75px;
	border-bottom: dotted 1px white;
}