/*
Theme Name: Pharma
Theme URI: http://wordpress.org/
Description: Thème Pharma, créée par <a href="http://www.oxfoz.com">Oxfoz Technologies</a>.
Version: 1.0
Author: Oxfoz Technologies
Author URI: http://www.oxfoz.com/
Tags: blue, custom header, fixed width, three columns, widgets 

oXfoZ v1.0
http://www.oxfoz.com/

This theme was designed and built by Oxfoz Technologies

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/
/* Begin Typography & Colors */
body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
color: #333;
text-align: center;
list-style:none;
}
ul {
padding:0;
margin:0;
}
#page {
text-align: left;
margin: 20px auto;
padding: 0;
width:1000px;
list-style:none;
}
#header {
margin: 0;
padding: 0;
height: 148px;
background-color: white;
}

#headerimg {
margin: 7px 9px 0;
}
#content, #content-interne{
background-color: white;
font-size: 1.2em;
}
.widecolumn .entry p {
font-size: 1.05em;
}
.narrowcolumn .entry, .widecolumn .entry {
line-height: 1.4em;
}
.widecolumn {
line-height: 1.6em;
}
.narrowcolumn .postmetadata {
text-align: center;
}
.alt {
background-color: #f8f8f8;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
#footer {
background-color: #eee;
border: none;
}
small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.9em;
line-height: 1.5em;
}
h1, h2, h3 {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight: bold;
}
h1 {
font-size: 4em;
text-align: center;
}
#headerimg .description {
display:none;
}
h2 {
font-size: 15px;
}
h2.pagetitle {
font-size: 1.6em;
}
#sidebar h2 {
font-family: 'Lucida Grande', Verdana, Sans-Serif;
font-size: 1.2em;
}
h3 {
font-size: 1.3em;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
text-decoration: none;
color: #000000;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color: #333;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
text-decoration: none;
}

.commentlist li, #commentform input, #commentform textarea {
font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li {
font-weight: bold;
border:1px solid #E1E3E4;
}
.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
font-size: 1.1em;
}
.commentlist p {
font-weight: normal;
line-height: 1.5em;
text-transform: none;
}
#commentform p {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
font-weight: normal;
}
#sidebar {
font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
color: #777;
}
code {
font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
font-size: 0.9em;
letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover {
color: #06c;
text-decoration: none;
}
a:hover {
color: #147;
text-decoration: underline;
}
#wp-calendar #prev a, #wp-calendar #next a {
font-size: 9pt;
}
#wp-calendar a {
text-decoration: none;
}
#wp-calendar caption {
font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
text-align: center;
}
#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}
/* End Typography & Colors */
/* Begin Structure */
body {
margin: 0 0 20px 0;
padding: 0;
background:#FFFFFF;
}
.narrowcolumn {
float: left;
padding: 0 10px 20px 0px;
margin: 0px 0 0;
width:775px;
}
.widecolumn {
padding: 10px 0 20px 0;
margin: 5px 0 0 150px;
width: 450px;
}
.post {
margin: 2px;
text-align: justify;
}
.post hr {
display: block;
}
.widecolumn .post {
margin: 0;
}
.narrowcolumn .postmetadata {
padding-top: 5px;
}
.widecolumn .postmetadata {
margin: 30px 0;
}
.widecolumn .smallattachment {
text-align: center;
float: left;
width: 128px;
margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
text-align: center;
margin: 5px 0px;
}
.postmetadata {
clear: both; 
}
.clear { 
clear: both; 
}
#footer {
padding: 0;
margin: 0 auto;
clear: both;
}
#footer p {
margin: 0;
padding: 20px 0;
}
/* End Structure */
/*	Begin Headers */
h1 {
padding-top: 70px;
margin: 0;
}
h2 {
margin: 20px 0 0;
}
h2.pagetitle {
margin-top: 30px;
text-align: center;
}
#sidebar h2 {
margin: 5px 0 0;
padding:0 0 0 10px;
color:#FFFFFF;
background-color:#95a7b4;
}
h3 {
padding: 0;
margin: 20px 0 0;
}
h3.comments {
padding: 0;
margin: 40px auto 20px;
}
/* End Headers */
/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
margin: 0;
display: inline;
margin:0 0 5px 5px;
}
img.alignleft {
padding: 4px;
margin:10px 5px 0 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
/* End Images */
/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */
html > body .entry ul {
margin-left: 0px;
padding: 0 0 0 30px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
}
html > body .entry li {
margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
content: "\00BB \0020";
}
.entry ol {
padding: 0 0 0 35px;
margin: 0;
}
.entry ol li {
margin: 0;
padding: 0;
}
.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}
#sidebar ul, #sidebar ul ol {
margin: 0;
padding:0;
}
#sidebar ul li {
list-style-type: none;
list-style-image: none;
margin-bottom: 15px;
margin-left:0;
}  

