html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: #1BA9D4;
}
html, body{
	background: #fff url(../images/background.gif) top left repeat-x;
	text-align: center;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#wrapper{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#header{
	height: 125px;
	background: url(../images/header.jpg) top left no-repeat;
}
#logo{
	float: left;
	margin: 20px 0 0 5px;
	width: 380px;
}
#logo a{
	text-indent: -9999px;
	width: 380px;
	height: 51px;
	display: block;
	background: url(../images/logo.jpg) top left no-repeat;
}
#header span{
	color: #DBF2F9;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	width: 300px;
	text-align: center;
	display: block;
}
#navigation{
	float: right;
	list-style: none;
	margin: 45px 0 0 0;
}
#navigation li{
	float: left;
	margin: 0 10px 0 0;
}
#navigation li a{
  display:block; /* a must */
  border: solid #1C1713;
  border-width: 0 1px; /* left and right borders only */
  text-decoration: none;
  outline:none; /* so as not to distract from the effect */
  color: #DBF2F9;
  font-weight: normal;
  text-transform: uppercase;
  background: #1C1713;
}
#navigation li a b{
  display: block; /* another must */
  position:relative; /* because the child elements are positioned */
  top: -1px; /* drag it up a little, creates the top notches */
  left: 0;
  font-weight: normal;
  border:solid #1C1713;
  border-width:1px 0 0; /* top border only */
}
#navigation li a b b{
  border-width:0 0 1px; /* bottom border only */
  top: 2px; /* pushed down a little to create the bottom notches */
  padding: 5px;
  font-weight: normal;
}
#featured_area{
	height: 289px;
	padding: 20px 0 0 0;
}
.slider-wrap{
	background: #1A1613 url(../images/featured_bg.jpg) top left no-repeat;
	position: relative;
	width: 100%;
}
noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }
	
.csw {width: 100%; height: 289px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 960px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 289px;
	clear: both;
}
		
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
		
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 960px; /* Also specified in  .stripViewer  above */
}
		
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 15px 10px 10px 10px;
}
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
	display: none;
}
.left{
	width: 29px;
	height: 29px;
	background: url(../images/left_arrow.jpg) top left no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
}
.right{
	width: 29px;
	height: 29px;
	background: url(../images/right_arrow.jpg) top left no-repeat;
	text-indent: -9999px;
	display: block;
	float: right;
}
#featured_area h3{
	color: #fff;
	font-style: italic;
	font-weight: normal;
	font-family: Trebuchet MS;
	font-size: 24px;
	text-align: left; 
	float: left;
	padding:  0 10px 0 10px;
}
.featured_excerpt{
	clear: both;
	color: #DBF2F9;
	padding: 30px 20px 20px 40px;
}
.image{
	float: right;
	margin: 5px 0 0 10px;
	background: url(../images/featured_image.gif) top left repeat-x;
	padding: 3px;
}
.clear{
	clear: both;
}
.read_more{
	position: absolute;
	bottom: 12px;
	left: 47px;
	text-decoration: none;
	color: #fff;
	font-style: italic;
	font-weight: normal;
	font-family: Trebuchet MS;
	font-size: 18px;
}
#content{
	width: 960px;
	margin-top: 23px;
}
.column{
	width: 320px;
	float: left;
}
.column h3{
	height: 50px;
	padding: 27px 0 0 50px;
	font-family: Trebuchet MS;
	font-style: italic;
	font-size: 18px;
	color: #44392F;
	font-weight: normal;
}
.about h3{
	background: url(../images/latest_posts.jpg) top left no-repeat;
}
.services h3{
	background: url(../images/services.jpg) top left no-repeat;
}
.testimonials h3{
	background: url(../images/testimonials.jpg) top left no-repeat;
}
#footer{
	background: url(../images/footer.gif) top left no-repeat;
	height: 31px;
	/*padding: 10px 10px 0 10px;*/
	padding: 5px 10px 5px 10px;
	color: #736B64;
	margin: 20px 0 10px 0;
	text-align: center;
}

#footer p
{
	padding-top: 10px;
}

