/* @override 
	http://www.siaje.com/css/style.css
*/

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;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* BASIC TYPOGRAPHY */

html { font-size: 100%; }

body {
	background:#000;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1.5;
	margin:0;
	color:#DDD;
}

a {
	text-decoration:none;
	color:#3B3C3C;
}

a:hover {
	text-decoration:underline;
}

small, sup, sub {
	font-size:85%;
}

.clear {
	clear:both;
}

.header {
	background:#fff url("../images/header.png") repeat-x;
	height:60px;
}

.container {
	font-size:14px;
	line-height:1.5em;
	position:relative;
	display:block;
	margin:0 auto;
	width:960px;
}

.header h1 {
	color:#FFFFFF;
	float:left;
	height:60px;
	left:70px;
	line-height:60px;
	position:absolute;
	font-family:"Century Gothic","Lucida Grande",Tahoma,Verdana,sans-serif;
	font-size:34px;
	font-weight:bold;
	letter-spacing:3px;
}
.header h1 a:link, .header h1 a:visited, .header h1 a:active, .header h1 a:hover {
	color:#FFCC00;
	text-decoration:none;
}

.footer{
	background:#555555 none repeat scroll 0 0;
	border-top:1px solid #CCCCCC;
	background:transparent url(../images/footer_bg.jpg) repeat-x scroll 0 0;
}

.footer_container {
	width:950px;
	margin: 0 auto;
}

#help_desk_footer {
	background:transparent url(../images/mail.png) no-repeat scroll 0 45px;
	padding-left:50px;
	padding-top:20px;
	color:#999999;
	float:left;
	font-size:14px;
	width:350px;
}

#community_siaje {
	float:left;
	margin:10px 50px 10px 60px;
	width:40px;
}

#community_siaje ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#community_siaje ul li {
	margin-bottom: 5px;
}

#stats_siaje {
	float:left;
	width:400px;
}

#stats_siaje p {
	float: left;
	margin-top:50px;
}

#stats_siaje ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float:left;
	margin:15px;
}

#stats_siaje ul li {
	margin-bottom: 5px;
	margin-left: 30px;
}

#stats_siaje ul li span {
	color:#EAEAAE;
	font-size:22px;
	font-weight:bold;
	margin-right:10px;
}


#footer_bottom {
	border-top:1px solid #999999;
	clear:both;
	font-size:11px;
	padding:7px;
	text-align:center;
}

.footer a {
	color:#fff;
}

.tagline {
	background:transparent url(../images/sf_front_bg.png) repeat-x scroll center top;
}

.tagline .wrapper {
	background:transparent url(../images/sf_wave_bg.png) no-repeat scroll center top;
	padding-top:65px;
}

#page .wrapper {
	background:#000 url(../images/bg.png) repeat-x scroll center top;
	margin-bottom: 60px;

}

#logo_salamandre {
	left:-50px;
	position:absolute;
	top:5px;
}

#logo_cnje_top {
	right: 10px;
	position:absolute;
	top:8px;
}


.header h1 {
	color:#FFFFFF;
	float:left;
	height:60px;
	line-height:60px;
	left:70px;
	position:absolute;
}

h1 small {
	font-size:15px;
	font-weight:normal;
	letter-spacing:1px;
	color: #CCC;
	margin-left:20px;
}

div#navigation {
	height:30px;
	margin:0 auto;
	width:960px;
}

div#navigation ul {
	bottom:3px;
	float:right;
	height:33px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 20px 0 0;
	position:relative;
}

div#navigation li {
	display:inline;
	margin:0;
	padding:0;
}

#navigation li.current a {
	background:transparent url(../images/nav_a_left.png) no-repeat scroll left top;
}

div#navigation a {
	background:transparent url(../images/nav_left.png) no-repeat scroll left top;
	cursor:pointer;
	float:left;
	height:33px;
	line-height:33px;
	margin:0 0 0 3px;
	padding:0 0 0 6px;
	text-decoration:none;
}

#navigation li.current a span {
	background:transparent url(../images/nav_a_right.png) no-repeat scroll right top;
	color:#303030;
}

