/* BEGIN LICENSE BLOCK ----------------------------------
#
# This file is part of Noviny, a Dotclear 2 theme.
#
# Copyright (c) 2003-2008 Olivier Meunier and contributors
# Licensed under the GPL version 2.0 license.
# See LICENSE file or
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
#
# -- END LICENSE BLOCK --------------------------------- */

/* Reset
-------------------------------------------------------- */
body {
	/width:965px;
	/margin:0 auto;
	/text-align:center;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

em {
font-style:italic;
}


/* Defaults
-------------------------------------------------------- */
body {
	background: #fff;
	color: #fff;
	font: 62.5% "Lucida Sans","Lucida Sans Unicode","Lucida Grande",Lucida,sans-serif;
}
a {
	text-decoration: none;
	color: #4B0800;
}
a:hover, a:focus {
	text-decoration: underline;
}

/* Layout
-------------------------------------------------------- */
#page {
	font-size: 1.2em;
}
#wrapper {
	/*background: #fff;*/
}
#main {
	/*background: #fff;*/
	color: #222;
	width: 960px;
	margin: 0 auto;
}
#content {
	padding: 20px 10px 10px;
}

#panel-wrapper {
	clear: both;
	background: #851B0E;
	/*border-top:1px dotted #fff;*/
	color: #fff;
}
#panel {
	width: 960px;
	margin: 0 auto;
}
#panel-handler {
	height: 20px;
	background: #fff url(img/panel-handler.png) no-repeat top center;
}

div.grid {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	/*background: url(img/grid-bg.png) repeat-y top left;*/
	background: url(img/grid-bg.gif) repeat-y top left;
}
div.grid div.grid-l {
	float: left;
	width: 680px;
	margin-bottom: 10px;
}
div.grid div.grid-s {
	float: right;
	width: 220px;
	margin-bottom: 20px;
}

#footer {
	padding: 10px 0 20px;
	text-align: center;
	color: #fff;
}
#footer a {
	color: #463017;
}

/* Page header
-------------------------------------------------------- */
#top {
	position: relative;
	width: 940px;
	height: 180px;
	margin: 0 auto;
	background: transparent url(img/top-bg.jpg) no-repeat top left;
}
#prelude {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 0.8em;
}
#prelude a {
	color: #fff;
	text-decoration: none;
}
#prelude a:focus {
	color: red;
	background: yellow;
}

#top h1 {
	padding: 25px 0 0 0;
	font-size: 48px;
	font-family: Baskerville,"Times New Roman",serif;
	font-weight: normal;
	width: 700px;
}
#top h1 a {
	color: #fff;
	text-decoration: none;
}

p#blogdesc {
	width: 700px;
	font-size: 1.3em;
	font-family: Baskerville,"Times New Roman",serif;
	font-style: oblique;
	color: #463017;
}

#search {
	display: block;
	/*position: absolute;
	left: 720px;
	bottom: 10px;*/
	width: 220px;
}
#search input.search-field {
	margin: 0 0 0 10px;
	padding: 3px 0 0;
	width: 190px;
	height: 17px;
	border: none;
	background: #fff url(img/search-bg.png) repeat-x top left;
	font-size: 12px;
}
#search span.search-l {
	display: block;
	position: absolute;
	width: 10px;
	height: 20px;
	top: 0;
	left: 0;
	background: transparent url(img/search-l.png) no-repeat top left;
}
#search span.search-r {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	right: 0;
	background: transparent url(img/search-r.png) no-repeat top right;
}
* html #search span.search-l, * html #search span.search-r { /* IE6 */
	top: 1px;
}
*+html #search span.search-l, *+html #search span.search-r { /* IE7 */
	top: 1px;
}

#search-suggest {
	width: 220px;
	z-index: 100;
}
#search-suggest li {
	padding: 0 10px 0 10px;
}
#search-suggest li a {
	display: block;
	padding: 8px 10px;
	color: #fff;
	background: #463017;
	background: rgba(70, 48, 23, 0.9);
	border-bottom: 1px solid #FFF;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	font-weight: bold;
	text-decoration: none;
}
#search-suggest ul li:last-child a {
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
#search-suggest li.suggest-select a {
	color: #000;
	background: #e9dfc6;
}


#nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 710px;
}
#nav li {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: top;
	word-wrap: break;
	height: 100%;
	margin: 0 20px 0 0;
	padding: 0 0 10px 0;
	font-size: 1.4em;
	color: #463017;
}
* html #nav li { /* IE6 */
	display: inline;
}
*+html #nav li { /* IE7 */
	display: inline;
}
#nav li a {
	color: #e9dfc6;
}
#nav li a:hover, #nav li a:focus {
	text-decoration: none;
	color: #463017;
}
#nav li.nav-active {
	background: transparent url(img/nav-item.png) no-repeat bottom center;
}
#nav li.nav-active a {
	color: #fff;
}

/* Home page elements
-------------------------------------------------------- */
#lead.home-lead {
	position: relative;
	padding: 0 0 10px 0;
	background: #851B0E url(img/lead-bg.jpg) no-repeat bottom right;
	color: #fff;
	width: 700px;
}
#lead.home-lead div.block {
	padding: 10px 20px 10px 240px;
}
#lead.home-lead img.front {
	float: left;
	display: block;
	margin: 0;
	/*width: 220px;*/
}
#lead.home-lead div.block a {
	color: #dcbf9a;
}
#lead.home-lead p.category-title {
	text-transform: uppercase;
	font-size: 0.8em;
	margin-bottom: 5px;
	line-height: 1;
}
#lead.home-lead p.category-title a {
	color: #C2311E;
}
#lead.home-lead div.block h2 {
	font-size: 2.3em;
	letter-spacing: 1px;
}
#lead.home-lead div.block h2 a {
	color: #e9dfc6;
}
#lead.home-lead div.post-content {
	margin: 2px 0;
}
#lead.home-lead div.post-content * {
	margin: 0;
}

