@charset "utf-8";

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

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


#content div.content div.top div.presentation{
	width:100%;
	padding:10px 10px 0 10px;
}

#content div.content div.top div.assistance{
	width:100%;
	margin-top:-30px;
	padding:0 10px ;
}

#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;
}



p {
  padding:10px;
}

#footer p {
  padding:0px;
}

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

#content div.content div.bottom div.plus {
  display:inline;
	padding: 0;
}


#content div.content div.bottom h3{
	padding:19px 0 20px 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;
	height:515px;
}

#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;
		height:515px;
	
}

#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: 1.8em;
	font-weight:bold;
	padding:15px 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;
	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;
}

