/*
http://www.freecsstemplates.org
*/
* {padding:0;margin:0;}
html,body {
	background: #FFFFFF url(images/img01.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: center; /* pour corriger le bug de centrage IE */
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #AD1112;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 180%;
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #AD1112;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}
/* Content */

#content {
	position: relative;
	width: 750px;
	padding: 20px;
	margin:0 auto;
	text-align: left;/* on rétablit l'alignement normal du texte */
}
/* Header */

#header {
	height: 220px;
	margin: 0 auto;
}
#header_links{
	text-align:right;
	margin-top:20px;
	margin-right:53px;
	font-weight:bold;
}
#header_title {
	float: left;
	width: 220px;
	height: 220px;
	background: #AD1011 url(images/img03.jpg);
}
#header_title h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	padding: 120px 0 0 0;
	background: url(images/img04.jpg) no-repeat 50% 30px;
	letter-spacing: -1px;
	font-size: 36px;
}
#header_title a {
	text-decoration: none;
	color: #FFFFFF;
}

#header_explanation{
	margin-left:233px;
	margin-right:45px;
	width:470px;
	height:30px;
	background:#fff url(images/img02.jpg) no-repeat right top;
	padding-top:170px;
}
* html #header_explanation {
	margin-left:229px;
	height:20px;
}
#header_explanation p {
	background : #fff url(images/img05.jpg) repeat-x 0% 0%;
	padding:5px;
	margin-bottom:20px;
	margin-top:13px;
	height:30px;
	text-align:center;
	color:#232323;
}
* html #header_explanation p {
	background : #fff url(images/img05.jpg) repeat-x 0% 50%;
	padding-top:20px;
	margin-bottom:0px;
}


/* Main content */
#main_content {
	width: 468px;
	margin: 0 auto;
	margin-left:233px;
	margin-top:20px;
	padding-left:2px;
	padding-bottom:5px;
	background-color:#000;
	background: #fff url(images/img07.gif) no-repeat left bottom;
	height:100%;
}
/* modules_list */
#modules_list {
	float: left;
	width: 220px;
	padding-top: 10px;
}
#modules_list a {
	color: #3699E4;
}
.module {
	color:#7E7E7E;
	margin-bottom: 10px;
	background: #000000 url(images/img10.gif) no-repeat left bottom;
}
.module h3 {
	height: 30px;
	margin: 0;
	padding: 10px 0 0 10px;
	background: #5EB2ED url(images/img08.jpg) no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.module .content{
	padding: 15px;
	background: url(images/img09.gif) repeat-x;
}
.module .content ul {
	list-style: none;
	padding:0;
}
.module .content ul li {
	padding: 5px 14px;
	background: url(images/img13.gif) no-repeat 0px 12px;
	border-top: 1px solid #0B0B0B;
}
/* Search */
#modules_list .module input {
	padding: 2px 5px;
	background: #EFEFEF url(images/img11.gif) repeat-x;
	border: 1px solid #FFFFFF;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#modules_list .module input.submit {
	margin-top: 5px;
	background: #AD1112 url(images/img12.gif) repeat-x;
	border: none;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* post */
.post {
	border-bottom:1px solid #F2F0ED;
	padding:5px 10px 15px 10px;
}
.post .date {
	margin-top:15px;
	color:#3F9DE3;
	font-size:20px;
}
.post .content {
	margin-bottom:5px;
	margin-left:5px;
	overflow:auto;
}
.post .options {
	margin-left:10px;
	font-style:italic;
}
/* comment */
.comment {
	padding:2px 5px;
}
.comment .content {
	padding-left:10px;
}
.comment .title {
	background : #AD1011 url(images/img05.jpg) repeat-x 0% 0%;
	padding:5px;
	color:#eee;
}
.comment .title a {
	color:#4EA7E9;
}
.comment .options {
	color:#312C28;
}
.comment .title, .comment .options {
	font-size:12px;
	margin:10px 0;
	font-style:italic;
}
form .input .submit, form .input .preview {
background: #AD1112 url(images/img12.gif) repeat-x;
	border: none;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
/**************************************************************
   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;
}
/* table */
table.calendar {
	border-collapse: separate;
	font-size: 90%;
	margin-left: 10px;
	border-spacing: 1px;
}
table.calendar th.cell {
	font-size: 90%;
	color: #789;
}
table.calendar .today {
  text-align: center;
  border: 1px solid #bce;
}
table.calendar .cell {
  text-align: center;
}
table.calendar .cell a {
  font-weight: bold;
}


/* Footer */

#footer {
	height: 100px;
	width: 460px;
	margin: 0 auto;
	margin-left:230px;
	text-align:center;
}
#footer p {
	margin-top: 20px;
	line-height: normal;
	font-size: 85%;
	color: #000000;
}

#footer a {
	color: #47A3E4;
}