/* CSS Document */

body{
	background-image:url(img/fond.jpg);
	background-repeat:repeat;
	background-color:#fff;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

/******* table contenu **********/
table#contenu{
	border:1px solid #fff;
}
td#haut{
	background-image:url(img/haut.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#fff;
}
td#menu{
	background-image:url(img/menu.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#fff;
	vertical-align:top;
}
td#corps{
	background-image:url(img/corps.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#fff;
	padding:50px 10px 10px 20px;
	vertical-align:top;
}
td#bas{
	background-image:url(img/bas.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#fff;
}
/******* table texte **************/

#texte td#titre{
}
#texte td#texte{
	width:529px;
	background-image:url(img/texte.jpg);
	background-repeat:repeat-y;
	background-color:#fff;
	padding:10px 10px 5px 30px;
	line-height:300%;
}
#texte td#texte_bas{
	width:529px;
	vertical-align:top;
}
.border{
	border:1px solid #3780b9;
	margin:2px;
	background-color:#94bfe5;
}
/******** liens ********/
a {
	text-decoration:underline;
	color:#3780b9;
	}
a:visited {
	text-decoration:underline;
	color:#3780b9; 
	}
a:hover {
	text-decoration:none;
	color:#FF9933;
	}
.cursor {
	cursor: hand;
}







/*
TD {color: #7E5183;font-family: Arial, helvetica, helvetica;font-size: 11px;line-height: +15px}
BODY{color: #000000; padding:0px;margin:0px;margin-left: 0px;margin-top:0px;margin-right:0px;margin-bottom:0px}
.textegras{color: #7E5183;font-family: Arial, helvetica, helvetica;font-size: 11px;font-weight:bold}
*/

/* typo Kemenn */
.textekemenn { font-family:Arial; font-size:11px; color:#ffffff  }
.lienkemenn {font-family: arial; font-size: 11px; text-decoration:underline; color:#ffffff }
.lienkemenn:visited {font-family: arial; font-size: 11px; text-decoration:underline; color:#ffffff }
.lienkemenn:hover {font-family: arial; font-size: 11px; text-decoration:underline; color:#ffffff }

.lienbandeau{font-family: arial; font-size: 11px; text-decoration:none; color:#7E5183 }
.lienbandeau:visited {font-family: arial; font-size: 11px; text-decoration:none; color:#7E5183 }
.lienbandeau:hover {font-family: arial; font-size: 11px; text-decoration:none; color:#7e8a4a }
