body {
	background-color: #1963A2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
a {	font-size: 12px;}
a:link {color: #1963A2;
        text-decoration: none;}
a:visited {color: #1963A2;
           text-decoration: none;}
a:hover {color: #CC0000; text-decoration: underline;}
a:active {color: #009900;text-decoration: none;}
.allo{
	font-size: 12px;
	background-color: #DEEFFD;
}

/*debut boites.tpl*/
.boite {
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	border-style: none;
	font-variant: normal;
}
.titre {
	background-image: url(../images/titrefCategory.gif);
	font-weight: bold;
	/*text-transform: capitalize;*/
}
.contenu {
	background-color: #ECF5FD;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	vertical-align: top;
}
/*fin boites.tpl*/
.txt {
	font-size: 12px;
	text-transform: none;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
.txtc {
	font-size: 12px;
	text-transform: none;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.cel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	border: none;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
}
/*fin cel.tpl*/

/**************** menu coding *****************/
#menu {
width: 100%;
/*background: #eee;*/
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
float: left;
}

#menu ul li ul li {
list-style: none;
margin: 0;
padding: 0;
width: 100px;
float: left;
left: -15px;
text-align: left;
}

#menu a, #menu a.test {
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
display: block;
/*border-width: 1px;*/
/*border-style: solid;*/
/*border-color: #ccc #888 #555 #bbb;*/
margin: 0;
padding: 2px 3px;
}

#menu a.test {
color: #0000cd;
background: transparent;
/*text-transform: uppercase;*/
border-style: none;
}

#menu a {
color: #008000;
background: #f5f5f5;
text-decoration: none;
border-width: 1px;
border-style: solid;
border-color: #dcdcdc;
/*#ccc #888 #555 #bbb*/
}

#menu a:hover {
/*color: #a00;
background: #fff;*/
color: #ff0000;
/*background: #008000;*/
}

#menu a.test:hover {
/*color: #a00;
background: #fff;*/
color: #ff0000;
/*background: #008000;*/
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;}

#menu a, #menu h2 {
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