#navigation a span {
	background:transparent url(../images/nav_right.png) no-repeat scroll right top;
	color:#646464;
	display:block;
	float:left;
	font-family:trebuchet ms;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:33px;
	padding:0 13px 0 7px;
}

#navigation li.green a {
	background:transparent url(../images/nav_g_left.png) no-repeat scroll left top;
}

#navigation li.green a span {
	background:transparent url(../images/nav_g_right.png) no-repeat scroll right top;
	color:#FFFFFF;
}

div#top-content {
	background:transparent url(../images/bg_content_top.png) repeat scroll 0 0;
	height:293px;
	width:960px;
	margin:0 auto;
}

div#top-content-tour {
	background: url(../images/bg_content_top_tour.png) no-repeat scroll 0 0;
	height:293px; /*293*/
	width:960px;
	margin:0 auto;
}

#blog_home div#top-content-tour {
	background: url(../images/bg_content_top_tour.png) no-repeat scroll 0 0;
	height:280px; /*293*/
	width:960px;
	margin:0 auto;
}


div#top-content-contact {
	background: transparent url(../images/bg_content_top_tour.png) no-repeat scroll 0 0;
	height:293px; /*293*/
	width:960px;
	margin:0 auto;
}

div#t-left {
	float:left;
	left:40px;
	position:relative;
	top:25px;
	width:350px;
}

div#t-right {
	float:right;
	position:relative;
	width:488px;
	z-index:5;
}

div#t-left h1 {
	color:#262626;
	font-family:trebuchet ms;
	font-size:31px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
}

div#t-left p {
	color:#262626;
	font-family:lucida sans;
	font-size:16px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:95px;
	line-height:34px;
	margin:15px 0;
}

div#t-left p strong {
	font-size: 20px;
	color: #111;
}


#slider_home {
	float:left;
	height:200px;
	left:16px;
	position:relative;
	top:41px;
	width:404px;
	z-index:5;
}

#slider_home ul, #slider_home li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	z-index:5;
}

#slider_home li {
	height:200px;
	overflow:hidden;
	width:404px;
}

#prevBtn {
	left:-435px;
	top:120px;
}

#nextBtn {
	left:20px;
	top:75px;
}

#prevBtn, #nextBtn {
	background:transparent none repeat scroll 0 0;
	display:block;
	float:left;
	height:45px;
	position:relative;
	text-indent:-8000px;
	width:45px;
}

#prevBtn a, #nextBtn a {
	display:block;
	height:45px;
	width:45px;
}

#s-mask {
	xbackground:transparent url(../images/bg_slider_mask.png) no-repeat scroll center top;
	height:79px;
	left:356px;
	position:absolute;
	top:27px;
	width:80px;
	z-index:10;
}


div#content-h, div#content-h-tour {
	background:#155d95 url(../images/bg_h.png) repeat-x scroll center top;
	padding:50px 0;
	width:960px;
	margin: 0 auto;
}




div#content-h div.panel, div#content-h-tour div.panel {
	float:left;
	left:40px;
	margin:0 0 0 55px;
	position:relative;
	width:255px;
	text-align: center;
}


div#content-h img.c-icon {
	display: block;
	margin: 0 auto;
}

div#content-h-tour img.c-icon {
	float: left;
	margin-right: 10px;
}

div#content-h div.first, div#content-h-tour div.first {
	margin:0;
}

div#content-h div.panel h1 {
	color:#000;
	font-family:trebuchet ms;
	font-size:22px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:45px;
	line-height:normal;
}

div#content-h div.panel p {
	color:#fff;
	font-family:lucida sans;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:22px;
	margin-top:10px;
	text-align: left;
}

div#content-h-tour div.panel h3 {
	color:#000;
	font-family:trebuchet ms;
	font-size:18px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:45px;
	line-height:normal;
	text-align: left;
}

div#content-h-tour div.panel p {
	color:#fff;
	font-family:lucida sans;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:22px;
	margin-top:10px;
	text-align: left;
}