#overview {
	margin-left : -20px;
	width : 720px;
	/*background : transparent url(img/overview-bg.png) repeat-y top right;*/
	background : transparent url(img/overview-bg.gif) repeat-y top right;
}
#overview div.block {
	width: 220px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: top;
	word-wrap: break;
	height: 100%;
	margin: 0 0 20px 20px;
	/*border-bottom:1px solid #A81B11;*/
}
* html #overview div.block { /* IE6 */
	display: inline;
}
*+html #overview div.block { /* IE7 */
	display: inline;
}

#overview div.block img.front {
	float: right;
	display: block;
	margin: 0 0 10px 20px;
}
#overview p.category-title {
	text-transform: uppercase;
	font-size: 0.8em;
	margin-bottom: 5px;
	line-height: 1;
}
#overview p.category-title a {
	color: #C37068;
}
#overview h2.post-title {
	font-size: 1.5em;
}
#overview h2.post-title a {
	color: #000;
}
#overview div.post-content {
	margin: 2px 0 2px 0;
	color: #fff;
}
#overview div.post-content p {
	margin: 0;
}

/* Page meta elements
-------------------------------------------------------- */
#meta div {
	margin-bottom: 20px;
}
#meta div div {
	margin-bottom: 0;
}
#meta h2 {
	font-family: Helvetica,FreeSans,Arial,"Liberation Sans","Nimbus Sans L",sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #e9dfc6;
	color: #fff;
}

#meta div.last-update {
	padding-left: 34px;
	background:url(img/clock.png) no-repeat 0 0;
	color: #fff;
}
#meta div.last-update strong {
	display: block;
	margin-top: 5px;
}

#meta div.news h3 {
	font-size: 1.1em;
}
#meta div.news p {
	margin-bottom: 10px;
	line-height: 1.2;
}

#meta ul.syndicate {
	margin-bottom: 20px;
}
#meta ul.syndicate li {
	margin-bottom: 5px;
	padding: 3px 0 5px 20px;
	background: url(img/feed.png) no-repeat 0 0;
}

#meta div.category-desc, #meta div.author-desc {
	color: #fff;
	font-size: 0.9em;
}

#meta p.post-date {
	float: right;
	margin: 0 0 10px 10px;
	position: relative;
	width: 85px;
}
#meta span.post-date {
	margin: 0;
}
#meta span.post-date span {
	font-family: Arial,sans-serif;
	display: block;
	color: #fff;
}
#meta span.post-date span.date-d {
	float: left;
	margin-right: 2px;
	font-size: 35px;
	font-weight: bold;
	color: #fff;
}
#meta span.post-date span.date-m {
	font-size: 20px;
	float: left;
}
#meta span.post-date span.date-y {
	/*font-size: 12px;
	clear: left;
	position: absolute;
	top: 24px;
	left:0;
	width: 85px;*/
	font-size: 12px;
	position: absolute;
	top: 27px;
	left: 41px;
}
#meta span.post-date span.date-h {
	/*font-size: 12px;
	position: absolute;
	top: 24px;
	left: 40px;*/
	font-size: 12px;
	clear: left;
	position: absolute;
	top: 42px;
	left:0;
	width: 85px;
}

#meta p.post-author {
	font-size: 1em;
	margin-bottom: 10px;
	margin-top: 15px;
}
body.dc-post, #meta ul.syndicate {
	clear: both;
	margin-bottom: 10px;
}
#meta p.post-category {
	clear: right;
	padding: 0 0 5px 20px;
	margin-bottom: 5px;
	background: url(img/category.png) no-repeat 0 0;
	line-height: 1.4;
}
#meta p.post-category a {
	color: #fff;
}
#meta ul.post-tags {
	clear: right;
	padding: 0 0 5px 20px;
	margin-bottom: 5px;
	background: url(img/tag.png) no-repeat 0 0;
	line-height: 1.4;
}
#meta ul.post-tags li {
	display: inline;
}

/* Site extra elements
-------------------------------------------------------- */
#extra {
	clear: right;
}
#extra div {
	margin-bottom: 20px;
}
#extra div div {
	margin-bottom: 0;
}
#extra h2 {
	padding: 0 0 2px 2px;
	border-bottom: 1px solid #e9dfc6;
	color: #fff;
	text-align: right;
}

/* Bottom panel
-------------------------------------------------------- */
#panel div.widgets {
	padding-top: 20px;
	margin-left: -10px;
	width: 970px;
}
#panel div.widgets div {
	width: 220px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: top;
	word-wrap: break;
	height: 100%;
	margin: 0 0 10px 20px;
}
* html #panel div.widgets div { /* IE6 */
	display: inline;
}
*+html #panel div.widgets div { /* IE7 */
	display: inline;
}

/* Cancel div.widgets div */
#panel div.widgets div div {
	display: block;
	width: auto;
	vertical-align: auto;
	word-wrap: auto;
	height: auto;
	margin: 0;
}

#panel a {
	color: #e9dfc6;
}

/* Widget specifics
-------------------------------------------------------- */
div.widgets h2 {
	font-family: Helvetica,FreeSans,Arial,"Liberation Sans","Nimbus Sans L",sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
	font-weight: normal;
	color: #fff;
}
div.widgets ul {
	margin-bottom: 10px;
	padding-left: 15px;
	list-style: disc outside;
	
}
div.widgets li {
	margin-top: 10px;
	color:#4B0800;
}

div.widgets div.tags p {
	font-weight: bold;
}
div.widgets div.tags ul {
	border-top: none;
	font-size: 1.1em;
	text-align: justify;
	padding: 0;
}
div.widgets div.tags ul li {
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1.8em;
}
.tag0 { font-size: 75%; }
.tag10 { font-size: 80%; }
.tag20 { font-size: 90%; }
.tag30 { font-size: 100%; }
.tag40 { font-size: 110%; }
.tag50 { font-size: 120%; }
.tag60 { font-size: 140%; }
.tag70 { font-size: 150%; }
.tag80 { font-size: 160%; }
.tag90 { font-size: 170%; }
.tag100 { font-size: 180%; }

div.widgets div.syndicate ul {
	list-style: none;
	padding: 0;
}
div.widgets div.syndicate ul li {
	margin-bottom: 5px;
	padding: 3px 0 5px 20px;
	background: url(img/feed.png) no-repeat 0 0;
}

