@charset "utf-8";

*
{
	margin:0;
	padding:0;
}
html,body
{
	height:100%;
	width:100%;
	font-family:"Arial","Verdana",sans-serif;
}
body
{
	background:#77a40c url(../images/bgbody.gif) no-repeat 0px 0px;
	color:#333333;
}
a
{
	color:#FFFFFF;
	text-decoration:none;
	padding:2px;
}
a:hover
{
	color:#77a40c;
	background-color:#FFFFFF;
}
h3
{
	display:block;
	width:100%;
	border-bottom:1px solid #333333;
	margin-bottom:5px;
}
div#livechat
{
	position: absolute;
	top: 5px;
	right: 5px;
}
table#general
{
	background:transparent url(../images/bggeneral.gif) no-repeat bottom right;
	width:100%;
	height:100%;
}
.chg
{
	background:transparent;
	width:10px;
	height:20px;
}
.chd
{
	background:transparent;
	width:10px;
	height:20px;
}
.cbg
{
	background:transparent;
	width:10px;
	height:20px;
}
.cbd
{
	background:transparent;
	width:10px;
	height:20px;
}
.haut
{
	background:transparent url(../images/bghaut.png) no-repeat top center;
	height:20px;
	width:920px;
}
.gauche
{
	background:transparent url(../images/bggauche.png) no-repeat top left;
	height:541px;
	width:10px;
}
.milieu
{
	background:#85b80c;
	width:858px;
	min-height:541px;
	vertical-align:top;
	text-align:justify;
	padding:10px;
}
	.menu
	{
		display:block;
		width:100%;
		height:100px;
	}
		.menu ul
		{
			display:block;
			width:100%;
			height:100px;
		}
			.menu ul li
			{
				float:left;
				list-style-type:none;
				margin:5px;
				padding:3px;
			}
				.menu ul li a img
				{
					border:none;
				}
				.menu ul .txt
				{
					margin-top:25px;
					line-height:50px;
					width:150px;
					text-align:center;
					vertical-align:middle;
				}
					.menu ul .toggler
					{
						text-decoration:none;
						color:#FFFFFF;
						font-weight:bold;
						display:block;
						border:none;
						cursor:pointer;
						font-size:15px;
					}
					.menu ul .toggler:hover
					{
						color:#85b80c;
						background-color:#FFFFFF;
					}
	.contenu
	{
		display:block;
		width:100%;
		min-height:410px;
		margin-top:11px;
	}
		.contenu div#div_contact table tr td
		{
			vertical-align:top;
		}
		.contenu div#div_contact table tr .align_right
		{
			text-align:right;
		}
		.contenu table#all
		{
			width:100%;
		}
			.contenu .separation
			{
				height:10px;
				line-height:10px;
			}
				.contenu .cell_rea
				{
					width:16%;
					text-align:center;
				}
					.contenu .cell_rea a
					{
						background-color:transparent;
						border:2px solid #73A608;
						display:block;
						width:120px;
						height:120px;
						padding:0;
					}
					.contenu .cell_rea a:hover
					{
						background-color:#466408;
						border:2px solid #466408;
						display:block;
						width:120px;
						height:120px;
						padding:0;
					}
					.contenu .cell_rea a img
					{
						border:0px solid #FFFFFF;
						filter: alpha(opacity=100);
						-moz-opacity: 1;
						-khtml-opacity: 1;
						opacity: 1;
					}
					.contenu .cell_rea a img:hover
					{
						border:0px solid #333333;
						filter: alpha(opacity=20);
						-moz-opacity: 0.2;
						-khtml-opacity: 0.2;
						opacity: 0.2;
					}
					div#div_infos ul
					{
						padding-left:40px;
						list-style-type:none;
					}
.droite
{
	background:transparent url(../images/bgdroite.png) no-repeat top right;
	height:541px;
	width:10px;
}
.bas
{
	background:#77a40c url(../images/bgbas.png) no-repeat bottom center;
	height:20px;
	width:920px;
	color:#395100;
	font-size:0.7em;
	text-align:right;
}
	.bas a, .bas a:hover
	{
		text-decoration:underline;
		color:#395100;
	}
	.toggler
	{
		text-decoration:underline;
		cursor:pointer;
		color:#395100;
		/*padding:2px;*/
	}
	.toggler:hover
	{
		background-color:#FFFFFF;
	}
	
	
/* TOOLTIPS */

a.tooltip:hover
{
	background-color:#000000; text-decoration:none;
} /* background-color pour IE6*/
a.tooltip span
{
	display:none;
	padding:2px 3px;
	margin-left:-122px;
	margin-top:125px;
}
a.tooltip:hover span
{
	display:inline;
	position:absolute;
	border:1px solid #FFFFFF;
	background:#000000;
	color:#FFFFFF;
}