#sidebar ul li#text-305358901, #sidebar ul li#most-read-posts {
border-bottom:1px solid #FFFFFF;
margin-left:0;
}
#sidebar ul li#text-305358901 {background-color:#95A7B4;color: white;}
#sidebar ul li#text-305358901 p#nav a {color: white;font-size: 14px;text-decoration:none;}
#sidebar ul li#text-305358901 p#nav a:hover {text-decoration:underline;}
#sidebar ul p, #sidebar ul select, #right-sidebar ul p, #right-sidebar ul select {
margin:10px 0 14px 15px;
}
#sidebar ul ul, #sidebar ul ol {
margin: 5px 0 0 0px;
}
#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 0px;
}
ol li, #sidebar ul ol li {
list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
margin: 3px 0 0;
padding: 0;
}
/* End Entry Lists */
/* Begin Form Elements */
#searchform {
text-align: left;
padding-top:10px;
font-weight:bold;
font-size:15px;
}
form#searchform input#s {
width:56px;
border:1px solid;
width:80px;
margin-left:3px;
}
form#searchform input#searchsubmit {
background:#396F8F none repeat scroll 0 0;
border:medium none;
color:#FFFFFF;
font-size:12px;
height:20px;
width:25px;
}
#sidebar #searchsubmit {
padding: 1px;
}
.entry form {
/* This is mainly for password protected posts, makes them look better. */
text-align: center;
}
select {
width: 200px;
}
#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}
#commentform textarea {
width: 100%;
padding: 2px;
}
#commentform #submit {
margin: 0;
float: right;
}
/* End Form Elements */
/* Begin Comments*/
.alt {
margin: 0;
padding: 10px;
}
.commentlist {
padding: 0;
text-align: justify;
}
.commentlist li {
margin: 15px 0 3px;
padding: 5px 10px 3px;
list-style: none;
}
.commentlist li .avatar {
float: right;
border: 1px solid #eee;
padding: 2px;
background: #fff;
}
.commentlist p {
margin: 10px 5px 10px 0;
}
#commentform p {
margin: 5px 0;
}
.nocomments {
text-align: center;
margin: 0;
padding: 0;
}
.commentmetadata {
margin: 0;
display: block;
}
/* End Comments */
/* Begin Sidebar */
#sidebar form {
margin: 0;
padding:0;
}
/* End Sidebar */
/* Begin Calendar */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}
#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}
#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}
#wp-calendar a {
display: block;
}
#wp-calendar caption {
text-align: center;
width: 100%;
}
#wp-calendar td {
padding: 3px 0;
text-align: center;
}
#wp-calendar td.pad:hover {
/* Doesn't work in IE */
background-color: #fff;
}
/* End Calendar */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
cursor: help;
}
acronym, abbr {
border-bottom: 1px dashed #999;
}
blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}
blockquote cite {
margin: 5px 0 0;
display: block;
}
.center {
text-align: center;
}
.right {
text-align: right;
}
.hidden { 
display: none; 
}
hr {
display: none;
}
a img {
border: none;
}
.navigation {
display:block;
margin-bottom:55px;
margin-top:10px;
text-align:center;
}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
a.wp-caption {
color: #ee1127;
}
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
}
.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;
}