/* basic class (b) - always on a div
-------------------------------------------------------- */
div.b p, div.b li, div.b dd {
	text-align: justify;
	line-height: 1.4;
}
div.b p, div.p, div.b table, div.b pre {
	margin: 0 0 1em 0;
}
div.b h1 { font-size:1.7em; }
div.b h2 { font-size:1.5em; }
div.b h3 { font-size:1.3em; }
div.b h4 { font-size: 1.1em; }
div.b h5 { font-size: 1em; }
div.b h6 { font-size: 0.8em; }
div.b h1, div.b h2, div.b h3, div.b h4, div.b h5, div.b h6 {
	margin: 1.2em 0 0.8em 0;
	font-weight:bold;
}
div.b abbr, div.b acronym {
	border-bottom:1px dotted #000000;
	cursor:help;
}
div.b em {
	font-style:italic;
}
div.b pre {
	white-space: pre;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -pre-wrap;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word;
	padding-left: 1em;
	border-left: 1px solid #000;
	line-height: 1.4;
}
div.b blockquote {
	margin-left: 2em;
	margin-right: 2em;
}
div.b ul, div.b ol, div.b dl {
	margin: 1em 0 1em 2em;
}

div.b ol li {
	list-style: decimal outside none;
}
div.b ul li {
	list-style: disc outside none;
}
div.b dl dt {
	font-weight: bold;
}
div.b dl dd {
	margin: 0.2em 0 1em 0.5em;
}
div.b table {
	margin-left: 1px;
}
div.b th, div.b td {
	border:1px solid #000;
	padding:0.5em;
}
div.b th {
	font-weight:bold;
	text-align:center;
}
div.b caption {
	margin-bottom:0.5em;
	text-align:center;
}
div.b fieldset {
  display: block;
  margin: 1em 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 2px groove ThreeDFace;
}
div.b legend {
  padding-left: 2px;
  padding-right: 2px;
  border: none;
  white-space: nowrap;
}

/* Main titles and post titles
-------------------------------------------------------- */
h2.post-title, #lead h2, #actu-accueil h2 {
	font-size: 1.5em;
	font-family: Palatino,"Palatino Linotype",Palladio,"URW Palladio L","Book Antiqua","Liberation Serif",Times,serif;
	font-weight: normal;
}
h2.post-title a {
	color: #fff;
}
body.dc-post #lead h2 {
	font-size: 2.8em;
	color: #fff;
}
body.dc-post #lead div.post {
	margin-top: 10px;
}

/* Comment count (home and lists)
-------------------------------------------------------- */
span.comment-count {
	font: bold 1em Helvetica,FreeSans,Arial,"Liberation Sans","Nimbus Sans L",sans-serif;
	vertical-align: middle;
}
h2 span.comment-count {
	font-size: 0.5em;
}
span.comment-count span {
	display: none;
}
span.comment-count a {
	padding: 2px 0 1px 20px;
	background: transparent url(img/com-count.jpg) no-repeat 0 -43px;
	text-decoration: none;
	color: #EBC3BF;
}
span.comment-count a:hover, span.comment-count a:focus {
	background-position: 0 0;
	color: #fff;
	text-decoration: none;
}

#lead.home-lead span.comment-count a {
	background-position: 0 -140px;
	color: #EBC3BF;
}
#lead.home-lead span.comment-count a:hover, #lead.home-lead span.comment-count a:focus {
	background-position: 0 -97px;
	color: #fff;
}
* html #lead.home-lead span.comment-count a:hover, *html #lead.home-lead span.comment-count a:focus { /* IE6 */
	background-position: 0 -140px;
}

/* Category page
-------------------------------------------------------- */
#subcategories {
	margin-bottom: 20px;
}
#subcategories h3 {
	margin-bottom: 10px;
	font-size: 1.4em;
	font-family: Palatino,"Palatino Linotype",Palladio,"URW Palladio L","Book Antiqua","Liberation Serif",Times,serif;
	font-weight: normal;
}
#subcategories ul {
	margin-bottom: 10px;
	padding-left: 15px;
	list-style: disc outside;
}
#subcategories ul li {
	margin-top: 5px;
	color: #fff;
	font-weight: bold;
}

/* Archives page
-------------------------------------------------------- */
#archives {
	margin-left: -20px;
	width: 720px;
}
#archives div {
	width: 220px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: top;
	word-wrap: break;
	height: 100%;
	margin: 0 0 10px 20px;
}
* html #archives div { /* IE6 */
	display: inline;
}
*+html #archives div { /* IE7 */
	display: inline;
}
#archives h2 {
	margin-left: 20px;
	margin-bottom: 10px;
}
#archives div h3 {
	margin-bottom: 5px;
	font-size: 2.5em;
	color: #e9dfc6;
}
#archives div ul li {
	margin-bottom: 5px;
	font-size: 1.2em;
}

/* Monthly archive page
-------------------------------------------------------- */
#archive-nav {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}

#archive-nav li {
	display: block;
	width: 50%;
	float: left;
}
#archive-nav li.next {
	float: right;
	text-align: right;
}
#archive-nav li a {
	display: block;
	font-size: 1.2em;
	padding: 5px 0;
	background: transparent url(img/nextprev.png) no-repeat 0 0;
}
#archive-nav li.prev a {
	padding-left: 25px;
	background-position: 0 4px;
}
#archive-nav li.next a {
	padding-right: 25px;
	background-position: 100% -95px;
}
#archive-nav li.prev a:hover {
	text-decoration: none;
	background-position: 0 -45px;
}
#archive-nav li.next a:hover {
	text-decoration: none;
	background-position: 100% -144px;
}

/* Post class (in lists and in post page)
-------------------------------------------------------- */
div.post {
	clear: both;
	margin: 0 0 20px 0;
		color:#fff;
}

div.post p.post-info {
	margin-top: 3px;
}
div.post span.post-date {
	font-style: oblique;
}
div.post div.post-content {
	margin: 10px 0 0 0;
}
div.post div.post-content * { /* We find it only in lists */
	margin: 0;
}

