/*
Theme Name: BIC Ecolutions Fr
Theme URI: http://wordpress.org/
Description: Blabla bla
Version: beta 712.4 LorFM
Author: John B.Root
Author URI: ...
Tags: blue, custom header, fixed width, two columns, widgets 

Kubrick v1.5
http://binarybonsai.com/kubrick/

This theme was designed and built by Michael Heilemann,
whose blog you will find at http://binarybonsai.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/
/* Begin Typography & Colors */

*, html, body {
	margin:0px;
	padding:0px;
	font-family:Arial;
	color:#2e5fae;
}

body{
	background-color: #2ba22e;
	font-size:12px;
}

.decal a:hover {

}

#animation_header{
	 width:1000px;
	 text-align:center;
}

#main_container{
	margin:auto;
	width:1000px;
}

.content{
	background-image:url(images/frame_middle.jpg);
	background-repeat: repeat-y;
	padding:0px 20px 0px 20px;
}

.separator_green_top{
	background-image:url(images/line_top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	margin-left:20px;
}

.separator_green_bottom{
	background-image:url(images/line_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

.decal{
	padding:0 15px 0 15px;
}

h1,h2,h3,li{
	color:#2e5fae;
}

h1 {
	font-size:30px;
	color:#339933;
}

h2 {
	font-size:16px;
	padding:5px 0 10px 0;
}

h3 {
	font-size:14px;
	color:#339933;
	padding:0 0 15px 0;
}

h3 sup, h3 sub {
	color:#339933;
}

h4 {
	font-size: 12px;
}

ul {
	padding-left:expression('15px;');
	list-style-image: url(images/puce-ff.gif);
	list-style-image: expression('url(images/puce-ie.gif)');
	list-style-position: inside ;
	padding-bottom:5px;
}

ul li {
	padding-bottom:10px;
}

p {
	padding-bottom:15px;
}

a {
	color:#339933;
}

a sup {
	color:#339933;
}

a:hover {
	color:#339933;
}

.clear{
	clear:both;
	font-size:0px;
	margin:0px;
	padding:0px;
	line-height:0px;
}

strong sub {
	font-weight:bold;
}

/* 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 {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
/* End Images */

table {
	width:100%;
	border-collapse:collapse;
}

li {
}

* {
	border:0px solid #ffffff;
}

#footer {
	width:1000px;
	/*background: url('images/footer_line.jpg') center 5px no-repeat;*/
	margin:auto;
	font-size:10pt;
	padding-bottom:10px;
	color:#ffffff;
	font-weight:bold;
}

#footer a {
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.tab {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:15px 0 0 0;
}

.input_text {
	border:1px solid #c5e553;
	font-size:13px;
	width:285px;
}

#contact_form td {
	padding:7px 0 3px 0;
}

.contact_label {
	width:100px;
}

#popup_contact h3 {
	padding:10px 0 5px 0;
}

#pagination a {
	color:#c5e553;
}

.animation_description {
	
}

.animation_description p {
	padding:0;
}

ul ul {
	padding:0 0 0 20px;
}

#printContainer{
	width:700px;
	margin:auto;
	text-align:center;
}

#printForm{
	border:1px solid #000000;
	padding:10px;
	text-align:left;
}

.printthisPage{
	text-align:center;
	/*border:1px solid #000000; 	*/
}