/* CSS Document */
/*  ----------------------------------------------------------------
/*  Project:	Floracing
/*  Author: 	M. Boldo
/*  Author URL:	http://www.floracing.be
/*  Date:	augustus 2008
/*  ---------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
html, body {
	margin: 0;
	padding: 0;
	top : 0;
	height: 100%;
}
body {
	font-size: 11px;
	color: #333333;
	background-image: url('../medias/background.jpg');
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center top;
}
img {
	border: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.img_left {
	float: left;
	padding-right: 10px;
}
.img_right {
	float: right;
	padding-left: 10px;
}
/* ////////////////// Layout /////////////// */
#banner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1px;
	height: 200px;
	background-color:#111111;
}
#banner object {
	position: absolute;
}
#cadre {
	background: none;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}
#centreur {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../medias/bords.gif');
	background-repeat: repeat-y;
	background-position: left top;
}
.content_data {
	margin-top: 0px;
	overflow: hidden;
	min-height: 800px;
}
.colonne_gauche {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 203px;
	margin-top: -3px;
	margin-left: 10px;
	padding: 0px;
	background-position: 0px bottom;
	background-image: url('../medias/bg_colonne.jpg');
	background-repeat: repeat-y;
}
.colonne_top {
	background-image: url('../medias/bg_colonne_top.jpg');
	background-repeat: no-repeat;
	width: 203px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
}
.colonne_top a {
	color: white;
}
.colonne_trans {
	width: 203px;
	height: 1px;
	padding: 0;
	margin: 0;
	background-position: 0px 0px;
	background-image: url('../medias/bg_colonne_trans.jpg');
	background-repeat: no-repeat;
}
.colonne_bottom {
	width: 203px;
	height: 24px;
	background-position: left bottom;
	background-image: url('../medias/bg_colonne_bottom.jpg');
	background-repeat: no-repeat;
}
/* SYNDICATE - CONTACT - MOST Comment - SELECTION*/