div.post.post-excerpt {
	margin-bottom: 1em;
	font-size: 1em;
	color:#fff;
}


/* Attachments
-------------------------------------------------------- */
#attachments {
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
}
#attachments h3 {
	font: bold 1.4em Helvetica,FreeSans,Arial,"Liberation Sans","Nimbus Sans L",sans-serif;
}
#attachments li {
	background: transparent url(img/attach.png) no-repeat 0 50%;
	padding-left: 16px;
	margin-top: 1em;
}
#attachments li.video {
	background: none;
	padding-left: 0;
}

/* Comments list
-------------------------------------------------------- */
#comments {
	clear: both;
	margin-top: 10px;
}
#comments h3 {
	font: bold 1.4em Helvetica,FreeSans,Arial,"Liberation Sans","Nimbus Sans L",sans-serif;
	color:#4B0800;
}
#comments dl {
	margin: 10px 0;
	overflow: hidden;
}
#comments dt {
	margin: 0;
	float: left;
	clear: left;
	width: 90px;
	position: relative;
}
#comments dd {
	margin: 0 0 20px 100px;
	padding: 0 10px 0 10px;
	border-left: 2px solid #fff;
	text-align: justify;
}
#comments dd.me {
	border-left-color: #3f6d90;
}
#comments dd p {
	line-height: 1.4;
	margin: 0 0 0.6em 0;
	color:#4B0800;
}
#comments dd cite {
	display: block;
	margin: 10px 0;
	font-style: normal;
	font-weight: bold;
}
#comments dd.ping p { /* For pings */
	font-size: 0.9em;
	font-style: oblique;
}
#comments span.comment-date {
	position: absolute;
	top: 0;
	right: 0;
	width: 85px;
	margin: 0;
}
#comments span.comment-date span {
	font-family: Arial,sans-serif;
	display: block;
	color: #fff;
}
#comments span.comment-date span.date-d {
	float: left;
	margin-right: 2px;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}
#comments span.comment-date span.date-m {
	font-size: 18px;
	float: left;
}
#comments span.comment-date span.date-y {
	/*font-size: 12px;
	clear: left;
	position: absolute;
	top: 34px;
	left:0;
	background: #C2311E;
	width: 85px;*/
	font-size: 12px;
	position: absolute;
	top: 22px;
	left: 38px;
}
#comments span.comment-date span.date-h {
	/*font-size: 12px;
	position: absolute;
	top: 24px;
	left: 36px;*/
	font-size: 12px;
	clear: left;
	position: absolute;
	top: 34px;
	left:0;
	/*background: #C2311E;*/
	width: 85px;
}
p#ping-url {
	margin: 10px 0 0 100px;
	padding: 5px 0 0 0;
	font-size: 0.9em;
	color: #6B0C01;
	text-align: right;
}

/* Messages & preview
-------------------------------------------------------- */
#pr {
	margin: 10px 0 20px;
}
#pr dd {
	margin: 0 0 5px 0;
	padding: 10px;
	background: #ece4d0;
	border-left: 2px solid #ccc;
}
#pr dd p {
	line-height: 1.4;
	margin: 0 0 0.6em 0;
}
#pr h3 {
	font: bold 1.2em Helvetica,FreeSans,Arial,"Liberation Sans","Nimbus Sans L",sans-serif;
}
#pr.message, #pr.error {
	padding: 0.6em 10px;
	font-weight: bold;
	background: #e1ffe1;
	border: 2px solid #448744;
	color: #448744;
}
#pr.error {
	background: #ffecec;
	border-color: #e83232;
	color: #e83232;
}

/* Comment form
-------------------------------------------------------- */
.form-help {
color:#C2311E;
}

input.preview, input.submit {
	width: auto;
	padding: 2px 3px;
	outline: none;
	background: #4B0800;
	color: #eee;
	border: none;
	cursor: pointer;
}
input.submit {
	font-weight: bold;
}
input.preview:focus, input.submit:focus, input.preview:hover, input.submit:hover {
	color: #fff;
}

#comment-form {
	clear: both;
	padding-left: 100px;
	/*background: transparent url(img/comment-add.png) no-repeat top left;*/
}
#comment-form h3 {
	background: #851B0E; /* IE stuff */
	font: bold 1.4em Helvetica,FreeSans,Arial,"Liberation Sans","Nimbus Sans L",sans-serif;
	padding:8px 0 5px 8px;
	color:#fff;
}
#comment-form h3.add-comment {
	padding-bottom: 10px;
}
#comment-form fieldset {
	display: block;
	padding: 10px;
	/*background: #f8f5ee url(img/form-bg.png) repeat;*/
	background: #851B0E;
}
#comment-form fieldset label {
	font-weight: bold;
	cursor: pointer;
	color:#fff;
}
#comment-form fieldset p {
	margin: 0 0 1em;
	line-height: 1.2;
}
#comment-form fieldset p.remember * {
	vertical-align: middle;
}
#comment-form fieldset p.field label {
	display: -moz-inline-box;
	display: inline-block;
	width: 12em;
}
#c_name, #c_mail, #c_site, #c_subject, #c_content, #c_message {
	border: 1px solid #bfbfbf;
	padding: 2px 1px;
	background: #fff;
	color: #444;
}
#c_name, #c_mail, #c_site, #c_subject {
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: inherit;
	font-family: inherit;
}
#c_name {
	background-image: url(img/c-icons.png);
	background-position: 3px 4px;
}
#c_mail {
	background-image: url(img/c-icons.png);
	background-position: 3px -15px;
}
#c_site {
	background-image: url(img/c-icons.png);
	background-position: 3px -37px;
}
#c_subject {
	background-image: url(img/c-icons.png);
	background-position: 3px -57px;
}
#c_content, #c_message {
	width: 98%;
	font-size: inherit;
	font-family: inherit;
	line-height: 1.5;
}
#c_name:hover, #c_mail:hover, #c_site:hover, #c_content:hover,
#c_name:focus, #c_mail:focus, #c_site:focus, #c_content:focus {
	color: #000;
}


