/*
* Name    : cdp.css
* Type    : CSS Source File
* Subject :
* OS      :
*
* Author  : ATTIA Camille
* Version : 1.0.0
* Create  : 2006.12.01
* Modif.  :
*/

body {
	background-color: #FFFBF0;
	color: #A72C0A;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	margin: auto;
	width:990px;
}

a,
a:active,
a:visited {
	background-color: inherit;
	color: #006600;
	text-decoration: underline;
}

a:hover {
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
}

div#container {
	margin: auto;
	width: 990px;
}

div#menu {
	background: transparent url(../img/menu.jpg) no-repeat scroll 0 76px;
	float:left;
	height: 676px;
	vertical-align: top;
	width: 192px;
}

div#logo {
	background-image: url(../img/confitdeprovence_1l_small.jpg);
	height: 75px;
	width: 192px;
}

div#content_menu {
	background-color: transparent;
	color: inherit;
	margin: 0px 0px 0px 65px;
}

ul#items,
ul.sub_items {
	list-style-type: none;
	padding: 0px 0px 0px 10px;
}

ul#items {
	margin: 13px 0px 0px 0px;
}

ul.sub_items {
margin: 0px 0px 0px 0px;
}

ul.sub_items a {
text-decoration:none;
}

ul#items img,
ul.sub_items img {
	padding: 0px 2px 0px 0px;
}

p#nav_bar {
	padding: 0px 0px 0px 10px;
	vertical-align: middle;
}

div#footer {
	padding: 0px 10px 0px 0px;
	text-align: right;
}

.ttlen,
.ttlfr {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.ttlen,
.txten {
	background-color: inherit;
	color: #006600;
}

.ttlfr,
.txtfr {
	background-color: inherit;
	color: #A72C0A;
}

.txten,
.txtfr {
	text-align: justify;
}