/***
  border-color:red;
  border-width:1px;
  border-style:solid;
***/

/*-------------------------*/
/* Main                    */
/*-------------------------*/

html, body, form {
	margin: 0px;
	padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
	color:#330000;
}

body {
	background-color:#9e6e3f;
  background-image: url(gfx/bg_3.png);
  background-repeat: repeat-y;
}

#full {
	width:1232px;
	margin: 0px auto;
  background-image: url(gfx/tetiere3.png);
  background-repeat: no-repeat;
}

#background {
	position:fixed;
	top:0;
	left:0;
	z-index:-2;
	width:100%;
	height:100%;
}

#tetiere {
  border-style: none;
	width:1232px;
	height:101px;
	position:absolute;
	padding-left:200px;
	z-index:-1;
}

#main_home {
	width: 1024px;
	margin: 0px auto;
	text-align:left;
	height:290px;
	position:relative;
}

#main {
	width: 1024px;
	margin: 0px auto;
	text-align:left;
	height:290px;
  background-image: url(gfx/fond_vert2.png);
  background-repeat: no-repeat;
	background-position:212px 108px;
	position:relative;
}

#header {
  float: right;
  width:1024px;
  height:117px;
}

#header_left {
  float: left;
	width:161px;
  height:128px;
	padding:20px;

}

#header_right {
  float: left;
}

#main_page {
	float: right;
	width:1024px;
}

#left {
	text-align:center;
	float: left;
	width:198px;
	padding-right:20px;
}

#right {
	width:800px;
	float: left;
}

#home_left {
	float: left;
	width:850px;
}

#home_right {
	float: right;
	width:170px;
	text-align:center;
}

img {
  border-style: none;
}

hr {
	border: 0;
	border-bottom: #330000 dotted 1px;
	margin: 0 auto;
}

.clear {
	clear:both;
}

.center {
	text-align:center;
}

a, a:visited {
	color:#330000;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

#menu_left ul {
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  list-style-type: none;
  padding: 0;
  margin: 0;
	margin-left:2px;
}

#menu_left ul li ul {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

#menu_left li {
  line-height: 20px;
	padding-left:18px;
}

#menu_left li ul li  {
	padding-left:10px;
}

#menu_left a {
  display:block;
	color:#330000;
}

#menu_left a:hover {
  text-decoration: none;
	color:#79b01d;
}

.menu_left {
  background-image: url(gfx/puce_sub_off.png);
  background-repeat: no-repeat;
  background-position: 0px 2px;
}

.menu_left_active {
  background-image: url(gfx/puce_sub_on.png);
  background-repeat: no-repeat;
  background-position: 0px 2px;
	color:#79b01d;
}

.menu_left_niv3 a {
}

.menu_left_niv3_active a {
	color:#79b01d;
}

/*-------------------------*/
/* Menu                    */
/*-------------------------*/

#menu_left
{
	text-align:left;
}

.menu_left_title
{
  color:white;
	background-color:#330000;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
	/**background: url(gfx/menu_bg.png) repeat-x;**/
	padding-left:10px;
  height: 48px;
	-webkit-border-radius: 10px 10px 00px 00px;
	-moz-border-radius: 10px 10px 00px 00px;
	border-radius: 10px 10px 00px 00px;
	margin-bottom:10px;
}

#menu_right {
	float: left;
	margin-top:10px;
}

#menu_favoris {
	position: relative;
	z-index: 10;
	margin-left:10px;
	margin-right:10px;
}

#menu_favoris a {
	color:white;
}

#menu_contact {
	float:right;
	position: relative;
	z-index: 10;
}

#menu_zone {
	margin-top:53px;
	float: left;
	height:55px;
	width:653px;
	/**background: url(gfx/menu_bg.png) repeat-x;**/
}

#menu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
 /**	text-transform:uppercase;**/
}

div.pill_l {
}

div.pill_m {
}

div.pill_r {
}

#pillmenu {
  padding-top:13px!important!;/*** IE7 ***/
}

#pillmenu ul {
	float:left;
  list-style:none;
  padding: 0px;
  margin-left: 0px;
}

#pillmenu li {
	float: left;
}

#pillmenu a {
  display:block;
  padding-right: 15px;
  padding-left: 25px;
	color:white;
  text-decoration: none;
	background: url(gfx/puce_off.png) no-repeat;
	background-position:2px 6px;
  padding-bottom:13px;
}

#pillmenu a:hover {
  text-decoration: none;
	color:#99cc33;
	background: url(gfx/puce_on.png) no-repeat;
	background-position:2px 6px;
}

#pillmenu li ul a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: none;
}

#pillmenu li ul a:hover {
/*	background-color:red; */
	background-position:2px 0px;
}

#pillmenu a#active_menu-nav {
	background: url(gfx/puce_on.png) no-repeat;
	background-position:0px 6px;
  text-decoration: none;
}

#pillmenu a#active_menu-nav:hover {
}

#pillmenu span a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: none;
	text-transform:none;
	color:white;
	background: none;
}

.sub_panel_content
{
	position: relative;
	z-index: 10;
	padding-top: 10px;
}

.sub_panel
{
	text-align:left;
	background-color:#330000;
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
/**
    -moz-opacity : 0.75;
    opacity : 0.75;
    -ms-filter: "alpha(opacity=75)";
    filter : alpha(opacity=75);
**/
}

