body {
	background: #333333 url(images/bg.jpg) repeat-x left top;
	text-align: justify;
	font: 12px  Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#container {
	width: 900px;
}



h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #CC0000;;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
}

h3 {
	margin-bottom: 2em;
	font-size: 1em;
	font-weight: bold;
}

p, ol, ul {
	margin: 0 0 2em 0;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #CC0000;
	text-decoration: underline;}

a:hover {
	text-decoration: underline;
	color: #CC0000;
}

img {
	border: none; 
}

img.left {
	float: left;
	margin: 4px 4px 0px 0px;
	border: 2px solid #666666; 
}


/* Header */


#header {
	width: 900px;
	height: 80px;
	margin: 0 auto;
}

#logo {
	float: left;
}

#tagline {
	float: right;
	margin-top:0px;
	font-family: "Arial rounded MT Bold", Arial, Helvetica, sans-serif;
	text-align:right;
}
#tagline  h2{
	font-size: 1.5em;
	color:#FF0000;
	letter-spacing: 1px;
line-height:normal

	
}
#tagline  p{
	font-size: 1.1em;
	color:#FFFFFF;
line-height:normal
}




/* Menu */

#menu {
	margin-top:14px;
	margin-left:332px;
	padding-top:2px;
	height: 30px;
	float: leftt;
	width: 900px;
	}

#menu dl {
	margin: 0;
	padding: 0;
}

#menu dt {
	text-align:center;
	width:110px;
	display: block;
	float: left;
	background-position:top center;
	background-repeat:no-repeat;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 18px 0px 0px 0px;
	text-decoration: none;
	font-family: "Arial rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
}
#menu dt.menu1{
	background-image:url(images/menu1.gif);
}

#menu dt.menu2{
	background-image:url(images/menu2.gif);
}
#menu dt.menu3{
	background-image:url(images/menu3.gif);
}
#menu dt.menu4{
	background-image:url(images/menu4.gif);
}

#menu dt.menu5{
	background-image:url(images/menu5.gif);
}
#menu a {
	color: #FFFFFF;
	text-decoration:none
}

#menu a:hover {
	color: #CC0000;
}

#menu .current_page_item {
}

#menu .current_page_item a {
	color: #CC0000;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
}


/* Content */

#content {
	float: left;
	width: 630px;
}

.post {
	margin-bottom: 10px;
	border-bottom: 1px #CC0000 dashed;
}

.post .title {
}

.post .title h2 {
	font-size: 2.2em;
	color: #CC0000;
}

.post .entry {
	line-height: normal;
}


/* right */

#right {
	float: right;
	width: 255px;
}
#sidebar{	

}

#sidebar dl {
	margin-bottom: 20px;
	border-top: 1px #CC0000 dashed;
	border-right: 1px #CC0000 dashed;
	border-left: 1px #CC0000 dashed;
	border-bottom: 1px #CC0000 dashed;
}

#sidebar dd {
	padding: 0px 0 0 20px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
	margin-bottom:10px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px #666666 dashed;
}

#postit {
	
	border-top: 2px #FFFFFF dashed;
	border-right: 2px #FFFFFF dashed;
	border-left: 2px #FFFFFF dashed;
	border-bottom: 2px #FFFFFF dashed;
	color: #CC0000;
	text-align:center;
}
#postit-contenu {
	margin:2px 2px 2px 2px;
background-color:#FFFFFF;
	padding: 0px 0 0 2px;


}

#postit h2 {
	height: 20px;
	font-size: 1.6em;
	letter-spacing: -1px;
	border-bottom: 2px #FFFFFF dashed;

}
#postit p {
}

#sidebar h2 {
	height: 20px;
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #FFFFFF;
	border-bottom: 1px #CC0000 dashed;

}
#sidebar a {
	color: #FFFFFF;
	text-decoration: none;}

#sidebar a:hover {
	text-decoration: none;
	color: #CC0000;
}



/* Footer */

#footer {
	clear: both;
	width: 900px;
	border-top: 1px solid #ffffff dashed;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: right;
	line-height: normal;
	font-size: 1.1em;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


