@charset "UTF-8";

*{
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.3;
	color: #333;
}
/* ==== HTML section ===== 
*/
	body{
		width:800px;
		margin: 0 auto;
		background: url("./images/bg.gif") top center repeat-y;
/*	}
	*html body{ */
		text-align: center;
	}
	h2{
		margin-left: -99999px;
		padding: -1em;
	}
	h3{
		font-size: 150%;
		margin: .5em auto;
		padding: .5em 0;
		text-align: center;
		background-color: #ffa;
	}
	p{
		margin: .5em 0;
	}
	ul{
		margin: 1em;
		padding: 1em;
		list-style-type: square;
		list-style-position: outside;
		border-top: 1px dashed #ccc;
		border-bottom: 1px dashed #ccc;
	}
	ol{
		margin: 1em 3em;
		list-style-position: outside;
	}

/* ==== Div section ===== 
*/
	div#header{
		height: 100px;
		background : black url(./images/top_bgp.png) top left no-repeat;
	}
	div#contents{
		padding: 10px;
		background-color: #f9fffe;
		text-align: left;
	}

	div#footer{
		padding: 1px 0;
		text-align: center;
		background-color: #eee;
	}
	*html div#header,
	*html div#contents,
	*html div#footer
	{
		width: 800px;
	}
/* ==== Class section ===== 
*/
	.section#technos-fes-photo img{
		width: 240px;
		float: left;
		margin: 10px;
		display: inline;
	}
	.right{
		text-align: right;
	}
	.text_red{
		color: #f00;
	}
	h3 span.text_red{
		font-size: 120%;
		margin: .5em auto;
		padding: .5em 0;
	}
/* clearFix */
	.section#technos-fes-photo::after{
		height: 0;
		visibility: hidden;
		content: ".";
		display: block;
		clear: both;
	}

	*html .section#technos-fes-photo{
		width: 100%; /* IE 6,7*/
		_height: 1px;
		min-height: 1px;
		/*\*/*/
		height: auto;
		overflow: hidden;
		/**/
	}
