* { 
	margin:0;
	padding:0;
}

html { height:100%; }

body {
	background-color:#ced8de;
	height:100%;
}

#frame {
	width:800px;
	background:url(../IMG/layout/right_bg.gif) top right repeat-y;
	background-color:#f5f7f8;
	overflow:hidden;
	min-height:100%;
	height:auto;
}

#contentLeft {
	width:545px;
	float:left;
}

#main { margin-bottom:100px; }

#contentRight {
	width:255px;
	float:left;
}

#logo {
	width:255px;
	height:110px;
}

#author {
	width:168px;
	padding:5px 47px 18px 40px;
}
#author a { 
	color:#3f4d51;
	text-decoration:underline; 
}
#author a:hover { text-decoration:none; }

#search {
	width:168px;
	padding:0px 47px 0px 40px;
	margin-bottom:25px;
}

#links {
	width:161px;
	margin:0px 31px 0px 23px;
	padding:19px 20px 25px 20px;
	background-color:#d6e1e6;
	margin-bottom:23px;
}

#links a { 
	color:#3f4d51;
	text-decoration:none;
	display:block;
	margin-bottom:7px;
}
#links a:hover { text-decoration:underline; }

#categories {
	width:161px;
	margin:0px 31px 100px 23px;
	padding:19px 20px 25px 20px;
	background-color:#d6e1e6;
}

#categories a { 
	color:#3f4d51;
	text-decoration:none; 
}
#categories a:hover { text-decoration:underline; }

#header {
	width:545px;
	height:119px;
	overflow:hidden;
}

#headerLeft {
	float:left;
	width:250px;
	height:119px;
}

#headerRight {
	float:left;
	width:295px;
	height:119px;
	background:url(../IMG/layout/header_text.gif) top left no-repeat;
}

#content {
	padding: 0px 36px 0px 38px;
	width: 471px;
}

#nav {
	width:471px;
	background-color:#e2e7ea;
	height:22px;
	padding-top:13px;
	margin-bottom:34px;
}

ul.submenu_0 {
	list-style:none;
	padding-left:19px;
}

.submenu_0 li {
	float:left;
	margin-right:35px;
}

.submenu_0 a { 
	display:block;
	height:8px;
	text-decoration:none; 
}

* html .submenu_0 a { margin-bottom:-8px; }

.submenu_0 a:hover { background-position: 0 -8px; }

#auteure { height:10px;margin-top:-2px; }

#auteure:hover { background-position: 0 -10px; }

* html .submenu_0 #auteure { margin-bottom:-6px; }

li.lastItem {
	margin-right:0px;
}

.currentPage a { background-position: 0 -8px; }
.currentPage #auteure { background-position: 0 -10px; }
br { margin-bottom:-4px; }

/* BLOG */
#content .blog { margin-bottom:50px; }
#content h1.blogHeader { 
 	margin-bottom:1px;
	padding-bottom:0; 
}
#content a.blogHeader {
 	display:block;
 	color:#c40020; 
 	text-decoration:none;
	width:100%;
	padding-bottom:5px;
}
#content a.blogHeader:hover {
  	background:url(../IMG/layout/hr.jpg) bottom left no-repeat;
  	background-color:#e2e7ea;
}
#content p.blogHeader { 
 	font-size:11px;
	margin-bottom:20px; 
}
#content div.blogBody { margin-bottom:20px; }
#content div.blogBody a { color:#3f4d51; }
#content div.blogBody a:hover { color:#c40020; }
#content p.blogFooter {
	margin-bottom:1px;
	font-size:11px;
}
#content a.blogFooter {
	color:#c40020; 
	text-decoration:none;
}
#content a.blogFooter:hover { text-decoration:underline; }

/* PAGINATOR */
#paginator {
	width:446px;
	background-color:#e2e7ea;
	height:27px;
	padding:8px 14px 0px 11px;
	margin-top:-20px;
	overflow:hidden;
}

#paginatorLeft {
	float:left;
	width:223px;
}

#paginatorRight {
	float:left;
	text-align:right;
	width:223px;
}

#paginator a {
	font-size:12px;
	color:#c40020;
	font-weight:bold;
	text-decoration:none; 
}

#paginator a:hover { text-decoration:underline; }

/* FORM */
#commentForm {
	width:471px;
	margin-top:35px;
	margin-bottom:35px;
	overflow:hidden;
	color:#000000;
}

#commentForm .formLeft {
	float:left;
	width:90px;
}

#commentForm .formRight {
	float:left;
	width:381px;
}

#commentForm .formError {
	width:381px;
	float:left;
}

#commentForm .formSubmit {
	width:90px;
	text-align:right;
	float:left;
}

#commentForm #comment {
	width:375px;
	height:135px;
}

/* COMMENTS */
.comment {
	padding:20px 20px 30px 20px;
	width:431px;
}
.commentBackground { background-color:#e7edf0; }
#comments p.commentTitle {
	font-size:14px;
	margin-bottom:3px;
	color:#000000;
}
#comments p.commentDate {
	font-size:11px;
}


