body, html {
	background-position:center top;
	background-repeat: repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;	
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	color: #dbdfe2;
}

table {
	font-size: 8pt;
}

.text {
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	color: #5d5d5d;
	border-style:solid;
	border-width:1px;
	border-color:#e9e9e9;
	background-color:#FFFFFF;
	padding: 2px;
}

[disabled] {
	color:#989898;
}

.parent{
	text-align: left;
    padding-left: 15px;
	padding-bottom: 5px;
	font-weight: bold;
}

.child{
	padding-top: 10px;
    padding-left: 11px;
	padding-right: 18px;
	padding-bottom: 5px;
	font-weight: normal;
	text-align: justify;
}

#error{
    padding:5px;
    color: #FF0000;
    background-color: #FFFFFF;
}

#validate{
    padding:5px;
    color: #33CC00;
    background-color: #FFFFFF;
} 

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

a:hover {
	color: #FFFFFF;
}

a.linkwhite {
	color: #5d5d5d;
}

a.linkwhite:hover {
	color: #000000;
}

#list3 { border: 1px solid #111; }
#list3 div.selected .title { font-weight: bold; }
#list3 div div {
	border-left:8px solid #6699CC;
	padding: 5px;
}
#list3 div.title {
	border: 1px solid #3366AA;
	background-color: #6699CC;
	padding: 10px;
	cursor: pointer;
}
#list3 div.selected {
	border-bottom: none;
}


strong {
	color: #d1fe06;
}

.pages {
	border: 1px solid #FFFFFF;
	padding: 6px;
	color: #5d5d5d;
	line-height: 35px;
}

a.pages:hover {
	border: 1px solid #f1f1f1;
	color: #000000;
}

.ul_sub_categories {
	padding-left: 15px;
}

.li_sub_categories {
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 11px;
	background-repeat: no-repeat;
	background-position: -10px 17px;
	text-align: left;
} 

h1 {
	color: #d2fb1a;
	font-size: 10pt;
}

h2 {
	color: #d2fb1a;
	font-size: 12pt;
	text-align: center;
}

h2 a{
	color: #d2fb1a;
}

h2 a:hover{
	color: #d2fb1a;
}

div.jMyCarousel .prev{
	background: url('images/left.gif') center center no-repeat;
	width:40px;
	height:140px;
	border:0px;
}
div.jMyCarousel .next{
	background: url('images/right.gif') center center no-repeat;
	width:40px;
	height:140px;
	border:0px;
}
div.jMyCarousel .up{
	background: url('../../img/up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.jMyCarousel .down{
	background: url('../../img/down.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}


/** carousel 1 **/
div.jMyCarousel ul li{
	border:1px solid #fff;
	line-height:0px;
}

div.jMyCarousel ul li a{ /* in case of link */
	display:block;
	border:0px;
}

div.jMyCarousel ul li a img{
	display:block;
	border:0px;
}

/* CSS POUR LE MENU */
div.upper_menu ul li {
	display: block;
	position: relative;
}
