/* Layout
-------------------------------------------------------- */
html, body{
	margin: 0;
	padding: 0;
}

#page{
	width: 650px;
	margin: auto;
	text-align: justify;
}

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

#menu{
	margin-left: 45px;
}

#submenu{
	height: 265px;
	width: 602px;
	display: none;
}

#flickr{
	margin-left: 45px;
}

#content{
	width: 560px;
	margin-top: -10px;
	padding-left: 45px;
}

.post{
	padding-bottom: 35px;
	margin-bottom: 25px;
	border-bottom: 1px solid #dddddd;
}
.newart{
	padding-bottom: 15px;
	border-bottom: 1px solid #dddddd;
}
.adsense{
	padding-bottom: 15px;
	border-bottom: 1px solid #dddddd;
}
#footer{

}
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #f6f6f6;
	color: #262626;
	font-size: 13px;
	line-height: 1.7em;
	font-family: Helvetica, Arial, sans-serif;
	border-top: 10px solid #DDD;
}

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

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

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
	background: #FFFFFF;
}

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

a, a:visited{
	color: #535353;
	text-decoration: underline;
}

a:hover{
	color: #c5c5c5;
	text-decoration: underline;
}

a img{
	border: 0;
}

/* La page
-------------------------------------------------------- */
#page{
	background: #fff url(img/page.jpg) repeat-y left top;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 135px;
	background: #FFF url(img/top.jpg) no-repeat left top;
}
.logo{
	height: 60px;
	margin-left: 50px;
	margin-top: 50px;
}

#flickr{
	border-top: #dddddd solid 1px;
	border-bottom: #dddddd solid 1px;
	margin-top: 15px;
	padding-top: 20px;
	padding-bottom: 15px;
}
/* Personnalisation des menus
-------------------------------------------------------- */ 
#menu a{
	font-weight: bold;
	letter-spacing: -0.5px;
	color: #c5c5c5;
	font-size: 20px;
	text-decoration: none;
	padding-left: 6px;
}

#menu a:hover{
	color: #535353;
}

.fburner{
	margin-left: 40px;
}

#submenu{
	border: 1px solid #dddddd;
	background: #f9f9f9;
	width: 555px;
	height: 255px;
	margin-left: 45px;
	margin-bottom: 35px;
}

.column{
	margin-left: 15px;
	margin-right: 15px;
	float: left;
}

.column-title{
	font-size: 13px;
	color: #6c6c6c;
	font-weight: bold;
}

.column ul{
	border: 0;
	padding: 0;
	list-style-type: none;
}

.column {
	list-style-type: none;
	font-size: 11px;
	line-height: 15px;
}

.column li a{
	text-decoration: none;
	color: #6c6c6c;
	
}

.column li a:hover{
	text-decoration: none;
	color: #b2d9ff;
}


/* Le contenu
-------------------------------------------------------- */
.post-title{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.5px;
	margin-bottom: 13px;
}
.post h1{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.5px;
	margin-bottom: 13px;
	padding-top: 3px;
}
.post-title a{
	text-decoration: none;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.5px;
}

.post-info{
	font-size: 11px;
	margin-top: -10px;
	color: #666;
	text-transform: uppercase;
}

.post-info a{
	color:#707070;
	text-decoration: none;
}

.post-info a:hover, .post-title a:hover{
	color: #999;
}
.post-chapo h2{
	text-align: justify;
	font-size: 13px;
	font-weight: normal;
}
.post-content{
	text-align: justify;
}
.post-content blockquote{
	background : transparent url(img/quote.gif) no-repeat top left;
	margin : 1em 3em 0em 2em;
	padding : 0 2em 0 45px;
}
.addcom{
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #ededed;
	margin-bottom: 3em;
}
#comments blockquote, fieldset{
	margin: 0;
	padding: 1ex 1em;
	background: #f9f9f9;
	color: inherit;
	border: 1px dotted #CCC;
	
}
#comments .me blockquote{
	background : #dedede;
	color : #111;
	border: 1px dotted #CCC;
}

#content .post-content blockquote p{
	font-size: 20px;
	letter-spacing: -1px;
	font: Helvetica, sans-serif;
	color: #555;
	line-height: 1.3em;	
}

.youtube{
	background-color: white;
	height: 318px;
	width: 560px;
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}

.youtube:hover{
	background-color: transparent;
	height: 100%;
	position: relative;
}

.fb-like{
	float: left;
}

.tweet{
	float: left;
	position: absolute;
	margin-left: 469px;
}
#fb-side{
	position: fixed;
	margin-left: -120px;
	margin-top: 0px;
	background: white;
	width: 60px;
	border: solid 1px #DDD;
	padding: 10px;
	width: 60px;
	overflow: hidden;
}

#tw-side{
	position: fixed;
	margin-left: -120px;
	margin-top: 80px;
	background: white;
	width: 60px;
	border-left: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	border-right: solid 1px #DDD;
	border-top: none;
	padding: 10px;
}

#gg-side{
	position: fixed;
	margin-left: -120px;
	margin-top: 160px;
	background: white;
	width: 60px;
	border-left: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	border-right: solid 1px #DDD;
	border-top: none;
	padding: 10px;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 1em;
	background: #f6f6f6; 
	border-top: 1px solid #CCC;
	clear: both;
}
#footer h1{
	font-weight: normal;
	font-size: 13px;
}
#footer a{
	color: #999;
}
