/**********************************************
* General CSS
***********************************************/

body, html {
	background-color:lightgray;
	background-image:url('../img/loop_bg.png');
	height:100%;
	width:100%;
	font-size:14px;
}
strong{
	font-weight:bold;
}

a {
	
	color:#9DA52A;
	text-decoration:none;
}

a:hover {
	color:#9DA52A;
	text-decoration:underline
}


/**********************************************
* Conteneurs
***********************************************/

div#container {
	width:950px;
	margin-left:auto;
	margin-right:auto;

	
}



div#header {
	background-color:black;
}

div#citation {
 	background-image:url('../img/ui_02.png');
	height:114px;
	
}

div#contenu {
	background-image:url('../img/content_loop.png');
	background-repeat:repeat-y;
	
}

div#col_gauche {
	
	width:230px;
	margin-left:5px;
	min-height:800px;
	float:left;
	
}

div#col_droite {	
	min-height:200px;
	float:right;
	margin-right:5px;
	width:685px;
	padding:10px;
}

div#wrap_footer {
	
	background-image:url("../img/footer_loop.png");
	background-repeat:repeat-x;
	height:auto;
	width:950px;
	clear:both;
}
div#footer {
	width:685px;
	margin-left:250px;
	padding-bottom:10px;
	padding-top:10px;
}

/**********************************************
* Classes
***********************************************/
div.footerBlock {
	border-left:2px solid #313131;
	width:210px;
	margin-right:4px;
	padding:0 5px 0 5px;
	float:left;
	min-height:70px;
	color:#999; /*#11140C*/
}

div.clear {
	width:100%;
	clear:both;
}

/**********************************************
* Liens navigation haut
***********************************************/
span.hidden {
	display:none;
}

ul#nav {
	list-style-type:none;	
	padding:0px;
}

ul#nav li {
	display:inline-block;
	padding:0px; margin:0px;
}

/*accueil*/
a#accueil {
	display:inline-block;
	width:75px;
	height:29px;
	background-image:url("../img/a_06.png");
}
a:hover#accueil {
	background-image:url("../img/a_h_06.png");
}

/*vente*/
a#vente {
	display:inline-block;
	width:61px;
	height:29px;
	background-image:url("../img/a_05.png");
}
a:hover#vente {
	background-image:url("../img/a_h_05.png");
}

/*taille*/
a#taille {
	display:inline-block;
	width:69px;
	height:29px;
	background-image:url("../img/a_04.png");
}
a:hover#taille {
	background-image:url("../img/a_h_04.png");
}

/*plantation*/
a#plantation {
	display:inline-block;
	width:112px;
	height:29px;
	background-image:url("../img/a_03.png");
}
a:hover#plantation {
	background-image:url("../img/a_h_03.png");
}

/*autres*/
a#autres {
	display:inline-block;
	width:139px;
	height:29px;
	background-image:url("../img/a_02.png");
}
a:hover#autres {
	background-image:url("../img/a_h_02.png");
}
/*contact*/

a#contact {
	display:inline-block;
	width:73px;
	height:29px;
	background-image:url("../img/a_01.png");
}
a:hover#contact {
	background-image:url("../img/a_h_01.png");
}

/**********************************************
* Styles texte
***********************************************/
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;	
}

h1 {
	color:#933;
	font-size:28px;
	font-weight:bold;
	margin-bottom:5px;
}


div#contenu p {
	color:#966;
	margin-bottom:15px;
	font-size:14px;
	line-height:20px;
}

div#contenu p.lastParagraph, div#contenu ul.last {
	margin-bottom:70px;
}

div#footer a {
	color:#443;
	text-decoration:none;
}
div#footer a:hover {
	color:#555;
	text-decoration:none;
}

em {
	font-style:italic;
}

ul li {
	color:#966;
	margin-bottom:15px;
	list-style-type:disc;
	margin-left:20px;
	font-size:14px;
}
ul {
	
}

div#contenu span#contactType {
	font-size:24px;
}
p.contact {
	padding-top:45px;
	text-align:center;
}
/**********************************************
* Format contenu
***********************************************/

img.left {
	float:left;
	padding:0 10px 10px 0;
}


img.right {
	float:right;
	padding:0 0 10px 10px;
}

img.center {
	text-align:center;
}
div.clear {
	width:100%;
	clear:both;
}