/*///////////////////----- AJOUT ERIC ------//////////////////////////////////////////////*/
html, body {
/*background: #C2311E url(img/fd.jpg) repeat-x;*/
background: #C2311E url(img/fd-test.jpg) repeat-x;
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#fff;
padding:0px;
margin:0px;
}



#footer a, #footer a:visited {color: #fff; text-decoration:none;}
#footer a:hover {border-bottom:1px dotted #C37068;}

p{
padding: 5px 0;
margin:0px;
}



#container {
width: 956px;
/*margin-left: auto;
margin-right: auto;*/
margin:0 auto;
/text-align:left;
/*margin-left:350px;*/
}


#header {
padding: 0px;
margin: 0px;
text-align:center;
height:95px;
}

#banner {
padding: 0px;
margin: 0 0 15px 0;
}

#logo {
margin-top:18px;
}


#flag {
float:right;
margin-top:13px;
}

#socialmediaicons {
float:left;
margin:13px 0 0 0;
}

#socialmediaicons img {
	margin-right:5px;	
}

#diapo {
background: url(img/fd-flash.jpg) no-repeat;
}

#footer {
clear: both;
margin: 0px;
padding: 5px 10px;
background:#AB1D11 url(img/fd-footer.jpg) repeat-x;
color:#C37068;
text-align:center;
}



.mini {
margin-right:25px;
}

/* -- MENU ------------------------------------------------*/

#navigation, #navigation-en {
height:33px;
width:auto;
margin:0 auto;
}

#navigation ul , #navigation-en ul{
height:33px;
line-height:33px;
}


#navigation ul li a,#navigation ul li a:visited {
border-right:1px dotted #895E59;
display:block;
text-decoration:none;
float:left;
color:#fff;
font-family:Georgia, "Times New Roman", Times, serif;
padding:0 7px;
}

#navigation-en ul li a,#navigation-en ul li a:visited {
border-right:1px dotted #895E59;
display:block;
text-decoration:none;
float:left;
color:#fff;
font-family:Georgia, "Times New Roman", Times, serif;
padding:0 4px;
}


#navigation ul li a:hover, #navigation-en ul li a:hover {
background:#BD871B;
}


#sublinks {
width:auto;
height:25px;
font-size:11px;
margin:0 auto;
}

#sublinks ul {
height:25px;
line-height:25px;
}

#sublinks ul li a,#sublinks ul li a:visited {
display:block;
text-decoration:none;
float:left;
color:#FFF;
padding:0 10px;
border-right:1px dotted #895E59;
font-family:Georgia, "Times New Roman", Times, serif;
}

#sublinks ul li a:hover {
text-decoration:underline;
}

#s1,#s2,#s3,#s4,#s5,#s6 {
display:none;
background:#6D0C01 url(img/fd-sous-menu2.gif) repeat-x;
}

#navigation ul li,#sublinks ul li {
display:inline;
}

#navigation-en ul li,#sublinks ul li {
display:inline;
}

.first {
border-left:1px dotted #895E59;
}

#s7 {
display:none;
}

#s5 li, #s6 li {
float:right;
}

#s4, #s3 {
/*padding-left:265px;*/
padding-left:225px;
}


/* -- PAGE ACCUEIL ---------------------------*/

.intro {
font-family:Georgia, "Times New Roman", Times, serif;
line-height:1.5em;
}

#content2 {
margin-left:450px;
margin-right:0;
background:url(img/patch.png) no-repeat top right;
text-align:center;
padding:0;
height:450px;
}

#left {
float:left;
width:400px;
margin:0;
padding:0;
}

#actu-accueil {
float:left;
width:400px;
background:#851B0E url(img/lead-bg.jpg) no-repeat bottom right;
color:#fff;
padding:0 0 10px;
}

#actu-accueil div.block {
padding:10px 20px 10px 20px;
}

#actu-accueil img.front {
float:left;
display:block;
/*width:220px;*/
margin:0;
}

#actu-accueil div.block a {
color:#dcbf9a;
}

#actu-accueil p.category-title {
text-transform:uppercase;
font-size:.8em;
margin-bottom:5px;
line-height:1;
}

#actu-accueil p.category-title a {
color:#C2311E;
}

#actu-accueil div.block h2 {
font-size:1.5em;
letter-spacing:1px;
}

#actu-accueil div.block h2 a {
color:#e9dfc6;
}

#actu-accueil div.post-content {
margin:2px 0;
}

#actu-accueil div.post-content * {
margin:0;
}






/* -- PAGE ACCUEIL 2 ---------------------------*/

.intro {
font-family:Georgia, "Times New Roman", Times, serif;
line-height:1.5em;
}

#content4 {
margin-left:550px;
margin-right:0;
background:url(img/patch-produit.png) no-repeat top right;
text-align:center;
padding:0;
height:450px;
}

#left2 {
float:left;
width:530px;
margin:0;
padding:0;
}

#actu-accueil2 {
float:left;
width:530px;
background:#851B0E url(img/lead-bg.jpg) no-repeat bottom right;
color:#fff;
padding:0 0 10px;
}

#actu-accueil2 div.block {
padding:10px 20px 10px 20px;
}

#actu-accueil2 img.front {
float:left;
display:block;
/*width:220px;*/
margin:0;
}

#actu-accueil2 div.block a {
color:#dcbf9a;
}

#actu-accueil2 p.category-title {
text-transform:uppercase;
font-size:.8em;
margin-bottom:5px;
line-height:1;
}

#actu-accueil2 p.category-title a {
color:#C2311E;
}

#actu-accueil2 div.block h2 {
font-size:1.3em;
letter-spacing:1px;
}

#actu-accueil2 div.block h3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.3em;
letter-spacing:1px;
margin-top:10px;
}

#actu-accueil2 div.block h3 a {
color:#fff;
}

#actu-accueil2 div.block h2 a {
color:#e9dfc6;
}

#actu-accueil2 div.post-content {
margin:2px 0;
}

#actu-accueil2 div.post-content * {
margin:0;
}







/*-------PAGE PRODUIT------------*/