#headerimg h1 {display:none;}

#content h1, #content-interne h1 {
font-size:16px;
margin:0;
padding:0;
text-align:left;
padding-left:130px;
}

#content h2,#content-interne h2 {
margin:0px 0 0;
background-image:url(images/arrow.jpg);
background-repeat:no-repeat;
background-position:left top;
margin:10px 0 0 0;
padding-left:20px;
color:#396F8F;
font-size:16px;
}

#content h1.une {
background-image:url(images/bleu1.jpg);
background-repeat:repeat-y;
background-position:left;
font-size:20px;
}

#content h1.vie-des-groupes {
background-image:url(images/bleu2.jpg);
background-repeat:repeat-y;
}

#content h1.produits-et-marches{
background-image:url(images/bleu3.jpg);
background-repeat:repeat-y;
}

#content h1.developpement{
background-image:url(images/bleu4.jpg);
background-repeat:repeat-y;
}

#content h1.reglementation{
background-image:url(images/bleu5.jpg);
background-repeat:repeat-y;
}

#content h1.economie{
background-image:url(images/bleu6.jpg);
background-repeat:repeat-y;
}

#content.largecolumn .entry, #content-interne .entry {
float:right;
width:570px;
}

ul.entry-details {
border-bottom:1px solid #396F8F;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:380px;
margin-bottom:20px;
font-size:11px;
}
ul.entry-details li {
display:inline;
width: 120px;
}

table.detail-article {
border-bottom:1px solid #396F8F;
margin-left:300px;
border-spacing: 0px;
border-collapse: collapse; 
margin-bottom: 20px;
}
table.detail-article td {
  width: 258px;
  font-size:11px;
}

h2 a {font-size:16px;color:#396F8F;}
#content h1 a,#content-interne h1 a{color: #4D4D4D;}
#content h2 a,#content-interne h2 a {font-size:16px;color:#396F8F;line-height:20px;}

/* End captions */


/* MENU */
ul#menu {
    background: #396f8f url('images/gris.jpg') no-repeat;
    height:35px;
    padding:0 0 0 30px;
    margin-top:35px;
    list-style: none;
}
ul#menu2 {
  float: right; 
  padding: 10px 10px 0px 0px;
  color: #396F8F;
  font-size: 1.4em;
  font-weight: bold;
  }
ul#menu li,ul#menu2 li {
    display:inline;
}
ul#menu2 li {
  padding: 0 5px 0 5px;
}

ul#menu li a {
    color:#FFFFFF;
    font-size:1.4em;
    padding: 0 15px 0 15px;
}


#menu a, #menu a:hover {
	display: block;
	text-decoration: none;
	border:none;
}

#menu li {
	float: left;
	list-style:none;
        height: 35px;
        line-height: 35px;
        padding: 0;
        margin: 0;
}

#menu a, #menu a:visited {
	display:block;
	padding:0 10px;
}

#menu a:hover, #menu a:active, #home .on {
	background:#ffffff;
        color: #396f8f;
	text-decoration:none
}	
#menu .current_page_item a, #menu .current-cat a {
  font-weight: bold;
}
#menu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	border: 1px solid #ffffff;
        padding: 0px;
}

#menu li li {
	width: 172px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background: #396f8f;
        height: 100%;
        line-height: 100%;
}

#menu li li a, #menu li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#ffffff;
        padding: 5px;
}

#menu li li a:hover, #menu li li a:active {
	background:#ffffff;
        color: #396f8f;
        border: 1px solid #396f8f;
}	

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}

a.main:hover {
    background:none;
}

ul.liens {
background:#909090 none repeat scroll 0 0;
height:25px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:10px 0 0 20px;
}

