/*Petite css pour l'evolutys blog*/
/*Voyons voir du cotdes liens*/
a:link, a:visited{
	color: #990000;
	text-decoration: none;
}
a:hover, a:active{
	color: #990000;
	text-decoration: underline;
}
/*Paramrages des images*/
img{
	border: none;/*Je n'y mets aucune bordure, il n'y en a pas besoin*/
	/*float: left;*//*Alignons les gauche dans les paragraphes. Le texte se mettra automatiquement cot/
	margin-bottom: 5px;
	margin-right: 5px;/*Cette marge permet de mettre le texte sur la droite de l'image bonne distance*/
	margin-top: 5px;
}
.hidden{
	display: none;
}
/*Centrons maintenant les images et le texte, si besoin*/
.centerize{
	text-align: center;
}
/*Le gros de la troope maintenant*/
body{
	color: #000;
	font-size: 11px;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	background-color:#FFF ;
	margin: 0px;
	text-align: center;
	/*
	background: url(img/hasami.jpg) no-repeat;
	*/
	background-attachment: fixed;
	background-image: url(img/hasami.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper{
	width: 791px;
	margin: auto;
	border: 1px solid black;
	/*background: white url(images/fondepage.jpg) repeat-y;*/
	background-color:white;
	text-align: left;
}
#header{
	position: relative;
	width: 790px;
	height: 370px;
	margin: auto;
	background: url(img/debut_title.gif) no-repeat;
}
#container{
	width: 100%;
	float: left;
	margin-right: -230px;
}
#content{
	margin-right: 230px;
	padding: 0 0;
}
#sidebar{
	width: 210px;
	float: right;
	/*
	padding: 0px 0;
	
	border: 1px solid #868686;
	text-align: left;
	
	padding:0px;
	*/
	margin:0px 2px 0px 0px;
	background-image: url(images/orange_center.gif);
	background-repeat: repeat-y;
	/* vertical-align:text-top; */
	vertical-align:top;

	text-align:center;
}
#footer{
	width: 738px;
	margin: auto;
	padding: 20px 0 0 0;
	/*background: url(images/basdepage.jpg) top repeat-y;*/
}
#credits{
	font-size: 10px;
	text-align: center;
	color: #000;
}
#credits a:link, #credits a:visited{
	color: #990000;
}
#credits a:hover, #credits a:active{
	color: #000;
}
.clearing{
	height: 0;
	clear: both;
}
#header h1{
	position: absolute;
	top: 28px;
	left: 26px;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
}
#siteimg{
	position: absolute;
    top:96px;
	height: 273px;
	width: 790px;
	left:0px;
	background: url(img/debut_image.jpg) top repeat-y;
}

#navigation{
	font-size: 11px;
	width: 791px;
	height: 35px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#navigation ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation li{
/*	background: none; */
}
h2{
	color: #3E565F;
	margin: 0 0 3px 0;
	font-size: 16px;
}
h3{
	color: #3E565F;
	margin: 0 0 8px 0;
	font-size: 14px;
}
h4{
	font-size: 11px;
}
.contentdiv{
	/*
	margin: 0 15px 0 0px;*/
	margin:0 5px 0 0;
}
.sidebardiv{
	/* margin: 15px 0px 0 15px; */ 
	width:210px;
	/* padding:0px; */
	margin:0px;
	text-align:center;
}

.contentbody img{
	border: 1px solid black;
	/* float:right; */
}
.c_commentbody{
	padding: 0 0 5px 0;
	background: url(images/01_hdot.gif) bottom repeat-x;
}
.c_userlink{
	margin: 0 0 5px 0;
}
.c_commentinfo{
	font-size: 10px;
	margin: 3px 0 0 0;
	padding: 0 0 0 13px;
	background: url(images/01_item1.gif) 0 1px no-repeat;
}
.contentbody{
	margin: 0;
	padding: 0 0 30px 5px;
	text-align: justify;
/* default
	font-size:13px;
	text-align: justify;
	padding: 0 0 16px 0;
*/
}
.sidebarbody{
/*
	width:200px;
	padding:0px;
	margin:0px 5px 0px 5px;
	*/
}
.sidebarin{

	padding: 0px ;
	margin: 0px auto 0px auto;
	width:193px;
}

.sidebarin li{
/*
	padding: 0;
	margin: 0;
	border: 1px solid red;
    width:193px;
    height:100px;
   */
}

.contentbody h3{
	/* padding: 0; */
	/*padding-top:5px;*/ 
	/* vertical-align:middle; */
	/*margin: 0;
	height:34px;
	background: url(img/blog_top.PNG) top no-repeat;
	*/
	background-image: url(img/blog_top.PNG);
	background-repeat: no-repeat;
	background-position: center;
	width:563px;
	
	color: #FFFFFF;
	font-size: medium;
	
	height:34px;
	padding:5px 0px 0px 10px;
	text-decoration:none;
/*	margin:0;*/
}


.contentbody h3 a:link,.contentbody h3 a:visited,.contentbody h3 a:active,.contentbody h3 a:hover{
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
	text-indent: 5pt;
}

