body {
	margin: 0px;
	background-color:#FFFFFF;
	padding: 0px;
	background-image: url(../../images/gazon.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
}
img{ border:0px; }
form{ margin: 0px; padding: 0px; }

* {
	font-family: Arial, Helvetica, sans-serif;
 	font-size:11px;
	text-decoration: none ;
	color:#E0DBD5;
}
.td-img {
vertical-align:top;
}

/*********** #Styles du menu ***********/

.menus					{ 
	color:#FFFFFF; 
	border: 0; 
	padding:0 0 0 0; 
	background-image: url(../../images/bg_menus.jpg); 
	vertical-align:top;
	background-repeat:no-repeat;
}
.menus a				{ color:#C1BBB3; }
.menus a:hover	{ color:#CAD470; }

.menus ul {
	margin: 0;
	padding: 0;
	list-style: none;	
	padding: 20px 0 0 0px;
}
.menus li  {
	padding: 6px 0 4px 18px;
	line-height: 100%;
}
.menus li.selected{
	background-color:#474130;
	padding: 6px 0 4px 18px;
	margin:0 0 0 0;
	line-height: 100%;
}
.menus li.smenu  {
	background-image: url(../../images/rightarow.gif);
	background-repeat: no-repeat;
	background-position: 19px 49%;
	padding:5px 0 3px 27px;
	
	border:0;
}
.menus li.smenu a				{ font-size:10px; font-weight:normal;   }
.menus li.smenu a:hover				{ font-size:10px; font-weight:normal; color:#CAD470;  }
.menus li.smenu-selected  {
	margin:2px 0 0px 0;
	padding: 3px 0 4px 29px;
	background-image: url(../../images/rightarow.gif);
	background-repeat: no-repeat;
	background-position: 19px 49%;
	border:0;
	background-color:#474130;

	font-size:10px;
	color:#FFFFFF;
}
/************* Textes ****************/
.text				{
	background-color:#3f3c2d;
	background-image:url(../../images/bg_txt_2.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:579px;
	border-top: solid #2a2a23 5px;
	padding:28px;
	vertical-align:top;
}
.text-g			{
	background-image:url(../../images/bg_txt.jpg);
	width:258px;
}
.bg-text-h			{
	background-color:#3f3c2d;
	background-image:url(../../images/bg_txt_2.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:579px;
}
.ptiller				{
	background-image:url(../../images/ptiller.gif);
	background-repeat:repeat-y;
	width:1px;
}
.text a				{ color:#DFBE9D; text-decoration: none; }	
.text a:hover		{  color:#E7CEB6; text-decoration: underline; }

.text h2	{  font-weight: bold; color:#d8dc51; margin:0; padding:0px 0 5px 0; text-align:left; }
.text h3	{  font-weight: bold; color:#A6815B; margin:0; padding:0px 0 5px 0; }
.text h4	{  font-weight: normal; font-style:italic; margin:0; padding:0px 0 2px 0; }

ul {
	list-style-type: square;
	padding:0;
	margin:0px 10px 15ppx 15px;
}
li {
line-height:120%;
}
.input 	{
	width:250px;
	border: solid #000000 1px;
	color:#312e20;
	background-color:#9c9073;
	font-size:13px;
}
.textarea 	{
	width:250px;
	border: solid #000000 1px;
	color:#312e20;
	background-color:#9c9073;
		font-size:13px;
}
.radio	{
	width:10px;
	border: solid #2a2a23 0px;
	color:#3F3C2D;
}
.button 	{
	width:100px;
	border: solid #000000 1px;
	color:#3F3C2D;
	background-color:#d8dc51;
}
.green-star 	{
	color:#d8dc51;
	font-size:16px;
	font-weight:bold;
}