body.index {
	margin: 0;
	padding: 0;
	background:  url(../images/background_index.jpg) repeat-x;
  background-color: #3A0201;
	font: normal 11px Verdana, Arial, sans-serif;
	color: #000000;
}

body {
	margin: 0;
	padding: 0;
	background:  url(../images/background.jpg) repeat-x;
	background-color: #1F0100;
	font: normal 11px Verdana, Arial, sans-serif;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	text-align: left;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	margin-top: 25px;
}

h3 {
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	font-weight: lighter;
	margin-top: 20px;
}




p.center {
	line-height: 18px;
	text-align: center;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

p.black {
	color: #000000;
}

a, a:link, a:visited, a:active {
	color: #CF3226;
	text-decoration: underline;
}
a:hover {
	color: #CF3226;
	text-decoration: none;
}

a.white, a.white:link, a.white:visited, a.white:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* Header */

#header {

	width: 980px;
	height: 233px;
	margin: 0 auto;
	
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	float: right;
	padding: 134px 20px 0 0;
	font-size: 22px;
}






/* Menu */

#menu {
	width: 990px;
	height: 31px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 24px;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #d7807c;
	padding-top: 7px;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 36px;
	
}

#menu a:hover {
	color: #FFFFFF;
	background-image: url(../images/bouton_rollover.jpg);
	background-repeat: repeat-x;
	
}

#menu .first a {
	color: #FFFFFF;
	background-image: url(../images/bouton_select.jpg);
	background-repeat: repeat-x;
}

/* Bloc à gauche */

#bloc {
	width:229px;
	float: left;
	vertical-align: middle;
	clip: rect(auto,auto,auto,auto);
	padding-top: 25px;
}

#bloc-top {
	width:229px;
	height:19px;
	background-image: url(../images/bloc-top.png);
}

#bloc-contenu {
	width:229px;
	height:277px;
	background-image: url(../images/bloc-contenu.png);
	background-color: #830600;
}

#bloc-contenu-texte {
	width:209px;
	padding:10px;
}

#bloc-bottom {
	width:229px;
	height:17px;
	background-image: url(../images/bloc-bottom.png);
}



/* Content */

#content {
	width: 980px;
	margin: 0 auto 0px auto;
	background-repeat: repeat-x;
	background-position: left bottom;
}

/* Posts */

#posts {
	float: right;
	width: 700px;
	background-image: url(../images/contenu.jpg);
		background-repeat: repeat-x;
	background-color: #1F0100;
	padding: 20px;
}




/* Footer */

#footer {
	height: 20px;
	padding: 0px;
	background-repeat: repeat-x;
}

#footer p {
	text-align: center;
	color: #FFFFFF;
}

