/* CSS Document */
.tab{
	border:1px solid #ffffff;
}
body{
	background-image:url(img/fond.jpg);
	padding:0px;
	margin:0px;
}
.fond_corps{
	background-image:url(img/bg.jpg);
	background-position:left top;
	background-repeat:repeat;
}
.fond_menu{
	background-image:url(img/fond_menu2.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
.fond_corps-top{
	background-image:url(img/fond_corps.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
.fond_titre{
	background-image:url(img/fond_top2.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.fond_texte{
	background-image:url(img/fond_center.jpg);
	background-position:left top;
	background-repeat:repeat-y;
}
.fond_adresse{
	background-image:url(img/fond_adresse.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color:#FDD92D;
}
/*---------------------------textes-----------------------------------*/
td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:+20px;
}
.lienkemenn {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-decoration:underline; 
	color:#ffffff;
}
.lienkemenn:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-decoration:underline; 
	color:#FDD92D;
 }
.textekemenn { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#ffffff;
}
a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:underline; 
}
a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#056D0C;
	text-decoration:none; 
}

div#signature {
	margin:5px auto;
	width:765px;
	text-align:center;
	color:#dddddd;
}
div#signature div#signaturek span {
	position:relative;
	top:-8px;
	font-size:12px;
	vertical-align: middle;
}
div#signature a { color:#eeeeee; }
div#signature p span{ font-size:10px; }