/*-------------------------*/
/* Footer                  */
/*-------------------------*/
/**
#footer_bg {
	width:1024px;
}

#footer_1600_bg {
	float: left;
	background: url(gfx/footer_1600_bg.png) no-repeat;
	width:1600px;
	height:161px;
	margin-top:-80px;
	margin-left:0px;
}

#footer_page {
	float: right;
	padding-bottom:10px;
	-webkit-border-radius: 10px 10px 00px 00px;
	-moz-border-radius: 10px 10px 00px 00px;
	border-radius: 10px 10px 00px 00px;
	background-color:#330000;
}
#footer {
	padding:10px;
}

#footer_right {
	float:right;
}

#footer_left {
	float:left;
}
**/
/*-------------------------*/
/* Footer                  */
/*-------------------------*/

#footer_bg {
	float: right;
	background: url(gfx/footer_bg.png) bottom right no-repeat;
	width:1024px;
	height:83px;
	margin-left:-197px;
	margin-top:-13px;
}

#footer_1600_bg {
	float: left;
	background: url(gfx/footer_1600_bg.png) no-repeat;
	width:1600px;
	height:161px;
	margin-top:-80px;
	margin-left:0px;
}

#footer_page {
	float: right;
	padding-bottom:15px;
}
#footer a {
	color:#330000;
	width:1024px;
}

#footer_right {
	float:right;
}

#footer_left {
	float:left;
}


/*-------------------------*/
/* Fonts                   */
/*-------------------------*/

h1 {
  font-family: arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
	padding:0px;
	margin:0px;
	padding-top:20px;
	text-align:left;
	padding-left:270px;
}

.cms h1 {
  font-family: arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
	text-align:left;
	padding-left:0px;
	padding-bottom:20px;
}

h2 {
  font-family: arial, sans-serif;
  font-size: 15px;
	text-transform:none;
  text-decoration:none;
	font-style:italic;
	text-align:center;
  font-weight: bold;
	margin-left:55px;
	margin-bottom:30px;
}

h3 {
  font-family: arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
	padding:0px;
	margin:0px;
	text-align:left;
	padding-left:270px;
}

h4 {
  font-family: arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
	padding:0px;
	margin:0px;
	text-align:left;
	padding-left:270px;
}

h5 {
  font-family: arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
	padding:0px;
	margin:0px;
	text-align:center;
	color: #330000;
}


b {
  color:#003333;
}

p.bg {
	margin: 0px;
  padding: 0px;
}

p {
	margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}

td {
  font-size: 16px;
  line-height: 18px;
	letter-spacing:0px;
}

td br {
  font-size: 28px;
}

td ul
{
  list-style-type: none;
  padding: 0;
  margin: 0;
	padding-left:35px;
  margin-bottom: 20px;
  line-height: 22px;
}

td li
{
	padding-left:30px;
  background-image: url(gfx/puce.png);
  background-repeat: no-repeat;
}

td ul li ul
{
  list-style-type: none;
  padding: 0;
  margin: 0;
	padding-left:35px;
}

td ul li ul li
{
	padding-left:30px;
  background-image: url(gfx/puce_sub_off.png);
  background-repeat: no-repeat;
}

/*-------------------------*/
/* Boxes                   */
/*-------------------------*/

.box, .formulaire {
  border-color:#d9c6b3;
  border-width:1px;
  border-style:solid;
	padding-bottom:40px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	background-color:#ede5db;
  color:#330000;
}

.box2 {
  border-color:#330000;
  border-width:1px;
  border-style:solid;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	background-color:white;
	padding-bottom:40px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
}

.box2_title
{
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
  color:#fff;
	background-color:#330000;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin-bottom:10px;
	padding-left:20px;
  line-height: 32px;
  height: 32px;
	background: url(gfx/menu_bg.png) repeat-x;
}

.box2_content
{
	padding-right:20px;
}

.box3 {
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
	text-align:center;
	width:180px;
	height:41px;
	float:left;
	margin-right:10px;
  border-color:#b0b1b3;
  border-width:1px;
  border-style:solid;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	background-color:#f9f9f9;
  color:#444444;
	background: url(gfx/mw_menu3.png) center right repeat-x;
}

.box3:hover {
	color:#202526;
	background: url(gfx/mw_menu3_hover.png) center right repeat-x;
  text-decoration:none;
}

/*-------------------------*/
/*          Forms          */
/*-------------------------*/

a.button, .bp
{
  font-weight: bold;
	background-color:#99cc33;
	background-color:#5f2b2b;
	color:#fff;
	height:24px;
	display:inline;
	cursor:pointer !important;/*** IE6 ***/
	cursor:hand;
	border: 1px solid #99cc33;
	border: 1px solid #5f2b2b;
	padding: 0px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	/***background: url(gfx/mw_menu_active.png) top right repeat-x;***/
	cursor:pointer !important;/*** IE6 ***/
	cursor:hand;
}

a.button
{
	margin:0px auto 0 auto;
	text-align:center;
	vertical-align:bottom;
	display: block;
	width:50px;
	height:12px;
}

a.button:hover, .bp:hover
{
	background-color:#330000;
	color:#fff;
	border: 1px solid #330000;
  text-decoration:none;
}

textarea {
	font:13px verdana, arial, sans-serif;
}

/*-------------------------*/
/*         Contact         */
/*-------------------------*/

#contact_formulaire {
}

.box_error {
	width: 100%;
	background: red;
	position:relative;
	z-index:5001;
	color: #fff;
	width: 150px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	padding: 4px 10px 4px 10px;

	position:absolute;
  margin-top: -20px;
  margin-left: 50px;
	display: inline;
	cursor:pointer !important;/*** IE6 ***/
	cursor:hand;
	z-index:0;
}

#bandeau {
  border-style: none;
	height:55px;
	width:100%;
	padding-top:53px;
	position:absolute;
	z-index:-1;
}


/*-------------------------*/
/*         Tooltip         */
/*-------------------------*/

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#99cc33;
	padding:2px 5px;
	color:#330000;
	display:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
