@charset "utf-8";
/* CSS Document */

body  {
	margin: 10; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	text-align: left;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
	text-align: left;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
	text-align: left;
}
ul {
	margin: 0px 0px 0px 15px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
}
.li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
	text-align: left;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
  color: #4d4d4d;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
}
.newsletter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: left;
}
.teamrider {
	width: 270px;
	padding: 55px 0px 5px 17px;
	text-align: left;
}
.teamrider_wendy {
	width: 540px;
	padding: 55px 10px 0px 17px;
	text-align: left;
}
.teamrider_tiana {
	width: 230px;
	padding: 55px 10px 0px 17px;
	text-align: left;
}
.teamrider_jennie {
	width: 280px;
	padding: 55px 10px 0px 17px;
	text-align: left;
}
.teamrider_tiana_suite {
	width: 540px;
	padding: 0px 10px 0px 17px;
	text-align: left;
}
.border {
	border-color: #FFFFFF;
	border-width: 1px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6987b6;
}
a:visited {
	color: #6987B6;
}
a:hover {
	color: #6987b6;
	text-decoration: none;
}
a:active {
	color: #6987B6;
}
.left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
}
.bleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6987b6;
}
.vert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aec29d;
}
a.beige {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eae1d2;
}
.vertscs3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #32d600;
}
.orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bd823f;
}
.rouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f00101;
}
.noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
	line-height: 21px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4d4d4d;
	text-align: left;
}
.sidebarSpring {
	float: left; /* since this element is floated, a width must be given */
	width: 259px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: auto;
	background: #b1c19a; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 20px 10px;
	text-align: left;
}
.sidebarAutumn {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: auto;
	background: #b1c19a; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 20px 20px 20px;
}
.mainContent {
	width: 582px;
	padding: 20px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #4d4d4d;
	text-align: left;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
}
.classic_box {
	padding: 20px 20px 20px 180px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
} 
.details_box{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 5px;
}