#descr-produit h1, #partie-droite h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:600;
font-size:13px;
background:url(img/h1-souligne2.png) no-repeat bottom left;
padding-bottom:17px;
margin-bottom:5px;
}


#descr-produit h2, #partie-droite h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:600;
font-size:12px;
text-transform:uppercase;
border-bottom:1px solid #EBC3BF;
margin-top:10px;
padding:0 0 3px;
}

#partie-gauche {
background:url(img/patch-produit.png) no-repeat;
float:left;
width:535px;
margin-bottom:15px;
padding:0 0 0 60px;
}

#descr-produit {
float:right;
width:285px;
padding:10px 0 0;
}

#partie-droite {
float:right;
width:285px;
border-left:1px solid #c66;
margin-bottom:15px;
padding:10px 0 0 35px;
}

#critique {
background:#6F1F16 url(img/oenologues.png) no-repeat;
margin-bottom:15px;
padding-bottom:10px;
}

#critique p {
width:170px;
line-height:14px;
font-size:11px;
margin:0 0 0 90px;
padding:12px 0 0;
}

.sign-critique {
/*background:url(img/blok-critique-fin.jpg) no-repeat right top;*/
}




/* PAGE PRODUIT SPARKLING  ----------------------------------------------------- */

#couleur-spark {
background:#f0f1e3 url(img/fd-spark.jpg) repeat-x;
}

#critique-spark {
background:#a94e2d url(img/oenologues-spark.jpg) no-repeat bottom left;
margin-bottom:15px;
padding-bottom:10px;
}

#critique-spark2 {
background:#DDA841 url(img/oenologues-spark2.jpg) no-repeat bottom left;
margin-bottom:15px;
padding-bottom:10px;
}

#critique-spark3 {
background:#e9e9e9 url(img/oenologues-spark3.jpg) no-repeat bottom left;
margin-bottom:15px;
padding-bottom:10px;
}

#critique-spark p, #critique-spark2 p,#critique-spark3 p  {
width:170px;
line-height:14px;
font-size:11px;
margin:0 0 0 100px;
padding:12px 0 0;
color:#fff;
}

#critique-spark3 p  {
width:170px;
line-height:14px;
font-size:11px;
margin:0 0 0 100px;
padding:12px 0 0;
color:#555;
}



.ld {
	color:#fff;
	float:left;
	font-size:60px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-left:60px;
}

.ld2 {
	color:#555;
	float:left;
	font-size:60px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-left:60px;
}

#descr-produit-spark {
float:right;
width:285px;
padding:10px 0 0;
color:#333;
}

#descr-produit-spark h1,#partie-droite-spark h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:600;
font-size:13px;
background:url(img/h1-souligne2.png) no-repeat bottom left;
padding-bottom:17px;
margin-bottom:5px;
color:#333;
}

#descr-produit-spark h2,#partie-droite-spark h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:600;
font-size:12px;
text-transform:uppercase;
border-bottom:1px solid #fff;
margin-top:10px;
padding:0 0 3px;
color:#333;
}

#partie-droite-spark {
float:right;
width:285px;
border-left:1px solid #fff;
margin-bottom:15px;
padding:10px 0 0 35px;
color:#333;
}


/* PAGE PRODUIT FASHION  ----------------------------------------------------- */

#couleur-cassis {
background:#000 url(img/fd-cassis.jpg) repeat-x;
}

#critique-cassis {
background:#984a90 url(img/oenologues-cassis.jpg) no-repeat bottom left;
margin-bottom:15px;
padding-bottom:10px;
}


#critique-cassis p {
width:170px;
line-height:14px;
font-size:11px;
margin:0 0 0 100px;
padding:12px 0 0;
color:#fff;
}

#critique-cassis p, #critique-peach p   {
width:170px;
line-height:14px;
font-size:11px;
margin:0 0 0 100px;
padding:12px 0 0;
color:#fff;
}



#descr-produit-cassis {
float:right;
width:285px;
padding:10px 0 0;
}

#descr-produit-cassis h1, #partie-droite-cassis h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:600;
font-size:13px;
background:url(img/h1-souligne2.png) no-repeat bottom left;
padding-bottom:17px;
margin-bottom:5px;
}

#descr-produit-cassis h2, #partie-droite-cassis h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:600;
font-size:12px;
text-transform:uppercase;
border-bottom:1px solid #fff;
margin-top:10px;
padding:0 0 3px;
}

#partie-droite-cassis {
float:right;
width:285px;
border-left:1px solid #fff;
margin-bottom:15px;
padding:10px 0 0 35px;
}



#couleur-peach {
background:#000 url(img/fd-peach.jpg) repeat-x;
}

#critique-peach {
background:#fe8d13 url(img/oenologues-peach.jpg) no-repeat bottom left;
margin-bottom:15px;
padding-bottom:10px;
}


/* PAGE PRODUIT COLOMBARD UGNI BLANC ----------------------------------------------------- */


#couleur-colombard {
background:#C9D200 url(img/fd-colombard-ugni.jpg) repeat-x;
}

#critique-colombard {
background:#006F2F url(img/oenologues.png) no-repeat;
margin-bottom:15px;
padding-bottom:10px;
}

#critique-colombard p {
width:170px;
line-height:14px;
font-size:11px;
margin:0 0 0 90px;
padding:12px 0 0;
}

#descr-produit-colombard {
float:right;
width:285px;
padding:10px 0 0;
}

#descr-produit-colombard h1,#partie-droite-colombard h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:600;
font-size:13px;
background:url(img/h1-souligne2.png) no-repeat bottom left;
padding-bottom:17px;
margin-bottom:5px;
}

#descr-produit-colombard h2,#partie-droite-colombard h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:600;
font-size:12px;
text-transform:uppercase;
border-bottom:1px solid #fff;
margin-top:10px;
padding:0 0 3px;
}

#partie-droite-colombard {
float:right;
width:285px;
border-left:1px solid #fff;
margin-bottom:15px;
padding:10px 0 0 35px;
}


/* PAGE PRODUIT CHARDONNAY  ----------------------------------------------------- */