div#bottom-content {
	background:#FFFFFF url(../images/bg_content_bottom.png) repeat-x scroll center top;
	padding-top:25px;
	width:960px;
	margin: 0 auto;
	padding-bottom: 25px;
}

div#bottom-corners {
	background:transparent url(../images/bg_bottom_corners.png) no-repeat scroll 0 0;
	font-size:0;
	height:5px;
	width:960px;
	margin: 0 auto;
	
}

div#b-c-clients {
	float:left;
	left:40px;
	position:relative;
	width:250px;
	display: none;
}

div#b-c-clients h1 {
	color:#262626;
	font-family:trebuchet ms;
	font-size:22px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin-bottom:15px;
}


div#b-c-testimonials {
	float:left;
	left: 40px;
	position:relative;
	width: 565px;
}

div#bottom-content h1 {
	color:#262626;
	font-family:trebuchet ms;
	font-size:22px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin-bottom:15px;
}

div#b-c-testimonials h1 {
	padding:0 0 10px 30px;
	background: url(../images/users_comments_24.png) no-repeat;
}



div#b-c-testimonials div.testimonial {
	float:left;
	width:245px;
	margin-right: 30px;
	margin-bottom: 30px;
}

div#b-c-testimonials div.first {

}

div#b-c-testimonials img.quotes {
	float:left;
	margin:0 10px 10px 0;
	position:relative;
	top:5px;
}

div#bottom-content p {
	color:#464646;
	font-family:lucida sans;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:22px;
}



div#b-c-testimonials p {
	text-align: justify;
	line-height: 14px;
	font-size: 11px;
}

div#b-c-testimonials p.author {
	color:#000;
	margin-top:5px;
	background: #efefef;
	padding: 4px;
	text-align: right;
}

div#b-c-blog {
	float:left;
	left:40px;
	position:relative;
	width:310px;
}

div#b-c-blog h1 {
	padding:0 0 0 30px;
	background: url(../images/user_comment_24.png) no-repeat;
}

div#b-c-blog h2 {
	font-size: 14px;
	margin-bottom: 10px;
}

div#b-c-blog p {
	line-height: 18px;
	text-align: justify;
}

div#b-c-blog p#la_suite {
	margin-top: 10px;
	text-align: left;
}

div#b-c-blog p#la_suite a {
	color: #004c9a;
	text-decoration: underline;
}

.post-body {
	float:left;
	padding:15px;
	padding-left:20px;
}

a.post-img {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-box-shadow:0 4px 18px #B2B8BB;
	border:1px solid #CCCCCC;
	display:block;
	float:left;
	padding:5px;
}

/* Tooltip */
	
#tooltip {
	position:absolute;
	z-index:990000;
	padding:4px;
	background:#f9f9f9;
	color:#474747;
	border:#cbcbcb solid 2px;
	font-size:0.8em;
	-moz-border-radius:5px;
}

#tooltip div {
	margin:0;
	background:#eee;
	padding:5px;
}

#tooltip h3 {
	color:#333;
	padding:4px;
	margin:0;
	border:#e7e7e7 solid 1px;
	font-size:1.1em;
	font-family:arial,verdana,sans-serif;
	background:#eee;
	letter-spacing:0
}

/* MAIN CONTENT AREA */

#content_tour {
	margin:0 auto;
	position:relative;
	padding-top: 10px;
	width:960px;
	/*height:700px;*/
	background: #fff url(../images/bg_h_tour.png) top left repeat-x;
	
}

#videos_tour {
	margin:0 auto -10px;
	position:relative;
	padding-top: 10px;
	width:960px;
	/*height:700px;*/
	background: #fff url(../images/bg_h_tour.png) top left repeat-x;
	
}

#blog_home #content_tour {

	background: #fff;
}

#content_tour_top {
	margin:0 auto;
	position:relative;
	padding-top: 10px;
	width:960px;
	background: #fff;}




.with_sidebar{
	background: url(../images/content_sidebar.gif) top left repeat-y;
}

.clearfloat {
	display:block;
}

#slides, #right{
	background: url(../images/slides.gif) top right no-repeat;
	width: 690px;
	_width: 680px;
	float: right;
	margin: 0;
	padding: 0;
}

