@charset "utf-8";

/*****************************\
| layout
\*****************************/

#content div.content{
	background: white url(../images/index/top_shadow.png) no-repeat;
}

#content div.content div.top{
	background: transparent url(../images/index/telephone.jpg) no-repeat bottom right;
}

#content div.content div.top div.presentation{
	float:left;
	width:430px;
	padding:10px;
}

#content div.content div.top div.assistance{
	float:right;
	width:275px;
	height:240px;
}

#content div.content div.top div.assistance form {
    padding-left:50px;
}

#content div.content div.top div.assistance form input.submit{
	width:35px;
}

#content div.content div.top div.assistance form input.text{
	width:110px;
}






#content div.content div.bottom {
	background: #f9f9f7 url(../images/index/bottom_shadow.png) no-repeat;
	height:700px;
}

#content div.content div.bottom div.plus {
	clear:both;
	padding: 7px 0;
}


#content div.content div.bottom h3{
	padding:19px 0 0 19px;
	margin:0;
	font-size:1.3em;
	font-weight:bold;
	
}

#content div.content div.bottom h4{
	padding:0 0 0 19px;
	margin:0;
	color: #3690c0;
	font-weight:normal;
}

#content div.content div.bottom div.references {
	float:left;
	width:455px;
	
}

#content div.content div.bottom div.references dl {
	width: 112px;
	float: left;
	margin: 19px;
	
}

#content div.content div.bottom div.references dt img {
	border: 1px solid #eee;
	width: 110px;
	height: 110px;
}

#content div.content div.bottom div.references dd {
	margin: 5px 0 0 0;
	padding: 0;
	color:#666;
	font-weight: bold;
}

#content div.content div.bottom a.references{
	float:left;
	margin-left:385px;
}



#content div.content div.bottom div.news{
	padding-left:455px;
	
}

#content div.content div.bottom div.news dl{
	padding: 18px 18px 0 18px;
	margin:0;
}
#content div.content div.bottom div.news dd{
	display:none;
}

#content div.content div.bottom a.news{


}

/*****************************\
| typo
\*****************************/

#content div.content div.top div.assistance h2{
	font-size: 2em;
	font-weight:bold;
	padding:25px 0 12px 0;
	margin:0;
}

#content div.content div.top div.assistance h3{
	color:#3690c0;
	font-weight:normal;
	font-size:1.2em;
}


#content div.content div.bottom div.news dt{
	padding:5px 0;
	border-bottom:1px dashed #ddd;
	line-height:1;
}

#content div.content div.bottom div.news dt:hover{
	background:#f1f1f1;
}

#content div.content div.bottom div.news dt em{
	display:block;
	position:absolute;
	float:left;
	color:#3690c0;
	font-style:normal;
}

#content div.content div.bottom div.news dt a{
	display:block;
	padding-left:50px;
	font-weight:normal;
	text-decoration:none;
	color:#5e5e5e;
}

