/*
	Theme Name: PlopBlog
	Theme URI: http://www.lya.eu
	Description: PlopBlog.com
	Version: 1
	Author: Gasquez Florian & Chavarria John
*/
.mo0dAv {
border:1px solid #000000;
}

body, html {
	width: 100%;
	overflow-x: hidden;
	color: #000;
}
body {
	background-image: url('imgs/bg.png');
	margin: 0px;
	font-family: "Lucida Grande", "Arial";
	font-size: 12px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #6b8fbd;
	margin: 0px;
}



#left h2 {
	background-image: url('imgs/h2BackGround.png');
	background-position: right;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #2b3d53;
	margin: 0px;
	height: 32px;
	padding-right: 35px;
	line-height: 29px;
}
#right h2 {
	font-size: 16px;
	font-weight: bold;
	color: #6b8fbd;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}
a {
	color: #6b8fbd;
}
.infos {
	color: #b2b2b2;
}
.sep {
	width: 632px;
	height: 15px;
	background-image: url('imgs/sepArts.png');
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.coms {
	width: 600px;

	text-align: right;
}
#linkPlopBlog {
	height: 184px;
	width: 200px;

	position: absolute;
	margin-left: 160px;
}
.gifSize {
	height: 184px;
	border: 0px;
	width: 200px;
}
#page {
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	position: relative;
	z-index: 10;
}
#plopblog {
	height: 184px;
	width: 409px;
	background-image: url('imgs/plopblog.png');
	float: left;
} 
#header {
	height: 184px;
	width: 591px;
	background-image: url('imgs/header.png');
	float: left;
}
#topBackground {
	left: 0;
	z-index: 1;
	height: 215px;
	width: 100%;
	position: absolute;	
}
#bgHeader {
	background-image: url('imgs/bgHeader.png');
	height: 184px;
}
#nav {
	height: 30px;
	width: 100%;
	background-image: url('imgs/nav.png');
}
#navText {
	float: left;
	line-height: 30px;
}
#navContent {
	width: 500px;
	text-align: right;
	position: absolute;
	height: 30px;
	color: #444444;
	z-index: 15;
	margin-top: 184px;
	left: 50%;
	margin-left: -150px;
}
#navContent a {
	color: #fff;
}
#search {
	float: left;
	width: 195px;
	height: 28px;
	background-image: url('imgs/searchInput.png');
	float: left;
	margin-top: 1px;
	z-index: 100;
}
.searchForm {
	height: 10px;
	border: 0px;
	width: 130px;
	margin-right: 45px;
	margin-top: 5px;
	font-size: 10px;
	z-index: 100;
	color: #000;
	background-color: #fff;
}
#footer {
	height: 30px;
	width: 100%;
	background-image: url('imgs/footer.png');
	line-height: 30px;
	color: #444444;
	text-align: center;
}
#footer a {
	color: #FFF;
}
#left a {
	color: #000;
}
#leftNav {
	width: 262px;
	height: 210px;
	position: absolute;
	margin-left: 10px;
	background-image: url('imgs/leftNav.png');
	margin-top: -211px;
	text-align: left;
}
#leftNavContent {
	position: relative;
	padding-left: 45px;
	padding-top: 45px;
	line-height: 13px;
	color: #888888;
}
.rss {
	color: #fff;
	font-size: 10px;
}
#right {
	width: 625px;
	background-image: url('imgs/bgContent.png');
	float: left;
	padding-left: 10px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
	margin-top: 30px;
	min-height: 1650px;
	_height: 1650px;
}
.topleftbox {
	background-image: url('imgs/topleft.png');
	height: 10px;
	font-size: 5px;
	width: 285px;
}
.bottomleftbox {
	background-image: url('imgs/bottomleft.png');
	height: 10px;
	font-size: 5px;
	width: 285px;
}
.middleleftbox {
	text-align: left; 
	margin: 0px;
	border-left: 1px solid #5e6977; 
        background-color: #dce7f5;
	padding: 1px; 
	padding-left: 5px;
	border-right: 0px;
	z-index: 20; 
}
#left {
	margin-top: 30px;
	padding-top: 200px;
	text-align: right;
	width: 285px;
	float: left;
}
#left ul li {
	list-style-type:none;
	background:transparent url(http://www.f-y.fr/wp-content/themes/silver-light-fr/images/li.gif) no-repeat 0 2px;
	border:0;

	padding:2px 0px 0px 25px;
	margin-left: -40px;
	margin-bottom: 5px;
}

pre {
overflow-x: scroll;
}