#sidebar{
	background: url(../images/sidebar.gif) top left no-repeat;
	width: 270px;
	float: left;
}
#sidebar h3{
	font: 18px "Trebuchet MS", Helvetica, sans-serif !important;
	letter-spacing: -1px;
	color:#1E1D1E;
	font-weight: bold;
	line-height: 1em;
	font-size: 1.2em;
	margin: 15px 0 10px 21px;
}
#sidebar p{
	color: #444;
	margin: 0 50px 0 20px;
	background: #F4F4F4;
	border: 1px solid #CACACA;
	padding: 10px;
}
#sidebar a{
	color: #0A3150;
	text-decoration: none;
	line-height:20px;
}
#searchform{
	margin: 0 0 0 20px;
	padding: 0;
}
#s{
	border:1px solid #CCCCCC;
	padding:5px 5px 6px 5px;
	color:#909090;
	width:130px;

}
#searchsubmit{
	background: url(../images/button_bg.jpg) bottom left repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	border:1px solid #32312f;
	font-size:10px;
	margin:0px;
	padding:6px 4px;
}
#submit{
	margin: 0 auto;
	background: url(../images/button_bg.jpg) bottom left repeat-x;
	color: #fff;
	text-decoration: none;
	border:1px solid #32312f;
	font-size:.8em;
	margin: 10px 0;
	padding:4px 5px;
	text-transform: uppercase;
	cursor: pointer;

}
.block{
	background: url(../images/news.gif) top left no-repeat;
	width: 203px;
	margin: 0 0 0 19px;
	color: #333;
}
.block ul{
	background: url(../images/news_footer.gif) bottom left no-repeat;
	margin: 0;
	padding: 0 0 15px 0;
	list-style:none;
}
.block ul li{
	padding: 15px 15px 0 15px;
	font-size: 14px;
}
.block ul li em{
	font-weight: bold;
	display: block;
	font-size: .9em;
	font-style: normal;
}
ul.navigation li a span{
	font-family:  AlexandriaFLF;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	border: none;
	color: inherit;
	}
	
#content_footer{
	background: url(../images/content_footer.png) top left no-repeat;
	height: 20px;
	clear: both;
	margin:0 auto;
	width:960px;
	position:relative;
}

#slides h2{
	text-align: center;
	color: #444;
	font-size: 2em;
	padding-top: 7px;
	line-height: 1.3em;
}

#slides h3 {
	color:#9F9F9F;
	font-size:15px;
	font-size:1.3em;
	line-height:1.3em;
	padding:10px;
}

#slides p {
	margin:20px;
}

.align_left, .alignleft{
	float: left;
	margin: 5px 20px 20px 0;
}
.align_right, .alignright{
	float: right;
	margin: 5px 0 20px 20px;
}
h4{
	font-weight: bold;
	font-size: 15px;
	margin: 0 0 10px 0;
	line-height: 1.3em;
}

#fake{
	display: none;
}
#follow{
	float: right;
	margin: 5px 5px 20px 0;
	text-transform: uppercase;
	font-size: .8em;
}

/*SLIDER*/






#blog_home #slider {
	height: auto;
	min-height: auto;
	margin-top: -290px;
	background: #fff;
}

.scroll {
	margin: 0 0 0 10px;
	height: 600px;
    width: 940px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	 color: #444;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 600px;
    width: 940px;
    text-align:justify;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 20px;
}

ul.navigation li {
	width: 253px;
	height: 38px;
	padding: 0 0 10px 17px;
	margin: 0;
}
ul.navigation img{
	float: left;
	margin: 9px 8px 0 12px
}
ul.navigation a {
    padding: 9px 10px 10px 10px;
    color: #000;
	 background: url(../images/tab.gif) top left no-repeat;
    text-decoration: none;
	 display: block;
	 font-weight: bold;	
	outline: none;
}
ul.navigation a.selected {
	 background: url(../images/tab_a.gif) top left no-repeat;
	 color: #fff !important;
}

ul.navigation a:focus {
    outline: none;
}

.hide {
    display: none;
}
.panel h2{
	
	font-size: 1.4em;
}

