.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr
}
.left {
	float: left
}
.right {
	float: right
}
.clearfix: : after {
	content: "";
	display: block;
	clear: both
}
.clearfix {
	zoom: 1
}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
	display: block
}
time {
	display: inline
}
html {
	font-size: 62.5%;
	overflow-y: scroll
}
html,body {
	height: 100%
}
body {
	position: relative;
	margin: 0
}
ul,ol,dl {
	margin: 0
}
nav ul,ol.breadbrumbs {
	list-style: none;
	margin: 0;
	padding: 0
}
.group: after {
	content: "";
	display: block;
	clear: both;
}
.group {
	zoom: 1
}
a *,button * {
	cursor: pointer
}
a img {
	border: 0
}
hr {
	display: none
}
small {
	font-size: 90%
}
del {
	text-decoration: line-through
}
sup,sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 75%
}
sup {
	bottom: 1ex
}
sub {
	top: .5ex
}
span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.2em;
	line-height: 0.8
}
abbr[title],dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help
}
button,input[type="submit"],input[type="button"],* html input {
	width: auto;
	overflow: visible
}
button,label,select,option,input[type=submit],input[type=button] {
	cursor: pointer
}
button: : -moz-focus-inner {
	border: 0;
	padding: 1px
}
input {
	margin: 0
}
body {
	background: #fff;
	color: #255396;
	font-family: Helvetica,Arial,"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	font-size: 120%;
	line-height: 1.3;
	position: relative;
	background: url("../img/main-bg.gif") center top repeat-y
}
#wrap {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%
}
h1,h2,h3,h4,h5,h6 {
	line-height: 1.1;
	text-rendering: optimizeLegibility;
	margin: 1em 0;
}
h4 {
    padding-top: 10px!important;
}
p,ul,ol,dl,table {
	margin: 1em 0
}
input,select,button,textarea,option {
	font-size: 100%;
	margin: 0
}
ol,ul {
	margin-left: 20px;
	padding: 0
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #865fa1
}
a: focus {
	outline: 0
}
a.focus {
	outline: 3px solid #a5ccee
}
a.focus: active {
	outline: 3px solid #6dace1
}
a: visited {
	color: #865fa1
}
a: hover,a: focus {
	color: #865fa1;
	text-decoration: underline
}
ol.breadcrumbs {
	margin: 0;
	padding: 0
}
ol.breadcrumbs li {
	display: inline-block
}
hr {
	border-top: 1px solid #cccccc;
	border: 0;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0
}
.skii-selectinput {
	display: inline-block;
	position: relative;
	float: none;
	width: 350px;
	height: 25px;
	padding: 0;
	margin: 0;
	border: 1px solid #dfdfdf;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fcfcfc;
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e8e8e8));
	background: -moz-linear-gradient(top, #fcfcfc, #e8e8e8);
}
.skii-selectinput,.skii-selectinput * {
	cursor: pointer
}
.skii-selectinput.disabled,.skii-selectinput.disabled * {
	cursor: default
}
.skii-selectinput-selected {
	position: absolute;
	top: 0;
	left: 8px;
	right: 28px;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	padding-right: 4px;
	border-right: 1px solid #dfdfdf;
	overflow: hidden;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 26px;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis
}
.skii-selectinput-arrow {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 10px;
	height: 10px;
	background: url("../img/arrow-down.png") no-repeat
}
ul.skii-contextualmenu {
	display: none;
	position: absolute;
	margin: 0;
	padding: 5px 0;
	border: 1px solid #dfdfdf;
	background: #fcfcfc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e8e8e8));
	background: -moz-linear-gradient(top, #fcfcfc, #e8e8e8);
/*  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e8e8e8');*/
/*  -ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e8e8e8')";*/
	list-style: none;
	text-align: left
}
.skii-contextualmenu li {
	display: block;
	position: relative;
	float: none;
	padding: 2px 20px;
	margin: 0;
	outline: none;
	background: none;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666;
	list-style: none;
	white-space: nowrap;
	cursor: pointer
}
.skii-contextualmenu li.skii-contextualmenu-non-selectable {
	cursor: default
}
.skii-contextualmenu li.skii-contextualmenu-group {
	padding: 2px 0;
	font-weight: bold;
	color: #999
}
.skii-contextualmenu li.skii-contextualmenu-group p: first-child {
	position: relative;
	float: none;
	width: auto;
	height: auto;
	padding: 2px 0 2px 7px;
	margin: 0;
	font-family: Arial, sans-serif
}
.skii-contextualmenu li.skii-contextualmenu-group ul {
	position: relative;
	top: 3px;
	padding: 0;
	margin: 0 0 3px 0;
	font-weight: normal
}
.skii-contextualmenu li.hover {
	background: #255396;
	background: -webkit-gradient(linear, left top, left bottom, from(#255396), to(#0079c2));
	background: -moz-linear-gradient(top, #255396, #0079c2);
	color: #fff
}
.skii-contextualmenu li.selected .skii-contextualmenu-check {
	display: block;
	position: absolute;
	top: 3px;
	*top: 6px;
	left: 5px;
	width: 12px;
	height: 12px;
	background: url("../img/check.png") left center no-repeat
}
.skii-contextualmenu li.hover.selected .skii-contextualmenu-check {
	background: url("../img/check_white.png") left center no-repeat
}
@media print {
	body {
	background: #fff;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	letter-spacing: 0.015em;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	text-align: left
}

h2.print-only {display:none!important;}
a {
	color: #aaa
}
img {
	border: none
}

}
hr {
	display: none
}
div#corps {
	width: 970px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	position: relative;
	padding-bottom: 176px
}
div#corps #principal {
	width: 779px;
	padding-left: 10px;
	float: right
}
div#corps #principal #contenu {
	width: 542px;
	padding: 0 10px 30px 10px;
	background: #efeff5;
	margin-left: 3px;
	float: left
}
div#corps #principal #sidebar {
	width: 196px;
	padding: 0 8px;
	float: right
}
div#corps #principal #sidebar div#annonces {
	margin: 0 0 15px 0;
	border: 1px solid #b8bbb8;
	padding: 5px
}
div#corps #principal #sidebar div#annonces h2 {
	font-family: Baskerville,"Palatino Linotype",Georgia,serif;
	color: #255396;
	font-size: 2.5rem;
	font-weight: normal;
	margin: 0 0 15px 0
}
div#corps #principal #sidebar div#annonces ul {
	list-style: none;
	margin: 0;
	padding: 0
}
div#corps #principal #sidebar div#annonces ul li {
	color: #5c5c5c;
	margin-bottom: 15px
}
div#corps #principal #sidebar div#annonces ul a {
	display: block
}
div#corps #principal #sidebar div.pub {
	/*background: #e9ebe9;*/
	width: 100%;
	/*height: 50px*/
}
div#corps #principal img.content_img {
	margin: 0 0 10px 0
}
div#corps #secondaire {
	width: 181px;
	float: left;
	position: relative
}
div#corps #secondaire h2 {
	font-family: Baskerville,"Palatino Linotype",Georgia,serif;
	color: #255396;
	font-size: 2.5rem;
	font-weight: normal;
	margin: 0 0 15px 0
}
div#corps #secondaire div#rev_recherche {
	background: #e9ebe9;
	padding: 6px 10px
}
div#corps #secondaire div#rev_recherche input.champ {
	width: 120px;
	border: 1px solid #474241;
	height: 18px;
	float: left;
	margin-right: 2px
}
div#corps #secondaire div#rev_recherche a {
	margin-left: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #865fa1
}
div#corps #secondaire ul#liste_cadre_bleu {
	list-style: none;
	margin: 18px 0 0 0;
	padding: 0
}
div#corps #secondaire ul#liste_cadre_bleu li {
	margin-bottom: 12px
}
div#corps #secondaire ul#liste_cadre_bleu h2 {
	font-family: Baskerville,"Palatino Linotype",Georgia,serif;
	font-size: 20px;
	padding: 0;
	margin: 0
}
div#corps #secondaire ul#liste_cadre_bleu a {
	display: block;
	padding: 4px 0px 5px 35px;
	background: url("../img/fleche_lien.png") 8px 7px #255396 no-repeat;
	color: white;
	font-weight: normal;
	-webkit-transition: background .3s ease-out;
	-moz-transition: background .3s ease-out;
	-ms-transition: background .3s ease-out;
	transition: background .3s ease-out
}
div#corps #secondaire ul#liste_cadre_bleu a: hover {
	text-decoration: none;
	background: url("../img/fleche_lien.png") 13px 7px #865fa1 no-repeat
}
div#corps #secondaire div#ressource {
	margin: 12px 0 0 0;
	border: 1px solid #b8bbb8;
	padding: 5px
}
div#corps .alignR {
	float: right
}
div#corps p.moyen {
	font-family: Helvetica,Arial,"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	font-size: 14px;
	color: #5c5c5c;
	font-weight: normal;
	width: 550px;
	margin: 0 0 15px 0
}
div#corps div.erreur {
	color: red
}
div#corps div.col_1 {
	width: 48%;
	float: left
}
div#corps div.col_2 {
	width: 48%;
	float: right
}
div#corps ul.liste_puce {
	font-family: Helvetica,Arial,"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	font-size: 14px;
	color: #255396;
	font-weight: normal;
	margin: 0 0 0 19px;
	list-style-image: url("../img/puce_liste.png")
}
div#corps ul.liste_puce li {
	margin: 0;
	padding: 0;
	margin-bottom: 10px
}
div.nav {
	z-index: 150
}
nav {
	background: url("/img/interface/bg-nav.gif") repeat-x bottom left;
	height: 51px;
	border-bottom: 10px solid #fff;
	font-size: 85%;
	position: relative;
	z-index: 200
}
nav ul {
	width: 960px;
	margin: 0 auto;
	font-weight: bold;
	line-height: 1.2
}
body.template-blogue-blogue-perfectionnement nav,body.template-blogue-blogue-perfectionnement nav ul {
	width: 640px
}
nav ul li {
	width: 133px;
	float: left;
	height: 48px;
	position: relative;
	background: url("/img/interface/bg-nav-item.gif") no-repeat bottom left;
	z-index: 3000
}
body.template-blogue-blogue-perfectionnement nav ul li {
	width: 153px
}
div.nav ul li a {
	width: 133px;
	float: left;
	color: #255396;
	font-size: 11px;
	text-decoration: none;
	position: relative;
	height: 48px;
	font-family: Arial,"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif
}
body.template-blogue-blogue-perfectionnement nav ul li a {
	width: 149px
}
nav ul li a span {
	position: absolute;
	bottom: 6px;
	left: 9px;
	background: url("/img/interface/ico-bullet-bas.gif") no-repeat 100% 100%;
	padding: 0 12px 0 0;
	float: left
}
body.template-blogue-blogue-perfectionnement nav ul li a span {
	background: transparent
}
nav ul li.active a,nav ul li: hover a,nav ul li a: hover {
	background: #fff;
	border-left: 5px solid #cecece;
	width: 128px;
	color: #865fa1
}
nav ul li.active a span,nav ul li: hover a span,nav ul li a: hover span {
	left: 4px
}
nav ul li ul {
	position: absolute;
	top: 47px;
	left: 0;
	left: -9999px;
	border: 1px solid #cecece;
	border-left-width: 5px;
	background: #fff url("/img/interface/bg-sousnav.gif") repeat-y top left;
	width: 190px;
	z-index: 7000;
	float: left;
	clear: both;
	padding: 4px 0
}
nav ul li: hover ul {
	left: 0
}
nav ul li ul li {
	float: none;
	height: auto;
	width: auto;
	background: none
}
nav ul li: hover ul li a,nav ul li ul li a: hover,nav ul li ul li a {
	width: auto;
	float: none;
	border: none;
	background: url("/img/interface/ico-bullet-nav.gif") no-repeat 12px 9px;
	display: block;
	width: 160px;
	height: auto;
	padding: 7px 5px 7px 25px;
	color: #5b5c5a
}
nav ul li ul li.active a,nav ul li ul li a: hover {
	background-image: url("/img/interface/ico-bullet-nav-hover.gif");
	background-color: #fff;
	color: #db3928
}
#entete {
	width: 100%;
	min-width: 960px;
	background: #fff;
	height: 107px;
	position: relative;
	z-index: 210
}
#entete .header-inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 107px
}
body.template-blogue-blogue-perfectionnement #entete .header-inner {
	width: 640px
}
#entete #titre {
	line-height: 1;
	margin: 0;
	position: absolute;
	top: 21px;
	left: 37px
}
#entete h2 {
	font-family: Baskerville,"Palatino Linotype",Georgia,serif;
	font-weight: normal;
	font-size: 200%;
	position: absolute;
	bottom: 5px;
	right: 90px;
	color: #949594
}
body.template-accueil #entete h2 span {
	display: none
}
#entete #utilitaires {
	height: 32px;
	position: absolute;
	top: 0;
	right: 10px;
	background: #6d6e6c;
	float: right;
	padding: 0 9px 0 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px
}
* html #entete #utilitaires {
	width: 490px
}
* + html #entete #utilitaires {
	width: 490px
}
#entete #utilitaires ul {
	margin: 0;
	list-style: none
}
#entete #utilitaires ul li {
	margin: 0;
	float: left;
	height: 32px;
	position: relative
}
#entete #utilitaires ul li.dernier {
	padding: 0
}
#entete #utilitaires ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 85%;
	padding: 11px 9px 0 12px;
	height: 21px;
	display: block;
	float: left
}
#entete #utilitaires ul li a: hover {
	background: #eaebea url("/img/interface/bg-utilitaires-item-hover.gif") no-repeat top left;
	color: #d71d39
}
#entete #utilitaires ul li a span {
	display: block;
	background: url("/img/interface/ico-bullet-bas-pale.gif") no-repeat 100% 50%;
	padding: 0 12px 0 0
}
#entete #utilitaires ul li.accueil a span {
	background: url("/img/interface/ico-bullet-accueil.gif") no-repeat 0 50%;
	padding-left: 16px;
	padding-right: 0
}
#entete #utilitaires ul li.accueil a {
	padding-left: 8px
}
#entete #utilitaires ul li.accueil a: hover {
	background: none;
	color: #fff
}
#entete #utilitaires ul li form {
	float: right;
	padding: 5px 0 0 12px
}
#entete #utilitaires ul li form input {
	border: 1px solid #9d9f9b;
	background: url("/img/interface/bg-recherche.gif") no-repeat top left;
	color: #dcdddc;
	padding: 4px 5px 2px;
	line-height: 1.2;
	float: left;
	width: 140px
}
#entete #utilitaires ul li form button {
	border: none;
	width: 21px;
	height: 21px;
	padding: 0;
	background: none;
	float: left;
	margin: 0 0 0 3px;
	display: inline
}
#entete #utilitaires ul li ul {
	position: absolute;
	top: 28px;
	left: 0;
	left: -9999px;
	border: 1px solid #cecece;
	border-left-width: 5px;
	background: #fff url("/img/interface/bg-sousnav.gif") repeat-y top left;
	width: 190px;
	z-index: 7000;
	float: left;
	clear: both;
	padding: 4px 0
}
#entete #utilitaires ul li: hover ul {
	left: 0
}
#entete #utilitaires ul li ul li {
	float: none;
	height: auto;
	width: auto;
	background: none
}
#entete #utilitaires ul li ul li a: hover,#entete #utilitaires ul li ul li a {
	width: auto;
	float: none;
	border: none;
	background: url("/img/interface/ico-bullet-nav.gif") no-repeat 12px 9px;
	display: block;
	width: 160px;
	height: auto;
	padding: 7px 5px 7px 25px;
	color: #5b5c5a
}
#entete #utilitaires ul li ul li.active a,#entete #utilitaires ul li ul li a: hover {
	background-image: url("/img/interface/ico-bullet-nav-hover.gif");
	background-color: #fff;
	color: #db3928
}



