body {
	background: #FFF url('images/PR-background.jpg') repeat-x;
	color: #000;
	text-align: center;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* CSS commun a tout le site */
a, a:link, a:active {outline: none;color: #CD10AE;text-decoration: none;}
a:hover {background: #CD10AE;color: white;}
h1,h2,h3,h4,h5,h6 {font-weight: bold;margin: 0;padding: 0; font-size:18px;}
p {margin: 0;padding: 0 0 15px;}
img {border: 0;}
form {margin: 0;padding: 0;}

/* Conteneur du site entier */
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 980px;
	height:auto;
}
/* Header */
#head {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:85px;
	margin-bottom: 25px;
	float: left;
}
/* Logo */
#logo{
	position:absolute;
	top:0px;
	left:0px;
	float: left;
}
/* Menu */
#menu {
	position:absolute;
	width:1000px;
	height:auto;
	top:58px;
	left:0px;
	overflow: auto;
	font-size: 14px;
	float: left;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}
#menu ul li {
	display: inline; 
	margin: 0;
	padding: 0;
}
#menu ul li a {
	display: block;
	float: left;
	margin-right: 30px;
	padding: 5px 8px;
	font-weight: bold;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#000000;
}
#menu ul li a:hover {
	color:#CD10AE;
	background-color:#FFFFFF;
}
.premiere-lettre{
	color:#CD10AE;
}
#rechercher{
	position:absolute;
	left:800px;
	top:3px;
}
.search_input {
	font-size: 11px;
	width: 175px;
	margin-top: 0px;
	background-color:#CCCCCC;
}
#rss{
	position:absolute;
	top:0px;
	left:885px;
	width:120px;
}
#edito{
position:relative;
background-image:url(images/PR-quote-left.jpg);
background-repeat:no-repeat;
background-position:top left;
z-index:2;
}
#edito-fin{
position:relative;
background-image:url(images/PR-quote-right.jpg);
background-repeat:no-repeat;
background-position:top right;
height:50px;
top:-25px;
z-index:1;
}
/* Main */
#main {
	float: left;
	width: 798px;
}
/* Content */
#content {
	float: right;
	width: 625px;
	margin-left: 28px;
}
#content-recherche {
	float: right;
	width: 625px;
	margin-left: 28px;
	min-height:700px;
}
#content h1 {
	font-size: 20px;
	font-family: Helvetica;
	font-weight: bold;
	margin-left:10px;
}
#content h1 a {
	color: #CD10AE;
}
#content h1 a:hover {
	text-decoration: none;
	background:#CD10AE;
	color: #FFF;
}
#content h2 {
	font-size: 18px;
	font-family: Helvetica;
	font-weight: bold;
}
#content h3 {
	font-size: 16px;
	font-family: Helvetica;
	font-weight: bold;
}
#content .post {
	padding: 0 0 15px;
	background-color:#000;
	background-image:url(images/PR-bas-article.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	min-height:487px;
	overflow:hidden;
}
#content-recherche .post-recherche {
	padding: 0 0 15px;
}
#content-recherche .post .meta {
	color: #ccc;
	font-family: Tahoma;
	font-size: 11px;
	margin-left:10px;
}
#content-recherche .post .entry {
	padding-top: 15px;
	font-size: 13px;
	color:#FFF;
	margin-left:10px;
	margin-right:10px;
	min-height:93px;
}
#content .post .meta {
	color: #ccc;
	font-family: Tahoma;
	font-size: 11px;
	margin-left:10px;
}
#content .post .entry {
	padding-top: 15px;
	font-size: 13px;
	color:#FFF;
	margin-left:10px;
	margin-right:10px;
	min-height:70px;
}
#content h1.archive_title, h1.search_title {
	margin-bottom: 15px;
	
}

/* Comments */
#comments {
	margin-top: 15px;
}
#comments img {
	background: #a3a3a3;
}
#comments h3 {
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia;
}
#comments ol {
	list-style-type: none;
	padding: 0;
	margin: 20px 0;
}
#comments ol li {
	padding: 0 0 10px;
}	
#comments .comment_text {
	line-height: 18px;
	background: #F8DAF2;
	padding: 4px;
	color: black;
}
#comments .comment_meta {
	background: #000;
	padding: 4px;
	font-size: 11px;
	font-family: Tahoma;
}
#comments .comment_meta a {
	color: white;
	text-decoration: underline;
}
#comments .comment_meta a:hover {
	color: white;
	background: #515151;
	text-decoration: underline;
}
#comments input, textarea {

}
#comments #respond {
	margin-bottom: 15px;
}
#comments textarea {
	font-family: Arial;
	font-size: 13px;
	width: 300px;
}
#comments ol li p {
	padding: 0;
}

/* Sidebar */
.sidebar {
	font-size: 11px;
}
.sidebar h2.widgettitle {
	font-size: 16px;
	font-family: Tahoma;
	font-weight: bold;
	margin-bottom: 4px;
}
.sidebar .widget {
	margin-bottom: 15px;
}
.sidebar li {
	list-style-type: none;
}
.sidebar ul {
	list-style-type: none;
	padding: 0;
	margin-left:0px;
	margin-top:0px;
}
.sidebar ul li a:hover {
	text-decoration: underline;
	background: transparent;
	color: #ce4313;
}

/* Right Sidebar */
#rsidebar {
	float: right;
	width: 150px;
}
#rsidebar .feedcount {
	padding-bottom: 5px;
	padding-left: 10px;
}

/* Left Sidebar */
#lsidebar {
	float: left;
	width: 140px;
}


/* Footer */
#footer {
	background-image:url(images/PR-footer.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-size: 11px;
	position:relative;
	top:0px;
	left:0px;
	text-align:center;
}
#footer h3 a {
	font-family: georgia;
	color: white;
	font-size: 26px;
	font-weight: bold;
	text-transform: lowercase;
}
#footer h3 a:hover {
	background: white;
	color: black;
}

span.themeinfo {
	color: silver;
	text-transform: lowercase;
	font-size: 10px;
	margin-top: 4px;
}
span.themeinfo a {
	color: silver;
	text-decoration: underline;
}
span.themeinfo a:hover {
	background: transparent;
}

/* Global Class */
.clear {clear: both;}
.floatLeft {float: left;}
.floatRight {float: right;}
.aligncenter,div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* ACCORDEON */
#basic-accordian{
	width:623px;
	height:200px;
	position:relative;
	left:0;
	top:0;
	margin-left:0px;
	z-index:2;
	margin-top:0px;
}

.accordion_headings{
	padding:5px;
	background:#000;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
}

.accordion_headings:hover{
	background:#CD10AE;
}

.accordion_child{
	background:#EEE;
	width:623px;
	min-height:100px;
	overflow:hidden;
}

.header_highlight{
	background:#CD10AE;
}

.tab_container *{
	float:left;
	width:79px;
}