

html, body{
	margin-top: 0.5em;
	padding: 0;
	text-align: center;
}

#page, #pageWhite{
	width: 780px;
	margin:  auto;
	text-align: left;
	}
	
	

#top, #topw{
	margin: 0;
}

#top h1{
	margin: 0;
}



#main{
	float: left;
	width: 520px;
	
}

#content{
	margin: 0 0 0 30px;
	padding: 1em 0 0 0;
	
}

.post{
	margin-bottom: 4em;
}

#sidebar{
	float: right;
	width: 240px;
	padding-bottom: 4em;
	
}

#sidebar div{
	margin: 0 30px 0 0;
	padding: 1ex 1em;
}

#footer{
	/*padding: 1ex 1em 1ex 1em;*/
	/*padding-top: 0em;*/
	clear:both;
	
		
}


/* La page
-------------------------------------------------------- */
#page{
	background:#ffffff url(blog/themes/yatta/img/page.gif) repeat-y center top;
	color: inherit;clear:both;
	
}
#pageWhite{
	background:#ffffff url(blog/themes/yatta/img/pagew.gif) repeat-y center top;
	color: inherit;clear:both;
	
}
 
/* Les éléments HTML en général
-------------------------------------------------------- */
/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #A4CCE7;
	color: #333;
	text-align: center;
	}


#table1 {
	 border:0;
	 
BORDER-RIGHT: #2A94D7 1px solid;
 BORDER-TOP: #2A94D7 1px solid;
  BORDER-LEFT: #2A94D7 1px solid;
   BORDER-BOTTOM: #2A94D7 1px solid;
	
}

#header {
	/*background-color: #73a0c5;*/
	background : transparent ;
	}
.gris_bold{
font-weight:bold;
color: #333333;
}

 a.white{
	color: #ffffff;
	font-weight: bold;
	} 
 a.white:hover{
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}	


.red{
FONT-SIZE: 11px; COLOR: red; FONT-FAMILY: arial;
}

/* styles column homepage*/
.whiteColumn{
FONT-SIZE: 13px; COLOR: #ffffff; FONT-FAMILY: arial;
padding-left: 10px;
padding-right: 10px;

}
.photoColumn{
padding-top: 10px;

}

.tableColumn{
padding-left: 10px;
padding-right: 10px;

}
/**/
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


h1 {
		text-align: center;
	}



h1{font-size: 1.5em;font-family: "Trebuchet MS", sans-serif;font-weight:bold;}
h2{font-size: 1.4em;font-family: "Trebuchet MS", sans-serif;font-weight:bold;}
h3{font-size: 1.3em;font-family: "Trebuchet MS", sans-serif;font-weight:bold;}
h4{font-size: 1.2em;font-family: "Trebuchet MS", sans-serif;font-weight:bold;}
h5{font-size: 1.1em;font-family: "Trebuchet MS", sans-serif;font-weight:bold;}
h6{font-size: 1em;font-family: "Trebuchet MS", sans-serif;font-weight:bold;}

.description {
	font-size: 1.2em;
	text-align: center;
	}



h2.pagetitle {
	font-size: 1.6em;
	}
	



#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

#sidebar h3 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	margin: 0;
	font-size: 1.1em;
	font-weight: normal;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
	}

.whiteB{
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
}


#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	

	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
a img {
	border: none;
}


/* End Typography & Colors */



#content{
	text-align: justify;
	font-size: 1.2em;
}


pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	
}

.field label{
	display: block;
}

textarea{
	border: 1px solid #999;
		color: #777777;
}
input{

		color: #777777;
}
textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input.bouton {
	border: 0px ;
	border-width: 0;

}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}



 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 177px;
	/*padding-top: 20px;*/
	background: transparent url(blog/themes/yatta/img/top.gif) no-repeat left top;
}
#topw{
	height: 177px;
	/*padding-top: 20px;*/
	background: transparent url(blog/themes/yatta/img/topw.gif) no-repeat left top;
}

#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 10px;
	color: #FFFFFF;
	display: none;
}

#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
}
/*le menu top
-------------------------------------------------------- */ 
#menutop{
	height: 34px;
	line-height: 34px;
	padding-top: 129px;
	padding-left: 24px;
	float: left; 
	border: 0;
	background: transparent;
	}





/* La barre de navigation
-------------------------------------------------------- */

#sidebar div{
	
	color: inherit;
	background: transparent;
	

	
}
ul.none {
  list-style-type:none;
}
li.none {
  list-style-type:none;
}

#sidebar div ul{
  margin: 3px -25px 10px 16px;
  padding: 0px 0px 0px 0px;
	list-style: none;
	list-style-image: url(blog/themes/yatta/img/puce.gif);
}

#sidebar h2, #sidebar h3{
	color: #3D84A6;
	margin: 0 0 1ex 0;
}


#clear{
		clear: both;
	}
	

/* Le pied de page
-------------------------------------------------------- */


#footer{
	background: transparent url(blog/themes/yatta/img/footer.gif) no-repeat center top;
	margin-top: 0px auto;
	height: 50px;
	/*width: 780px;*/
	border: 0;
	
		color: #ffffff;
	padding-top: 16px ;
	


	
}


#footer a{
	color: #ffffff;
	font-weight: bold;
	}
	#footer a:hover{
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}	


