html	{		overflow:hidden;

}
body	{		background-color:white;
			overflow:hidden;
			width:100%;
			height:100%;
			margin:0px;
			padding:0px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #666;
	}
body  a {
	color:#777777;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
}

div#top	{	position: absolute;
			top:0px;
			left:0px;
			right:0px;
			background-color:white;
			border-bottom:1px solid #D3CEC2;
			height:103px;
			padding-left:40px;
			padding-top:10px;		
		}
div#top a		{	font:12px Arial;
			color: #777777;
			text-decoration: none;
			}
			
img 		{	border:0;}

.img	{
			width:auto;
			float:left;
			margin-left:10px;
			margin-right:10px;
			margin-top: 20px;
		}	
#border	{	overflow:auto;
			background-color:white;
			position: absolute;
			top: 115px;
			left:0;
			right:0;
			bottom:20px;
			margin-right:20px;
			margin-left:20px;
			}
#loading {
			overflow:auto;
			background-color:white;
			position: absolute;
			top: 115px;
			left:0;
			right:0;
			bottom:20px;
			margin-right:20px;
			margin-left:20px;
			text-align:center;
			filter: alpha(opacity=0);
			-moz-opacity: 0;
			display:none;
}


			
div#gallery{	
			background-color:white;
			margin:0px;
			padding:0px;
		
			}
#gallery p{
				clear:both;
				color:#777777;
				font-size:13px;
				font-weight:normal;
				margin:0;
			}
								
div#menu2{	width:100px;			
			position:absolute;
			right:50px;
			top:15px;
			}
div#menu{	width:240px;
			background-color:white;
			position:absolute;
			right:150px;
			top:15px;
			}
div#col{		width:auto;
			float:left;	
			}			
ul#rows { 	width:120px;
			list-style:none;
			margin:0;
			padding:0			
			}
ul#rows li {list-style:none;
			color:#777777;
			background-color:#ffffff;
			text-align:left;
			margin:0;
			}
ul#rows li a {	outline:none;
			font-family:Arial;
			display:block;
			text-decoration:none;
			padding:.25em;
			}
			
#footer{	position:absolute;
			bottom:0px;
			left:0px;
			right:0px;
			background-color:white;
			height:20px;
			padding-left:20px;
			padding-right:20px;		
		}
		
#cappuccino{position:absolute;
			top:0px;
			right:0px;
		}
/* ENTRY:
////////////////STYLE DU BLOG//////////////
------------------------------------*/
#container {
	margin: 0 auto;
 	width: 815px;
	background-color: #eee;
	border: 20px solid #eee !important;
	border: 19px solid #eee;
 }
#main {
	Margin-left: auto ;
	margin-right: auto ;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 600px;
	background-color: white;
	padding: 20px;
	padding-top: 0px;
	overflow-x:hidden
	}
			
#main h2{
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
}

#main a:hover{
	color: #ff6600;
	background-color: #EAEAEA;
}
.info a{
	color: #777777;
}

/* ENTRY:
////////////////STYLE DES POSTS//////////////
------------------------------------*/

.entry img {
	background-color: #fafafa;
	border: 0px ;
	padding: 0px;
}

.entry {
	padding-bottom: 0px; /*////Espace sous les posts////*/
	text-align: justify;
}

.entry a {
	color: #666;
}

.entry a:hover {
	color: #ff6600;
	background-color: #EAEAEA;
}

.info {
	background-color: #eee;
}

.entry .info {
	padding: 5px;
	padding-left:15px;
	background: url("images/post.gif") center left no-repeat;
	background-color: #fafafa;
	border: 1px solid #f3f4f4;
}

.entry .info a {
	color: #949494;
}

.entry .info a:hover {
	color: #666;
}

.hidetxt {
	color: #fff;
}

.entry blockquote {
	padding: 3px;
	background-color: #fafafa;
}

.entry li {
	list-style-type: circle;
}

label {
	width: 60px;
	float: left;
}
/* COMMENTS
-----------------------------------*/

#comments a {
	color: #666;
}

#comments a:hover {
	color: #ff6600;
	background-color: #EAEAEA;
}

#comments ul {
	margin: 0;
	padding: 0;
}

#comments li {
	list-style-type: none;
	background-color: #fafafa;
	border: 1px solid #f3f4f4;
	padding-bottom: 3px;
	margin-bottom: 6px;
}

.header {
	padding: 4px;
	background: #f3f4f4;
}

#comments fieldset {
	border: 0px;
}

.previous a {
	color: #666;
}

.previous a:hover {
	color: #ff6600;
	background-color: #EAEAEA;
}

.next a {
	color: #666;
}

.next a:hover {
	color: #ff6600;
	background-color: #EAEAEA;
}