/* @section Pied de page {{{
******************************************************************************/

.partenaire {
	height: 200px;
	background-color: #fff;
	margin: 0 auto;
	width: 560px;
	padding: 10px 20px;
	clear: both;
	color: #865fa1;
}

#pied {
	clear: both;
	height: 118px;
	position: relative;
	margin: -118px auto 0;
	background: #6d6e6c;
	min-width: 960px;
	width: 100%;
	color: #EAEBEA;
	font-size: 75%;
}
body.template-blogue-blogue-perfectionnement #pied {
	min-width: 640px;
	width: 640px;
}

#pied .pied-inner {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
body.template-blogue-blogue-perfectionnement #pied .pied-inner {
	width: 640px;
}

#pied p {
	margin: 0;
}

#pied h2 {
	font-family: Baskerville, 'Palatino Linotype', Georgia, serif;
	font-weight: normal;
	font-size: 260%;
	color: #fff;
	margin: 0;
}

#pied h2 a {
	color: #fff;
	text-decoration: none;
}

#pied .facebook {
	float: left;
	width: 150px;
	padding: 18px 20px 0 14px;
}

#pied .facebook h2 {
	margin: 0 0 15px;
}

#pied .facebook h2 a {
	display: block;
	width: 142px;
	height: 30px;
	text-indent: -9999px;
	background: url("/img/interface/btn-footer-facebook.gif") no-repeat top left;
	color: #EAEBEA;
	overflow: hidden;
}