/*Inside pages*/

#right{
	color: #444;
	padding: 18px 60px 0 20px;
	width: 610px;
	_width: 600px;
	}

.sociable img {
	margin:5px;
}

.entry h2{
	font:bold 24px "Trebuchet MS", Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #3B3C3C;
	margin: 0 0 10px 0;
	line-height: 30px;
}

.entry h2 a {
	color: #3B3C3C;
}

.post-meta{
	background: #F3F3F3;
	padding: 6px;
	font-size: .8em;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.entry{
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #EAEAEA;
	padding: 0 0 10px 0;
}

.entry hr, .entry p, .entry ul, .entry ol, .entry dl, .entry pre, .entry blockquote, .entry address, .entry table, .entry form {
	margin-bottom:1.45em;
	font-size: 12px;
	text-align: justify;
	line-height: 1.4em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.entry p {
	text-indent: 1em;

}

.entry img {
	padding: 3px;
	background: #fff;
	border: 1Px solid #ccc;
}

img.wp-smiley {
	border: none !important;
	padding: 0 !important;
}

.navigation {
	font-size: 11px;
}

.entry ul {
	margin-left: 30px;
}

.entry h3 {
	font-size:22px;
	font-weight:normal;
	letter-spacing:1.2px;
	line-height:1.5em;
	margin-bottom:0.3em;
}

ul.social li {
	background:transparent none repeat scroll 0 0;
	font-size:1em;
	height:64px;
	padding-left:5px;
}

ul.social li img {
	float:left;
}

.actu {
	font-size:0.8em;
}




#comment {
	width:600px;
}

textarea:hover, input[type="text"]:hover, input[type="password"]:hover, select:hover {
	border-color:#666666;
}

.container textarea, .container input {
	padding:0.3em 0.4em 0.15em;
}

input, textarea, input[type="text"], input[type="password"] {
	background:#FFFFFF url(../images/pl_input_bg.png) repeat-x scroll center top;
	border:1px solid #AAAAAA;
	color:#333333;
	font-family:Verdana,Arial,Geneva,sans-serif;
	font-size:14px;
	padding:2px 4px 5px;
	width:210px;
}

input.text, input.password, textarea, select {
	font-family:Helvetica,Arial,"Liberation Sans","Bitstream Vera Sans",sans-serif;
	font-size:1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.3;
	margin:0;
	vertical-align:baseline;
}

textarea {
	overflow:auto;
}



.container_16 {
	margin-left:auto;
	margin-right:auto;
	width:960px;
}

/*	Featured Accordion 
--------------------------------------------------------------------------------------------*/
.accordion_bg	{
		padding-top:2px;	
		}
.sliderbg {
	background:url(../images/slider_bg_top.png) no-repeat;
	height:260px;
}

	.slider{
		padding-top:8px;
		width:940px;
		margin-left:auto;							
		display:block;
		margin-right:auto;
		position:relative;
		border:0px solid #fff;
		}

	.accordion, .accordion1{
		margin:0;
		width:940px;
		padding:0;
		list-style-type: none;
		}

	.slideimg {
		border:1px solid #ccc;
		padding:3px;
		float:left;
		margin-right:10px; 
		background:#fff;
		}

	.one h1, 
	.two h1, 
	.three h1, 
	.four h1,
	.five h1, 
	.six h1	{
				font:bold 20px "Trebuchet MS", Helvetica, sans-serif;
				color:#000;
				letter-spacing:-1px;
				padding:0 0 10px 0;
	}
	

	.one		{	background:#f7f7f7 !important;	 }	/* Slide 1 */
		
	.two		{	background:#f2f2f2 !important;	 }	/* Slide 2 */
	
	.three		{	background:#ededed !important;	 }	/* Slide 3 */
	
	.four		{	background:#e8e8e8 !important;	 }	/* Slide 4 */
	
	.five		{	background:#e3e3e3 !important;	 }	/* Slide 5 */

 	.six		{	background: #dbdbdb !important; }	/* Slide 6 */
	 

.active{
		background:#ffffff !important;
		}

.accordion li{
		cursor:default;
		}

.accordion .active_click{
		cursor:default;
		}

.one, .two, .three, .four, .five, .six	{
/* Assign your own class if you want*/
	}

.headerbox	{
	margin:10px 0px 0;
	width:235px; /*210*/
	float:left;
	padding-left:15px;	
	}

	.headerbox p {
		cursor:text;
		padding-top:5px;	
		font-size: 14px;
		line-height: 18px;
		color: #999;
		}
	
.headerbox small { font:italic 11px/16px Verdana, Arial, Verdana, Helvetica, sans-serif;}	

.slideinfo {
	width:112px; /*112px*/
	background: url(../images/seperator.gif) repeat-y top left;
	float:right;	
	height:129px;
	padding-top:10px;
	position:relative;
	text-align:center;
	cursor: pointer;
	border-bottom: 3px solid #ddd;
	}
	
.active .slideinfo {
	cursor: default;
	border-bottom: none;
}

	.slideinfo span{
		font:bold 12px/13px "Trebuchet MS", Helvetica, sans-serif;
		color:#000;
		display:block;
		padding:0px 10px 15px 10px;
		-moz-opacity:.45; 
		-ms-filter:alpha(opacity=45); 
		filter:alpha(opacity=45); 
		opacity:.45;
		-khtml-opacity:.45; 
		-webkit-opacity:.45; 	
		}
	
	.slideinfo p.icon {
		padding-top:20px;
		margin-bottom:10px;
		display:block;
	
	}


.s-num { 
	position:absolute;
	bottom:0px;
	left:25px;
	display: none;
	}



#blog #content_tour {
	background: none;
	margin-top: -300px !important;
}

#contact_form {
	padding-bottom:30px;
	padding-top:30px;
}

#contact_form #col_left {
	width: 400px;
	float: left;
	margin-left: 40px;
}

#contact_form #col_right {
	margin-left: 490px;
}



div#contact_form h1 {
	color:#262626;
	font-family:trebuchet ms;
	font-size:22px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin: 10px 0 15px 40px;
	padding: 0 0 0 30px;
	background: url(../images/mail_send_24.png) no-repeat;
}

#contact_form label {
	display: block;
	width: 130px;
	float: left;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	height: 20px;
}

#contact_form #col_left input {
	font-size: 12px;
}

