* {padding:0;margin:0;}
html,body{height:100%;}
body {
	background-color:#f0e8e8;
	text-align: center; /* Pour centrer avec IE*/
	font-family: Arial, Sans-Serif;
}
a {
color: #1480CD; 
text-decoration: none;
}
a:hover {
color: #fafafa;
text-decoration: underline;
}
acronym,
abbr {
border-bottom: 1px dotted #000;
cursor: help;
}
img {
	border:0;
}
p {
margin: 0 0 5px 0; 
padding: 0 0 0 2px;
color:#666666;
}
h2 {
	margin-left: 10px;
	font-size: 1.5em;
}
h3 {
font-size: 150%;
font-family: Sans-Serif, Arial;
letter-spacing: -1px;
margin: 0;
padding: 0;
color: #1480CD;
}
ol {
	padding:2px 15px;
}
ul {
	list-style-position: inside;
}
#content {
	position: relative;
	background-color:#d4ecf9;
	width:893px;
	margin:0 auto;
	text-align: left; /* Pour remettre normal */
	color: #333;
	min-height: 100%;
    height: 100%;
}
html>body #content {
    height: auto;
}
/* header */
#header {
	font-weight: bold;
	background:#204d6d url('post_dat/images/background_header.gif');
}
#header_link {
	font-size:30px;
	margin-left:50px;
	color: #1480CD;
}
#header_links{
	float:right;
	margin-right:5px;
	font-weight:bold;
}
#header_explanation {
	color:#d4ecf9;
	text-align:center;
}
/* main_content */
#main_content {
	margin-right:200px;
	text-align:justify;
}
#main_content a:hover#blog_link  {
	color:#EC733A;
	margin-left:10px;
}
/* post */
.post {
	margin: 3px 0 0 3px;
	padding: 5px 10px 10px 12px;
	font-size:12px;
	line-height:15px;
	background: url('http://www.illiweb.com/bl/skins/post_dat/images/clanak.gif') no-repeat;
}
.post .title {
	margin-bottom:15px;
}
.post .content {
	padding: 10px 12px 40px 10px;
	height: auto;
	background: #fff url('http://www.illiweb.com/bl/skins/happy_blog/images/fade.gif') repeat-x bottom left;
	overflow:auto;
}
.post a:hover {
	color:#204D6D;
}
.post .options {
	margin-top: 10px;
	padding-top: 4px;
	text-align: right;
	padding-right: 9px;
	font-size: 90%;
	color: #D85C1A;
	border: none;
}

/* sidebar */
#modules_list {
float: right;
margin: 3px 0 0 0px;
width: 180px;
padding: 0 8px 8px 12px;
height: auto;
background: url('http://www.illiweb.com/bl/skins/post_dat/images/clanak.gif') no-repeat top left;
}
#modules_list h3 {
margin: 2px 0 5px 0;
font-size: 1.1em;
}
#modules_list h4 {
padding-right:8px;
}
#modules_list ul {
	list-style-type:none;
	list-style-position: outside;
	margin-left: 10px;
}
#modules_list p {
color: #D55917;
font-size: 0.8em;
}
#modules_list .module {
	padding: 15px;
	height: auto;
	margin-bottom: 5px;
	background: #FEF7CD url('http://www.illiweb.com/bl/skins/post_dat/images/scrap.gif') repeat-x bottom left;
}
* html #modules_list .module {
	padding: 7px;
}
#modules_list .module input  {
	width:90%;
}
#modules_list .module select  {
	font-size:10px;
	width:90%;
}
#modules_list a:hover  {
	color:#E3572B;
}


/* footer */
#footer {
	width:100%;
	text-align:center;
	height: 30px;
	background: #204d6d url('http://www.illiweb.com/bl/skins/post_dat/images/background_header.gif');
}
#footer a{
	color:#E35716;
}
#footer a:hover{
	color:#EC733A;
}
#footer ul {
	list-style-type:none;
}
#footer li {
	display:inline;
	margin: 0 10px;
}
/* Calendar: */
table.calendar caption{
font-size: 105%;
font-weight: bold;
margin: auto;
}
table.calendar {
font-size: 77%;
}
table.calendar th {
	margin: 0px 2px;
}
table.calendar td#prev,
table.calendar td#next {
font-weight: bold;
font-size: 105%;
padding: .5ex;
white-space: nowrap;
}
#modules_list .module table a {
	padding:0;
}
#modules_list .module table a:hover {
background-image:none;
}
table.calendar td#prev {
text-align: left;
}
table.calendar td#next {
text-align: right;
}

.center {
text-align: center;
}

/**************************************************************
   Form Elements
 **************************************************************/