/* FACEBOOK 2 */
#pied .facebook2 {
	float: left;
	width: 37px;
	padding: 15px 10px 0 10px;
}

#pied .facebook2 h2 {
	margin: 0;
}

#pied .facebook2 h2 a {
	display: block;
	width: 37px;
	height: 37px;
	text-indent: -9999px;
	background: url("/img/interface/btn-footer-facebook2.gif") no-repeat top left;
	color: #EAEBEA;
	overflow: hidden;
}

/*Twitter pied de page */
#pied .twitter {
	float: left;
	width: 37px;
	padding: 15px 10px 0 10px;
}

#pied .twitter h2 {
	margin: 0;
}

#pied .twitter h2 a {
	display: block;
	width: 37px;
	height: 37px;
	text-indent: -9999px;
	background: url("/img/interface/btn-footer-twitter.gif") no-repeat top left;
	color: #EAEBEA;
	overflow: hidden;
}
/* Youtube pied de page */
#pied .youtube {
	float: left;
	width: 37px;
	padding: 15px 10px 0 10px;
}

#pied .youtube h2 {
	margin: 0;
}

#pied .youtube h2 a {
	display: block;
	width: 37px;
	height: 37px;
	text-indent: -9999px;
	background: url("/img/interface/btn-footer-youtube.gif") no-repeat top left;
	color: #EAEBEA;
	overflow: hidden;
}