#col_right label {
	float: none;
	margin-bottom: 5px;
}

#col_left div.field {
	clear: left;
	margin: 5px 0;
}

#col_right textarea {
	width: 410px;
	height: 80px;
}

.error, .success {
	margin: 0 40px 10px;
	border: 2px solid #f69a2a;
	padding: 5px;
	background-color: #fef6ec;
}

.success {
	
	border-color: #628f24;
	background-color: #cfe3b4;
	color: #628f24;
	font-size: 12px;
}

.error li {
	list-style: none;
	font-size: 12px;
	color: #f69a2a;
}


h1#equipe {
	color:#262626;
	font-family:trebuchet ms;
	font-size:22px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin: 0 0 15px 40px;
	padding: 30px 0 0 30px;
	background: url(../images/users_24.png) no-repeat bottom left;
}

#box_hadrien {
	float: left;
	margin: 0 0 0 40px;
	width: 420px;
}

#box_etienne {
	float: right;
	margin: 0 40px 0 0;
	width: 420px;
}

.box_profile img {
	float: left;
	padding: 4px;
	border: 1px solid #ccc;
	margin: 0 10px 5px 0;
}

.box_profile h2 small {
	color: #aaa;
}

.box_profile h2 {
	color: #444;
	font-size: 18px;
}

.box_profile h2 small {
	color: #aaa;
	font-size: 14px;
	font-weight: normal;
}

.box_profile h3 {
	color: #777;
	font-size: 12px;
	margin-bottom: 20px;
}


.box_profile p {
	color: #333;
	font-size: 13px;
	text-align: justify;
	line-height: 16px;
}

#contact_infos {
	color:#000000;
	font-size:14px;
	margin:15px 40px;
}


#main_content {
	position: relative;
	height: 400px;
	
	xbackground: #222;
}

