.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}
.footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;
}
.ex {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-align:center;
	width:264px;
	height:15px;

}
.home {
	font-family:"Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}
.home a {
	font-family:"Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}

h1,h2 {
	font-family:"Trebuchet MS";
	font-size: 15px;
	font-weight: bold; text-transform:uppercase;
	color: #002d22;
	display:inline;
}

.headtext {
	font-family:"Trebuchet MS";
	font-size: 15px;
	font-weight: bold; text-transform:uppercase;
	color: #002d22;
}

.headtext2 {
	font-family:"Trebuchet MS";
	font-size: 13px;
	font-weight: bold; text-transform:uppercase;
	color: #002d22;
}

.sidetext {
	font-family:"Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #322d08;
}
.sidetext a {
	font-family:"Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #322d08;
	text-decoration:none;
}
.content {
	font-family:"Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}

.content2 a {
	font-family:"Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}

.content3 {
	font-family:"Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.boutiques a {
	font-family:"Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	text-align:right;
	color: #e81e00;
	float: right;
	margin-right:10px;
}
.demier {
	font-family:"Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.content1 a {
	font-family:"Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}
.coupon {
	font-family:"Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.coupon2 {
	font-family:"Trebuchet MS";
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	border: 1px dashed #48484A;
	background-color:#FEE3A0;
	height:20px;
	text-align:center;
}

.couponstrike {
	font-family:"Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #000000; text-decoration:line-through;
}

.avis a {
	font-family:"Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #040f67; text-decoration:underline;
}

.validate {
	font-family:"Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #f51e0e;
}
.sidelink a {
	font-family:"Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}

textarea#styled {
	width: 350px;
	height: 60px;
	border: 2px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	overflow:hidden;
}

.txtbox {
border:0px;
width:225px;
height:32px;
background-color: #FFFFFF;
font-family: "Trebuchet MS";
font-size: 15px;
font-weight: bold;
color: #6a6a6a;
vertical-align:middle;
line-height:32px;
}

.txtbox2 {
border:0px;
width:39px;
height:34px;
background-color: transparent;
background-image:url("../images/ok.jpg");
background-repeat:no-repeat;
vertical-align:middle;
}

	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:245px;	/* Width of box */
		height:250px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #317082;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:0.9em;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#317082;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}