#pied .rss {
	float: left;
	width: 264px;
	padding: 12px 30px 0 0;
}

#pied .rss h2 a {
	display: block;
	background: url("/img/interface/btn-footer-abonnement.gif") no-repeat top left;
	padding: 5px 2px 18px 53px;
}

#pied .contact {
	float: right;
	width: 460px;
	padding: 12px 10px 0 0;
}

#pied .contact .contact-inner {
	padding: 8px 10px 0 18px;
	background: #595958;
	height: 98px;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}



#pied .contact h2 {
	font-size: 220%;
	margin: 0 0 19px;
}

#pied .contact p {
	float: left;
}



#pied .contact p.p1 {
	width: 216px;
	padding: 0 20px 0 0;
}

#pied .contact p.p2 {
	width: 180px;
	padding: 0 10px 0 0;
}

#pied .contact p.p1 a{
	color: #FFF;
	text-decoration: none;
}

/*}}}*/


#contenu h2 {
	font-family: Baskerville,"Palatino Linotype",Georgia,serif;
	color: #255396;
	font-size: 2.5rem;
	font-weight: normal;
	margin: 0 0 15px 0
}
#contenu h3 {
	color: #255396;
	font-size: 21px;
	font-weight: bold;
	font-family: Arial,"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	margin: 0;
	padding: 5px 0 10px 0
}
#contenu h4 {
	color: #255396;
	font-size: 16px;
	margin: 14px 0 10px 0
}
#contenu h5 {
	color: #255396;
	font-size: 14px;
	font-family: Helvetica,Arial,"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	margin: 10px 0 8px 0
}
#contenu p {
	margin: 0 0 10px 0;
	color: #255396
}
#contenu p.gros {
	font-size: 14px
}
#contenu .bold {
	font-weight: bold
}
#contenu a.a_fleche {
	font-size: 12px;
	font-family: Helvetica,Arial,"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	padding: 2px 0 2px 20px;
	float: right;
	margin-right: 15px;
	background: url("../img/fleche-lien.gif") left top no-repeat
}
#contenu ul.articles-tires-a-part {
	list-style-type: none;
	margin: 0 0 15px 0
}
#contenu ul.articles-tires-a-part li {
	margin-bottom: 25px;
	list-style-type: none;
}
#contenu ul.articles-tires-a-part li ul {
	margin: 10px 0 5px 0
}
#contenu ul.articles-tires-a-part li ul li {
	margin-bottom: 3px
}
#contenu ul.articles-tires-a-part li ul li: last-child {
	margin-bottom: 0
}
#contenu ul.liste_puce {
	font-family: Helvetica,Arial,"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	font-size: 14px;
	color: #5c5c5c;
	font-weight: normal;
	margin-left: 19px;
	list-style-image: url("../img/interface/puce_liste.gif")
}
#contenu ul.liste_puce li {
	margin-bottom: 10px
}
#contenu ul.liste_puce a {
	color: #5c5c5c
}
#contenu ul.resultatRechercheN1 {
	margin-top: 20px
}
#contenu ul.resultatRechercheN1 li {
	margin-bottom: 25px
}
#contenu ul.resultatRechercheN1 li div.resultatRechercheN2 {
	margin-top: 8px
}
#contenu ul.resultatRechercheN1 li div.resultatRechercheN2 a {
	color: #865fa1;
	font-weight: bold
}
#contenu ul.resultatRechercheN1 li a {
	display: inline-block
}
#contenu ul.ressources li {
	margin-bottom: 8px
}
#contenu table.tableau_formulaire tr td {
	padding: 5px 0
}
#contenu #img-banniere {
	margin-bottom: 8px
}
#contenu ul.liste_puce a {
	color: #865fa1
}
div#parution-recentes {
	width: 275px;
	float: left;
	padding: 0 5px 0 0;
	margin-top: 30px;
}
div#prochaine-parution-appel-articles {
	width: 228px;
	float: right;
	padding: 0 0 0 20px;
	border-left: 2px solid #5b6ea7;
	margin-top: 30px;
}
#contenu #fAbonnement input[type='text'] {
	width: 327px
}
#contenu #fAbonnement select {
	width: 331px
}
#redacteursInvites {
	margin-top: 5px
}

.partage-sociaux {
    display: block;
    position: relative;
    float: left;
    padding-bottom: 5px;
/*  top: -34px;
    float: right; */
}

#sommaireEntete {
	margin-bottom: 5px
}
#contenu #fCommande table#info_personne input[type='text'] {
	width: 300px
}
#contenu #fCommande table#numero tr td {
	padding: 10px 0
}
#contenu #fCommande table#numero tr td.qty {
	vertical-align: top
}
#contenu #fCommande table#paiement tr td.radio {
	vertical-align: top
}
#contenu #fCommande table#paiement_personne input[type="text"] {
	width: 300px
}

/* publicité */
div.pub.accueil{
	clear: both;
	text-align: center;
	margin-top: 20px;
}

div#sommaire_pubdroite{
	float: right;
	text-align: right;
	width: 350px;
}

/* clearfix */ 
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}