/*
http://www.freecsstemplates.org
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center; /* pour corriger le bug de centrage IE */
}
/* common */
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: x-small;
}
p, blockquote, ul, ol {
	margin-bottom: 2em;
	line-height: 1.6em;
}
blockquote {
	margin-left: 2em;
	margin-right: 2em;
	padding: 1em 1em 0 1em;
	text-align: center;
	font-style: italic;
}
ul {
	list-style: none;
}
ol {
	list-style-position: inside;
}
a {
	color: #bb4f5c;
}
a:hover {
	text-decoration: none;
	color: #D38189;
}
img {
	border: none;
}
.clear {
	clear:both;
}
/* content */
#content {
	width:800px;
	text-align: left;
	margin: 0 auto;
}
/* header_title */
#header {
	height: 100px;
}
#header_links{
	float:right;
	margin-right:1px;
	font-weight:bold;
}
#header_title {
	font-size: 60px;
	height:50px;
	letter-spacing: -2px;
}
#header_title a {
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color:#473c40;
}
#header_title a:hover {
	color:#7E5D6A;
}
/* header_explanation */
#header_explanation {
	width: 680px;
	height: 40px;
	margin-top:20px;
	margin-left:5px;
	color:#adadad;
}
/* main_content */
#main_content {
	width: 600px;
	margin: 0 auto;
	margin-left:190px;
}
/* blog_link */
#main_content #blog_link {
	margin:10px;
	font-size:30px;
}
#main_content #blog_link a{
	color:#C09396;
}
#main_content #blog_link a:hover {
	color:#C6797E;
}
/* modules_list */
#modules_list {
	float: left;
	width: 180px;
	padding-top: 10px;
	background:transparent url(images/img02.gif) no-repeat;
}
#modules_list #image {
	background: url(images/img03.jpg) no-repeat;
	width:180px;
	height:150px;
}
#modules_list #container {
	background: #feb1ba url(images/img04.gif) repeat-x;
	padding:15px 10px;
}
#modules_list #container h3{
	color: #A92030;
	font-size:13px;
}
#modules_list #container .module{
	margin-top:30px;
}
#modules_list #container .module .content{
	padding-left:10px;
}
#modules_list #container .module .content input{
	margin-left:-10px;
}
/* post */
.post {
	margin:20px 12px;
}
.post .date {
	color:#FFE0E4;
	font-size:15px;
	font-weight:bold;
}
.post .title {
	font-size:25px;
	color:#bb4f5c;
}
/* comment */
.comment {
	margin:20px 12px;
	padding-left:5px;
	border-left:1px solid #6FA25D;
}
.comment a {
	color:#6FA25D;
}
.comment .title {
	font-size:15px;
	color:#6FA25D;
}
.comment .content{
	margin:20px 12px;
}



/**************************************************************
   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;
}


/* calendar */
table.calendar {
	border-collapse: separate;
	font-size: 90%;
	border-spacing: 1px;
	margin-left:-10px;
}
table.calendar th.cell {
	font-size: 90%;
	color: #789;
}
table.calendar .today {
  text-align: center;
  border: 1px solid #BB4F5C;
}
table.calendar .cell {
  text-align: center;
}
table.calendar .cell a {
  font-weight: bold;
}
/* Footer */
#footer {
	clear: both;
	margin-left:200px;
	text-align:center;
}
#footer p {
	margin: 0;
	width: 680px;
	margin: 0 auto;
}