#couleur-chardonnay {
background:#C9D200 url(img/fd-chardonnay.jpg) repeat-x;
}

#critique-chardonnay {
/*background:#eb690a url(img/oenologues-chardonnay.jpg) no-repeat;*/
background:#eb690a url(img/oenologues.png) no-repeat;
margin-bottom:15px;
padding-bottom:10px;
}

#critique-chardonnay p {
width:170px;
line-height:14px;
font-size:11px;
margin:0 0 0 90px;
padding:12px 0 0;
}

#descr-produit-chardonnay {
float:right;
width:285px;
padding:10px 0 0;
}

#descr-produit-chardonnay h1,#partie-droite-chardonnay h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:600;
font-size:13px;
background:url(img/h1-souligne2.png) no-repeat bottom left;
padding-bottom:17px;
margin-bottom:5px;
}

#descr-produit-chardonnay h2,#partie-droite-chardonnay h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:600;
font-size:12px;
text-transform:uppercase;
border-bottom:1px solid #fff;
margin-top:10px;
padding:0 0 3px;
}

#partie-droite-chardonnay {
float:right;
width:285px;
border-left:1px solid #fff;
margin-bottom:15px;
padding:10px 0 0 35px;
}


/* PAGE PRODUIT SAUVIGNON BLANC --------------------------- */

#critique-sauvignon {
background:#006F2F url(img/oenologues.png) no-repeat;
margin-bottom:15px;
padding-bottom:10px;
}

#critique-sauvignon p {
width:170px;
line-height:14px;
font-size:11px;
margin:0 0 0 90px;
padding:12px 0 0;
}


/* PAGE PRODUIT COLOMBARD CHARDONNAY --------------------------- */

#critique-col-chard {
background:#006F2F url(img/oenologues.png) no-repeat;
margin-bottom:15px;
padding-bottom:10px;
}

#critique-col-chard p {
width:170px;
line-height:14px;
font-size:11px;
margin:0 0 0 90px;
padding:12px 0 0;
}


/* PAGE PRODUIT CINSAULT GRENACHE --------------------------- */
#couleur-cinsault {
background:#E85281 url(img/fd-cinsault.jpg) repeat-x;
}

#critique-cinsault {
background:#B10060 url(img/oenologues.png) no-repeat;
margin-bottom:15px;
padding-bottom:10px;
}

#critique-cinsault p {
width:170px;
line-height:14px;
font-size:11px;
margin:0 0 0 90px;
padding:12px 0 0;
}

#partie-droite-cinsault {
float:right;
width:285px;
border-left:1px solid #fff;
margin-bottom:15px;
padding:10px 0 0 35px;
}




/* PAGE PRODUIT MERLOT --------------------------- */
#couleur-merlot {
background:#934C94 url(img/fd-merlot.jpg) repeat-x;
}

#critique-merlot {
background:#2F285F url(img/oenologues.png) no-repeat;
margin-bottom:15px;
padding-bottom:10px;
}

#critique-merlot p {
width:170px;
line-height:14px;
font-size:11px;
margin:0 0 0 90px;
padding:12px 0 0;
}

#partie-droite-merlot {
float:right;
width:285px;
border-left:1px solid #fff;
margin-bottom:15px;
padding:10px 0 0 35px;
}


/* PAGE PRODUIT DEMI SEC --------------------------- */

#critique-demisec {
background:#6F1F16 url(img/oenologues-effeverscent.jpg) no-repeat;
margin-bottom:15px;
padding-bottom:10px;
}

#critique-demisec p {
width:170px;
line-height:14px;
font-size:11px;
margin:0 0 0 90px;
padding:12px 0 0;
}


/* PAGE PRODUIT ROSE --------------------------- */

#critique-rose {
background:#6F1F16 url(img/oenologues-effeverscent.jpg) no-repeat;
margin-bottom:15px;
padding-bottom:10px;
}

#critique-rose p {
width:170px;
line-height:14px;
font-size:11px;
margin:0 0 0 90px;
padding:12px 0 0;
}



/* ------ PAGE POLITIQUE D'INNOVATION ------------------*/


h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:600;
font-size:14px;
padding-bottom:15px;
letter-spacing:1px;
}


h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:600;
font-size:12px;
text-transform:uppercase;
border-bottom:1px solid #EBC3BF;
margin-top:10px;
padding:0 0 3px;
}

.colonne {
float:left;
width:280px;
margin:0 50px 0 0;
}

.colonne-fin {
float:left;
width:280px;
}

.tri {
background: url(img/tri.gif) repeat-y;
margin-bottom:10px;
}

.tri2 {
margin-bottom:10px;
background:url(img/patch-produit.png) no-repeat 460px 10px;
}


strong {
font-weight:bold;
}

.listetri {
padding-left:20px;
}

.listetri li {
list-style-type:disc;
margin-bottom:5px;
}


/* ------ PAGE valeurs & philo ------------------*/

.img-a-droite {
float:right;
margin:0 0 5px 10px;
}


.fd-patch {
background:url(img/patch-produit.png) no-repeat;
background-position:670px;
}


/* ------ PAGE Historique ---------- */

.colonne-demi-1 {
float:left;
width:430px;
margin-right:40px;
padding-right:40px;
border-right:1px dotted #ccc;
}


.colonne-demi-2 {
float:left;
width:430px;
}

.histo {
margin-top:5px;
padding-left:40px;
}

.histo li {
list-style-type:none;
}

.fd-patch2 {
background:url(img/patch-produit.png) no-repeat center center;
}

/* ------ SPLASH ---------- */

#splash {
background: url(img/fd-flash.jpg) no-repeat;
color:#000;

}

#mod-splash {
text-align:center;
width: 958px;
position: absolute;
top: 462px;
left: 50%;
margin-left: -479px;/* la moitié de 400px*/


}


/* ------ PAGE Récompenses ---------- */

.bloc-medaille {
float:left;
width:280px;
margin:0 50px 10px 0;
}

.bloc-medaille-fin {
float:left;
width:280px;
margin:0 0 10px 0;
}