#main_content.var_h {
	height: auto;
}

.main_sidebar {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 200px;

}

.main_sidebar ul li {
	list-style: none;
}

.main_sidebar a{
  display: block;
  height: 31px;
  line-height: 31px;
  color: #222;
  font-weight: bold;
  text-decoration: none; 
  cursor: pointer;
  font-size: 13px;
}

.main_sidebar a span {
  display: block;
  height: 31px;
  line-height: 31px;
  padding: 0px 20px 0px 10px;
  cursor: pointer;
}

.main_sidebar a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.main_sidebar li.selected a {
  background: #000 url(../images/tour_menu_left.gif) no-repeat left top;
  color: #fff;
}

.main_sidebar li.selected a span {
  background: url(../images/tour_menu_right.gif) no-repeat right top;
}


.screenshot {
	position: absolute;
	top: 30px;
	left: 250px;
	width: 410px;
	height: 330px;
	
	xbackground: #ccc;
	text-align: center;
}

.main_exp {
	position: absolute;
	top: 30px;
	right: 20px;
	width: 250px;
	height: 330px;
	
	xbackground: #fc2;
}

.main_exp h2 {
	color: #333;
	font-size: 19px;
	margin-bottom: 20px;
}

.main_exp p {
	color: #444;
	font-size: 12px;
	margin-bottom: 1em;
	text-align: justify;
}

.main_exp p.question {
	xbackground-color: rgba(246,202,5,0.22);
	xpadding: 5px;
	xfont-style: italic;
	font-weight: bold;
	color: #0064aa;
	font-size: 14px;
}

#main_focus {
	background: #fff url(../images/bg_h_tour.png) top left repeat-x;
}


#left_col_tour {
	padding-top: 30px;
	margin-left: 10px;
	width: 640px;
	float: left;
	
	xbackground: #fc2;
}

#right_col_tour {
	margin-top: 30px;
	margin-right: 20px;
	padding-left: 20px;
	width: 240px;
	float: right;
	border-left: 1px dotted #ccc;
	height: 270px;
}

span.source {
	color: #666;
	font-style: italic;
}

#right_col_tour h4 {
	padding-left: 30px;
	background: url(../images/favorite_24.png) no-repeat;
	font:bold 16px "Trebuchet MS", Helvetica, sans-serif;
	color:#333;
	letter-spacing: -1px;
	line-height: 24px;
	margin-bottom: 15px;
}

#right_col_tour h4.interest {
	margin-top: 25px;
	background-image: url(../images/comments_24.png);
}

#right_col_tour ul li {
	list-style-type: none;
	background: url(../images/accept_16.png) no-repeat top left;
    line-height: 18px;
    padding-left: 18px;
    margin: 5px 0px;
    font-size: 11px;
    color: #333;
    font-family:  "Lucida Grande", Helvetica, sans-serif !important;
}

#right_col_tour p {
	line-height: 18px;
 	text-align: justify;
    margin: 5px 0px;
    font-size: 11px;
    color: #333;
    font-family:  "Lucida Grande", Helvetica, sans-serif !important;
    
}

#right_col_tour p a {
	font-weight: bold;
	color: #155d95;
}

#left_col_tour .element {
	width: 300px;
	float: left;
	margin: 0 10px 10px;
	min-height: 90px;
}


#left_col_tour .element_big {
	clear: left;
	margin: 0 10px 10px;
}

img.fleft {
	float: left;
	margin-right: 10px;
}
#left_col_tour .element img.light, #left_col_tour .element_big img.light {
	padding: 2px;
	border: 1px solid #ccc;
	margin: 2px;
	xdisplay: none;
}

#left_col_tour .element h2, #left_col_tour .element_big h2 {
	font:bold 14px "Trebuchet MS", Helvetica, sans-serif;
	color:#333;
	letter-spacing: -1px;
	line-height: 24px;
	margin-bottom: 5px;
}

#left_col_tour .element p, #left_col_tour .element_big p  {
	font-size: 11px;
	font-family:  "Lucida Grande", Helvetica, sans-serif !important;
	color: #444;
	line-height: 18px;
}