.divcommentsmade .contentbody{
	background: url(images/01_quote1.gif) 0 3px no-repeat;
}
.divcommentsmade .id1{
	background: url(images/01_quote4.gif) 0 3px no-repeat;
}
.divaddcomment .contentbody{
	background: url(images/01_quote3.gif) 0 3px no-repeat;
}
.itemdetails{
	text-align: right;
	padding: 5px 0 0 0;
	/* background: url(images/01_hdot.gif) top repeat-x;*/
	border-top:1px dashed #FF9900;
}
.item1{
	padding: 0 0 0 13px;
	margin: 0 0 0 12px;
	background: url(images/01_item1.gif) 0 1px no-repeat;
}
.item2{
	padding: 0 0 0 13px;
	margin: 0 0 0 12px;
	background: url(images/01_item2.gif) 0 3px no-repeat;
}
.item3{
	padding: 0 0 0 15px;
	margin: 0 0 0 12px;
	background: url(images/01_item3.gif) 0 3px no-repeat;
}
.about h3{
	height: 23px;
	text-indent: -9999px;
	margin: 0 0 2px 0;
	background: url(images/01_s_about.gif) no-repeat;
}
.login h3{
	height: 23px;
	/* text-indent: -9999px;*/
	text-align:right;
	margin: 0 10px 2px 0;
	background: url(images/01_s_login.gif) no-repeat;
}
.categories h3{
	/*
	height: 0px;
	text-indent: -9999px;
	margin: 0 0 2px 0;
	*/
	height: 26px;
	margin: 0 0 2px 0;
	background: url(img/comm.png) no-repeat;
}
.search h3{
	height: 23px;
	text-indent: -9999px;
	margin: 0 0 2px 0;
	background: url(images/01_s_search.gif) no-repeat;
}
.links{
	/*
	border: 1px solid black;
	*/
}


.links h3{
	height: 26px;
	margin: 0 0 2px 0;
	background: url(img/comm.png) no-repeat;
}
h2.weblog, h2.comments, h2.commentsmade, h2.addcomment, h2.archives, h2.error, h2.member, h2.sendmessage, h2.searchpage{
	height: 23px;
	text-indent: -9999px;
	margin: 0 0 5px 0;
}
h2.weblog{
	background: url(images/01_m_weblog.gif) no-repeat;
}
h2.comments{
	background: url(images/01_m_comments.gif) no-repeat;
}
h2.commentsmade{
	background: url(images/01_m_commentsmade.gif) no-repeat;
}
h2.addcomment{
	background: url(images/01_m_addcomment.gif) no-repeat;
}
h2.archives{
	background: url(images/01_m_archives.gif) no-repeat;
}
h2.error{
	background: url(images/01_m_error.gif) no-repeat;
}
h2.member{
	background: url(images/01_m_member.gif) no-repeat;
}
h2.sendmessage{
	background: url(images/01_m_sendmessage.gif) no-repeat;
}
h2.searchpage{
	background: url(images/01_m_search.gif) no-repeat;
}
form{
	margin: 0;
	text-align: left;
}
.formfield{
	width: 130px;
	font-size: 11px;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	margin: 0 0 2px 0;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
}
.formfield:focus{
	border: 1px solid black;
}
.formbutton{
	font-size: 11px;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	margin: 1px 0 0 0;
	padding: 1px 10px;
	color: #494949;
	background: white;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
}
textarea{
	overflow: hidden;
}
.commentform .formfield, .mailform .formfield{
	width: 340px;
	background-image: url(images/01_txbg.gif);
}
.commentform textarea{
	background: white url(images/01_txbg.gif) center center no-repeat;
}
.divaddcomment form, .divsendmessage form{
	width: 390px;
	background: #E2EDF0 url(images/01_mountaintop.gif) top no-repeat;
}
.commentform, .mailform{
	padding: 10px 20px;
}
.login form, .search form{
	/* width: 193px; */
	background: #FFFFFF url(images/01_mountaintop2.gif) top no-repeat;
	padding:2px;
	/* margin:5px auto 5px 8px; */
	font-size:10px;
	border: 1px solid #660000;
}
.loginform, .searchform{
	padding: 0px;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
li{
	padding: 0 0 0 9px;
	margin: 0 0 2px 0;
	background: url(images/01_arrow.gif) 0 6px no-repeat;
	text-align:left;
}
.highlight{
	font-weight: bold;
	text-decoration: underline;
}
div.error{
	color: red;
	font-weight: bold;
}

/* Leftbox and Rightbox toolbar buttons */
/*
.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	float: left;
	border-right: 2px solid #ccc;
}
*/
.rightbox {
	margin:auto 5px auto auto;
	/*
	float: right;
	border-left: 2px solid #ccc;
	position:display:block;
	*/
}


/*===以下はdebut02.cssからのコピー==*/
/*
body{
	margin:0px;
	font:"ＭＳ ゴシック", "Osaka−等幅";
	color:#990000;
	font-size:10px;
	line-height:2em;
	background-attachment: fixed;
	background-image: url(images/hasami.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
*/


.hasami {
	LEFT: 810px; MARGIN-LEFT: auto; OVERFLOW: visible;  MARGIN-RIGHT: auto; POSITION: absolute; TOP: 0px; BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: center
}

.comm_top {
/*
	margin-top:10px;
	margin-bottom:0px;
	margin-left:8px;
*/
	background-image: url(images/comm.png);
	background-repeat: no-repeat;
	background-position: bottom;
	/* width:193px; */
	height:26px;
	padding:0px;
}
.comm_top h3{
	color:#FFFFFF;
	padding-top:3px;
	font-size:10px;
	margin:0px;
}
.comm_bottom {
	text-align:center;
	/* background-color: #FFFFFF;*/
	/* border:1px solid #660000;*/
/*	width:193px;*/
	padding: 0px;
/*	margin-top: 0px;
	margin-left:8px;*/
}
.comm_bottom iframe,.comm_bottom div{
	border:1px solid #660000;
	width:100%;
	margin:0px;
	background-color:#FFFFFF;
}