#syndicate, #menu_contact {
	font-size:11px;
	color:#fff;
	line-height:1.6;
	list-style-type:none;
	margin-top: 0px;
}
#syndicate h2, #menu_contact {
	background-image: url('../medias/bg_highlight.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	padding: 0;
	margin: 0;
}
#syndicate h2 span {
	background-image: url('../medias/feed.gif');
	background-repeat: no-repeat;
	background-position: 50px 5px;
	padding-right: 20px;
	padding-left: 70px;
}
#menu_contact h2 span {
	background-image: url('../medias/contact.gif');
	background-repeat: no-repeat;
	background-position: 50px 5px;
	padding-right: 20px;
	padding-left: 70px;
}
#menu_contact p {
	display:block;
	padding-left:11px;
	padding-right:15px;
	color: #FFFFFF;
	font-size:12px;
	margin-top: 3px;
	padding-bottom: 5px;
	background-image: url('../medias/menu_separateurl.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}
#most-commented h2 {
	background-image: url('../medias/bg_highlight.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	padding: 0;
	margin: 0;
}
#most-commented h2 span {
	background-image: url('../medias/user_comment.gif');
	background-repeat: no-repeat;
	background-position: 30px 5px;
	padding-right: 0px;
	padding-left: 50px;
}
#selection h2 {
	background-image: url('../medias/bg_highlight.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	padding: 0;
	margin: 0;
}
#selection h2 span {
	background-image: url('../medias/important.gif');
	background-repeat: no-repeat;
	background-position: 50px 5px;
	padding-right: 20px;
	padding-left: 70px;
}
#partenaires h2 {
	background-image: url('../medias/bg_highlight.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	padding: 0;
	margin: 0;
}
#partenaires p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#partenaires h2 span {
	background-image: url('../medias/user_comment.gif');
	background-repeat: no-repeat;
	background-position: 50px 5px;
	padding-right: 20px;
	padding-left: 70px;
}
#selection h2 span, #most-commented h2 span, #menu_contact h2 span, #syndicate h2 span, #partenaires h2 span {
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #e1431b;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
}
/* li, hover, a , active, ... */
#syndicate li, #menu_contact li {
	background-image: url('../medias/menu_separateurl.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 8px;
	padding-bottom: 8px;
	list-style: none;
}
#menu_contact li {
	background-image: url('../medias/menu_separateurl.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	list-style: none;
}
#most-commented li, #selection li {
	background-image: url('../medias/menu_separateurl.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	list-style: none;
}
#syndicate li:hover, #syndicate li:active, #syndicate li.hover ul, #most-commented li:hover, #most-commented li:active, #most-commented li:hover ul {
	background-color:#666666;
	padding-top: 8px;
	padding-bottom: 8px;
}
#syndicate li a {
	list-style-type:none;
	list-style-position:outside;
	display:block;
	background-image:url('../medias/puce_menu.gif');
	background-position: 10px;
	background-repeat:no-repeat;
	padding-left:35px;
	padding-right:15px;
	color: #FFFFFF;
}
#most-commented li a, #selection li a {
	list-style-type:none;
	list-style-position:outside;
	display:block;
	background-image:url('../medias/puce_menu.gif');
	background-position: 0px 0px;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:15px;
	padding-bottom: 3px;
	color: #FFFFFF;
}
#most-commented li a:hover, #selection li a:hover {
	background-image:url('../medias/puce_menu_over.gif');
	background-repeat:no-repeat;
	background-position: 0px 0px;
	color: #CCCCCC;
}
#syndicate li a:hover {
	background-image:url('../medias/puce_menu_over.gif');
	background-repeat:no-repeat;
	background-position: 10px;
	color: #CCCCCC;
}
#menu_contact li a {
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
}
#menu_contact li a:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
}
/* //////////// Search FORM /////////// */
#search_form {
	margin-top: 0px;
	margin-bottom: 15px;
}
#search_form h2 {
	background-image: url('../medias/bg_highlight.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#search_form h2 span {
	background-image: url('../medias/find.gif');
	background-repeat: no-repeat;
	background-position: 50px 5px;
	padding-right: 20px;
	padding-left: 70px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #e1431b;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
}
.search {
	background-image: url('../medias/recherche.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border: 0px;
	font-size: 11px;
	padding-left: 3px;
	margin-top: 10px;
	margin-left: 15px;
	width: 130px;
	height: 17px;
}
.ok {
	background-image: url('../medias/btn_ok.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border: 0px;
	height: 17px;
	width: 22px;
	margin-left: 0px;
	margin-right: 10px;
	padding: 0;
}
.ok:hover, .ok:active, .ok:focus {
	background-image: url('../medias/btn_ok.gif');
	background-position: 0px -17px;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-right: 10px;
	padding: 0;
}
/* Chuck ? */
.chuck {
	background-image: url('../medias/menu_separateurl.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	list-style: none;
	padding-right: 8px;
	color:#CCCCCC;
}
/* //////////// Contenu/////////// */
.contenu {
	width: 710px;
	margin-top: 10px;
	padding-left: 230px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.up {
	margin-top: 5px;
	padding-top: 5px;
}
.up a {
	color: #991018;
	text-decoration:none;
}
.up a:hover {
	color: #999999;
}
.post-content p.read_more {
	padding-top: 25px;
	margin-left: 2px;
}
p.read_more a, p.read_more a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-color: #991018;
	/*margin-left: -11px;*/
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(../medias/read_more.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}
p.read_more a:hover, p.read_more a:focus {
	color: #991018;
	background-color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	border: solid 1px #991018;
	background-image: url(../medias/read_more_over.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}
.post {
/*border-bottom: dotted 1px #999999;*/
}
.post-title h2 {
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 20px;
	color: #282121;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	background-image: url('../medias/under_post_title.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 17px;
}
.post-title h2 a, .post-title h2 a:visited, .post-title h2 span {
	color: #282121;
	text-decoration: none;
	background-image: url('../medias/h2_peltor.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
}
.post-title h2 a:hover, .post-title h2 a:focus {
	color: #991018;
}
.post-info {
	margin-top: 0;
	color: #888;
	font-size: 10px;
	padding-bottom: 5px;
}
.post-info strong {
	color: #333333;
}
.post-info a, .post-info a:visited {
	color: #c21617;
	background: transparent;
	text-decoration: none;
	font-size: 9px;
}
.post-info a:hover, .post-info a:focus {
	color: #666666;
}
.day-date {
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	background: transparent url('../medias/day-date.png') no-repeat left center;
	font-style: italic;
}
.post-content {
	font-size: 12px;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	background-image: url('../medias/red.gif');
	background-repeat: repeat-y;
	background-position: left top;
}
.post-content h1, .post-content h2 {
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 18px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
.post-content h3 {
	display: inline-block;
	color:#000;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #DDDDDD;
	background-image: url('../medias/bullet_menu_l2.png');
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 22px;
}
.post-content p {
	text-align: justify;
	line-height: 20px;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.post-content p img {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.post-content .video {
	margin-left: 120px;
	margin-top: 25px;
}
.post-content blockquote {
	margin: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('../medias/quote.gif');
	background-position: 5px 5px;
	background-repeat: no-repeat;
	/*border: 1px solid #CCCCCC;*/
	text-indent: 2em;
	line-height: 18px;
	color:#333333;
	font-family: "Trebuchet MS";
	font-style: italic;
	background-color: #EEEEEE;
}
.post-content ul, .post-content ol {
	margin-left: 20px;
	background-color:#f4f4f4;
	width: 95%;
}
.post-content ul li {
	font-size: 11px;
	padding-left:15px;
	letter-spacing: 1px;
	background-image: url(../medias/puce.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	list-style: none;
	line-height: 20px;
}
.post-content a, .post-content a:visited {
	color: #991018;
	text-decoration: none;
	font-weight: bold;
}
.post-content a:hover, .post-content a:focus {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-color: #991018;
}

.post-info-link {
	float: right;
	text-align: right;
	color: #f79904;
	font-size: 0.9em;
}
.post-info-coms {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 0px;
	color: #f79904;
	font-size: 0.9em;
	background-image: url('../medias/comment.gif');
	background-repeat: no-repeat;
	background-position: right top;
}
.post-info-link a {
	color: #991018;
	text-decoration:none;
}
.post-info-link a:hover {
	color: #999999;
}
.post-content iframe, .post-content object {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#trackbacks blockquote, #comments blockquote {
	width: 660px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEE;
	border-right-color: #EEE;
	border-bottom-color: #EEE;
	border-left-color: #991018;
	background-image: url(../medias/quote.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
.pagenav {
	text-align: center;
	width: 710px;
	height: 20px;
	border:1px solid #991018;
	background-color: #EEEEEE;
	padding-top: 5px;
	margin-top: 15px;
}
.pagenav a {
	color: #991018;
	text-decoration:none;
}
.pagenav a:hover {
	color: #999999;
}
/* ---- Formulaire commentaires ---- */

#comments {
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 10px;
	background-image: url('../medias/bg_comments.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
#comments a {
	color: #991018;
	text-decoration:none;
}
#comments a:hover {
	color: #999999;
}
#comments p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#comments h3#co {
	padding-bottom: 15px;
	padding-top: 10px;
	padding-left: 65px;
	margin-left: 10px;
	background-color: transparent;
	background-image: url('../medias/pilote.gif');
	background-repeat: no-repeat;
	background-position: left 5px;
	font-size: 20px;
}
#comments h3#addco {
	padding-bottom: 15px;
	padding-top: 5px;
	padding-left: 20px;
	margin-left: 10px;
	background-color: transparent;
	background-image: url('../medias/comments_add.gif');
	background-repeat: no-repeat;
	background-position: left 5px;
	font-size: 18px;
}
#comments h3 {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	background-position: left bottom;
	font-size: 18px;
}
#comments ul {
	margin-left: 20px;
}
#comments .input_text {
	border:1px solid #7A6A43;
	background-color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #20304F;
	line-height: 1.3em;
	padding-left: 3px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 6px;
}
#comments textarea, #comments input {
	border: 1px solid #991018;
	padding: 5px;
}
#comments input.submit, #comments input.preview {
	border: 1px solid #999999;
	background-color: #991018;
	color: #FFFFFF;
	padding: 5px;
	cursor: pointer;
}
#comments input.submit:hover, #comments input.preview:hover {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	color: #991018;
}
#comments textarea {
	width: 660px;
	margin: 0px;
	font-size: 1em;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #20304F;
	line-height: 1.3em;
}
#comments .select {
	margin: 0px 0px 0px 6px;
	padding-left: 3px;
	border:1px solid #333333;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #20304F;
	line-height: 1.3em;
}
input#c_remember {
	border: 0px;
}
#com_name {
	padding-left: 20px;
	background-image: url('../medias/com_name.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
#com_email {
	padding-left: 20px;
	background-image: url('../medias/com_email.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
#com_site {
	padding-left: 20px;
	background-image: url('../medias/com_site.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
#com_text {
	padding-left: 20px;
	background-image: url('../medias/com_text.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
.auto_images {
	margin-left: 15px;
	margin-top: 15px;
	display: block;
	padding: 3px;
}
.auto_images img {
	padding: 3px;
}
.auto_images a img, .auto_images a:visited img {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-top: none;
	border-right: none;
	border-left: none;
}
.auto_images a:focus img, .auto_images a:hover img {
	border-bottom: 3px solid #991018;
	border-top: none;
	border-right: none;
	border-left: none;
}
.radio {
	border: 0px none;
}
.formulaire {
	margin-left: 30px;
}
pre, code {
	font-size: 1.2em;
}
pre {
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}
fieldset {
	border: none;
}
label {
	cursor: pointer;
	font-size: 11px;
}
.field label {
	display: block;
	height: 18px;
}
#float_contact {
	float: right;
	margin-right: 75px;
	margin-top: 0px;
}
/* //////////// Clear - Push - Footer /////////// */
.clear {
	clear: both;
	display: block;
	height: 0px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.spacer {
	clear:both;
	height:1px;
	visibility:hidden;
}
.push {
	clear: both;
}
.footer, .push {
	height: 50px;
}
.footer {
	clear: both;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url('../medias/footer.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e9e9e9;
	letter-spacing: 1pt;
	word-spacing: 1pt;
}
.copyright {
	padding-top: 10px;
}
.footer a {
	color: #999999;
	text-decoration: underline;
}
.footer a:hover {
	color: #c0c0c0;
}
/* //////////// Table /////////// */
th, td, textarea {
	font-size: 11px;
}
table.list {
	width: 759px;
	border: none;
	border-collapse: collapse;
	margin: 1px;
}
table.list th {
	text-align: center;
	height: 28px;
	border-left: 1px solid #A2A2A2;
	border-right: 1px solid #A2A2A2;
	font-size: 14px;
}
table.list th.small {
	font-size: 11px;
}
table.list td {
	border-left: 1px solid #A2A2A2;
	border-right: 1px solid #A2A2A2;
	padding: 5px;
	vertical-align: middle;
	color: #333333;
}

