/* HTML STYLE */
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #d8d3c3;
	background-image: url(images/header_repeat.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}

h1{
	color:#99CC33;
	font-size:18px;
	margin:0; padding:0;
	margin-bottom:15px;
}
h2{
	color:#99CC33;
	font-size:12px;
	margin:0; padding:0;
	margin-bottom:3px;
}

p{
	margin:0; padding:0;
	margin-bottom:8px;
	text-align:justify;
}

a{
	color:#99CC33;
}

ul{
}

li{
	list-style-type:square;
}

input, textarea, select{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:2px;
}

.input{
	border:0;
	border-bottom:#999999 dotted 1px;
	width:97%;
}
.input2{
	border:0;
	border:#999999 dotted 1px;
	width:97%;
}

.button{
	font-weight:bold;
	color:#FFFFFF;
	background-color:#669900;
	padding:1px;
	border-top:#99CC00 1px solid;
	border-left:#99CC00 1px solid;
	border-right:#669900 1px solid;
	border-bottom:#669900 1px solid;
}

/* TOP STYLE */
#header{
	width:774px;
	margin-left:auto; margin-right:auto;
}
#promo{
	width:750px;
	margin-left:auto; margin-right:auto;
	background-image: url(images/main_repeat_y.jpg);
	background-repeat: repeat-y;
	padding:12px;
}
#menu{
	width:757px;
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	margin-left:auto; margin-right:auto;
	height:32px;
	padding-left:17px;
}

#menu a{
	display:block;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:98px;
	height:22px;
	padding:4px;
	padding-top:6px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	color:#999999;
}
#menu a:hover{
	color:#666666;
}
#menu a.selected{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/menu_link_bg.jpg);
	background-repeat: no-repeat;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}

/* MAIN STYLE */

#main{
	width:734px;
	margin-left:auto; margin-right:auto;
	background-image: url(images/main_repeat_y.jpg);
	background-repeat: repeat-y;
	padding:20px; padding-top:0px;
}

#leftContent{
	float:left;
	width:190px;
}

#leftContent .panel{
	width:177px;
	background-color:#f6f6f6;
	margin-bottom:5px;
}
#leftContent .panel p{
	padding-top:4px; padding-bottom:4px;
	padding:8px; margin:0px;
}

#leftContent .panel a{
	color:#666666;
}
#panelmenu{
	padding:6px;
}
#panelmenu a{
	display:block;
	width:150px;
	color:#666666;
	text-decoration:none;
	border-bottom: 1px solid #c5c5c5;
	background-image:url(images/arrow_green.jpg);
	background-repeat:no-repeat;
	margin-top:5px; margin-bottom:5px;
	padding-left:15px;
}
#panelmenu a:hover{
	color:#333333;
}


#rightContent{
	float:right;
	width:540px;
}

/* FOOTER STYLE */
#footer{
	background-image: url(images/footer_repeat.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height:196px;
}
#footerContent{
	width:774px;
	margin-left:auto; margin-right:auto;
}

#footerMenu{
	width:680px; height:30px;
	padding-left:20px; padding-top:27px;
	background-image: url(images/footer-menu_bg.jpg);
	background-repeat: no-repeat;
	float:left;
	color:#999999;
}
#footerMenu a{
	color:#999999;
	text-decoration:none;
}
#footerMenu a:hover{
	color:#666666;
}

#footerLang{
	float:right;
	width:74px; height:57px;
}

#footerInfos a{
	color: #333333;
	text-decoration:none;
}
#footerInfos a:hover{
	text-decoration:underline;
}



.imgPartner{
	padding: 2px;
	border:1px solid #CCCCCC;
}

