html, body {
	width:100%;
}

body {
	margin:0;
	font-family:Arial, Verdana, sans-serif;
	background:url(../images/julien_paysagiste_02.gif) #251504 repeat-x;
}

#conteneur {
	width:1000px;
	margin:0 auto 0px auto;
	padding:0;
}

#bandeau{
	width:1000px;
	height:150px;
	background:url(../images/julien_paysagiste_04.gif) no-repeat;
	border-bottom:1px solid #553B2D;
}

#content{
	width:990px;
	padding:10px 5px 20px 5px;
	border-bottom:1px solid #553B2D;
}

#bloc_texte_accueil{
	height:342px;
	width:380px;
	padding:0 10px 10px 10px;
	/*background:url(../images/julien_paysagiste_08.gif) no-repeat;*/
	float:right;
}

#texte{
	clear:both;
	background-color:#EBE3C2;
	margin-left:4px !important;
	margin-left:2px;
	width:710px;
	padding:20px 10px 20px 10px;
	min-height:350px;
	height:auto !important;
	height:350px;
	border:4px solid #FFF;
	float:left;
}


h1{
	margin:10px 0 20px 0;
	padding:0;
	font-size:25px;
	letter-spacing:1px;
	font-weight:normal;
	color:#60360A;
}

.note{
	color:#60360A;
	font-size:16px;
	font-weight:normal;
	display:block;
}

h2{
	margin:20px 0 5px 0;
	padding:0;
	font-size:20px;
	color:#E16C24;
	font-weight:normal;
}

p{
	margin-top:10px;
	font-size:12px;
	color:#31211A;
}

img{
	border:none;
}

a{
	font-weight:bold;
	color:#6C2A0B;
}

#spacer{
	display:block;
	clear:both;
	margin:0;
	padding:0;
}

#retour_haut{
	font-size:10px; 
	text-align:center; 
	margin:0; 
	padding:0;
	display:block;
	width:743px;
	margin-top:10px;
	color:#5F4032;
	text-align:right;
}

/*******************************Menu Rubriques********************************************************/

#menu_rub{
	font-size:10px;
	text-align:center;
	margin-bottom:20px;
	float:right;
}

#menu_rub a{
	font-weight:normal;
	/*color:#805744;*/
	color:#806153;
	border-right:1px solid #553B2D;
	text-decoration:none;
	display:block;
	float:left;
	padding-top:5px;
	letter-spacing:1px;
}

#menu_rub a:hover{
	color:#EBE3C2;
}

.rub1{ width:100px; }
.rub2{ width:140px; }
.rub3{ width:140px; }
.rub4{ width:140px; }
.rub5{ width:190px; }
.rub6{ width:100px; }
.rub7{ width:120px; }



/*******************************Menu Rubriques********************************************************/



/*******************************Menu droite********************************************************/

#droite{
	margin-left:30px !important;
	margin-left:20px;
	margin-top:0;
	float:right;
	width:210px;
}

#haut_menu_droite{
	width:200px;
	height:auto !important;
	height:22px; /*Pour Ie 6*/
	min-height:22px;
	text-align:left;
	font-family: Arial, Verdana, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:5px;
	margin:0;
	color:#FFF;
	border-bottom:1px solid #553B2D;
}

#bas_menu_droite{
	margin-top:0px;
	padding-left:25px;
	border-bottom:1px solid #553B2D;
}

#menu_droite{
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;
	margin-left:2px;
	margin-top:0;
	padding:0;
	width:210px;
}

#menu_droite li{
	list-style-type:none;
}

#menu_droite a{
	/*color:#805744;*/
	color:#805E4E;
	text-decoration:none;
}

#menu_droite a:hover{
	color:#EF9600;
}

#menu_droite li.s_rubrique{
	padding:6px 0 3px 3px;
	background-image:url(../images/fond_s_rub.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	border-top:1px solid #553B2D;
}

#menu_droite ul.pages{
	margin-left:2px;
	padding:10px 0 10px 0;	
}

#menu_droite ul.pages a{
	/*color:#805744;*/
	color:#805E4E;
	font-size:11px;
	font-weight:normal;	
}

#menu_droite ul.pages a:hover{
	color:#EF9600;
}

.actif{
	color:#EF9600;
}

b{
	color:#60360A;
}

#liens_utiles{
	margin-top:30px;
}

#liens_utiles a{
	display:block;
	/*width:190px;*/
	width:210px;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	text-decoration:none;
	color:#805E4E;
	margin-bottom:10px;
	/*border:1px solid #553B2D;
	padding:5px 0 5px 20px;*/
}

#liens_utiles a:hover{
	color:#EBE3C2;
}

/*****************************Fin Menu droite******************************************************/

/*********************************************Formulaire de contact***************************/


#contact

{
	width: 100%;
}

#contact p{
	margin:2px 0 2px 0;
}

#contact fieldset{
	margin-bottom: 10px;
	padding:10px 0 10px 0;
	border: 1px #fff solid;
}

#contact fieldset legend{
	padding: 0 10px;
	font-size: 18px;
	color: #AC9C7C;
}


/* Label */

#contact label{
	color:#60360A;
	display: block;
	width:170px;
	float: left;
	padding-right: 5px;
	text-align: right;
	letter-spacing: 1px;
	font-weight:bold;
}

#contact input, #contact select, #contact textarea{
	margin-left: 1%;
	width:420px;
	border: #CCC 1px solid;	
}


#contact input[type="submit"]{
	width:80px; 
	height:25px; 
	border:none;
	background-color:#E16C24;
	color:#FFF;
	font-size:11px;
	letter-spacing:1px;
	font-weight:bold;
	margin-top:10px;
}

#contact input[type="submit"]:hover{
	background-color:#9CB651;
	cursor:pointer;
}









/***************************************Fin formulaire contact********************************/



#coordonnees_accueil{
	font-size:12px;
	width:380px;
	border-top:1px solid #96654F;
	margin-top:22px !important;
	margin-top:35px;
	padding-top:5px;
	color:#E16C24;
	/*font-weight:bold;*/
	text-align:center;
	letter-spacing:1px;
}

#coordonnees{
	font-size:11px;
	color:#EBE3C2;
	letter-spacing:2px;
	text-align:right;
	margin-top:15px;
}

#menu_bas{
	font-size:9px;
	text-align:center;
	margin-top:10px;
	padding-right:0px;
	padding-bottom:20px;
	float:right;
}

#menu_bas a{
	font-weight:normal;
	/*color:#805744;*/
	color:#805E4E;
	border-right:1px solid #553B2D;
	text-decoration:none;
	display:block;
	float:left;
	letter-spacing:1px;
	/*width:135px;*/
}

#menu_bas a:hover{
	color:#EBE3C2;
}