ul.liens li {
display:inline;
}
ul.liens li.page-item-98 {
font-weight:bold;
}
ul.liens li a {
color:#FFFFFF;
font-size:12px;
padding-right:20px;
}

ul.sitemap {
	list-style:none;
	padding-left:10px;
	padding-bottom:5px;
	padding-top:10px;
}

ul.sitemap li{
	list-style:none;
	line-height:11px;
	padding:5px 20px 0 0;
	display:inline;
}

ul.sitemap li a {
	color:#000000;
	font-size:9px;
}

#content h1.titre-interne,#content-interne h1.titre-interne{
background-image:url(images/bleu1.jpg);
background-repeat:repeat-y;
}

#content-interne ul {text-align:right;}

#pub-banner {
width:681px;
border:1px solid #000000;
float:right;
}
#pub-banner2 {
width:681px;
border:1px solid #000000;
float:right;
height:50px;
}

li.plus_article {
padding-left:50px;
padding-right:50px;
}

div#newsletter li#abonnez a, div#offres-club li#voir-offres a{
color:#000000;
}
div#newsletter li#abonnez{
background-image:url(images/abonnezvous.jpg);
padding:2px 42px 12px 37px;
background-repeat:no-repeat;
margin-left:100px;
}
div#offres-club li#voir-offres {
background-image:url(images/develop.jpg);
padding:2px 42px 12px 20px;
background-repeat:no-repeat;
margin-left:100px;
}
div#banner-pub{
margin:0px 0 20px 30px;
}
div#banner-pub2{
clear: both;
margin: 30px 0px 0px 0px;
}


li#pub-side {
padding-left: 10px;
}
.largecolumn {
padding: 0 10px 0px 0px;
margin: 0px 0 0;
width:715px;
}
.largecolumn .entry{
line-height:1.4em;
}
div#newsletter ul li {
display:inline;
margin-left:40px;
}
div#content div#newsletter ul {
list-style-image:none;
list-style-type:none;
background-image:url(images/bg_newsletter.jpg);
color:#CC0000;
font-size:14px;
background-repeat:no-repeat;
border:none;
margin-left:121px;
height:35px;
}

div#content div#offres-club ul {
list-style-image:none;
list-style-type:none;
background-image:url(images/bg_newsletter.jpg);
color:#CC0000;
font-size:14px;
background-repeat:no-repeat;
border:none;
margin-left:121px;
height:37px;
padding:8px 0 10px 40px;
}
fieldset {border: 0 none; padding:0;}
input#wp-submit {
background:#909090 none repeat scroll 0 0;
border:medium none;
color:#FFFFFF;
font-size:13px;
margin-right:0;
padding:2px 0;
width:88px;
}
input#wp-submit:hover {
text-decoration:underline;
}
input#user_login{
width:100px;
border:1px solid #909090;
margin-bottom:2px;
height:20px;
margin-left:4px;
}
input#user_pass{
width:100px;
border:1px solid #909090;
height:19px;
margin-left:4px;
}
div#sidebar p#nav a {
color:#696969;
font-size:12px;
text-decoration:underline;
}
ul.sitemap li ul li{
	display:inline
}
ul.sitemap li ul {
	position:relative;
	top:-12px;
	margin-left:100px;
}

ul.sitemap li a{
	font-weight:bold;
}
div#user_connected {
border-bottom:1px solid #FFFFFF;
font-size:12px;
padding-bottom:5px;
padding-left:15px;
margin-top:5Px;
}
table#wrapper td#left-sidebar{
width:121px;
background-image:url(images/bleu-interne.jpg);
background-repeat:repeat-x;
background-color:#FFFFFF;
list-style:none;
vertical-align:top;
padding-top:25px;
}
#sidebar fieldset {
	margin: 0; 
	border:0;
	border:none;
}