.content_txt {
	margin: 0 40px;
	padding-top: 30px;
}

.content_txt h2, .content_txt h3, .content_txt h4 {
	font:bold 22px "Trebuchet MS", Helvetica, sans-serif;
	color:#333;
	letter-spacing: -1px;
	line-height: 24px;
	margin-bottom: 15px;
}

.content_txt h4 {
	font-size: 16px;
}

.content_txt p {
	color: #333;
	font-size: 14px;
	margin-bottom: 1em;
}

.content_txt li {
	color: #333;
	font-size: 14px;
	margin-bottom: 1em;
	margin-left: 2em;
}

table.tarifs_siaje, table.tarifs_siaje td, table.tarifs_siaje th {
	border: none;
	padding: 2px;
}

table.tarifs_siaje {
	width: 780px;
	margin: 0 auto;
}

table.tarifs_siaje th {
	background-color: #0086db;
	color: #fff;
	text-align: left;
	border: 2px solid #0053c0;
	border-width: 2px 0;
	font-size: 13px;
	line-height: 1em;
	
}


table.tarifs_siaje th span {
	font-size: 0.8em;
	border-color: #3f72ac;
}

.tranche {
	text-align: center;
}

table .ca {
	width: 250px;
}

table.tarifs_siaje td {
	padding: 4px;
	font-size: 14px;
	color: #222;
}


td.montants {
	text-align: right;
}

table.tarifs_siaje .pair td {
	background-color: #ebebeb;
}

p.mention_ht {
	font-style: italic;
	font-size: 12px;
	text-align: center;
	color: #999;
}

p.asterix {
	font-size: 12px;
}

.reponse {
	margin: 5px 5px 15px;
	padding: 20px 10px 0;
	border: 1px solid #bbb;
	background: #eee;
}

h4.question {
	padding-left: 30px;
	padding: 5px 0 15px 40px;
	background:url(../images/icons/help-faq.png) no-repeat 7px 0px;
}

.mentions h1, .mentions h4 {
	color:#262626;
	font-family:trebuchet ms;
	font-size:22px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin: 0 0 15px 40px;
	padding: 50px 0 0 0;
}

.mentions h4 {
	font-size: 18px;
	padding: 20px 0 0;
}

.mentions p {
	color: #333;
	font-size: 13px;
	margin: 0 40px;
	padding-bottom: 1em;
}

body#home #slider {
    width: 960px;
    position: relative;
	padding: 0;
	background: #fff url(../images/bg_slider_fondu.png)  no-repeat;
	min-height: 400px;
	margin-top: -152px;
}

h1#video {
	color:#262626;
	font-family:trebuchet ms;
	font-size:22px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin: 0 0 15px 40px;
	padding: 50px 0 0 40px;
	background: url(../images/film_32.png) no-repeat bottom left;
}

div.video {
	margin:9px;
}

#videos_tour  h1 {
	color:#262626;
	font-family:trebuchet ms;
	font-size:22px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin: 10px 0 15px 40px;
	padding: 0 0 0 30px;
}

h1#vid_tdb {
	background: url(../images/computer_24.png) no-repeat bottom left;
}

#fb_widget {
	margin-left:12px;
	height:310px;
}

h1#vid_etudiant{
	background: url(../images/users_24.png) no-repeat bottom left;
}

.wpfblike {
	display: block;
	height: 30px !important;
	margin: 20px 0 10px;
}

.yarpp {
	margin: 10px 0;
	font-size: 10px;
}

.yarpp p {
	font-size: 11px;
	font-weight: bold;
}
.yarpp li {
	font-size: 11px;
}


p.postmetadata {
	font-size: 11px;
	font-style: italic;
	background: #eee;
	padding: 5px;
}

.commentlist li {
	list-style: none;
	list-style-position: outside;
}

.commentlist li .avatar {
	float: left;
	margin: 0 10px 0px 0;
}

.commentlist li .comment-author {
	font-weight: bold;
	
}

.commentlist li .comment-meta {
	font-style: italic;
	font-size: 11px;
	margin-bottom: 15px;
}

a {
	
}