form {
  margin: 0px 22px 0px 22px;
  padding-bottom: 10px;
  background: #FFF url('http://www.illiweb.com/bl/skins/post_dat/images/fade.gif') repeat-x bottom left;
}
/* If you're finding the input elements get pushed down, increase the width */

label:hover {
	color:#000;
}
input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #999;
  background: #EEE;
  border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #fafaf0;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;
  font: 400 0.9em verdana, serif;
  cursor: pointer;
  color: #fff;
  background: #ccc;
  border-width: 1px;
  border-style: solid;
  border-color: #888 #888 #8880 #888;
}

input.radio {
  background: none;
  border: 0px;
}

fieldset  {
	font-size:80%;
	margin:5px 15px;
	padding:20px 10px;
	padding:5px 2px;
}
legend {
	font-weight: bold;
	color:#E35716;
	font-size:1.2em;
}
/**************************************************************
  Classes speciales pour les formulaires
 **************************************************************/
/**************************************************************
   Form Elements
 **************************************************************/
fieldset {
	padding:10px 0;
}
legend {
	font-weight: bold;
	color:#888888;
}
/* label */
.label,.label_rtl {
	float: left;
	clear: both;
	padding-left: 30px;
	width: 130px;
}
.label_rtl {
	float: right;
	padding-right: 30px;
	text-align:right;
}
/* input */
.input, .input_rtl {
	float: left;
	padding-top: 5px;
}
.input_rtl {
	float:right;
	text-align:right;
}
*+html .input, * html .input  {
	float: none;
	margin-left: 162px;
}
*+html.input_rtl, * html .input_rtl {
	margin-right: 162px;
}
/* info */
.info {
	margin-left: 150px;
}
.info_rtl {
	text-align:right;
}
/* notes */
.notes, .notes_rtl {
	font-size:0.8em;
	font-style: italic;
	display:block;
	margin-bottom:10px;
}
.notes_rtl {
	text-align:right;
}
#img_refresh {
	cursor:pointer;
}
/* ICONS */
.icon_comment,.icon_delete,.icon_edit,.icon_link,.icon_permalink,.icon_refresh,.icon_tag,.icon_url
{
	background:transparent url('http://www.illiweb.com/bl/new.gif') no-repeat 0% 50%;
	padding:2px 0 0 16px;
	
}
.icon_comment{background-image:url(http://www.illiweb.com/bl/comments.gif);}
.icon_delete{background-image:url(http://www.illiweb.com/bl/delete.gif);color:#bb1111;}
.icon_edit{background-image:url(http://www.illiweb.com/bl/edit.gif);}
.icon_link{background-image:url(http://www.illiweb.com/bl/url.gif);}
.icon_permalink{background-image:url(http://www.illiweb.com/bl/permalink.gif);}
.icon_refresh{background-image:url(http://www.illiweb.com/bl/reload.png);color:#FF9C40;}
.icon_tag{background-image:url(http://www.illiweb.com/bl/tag.gif);background-position:0 50%; }
.icon_url{background-image:url(http://www.illiweb.com/bl/url.gif);}

.icon_edit:hover {
	color:#1480CD !important;
}
.icon_delete:hover {
	color: #BB1111 !important;
}
/* CAPTCHA */
#c_container {
	display:inline;
}
/* MESSAGES */
#messages {
	text-align:center;
	margin:5px 10%;
	padding:0 40px;
}
p.error,p.success,p.message,p.confirm {
	background-repeat:no-repeat;
	background-position:0 50%;
	margin:0;
	padding:16px 0 16px 40px;
}
p.error {
	background-image:url('http://www.illiweb.com/bl/error.gif');
	color:#DC5402;
}
p.error a{
	color:#DC5402;
}
p.success {
	background-image:url('http://www.illiweb.com/bl/confirm.gif');
	color:#86B14E;
}
p.success a {
	color:#86B14E;
}
p.message {
	background-image:url('http://www.illiweb.com/bl/warning.gif');
	color:#DCB602;
}
p.message a{
	color:#DCB602;
}
p.confirm {
	background-image:url('http://www.illiweb.com/bl/question.gif');
	color:#7EA3F7;
}
p.confirm a{
	color:#7EA3F7;
}
.comment {
	background-color:#F0E8E8;
	margin:10px 10px 30px 10px;
	font-size:13px;
	border-bottom:1px solid #E5E0E0;
	border-right:1px solid #E5E0E0;
}
.comment .title {
	font-style:italic;
}
.comment .content {
	padding: 10px 0px 10px 10px;
}
.comment .options {
	margin-bottom:5px;
}
.module form {
	padding: 0px;
	margin: 0px;
	background-color: #FEF7CD !important;
	background-image: none;
}