.column ul{
	padding: 10px;
}
.column ul li{
	padding: 10px 10px 10px 15px;
}
#content ul li{
	border-bottom: 1px solid #E4E4E4;
	background: url(../images/arrow.gif) center left no-repeat;
}
#sidebar h2{
	font-size: 18px;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 10px;
	margin: 15px 0 10px 0;
	color: #1BA9D4;
}
#sidebar ul li{
	padding: 5px 5px 5px 15px;
}
#sidebar strong{
	color: #606060;
}
#content p{
	margin: 10px 10px 0 10px;
	font-weight: normal;
	font-size: 13px;
}
#content blockquote{
	font-style: italic;
	clear: both;
	margin: 20px 10px 0 10px;
}
#content cite{
	float: right;
	font-weight: bold;
	margin: 10px;
}
.column img{
	margin: 20px 7px 0 7px;
	border: 3px solid #d9d9d9;
}
.button{
	line-height: 32px;
	font-weight:bold;
	float: right;
}
.button a{
	background: url(../images/button.gif) no-repeat left;
	color: #ffffff;
	padding: 0 0 0 13px;
	display: block;
	float: left;
	text-decoration: none;
}
.button a span{
	background: url(../images/button_r.gif) no-repeat right;
	height: 31px;
	padding: 0 13px 0 0;
	display: block;
	float: left;
}
#inside_page{
	padding: 30px 30px 30px 30px;
	float: left;
	width: 570px;
}
#sidebar{
	float: right;
	width: 250px;
	padding: 0 10px 10px 10px;
	margin: 30px 29px 29px 0;
	border:1px solid #d9d9d9;
	background: url(../images/sidebar.gif) top left repeat-x;
}
.page_title{
	font-size: 24px;
	padding: 10px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 10px;
	font-style: italic;
	color: #1BA9D4;
}
.page{
	background: #fff;
}
.page blockquote{
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	background: #F8F8F8;
	padding: 10px;
}
.alignleft{
	float: left;
	margin: 0 20px 20px 0;
	border: 3px solid #d9d9d9;
}
fieldset{
	padding: 0 0 0 40px
}
input{
	border: 1px solid #CACACA;
	padding: 3px;
}
textarea{
	background: url(../images/sidebar.gif) top left repeat-x;
	border: 1px solid #CACACA;
	padding: 3px;
}
.submit{
	background: url(../images/sidebar.gif) top left repeat-x;
	border: 1px solid #CACACA;
	padding: 5px;
	margin: 0 auto;
	display: block;
	font-weight: bold;
	color: #1BA9D4;
	width: 470px;
	margin-left: 75px;
}
#sidebar a{
	color: #606060;
	text-decoration: none;
}

label 
{
display:block;
width:75px;
float:left;
}

.input
{
	width: 460px;
}

.textarea
{
	height: 300px;
}

.error
{
	border: 1px solid #CACACA;
	background-color: #ffebe8;
	margin: 10px 10px 0 10px;
	padding: 0 10px;
	line-height: 25px;
}

#sidebar p
{
	padding: 5px 5px 5px 15px;
	/*margin: 10px 10px 0 10px;*/
	margin: 0;
	border-bottom: 1px solid #E4E4E4;
}

.center
{
	text-align: center;
}

.plan
{
	font-size: 11px;
}

#inside_page h2
{
	font-size: 18px;
	margin-top: 15px;
	margin-left: 10px;
	font-weight: normal;
	color: #44392F;
}
#puces ul, #puces1 ul, #puces2 ul, #puces3 ul, #puces4 ul
{
	margin-left: 15px;
	margin-top: 10px;	
}

#puces ul li, #puces1 ul li,  #puces2 ul li,  #puces3 ul li,  #puces4 ul li
{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 20px;
	border-style: none;
}

.justify
{
	text-align: justify;
}

.underline
{
	text-decoration: underline;
}

.lien
{
	text-align: right;
	padding-top: 15px;
	padding-bottom: 15px;
}

.validw3c
{
	float: left;
	padding: 0;
	margin: 0;
}

.validw3c2
{
	float: right;
	padding: 0;
	margin: 0;
}

.alignleft2{
	float: left;
	margin: 20px 20px 20px 0;
	border: 3px solid #d9d9d9;
}

.decalage
{
	padding-top: 10px;
}

.legendcontact
{
	font-size: 10px;
}
