body
{
	padding: 0;
	margin:0;
	margin-left:3px;
	background: #FFF;
}

.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

/* pour mes liens divers*/
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

dl,dt,dd,ul,li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* Fin */ 

/* pour mes liens navigateur*/
#menu {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	width: 790px;
}

#menu dl {
	float: left;
	width: 9em;
	margin: 0 2px;
}

#menu dt {
	height: 30px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #1B0B8D;
	border: 1px solid gray;
}

#menu dd {
	border: 1px solid gray;
}

#menu li {
	color: #FFF;
	height: 15px;
	text-align: center;
	background: #1B0B8D;
}

#menu li a,#menu dt a {
	height: 20px;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}

#menu li a:hover,#menu dt a:hover {
	background: #1B0B8D;
	color: #E2B723;
}

#bloc {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	width: 790px;
}

#bloc dl {
	width: 790px;
	float: right;
	width: 9em;
	margin: 0 2px;
}

#bloc dt {
	width: 610px;
	height: 38px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #1B0B8D;
	border: 1px solid gray;
}

#bloc dd {
	border: 1px solid gray;
}



/* Fin */
a.lien:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.lien:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.lien:hover {
	color: #E2B723;
	text-decoration: none;
}

a.lien1:link {
	color: #666666;
	text-decoration: none;
}

a.lien1:visited {
	color: #666666;
	text-decoration: none;
}

a.lien1:hover {
	color: #0000FF;
	text-decoration: none;
}

a.lien2:link {
	color: #666666;
	text-decoration: none;
}

a.lien2:visited {
	color: #666666;
	text-decoration: none;
}

a.lien2:hover {
	color: #FFFFFF;
	background-color: #999999;
}

/*lien pour la premiere page*/
a.lien3:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.lien3:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.lien3:hover {
	color: #A1FE00;
	background-color: none;
}

/* lien sur les pays a coté du logo Marill*/
a.lien4:link {
	color: #cccccc;
	text-decoration: none;
}

a.lien4:visited {
	color: #cccccc;
	text-decoration: none;
}

a.lien4:hover {
	color: #333333;
	text-decoration: none;
}

a.lien4:active {
	color: #cccccc;
	text-decoration: none;
	background-color: #CCFFFF;
}

/***************************************/
	/***************************************/
textarea,input,select {
	font-family: arial;
	font-size: 10px;
	/*border-width:1;*/
	color: #000000;
	/*background-color:#EBEBEB;/*
/*border-color:#000000*/
}

.point {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}

.trait {
	border-right-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
}

.traitplein {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	/*border-right-color: #000000;*/
	border-bottom-color: #666666;
	/*border-left-color: #000000;*/
}