body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #7FCCFD;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	text-align: center;
	line-height: 16px;
	background-image: url(../img_site/fond-body.png);
	background-repeat: repeat-x;
}

body#fondaccueil {
	background-color: #FFFFFF;
	background-image: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;    
}

.accueil-bandeau {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	background-image: url(../img_site/accueil-valcalorie.png);
	height: 166px;
	width: 800px;
}

.txt_accueil {
    font-size: 22px;
    font-weight: bold;
}

h1 {
	color: #009BFD;
	font-size: 18px;
	line-height: 22px;
}

h2 {
	color: #009BFD;
	font-size: 16px;
	line-height: 20px;
}

h3 {
	color: #009BFD;
	font-size: 14px;
	line-height: 18px;
}

a {
	color: #F80000;
	text-decoration: none;
}

a:hover {
	color: #009933;
	text-decoration: none;
}

/* -- Styles perso pour Valcalories -- */

.hautdepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F4F3E3;
	background-color: #10147E;
	height: 90px;
}
.titrehaut {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #009BFD;
}

.lng {
	float: left;
	width: 160px;
	text-align: right;
	margin: 22px 4px 0px 0px;
}
.piedepage {
    font-size: 10px;
    line-height: 13px;
    color: #999;
    width: 260px;
    float: right;
    margin: 12px 20px 0px 0px; 
}

.basdepage {
	background-image: url(../img_site/basdepage.png);
	background-repeat: no-repeat;
	background-position: bottom;
	bottom: auto;
}

.contenu {
	margin: 16px 20px 0px 16px;
	font-size: 12px;
	line-height: 16px;
}
.adresse {
	font-size: 11px;
	line-height: 13px;
	color: #999999;
	text-align: center;
	display: block;
}
.wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.listing th {
	background-image: url(../img_site/haut-th.png);
	background-repeat: repeat-x;
	padding: 2px;
	border-bottom: solid 1px #009BFD;
	font-size: 12px;
	font-weight: bold;
	color: #007ECB;
}
.listing td {
	padding: 2px;
	border-bottom: solid 1px #CCCCCC;
	font-size: 12px;
	line-height: 16px;
}

.listingAdmin td
	{
	padding: 6px;
	border-bottom: solid 1px #C6C6C6;
	}
	
.listTxt td {
    padding: 6px;
    border-bottom: solid 1px #CECECE;
}


/* -- Styles pour le menu déroulant vertical -- */
/* -------------------------------------------- */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 166px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
}
	
.suckerdiv ul li{
position: relative;
font-size: 12px;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #666666;
text-decoration: none;
background: #fff;
padding: 2px 4px 2px 4px;
border-top: 1px solid #ccc;
border-top: 1px solid #ccc;
}

.suckerdiv ul li ul {
border-top: 1px solid #ccc;
}

.suckerdiv ul li ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #CBECFF;
padding: 1px 5px;
border: 1px solid #ccc;
border-top: none;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
	color: #FFF;
	background-image: url(../img_site/fond-menu-bleu.png);
	background-repeat: repeat-x;
}

.suckerdiv .subfolderstyle{
background: url(../img_site/arrow-list.png) no-repeat center right;
background-color: #FFF;
}

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