.bloc-medaille h2, .bloc-medaille-fin h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:600;
font-size:11px;
text-transform:uppercase;
margin-top:10px;
padding:0 0 12px;
background:url(img/spa-blc.png) no-repeat 85px bottom;
border:0
}

.medaille {
float:left;
margin-right:10px;
}

/*--------- TEST MEDAILLES ------*/

.bloc-medaille2 {
float:left;
width:450px;
margin:0 50px 10px 0;
}

.bloc-medaille2-fin {
float:left;
width:450px;
margin:0 0 10px 0;
}

.bloc-medaille2 h2, .bloc-medaille2-fin h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:600;
font-size:11px;
text-transform:uppercase;
margin-top:10px;
padding:0 0 12px;
background:url(img/spa-blc.png) no-repeat 150px bottom;
border:0
}

.medaille-bouteille {
float:left;
margin-bottom:15px;
}




/* ------ PAGE Sélection de raisins ---------- */

#languedoc {
float:left;
width:440px;
margin-right:40px;
/*border-right:1px dotted #ccc;*/
}

#gascogne {
float:left;
width:450px;
}

.img-a-gauche {
float:left;
margin:0 10px 0 0;
}

/* ------ PAGE Cepages ---------- */


#languedoc2 {
float:left;
width:440px;
margin-right:40px;
margin-bottom:20px;
}

#gascogne2 {
float:left;
width:450px;
margin-bottom:20px;
}

.img-a-gauche2 {
float:left;
margin:0 10px 20px 0;
}


/* ----- PAGE CONTACT ------------ */

form.adh fieldset {
width:450px;
margin:10px 20px 10px 0;
padding:10px;
}

input,textarea, select {
border:0;
color:#000;
background:#fff;
margin:3px;
}

.button {
padding:2px 5px;
}

.obl {
color:#4B0800;
}

#infosup {
float:right;
width:250px;
margin-top:15px;
}

.smal {
font-size:9px;
}

div.row {
clear:both;
padding-top:2px;
}

div.row label {
float:left;
width:110px;
text-align:right;
padding-top:2px;
}

div.row span.formw {
float:left;
width:215px;
text-align:left;
margin-left:10px;
}

.fd-patch3 {
background:url(img/patch-produit.png) no-repeat center right;
}



/* --- PAGE RAYONNEMENT ----------- */

#pays1 {
float:left;
width:140px;
margin-right:20px;
}

#pays6 {
float:left;
width:140px;
}


.listepays {
padding-left:15px;
margin-top:5px;
}

.listepays li {
list-style-type:disc;
margin-bottom:3px;
}


#map {
float:left;
width:700px;
}

#revendeurs {
margin-left:720px;
}

.legendeimg {
margin:10px 5px 10px 0px;
}

.legendeimg2 {
margin:10px 5px 10px 30px;
}

.txtlegende {

}


/* ----- */

checkbox {
padding:0;
margin:0;
background:#851B0E;
margin:0;width:13px;height:13px;overflow:hidden;
}


/* ------- PAGE CONSO RESPONSABLE ----- */

#conso {
width:400px;
background:#851B0E url(img/lead-bg.jpg) no-repeat bottom right;
color:#fff;
padding:0 0 10px;
margin:55px 0 0 550px;
}

#conso div.block {
padding:20px 30px;
}


.encart {
width:530px;
background:#851B0E url(img/lead-bg.jpg) no-repeat bottom right;
color:#fff;
padding:10px 0 20px 0;
margin:10px 0 0 0;
text-align:center;
font-weight:bold;
}

.Style1 {color: #333}




/* ------- PAGE RECETTE ------ */

.bloc-recette {
float:left;
width:290px;
margin:0 50px 10px 0;
}
.bloc-recettefin {
float:left;
width:290px;
margin:0 0 10px 0;
}


.bloc-recette h2, .bloc-recettefin h2 {
font-family:Georgia, "Times New Roman", Times, serif;
f/*ont-weight:600;*/
font-size:12px;
/*text-transform:uppercase;*/
text-transform:none;
margin-top:0;
padding:0 0 12px;
background:url(img/spa-blc.png) no-repeat right bottom;
border:0
}

.mini-recette {
float:left;
margin:0 10px 10px 0;
}


#cuisine {
width:630px;
float:left;
margin-right:75px;
}

#cocktails {
float:left;
}


/* ----- PLAN DU SITE ------------- */

.listeplan {
padding-left:20px;
}

.listeplan li {
list-style-type:disc;
margin:5px 0;
}

.listeplan li ul li {
list-style-type:circle;
margin:5px 0;
}

.listeplan li ul li ul li {
list-style-type:square;
margin:5px 0;
}

.listeplan li a {
color:#fff;
}



.centilisation50 {
float:left;
width:50px;
padding-top:48px;
text-align:center;
font-size:10px;
margin-top:5px;
}

.centilisation55 {
float:left;
width:55px;
padding-top:48px;
text-align:center;
font-size:10px;
margin-top:5px;
}

.centilisation64 {
float:left;
width:65px;
padding-top:48px;
text-align:center;
font-size:10px;
margin-top:5px;
}

.centilisation75 {
float:left;
width:75px;
text-align:center;
font-size:10px;
margin-top:5px;
}

.centilisation55 img, .centilisation50 img, .centilisation64 img {
margin-bottom:2px;
}


.centilisationbib, .centilisationbib3 {
float:left;
width:100px;
text-align:center;
font-size:10px;
margin-top:5px;
}

.centilisationbib3 img {
margin-top:20px;
}


.centilisationisi {
float:left;
width:69px;
padding-top:20px;
text-align:center;
font-size:10px;
margin-top:5px;
}

.centilisationisi2 {
float:left;
width:69px;
text-align:center;
font-size:10px;
margin-top:5px;
}

.centilisationisi187 {
float:left;
width:75px;
text-align:center;
font-size:10px;
margin-top:5px;
}



.blockpresse {
	background:#851B0E url(img/lead-bg.jpg) no-repeat bottom right;
	float:right;
	width:300px;
	margin-top:30px;
	padding:7px 20px 20px 20px;
}