table#wrapper td#content.narrowcolumn-niv1 {
background-color:white;
font-size:1.2em;
padding: 0 10px 20px 5px;
margin: 0px 0 0;
width:626px;
list-style:none;
vertical-align:top;
line-height:17px;
}
td#content.narrowcolumn-niv1 h1 {
padding:0 0 1px 5px;
color:#4D4D4D;
}

table#wrapper li#left-sidebar ul li{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-left:0;
padding-bottom:5px;
margin-left:0;
}
div#left-sidebar ul {
	padding:30px 0 0;
}
table#wrapper td#content.narrowcolumn-niv1 ul.entry-details{
	margin-top:9px;
	padding-bottom:2px;
	padding-top:10px;
	text-align:right;
	clear:both;
}

div.flag{
	float:left;
	padding-top:15px;
	padding-right:5px;
}
div.pdg{
	float:right;
	padding:10px 5px 5px 0;
}
#page table#wrapper{
	width:100%;
}
#pub1{
	background-image:url(images/develop.jpg);
	background-repeat:no-repeat;
	height:51px;
	padding-bottom:20px;
}
#pub-home{
	margin:0px 0px 20px 130px;
}
#pub-home2{
	margin-left:130px;
	padding-bottom:20px;
}
table#wrapper td#content.narrowcolumn-niv1 div.entry-niv1 ul {
	border:0 none;
	font-size:12px;
	margin:0;
	padding:10px 0 0 10px;
}
table#wrapper td#content.narrowcolumn-niv1 div.entry-niv1 ul li{
	display:list-item;
}
.clear-right { 
clear: right; 
}
td#content.narrowcolumn-niv1 h1.titre{ 
	padding-left:5px;
}
td#left-sidebar li ul li{ 
	list-style:none;
}
td#sidebar{ 
background-color:#E1E3E4;
vertical-align:top;
}
div.entry-niv1 ul{
	padding-top:10px;
}
td#right-sidebar {
	background-color:#E1E3E4;
	padding-top:25px;
	vertical-align:top;
	width:300px;
}
h2.widgettitle {
	margin:10px 0 0;
}

table#wrapper tr td ul li.edition {
	padding-right:40px;	
}
table#wrapper tr td ul li.plus_article {
	padding:0;
}
ul.entry-details li.liresuite a {
	padding-left:40px;
}
h2.rechercher{
	margin:10px 0 0;
}
table#wrapper tr td#right-sidebar ul li {	
	margin-left:0;
	list-style:none;
}
table#wrapper tr td ul li {
	padding-top:5px;
	margin-left:15px;
}
table.articles-suite-groupes {
    font-size:12px;
}
table.articles-suite-groupes h2 {
  margin: 0px;
}

table#wrapper tr td div.single-post h2 {
margin:0px 0 0;
background-image:url(images/arrow.jpg);
background-repeat:no-repeat;
background-position:left top;
margin:40px 0 0;
padding-left:20px;
color:#396F8F;
font-size:16px;
}
.wp-polls-ans {
	padding-left:15px;
}
table#wrapper div#respond {
	margin-left:10px;
}
ul#menu li.page-item-86 a {
	color:#396F8F;
}
div#sidebar p#nav a:hover {
color:#396F8F;
text-decoration:underline;
}
#content h1 a img {
	padding-left:10px;
}
a.wp-caption-dd {
	color:#114477;
}
#tag_cloud div.st-tag-cloud {
	background-color:#E1E3E4; 
	margin-top:5px;
}

