@import url("header_footer.css");
@import url("navigation.css");



/* default CLASS and ID */
body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url('../media/body_bg.gif') repeat-y center 0px;
	font:12px/1.5 'verdana', 'arial', 'helvetica', sans-serif;
	}

body, html {
	}

p { 
	padding:0px;
	margin:0px;
	}

h1, h2, h3, h4 {
	font-family:'Arial', 'helvetica', sans-serif;
}

img{
	border:none;
}

a{
	color:#5396D1;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

#site_body {
	width:100%;
	height:100%;
	display:table;
	padding:15px 0px 0px 0px;
	background:url('../media/bg.gif') no-repeat center 0px;
	}

#global {
	width:980px;
	padding:0px 0px 0px 0px;
	margin:0px auto 0px auto;
	}

#container{
	float:left;
	width:960px;
	padding:0px 10px 0px 10px;
	background:url('../media/shadow_main.gif') repeat-y 0px 0px;
	}

#container table{
	width:100%;
	}

#container td{
	vertical-align:top;
	}

#bandeau{
	float:left;
	width:960px;
	height:360px;
}

#bandeau .left{
	float:left;
	width:305px;
	height:360px;
	padding-right:25px;
	background:url('../media/home_head_bg.gif') no-repeat 0px 0px;
}

#bandeau .left .baseline{
	float:right;
	margin-top:200px;
	}

#bandeau .left .btn{
	float:right;
	padding-right:2px;
	margin-top:15px;
	}

#bandeau .flash{
	float:left;
	width:630px;
	height:360px;
	overflow:hidden;
	text-align:left;
	background:#F6F6F6;
}


/* BLOG SUMMARY */
.summary {
	float:left;
	width:630px;
	border:1px #e6e6e6 solid;
	border-style:solid none none  none;
}

.blog_summary {
	float:left;
	width:630px;
	font-size:11px;
	border:1px #e6e6e6 solid;
	border-style:none none solid none;
	padding:20px 0px 20px 0px;
}

.blog_summary .illus{
	padding-right:10px;
}

.blog_summary .illus img{
	border:2px #eeeeee solid;
}

.blog_summary .content{
	width:100%;
	text-align:left;
	padding:0px 0px 0px 5px
}

.blog_summary .content h1{
	font-size:13px;
	color:#353535;
	margin-bottom:4px;
}

.blog_summary .date{
	float:left;
	background:#de071e;
	color:#FFFFFF;
	font-size:11px;
	padding:1px 4px 1px 4px;
	margin:0px 5px 0px 0px; 
}


.blog_summary .content .txt{
	line-height:16px;
	color:#606060;
	font-size:11px;
}

.blog_summary .content .txt b,
.blog_summary .content .txt strong{
	color:#606060;
}

.blog_summary .content .comment{
	float:left;
	color:#909090;
	margin:15px 0px 0px 15px;
	padding:1px 0px 1px 18px;
	font-size:11px;
	background:url('../media/grey_com_link.gif') no-repeat 0px 3px;
}

.blog_summary .content .link{
	float:left;
	color:#909090;
	margin:15px 10px 0px 0px;
	padding:0px 0px 3px 20px;
	font-size:11px;
	background:url('../media/link_icon.gif') no-repeat 0px 1px;
}