#tag_cloud h4 {
	display:none;
}
table#wrapper tr td ul li#search.widget {
	padding:0;
	list-style:none;
	margin-left:0;
}
table#wrapper tr td ul li#tag_cloud {
	padding:0;
	list-style:none;
	margin-left:0;
}
div.wp-pagenavi {float:right;font-size:10px;}
div.wp-pagenavi .page {padding:0 4px;}
li#most-read-posts.widget ul li {
	margin-left:0;
}
td#content.narrowcolumn-niv1 h1 ul.post-categories li {
	margin-left:0;
	list-style:none;
}
td.titre {
  background-image:url(images/arrow.jpg);
  background-repeat:no-repeat;
  background-position:left;
  margin: 0;
  padding-left:20px;
  color:#396F8F;
  font-size:16px;
  font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
  font-weight:bold;
}
td.titre a {color:#396F8F;}

div.legend-category {
  font-style:italic;
  text-align: right;
}
div.textwidget p#nav a:hover {
color:#396F8F;
text-decoration:underline;
}
div.textwidget p#nav a {
color:#696969;
font-size:12px;
text-decoration:underline;
}
.textwidget p {
margin:10px 0 14px 15px;
}
.entry-niv1 h6 {
	background-color:#E1E3E4;
	width:85px;
}
table#wrapper tr td#sidebar-club ul li {
	list-style:none;
	margin:2px 0;	
	background-color:#909090;
	padding:2px 0 2px 2px;
}
table#wrapper tr td#sidebar-club ul li a {
	color:#FFFFFF;
	font-size:12px;
}
table#wrapper tr td#sidebar-club ul li:hover, table#wrapper tr td#sidebar-club ul li.current_page_item {
	color:#FFFFFF;
	font-size:12px;
	background-color:#C2113A;
}
td#sidebar-club {
	float:left;
	margin-left:25px;
	width:175px;
}
td#content-club {
	padding-right:10px;
	font-size:12px;
	padding-top:110px;
}
td#content-club h3 {
	background-image:url(images/coin-rouge.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	margin:0;
	color:#C2113A;
}
td#content-club p {
	padding-left:20px;
	line-height:16px;
}
td#content-club h4 {
	background-image:url(images/coin-noir.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	font-size:14px;
}
li#search-club form#searchform, li#search-club form#searchform:hover {
	background-color:#FFFFFF;	
}
li#search-club form#searchform input#searchsubmit {
	background-color:#C2113A;
}
table#wrapper tr td#sidebar-club ul li#search-club.widget {
	background-color:#FFFFFF;
	color:#000000;
}
li#search-club input#s {
	width:140px;
	margin-left:0;
}
#right-sidebar fieldset {
	margin:10px 0 0; 
	border:0; 
	border:none;
	padding:0 10px;
}
#menu .current_page_parent a, #menu .current_page_ancestor a, #menu .current-cat-parent a, #menu .current-cat-ancestor a {
  font-weight: bold;
}
form#searchform h2 {
	margin:5px 0 0;
}

ul#menu li.page-item-86 {
	padding-right:35px;
}  
 
#recommend a {
	color:#C2113A;
}
#recommend a.contact-home {
	font-size:14px;

}

div#recommend {
	padding-top:6px;
	float:right;
	text-align:right;
	width:300px;
}
.wp-rouge {
color: #ee1127;
}
ul.oxfoz a {
color: #909090;
}
ul.oxfoz {
padding:0 3px 2px 0;
text-align:right;
}
p.important {
border:1px solid red; 
padding:10px; 
margin: 6px 0px 20px 0px;
background-color: #E5E5E5;
}
#deux-colonnes{
clear:both;
padding-top:20px;
}
#prochaines-formations{
float:left;
padding-right:20px;
width:290px;
}
#presentation{
float:left;
width:290px;
}
#sidebar h3{
margin:0 0 0 15px;
}
table#wrapper tr td#right-sidebar ul li#text-305298441{
background-color:#C2113A;
padding:15px 10px;
width:300px;
}
table#wrapper tr td#right-sidebar ul li#text-305298441 a{
color:#FFFFFF;
font-size:12px;
}
li#most-read-posts ul li a{
font-size:12px;
text-decoration:underline;
}
li#most-read-posts ul {
margin:10px 0 14px 15px;
}
table#wrapper tr td#right-sidebar ul li#text-589121701 {
background-color:#95A7B4;
color:#ffffff;
font-size:12px;
text-align:center;
}
#edition_header {float: left; padding-top: 10px; width: 200px;font-size:12px;}
