

/**

 * @author ( Angie Radtke )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2009 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
.moduletable_js, .moduletable {
    width: 104%;
}article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
#petitba {
	
  	
}
.btn-toolbarovea .btn {
  background: #a9aaab;
  background-image: -webkit-linear-gradient(top, #a9aaab, #d1d1d1);
  background-image: -moz-linear-gradient(top, #a9aaab, #d1d1d1);
  background-image: -ms-linear-gradient(top, #a9aaab, #d1d1d1);
  background-image: -o-linear-gradient(top, #a9aaab, #d1d1d1);
  background-image: linear-gradient(to bottom, #a9aaab, #d1d1d1);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 4px;
  text-decoration: none;
}
.btn-toolbarovea .btn:hover {
 background: #8f8f8f;
  background-image: -webkit-linear-gradient(top, #8f8f8f, #a6a6a6);
  background-image: -moz-linear-gradient(top, #8f8f8f, #a6a6a6);
  background-image: -ms-linear-gradient(top, #8f8f8f, #a6a6a6);
  background-image: -o-linear-gradient(top, #8f8f8f, #a6a6a6);
  background-image: linear-gradient(to bottom, #8f8f8f, #a6a6a6);
  text-decoration: none;
}
.item-page a:link {
    text-decoration: none;
    color: #a00021;
}
.search {
    margin-top: 15px;
    
}
.item-page a{position: relative;

white-space: nowrap;
}
.item-page a:hover {
    color: #ff0000;
}
a:active {
    color: white;
	text-decoration: none;
}
a:hover,a:focus{
	color:#ff2b0a;
	text-decoration:none;
}
a:link {
    text-decoration: none;
}
.thumb {position: relative;
padding-right:5px;
}
.skill-count-item, .skill-circle-item {
    text-align: center;
    color: #2273b5;
    font-size: 14px;
}
#footer2 {

	background-color:#000000;
}
#zenface {

	 margin-top: 6px;
	 margin-bottom: -6px;
}
#td_menu_wrap118 {

 height: 0px; 

}


#superslide {

	margin-top : -51px;
	
	position: relative;
z-index: 0;
}
/* début animation*/
#top{
  animation: modulehaut ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: modulehaut ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: modulehaut ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: modulehaut ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: modulehaut ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes modulehaut{
  0% {
    opacity:0;
    transform:  translate(1px,10px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(1px,0px)  ;
  }
}

@-moz-keyframes modulehaut{
  0% {
    opacity:0;
    -moz-transform:  translate(1px,10px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(1px,0px)  ;
  }
}

@-webkit-keyframes modulehaut {
  0% {
    opacity:0;
    -webkit-transform:  translate(1px,10px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(1px,0px)  ;
  }
}

@-o-keyframes modulehaut {
  0% {
    opacity:0;
    -o-transform:  translate(1px,10px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(1px,0px)  ;
  }
}

@-ms-keyframes modulehaut {
  0% {
    opacity:0;
    -ms-transform:  translate(1px,10px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(1px,0px)  ;
  }
}
.img-fulltext-left{
  animation: tof linear 0.41s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: tof linear 0.41s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: tof linear 0.41s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: tof linear 0.41s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: tof linear 0.41s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}
.img-fulltext-right{
  animation: tof linear 0.41s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: tof linear 0.41s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: tof linear 0.41s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: tof linear 0.41s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: tof linear 0.41s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes tof{
  0% {
    transform:  translate(1px,1px)  scaleX(0.50) scaleY(0.50) ;
  }
  100% {
    transform:  translate(1px,1px)  scaleX(1.00) scaleY(1.00) ;
  }
}

@-moz-keyframes tof{
  0% {
    -moz-transform:  translate(1px,1px)  scaleX(0.50) scaleY(0.50) ;
  }
  100% {
    -moz-transform:  translate(1px,1px)  scaleX(1.00) scaleY(1.00) ;
  }
}

@-webkit-keyframes tof {
  0% {
    -webkit-transform:  translate(1px,1px)  scaleX(0.50) scaleY(0.50) ;
  }
  100% {
    -webkit-transform:  translate(1px,1px)  scaleX(1.00) scaleY(1.00) ;
  }
}

@-o-keyframes tof {
  0% {
    -o-transform:  translate(1px,1px)  scaleX(0.50) scaleY(0.50) ;
  }
  100% {
    -o-transform:  translate(1px,1px)  scaleX(1.00) scaleY(1.00) ;
  }
}

@-ms-keyframes tof {
  0% {
    -ms-transform:  translate(1px,1px)  scaleX(0.50) scaleY(0.50) ;
  }
  100% {
    -ms-transform:  translate(1px,1px)  scaleX(1.00) scaleY(1.00) ;
  }
}
@keyframes ago {
    0%   {left:0px; top:10px;}

    100% {left:0px; top:0px;filter: blur(2px);
        -webkit-filter: blur(2px);
        -moz-filter: blur(2px);
        -o-filter: blur(2px);
        -ms-filter: blur(2px);}
}
/* fin animation*/
#ckmenuago {
margin-top: -5px;
position: relative;
width: 835px;
    -webkit-animation-name: ago; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.4s; /* Chrome, Safari, Opera */
    -webkit-animation-delay: 0.4s; /* Chrome, Safari, Opera */
    animation-name: ago;
    animation-duration: 0.4s;
    animation-delay: 0.4s;
}
#social {
	
	height: 65px;
	margin-left: -260px;
	margin-top : -55px;
}

#body_bg{
	background-attachment: scroll;
	/** voir css component **//
	background-color: #ffffff;
	background-repeat: repeat-x;
	margin-top: 0px;

    background-attachment: fixed;
	
}
.logoheader {
	background: url(../images/personal/personal2.png) no-repeat right
		bottom #0C1A3E;
	color: #FFFFFF;
	min-height: 250px;
}
#baanim {
	margin-left:0px;
	margin-top: -10px;
	width: 100%;
	border-bottom: #a2001f 3px solid;	
}
#conter
{
	/*background: url(../images/corps.jpg);
	background-repeat: y-repeat;*/
	width: 100%;
	
}
#all {
	/*background: url(../images/corps.png);
	background-repeat: y-repeat;*/
	width: 1100px;
	
	olor: #c61b18;
}
#ckvos {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 7px;
}
#footer_information {
	
	color: #ffffff;
}
#header {
		
	
	margin-top : -5px;
    display: block !important;
    position: relative;
    padding: 0 0 0 0;
  
}
#bottom_maincontent{
	background: url(../images/bottom_maincontent.pngno);
	background-repeat: no-repeat;
	
}
/* background général */
html {

    font-size: 100.01%;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: #f3f5f6;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	
}

body {
overflow-x: hidden;

    width: 100%;
   
    background: #eee
}
body#shadow {
	font-family: arial,sans-serif
}

body h1,body h2,body h3,body h4,body h5,body h6 {
	margin: 0;
	font-family: inherit;
	font-weight: normal;
	color: inherit;
	text-rendering: optimizelegibility;
}

body h1 {
	margin-bottom: 0.75em;
	line-height: 1.2;
	line-height: 1.2;
}
/* couleur tire article */
body h2 {
margin-bottom: 15px;
font-size: 2.4em;
line-height: 1.6;
padding-bottom: 3px;
margin-top: 25px;
padding: 5px 0px;
    padding-top: 5px;
padding-top: 5px;
background: transparent url("../wp-content/themes/gen/img/titi.jpg") no-repeat;
    background-position-y: 0%;
background-position-y: 0%;
background-position-y: 24px;
color: #30313f;
padding-top: 8px;
}
body h7 {
	margin-bottom: 0.75em;
	font-size:17px;
	font-weight: bold;
	color:#ffffff;
	
	line-height: 1.2;
	padding: 5px 8px
}
body h3 {
margin-bottom: 0px;
font-size: 2.4em;
line-height: 1.6;
padding-bottom: 3px;
margin-top: 0px;
padding: 5px 0px;
    padding-top: 5px;
padding-top: 5px;
background: transparent url("../wp-content/themes/gen/img/titi.jpg") no-repeat;
    background-position-y: 0%;
background-position-y: 0%;
background-position-y: 24px;
color: #30313f;
padding-top: 8px;



}

body h4 {
	margin-bottom: 1.5em;
	font-size: 1.2em;
	line-height: 1.25;
}

body h5 {
	font-size: 1.1em;
	margin-bottom: 1.5em;
}
/** interligne texte ***************************************************************************************4*/
body p,body ol,body ul,body dl,body address {
	margin-bottom: 1px;
	font-size: 1.0em;
	line-height: 17px;
}
/*********************************fin**********************************************************/
small {
	font-size: 0.9em;
}

body ul,body ol {
	margin: 0 0 5px 12px;
	padding: 0 0 0 12px;
}

body li ul,body li ol {
	margin: 0;
}


ul.categories-module
{ padding:0; margin:0}


blockquote {
	margin: 0 0 1.5em -24px;
	padding-left: 24px;
	border-left: 2px solid #c7ced6;
	font-style: normal;
}

q {
	quotes: none;
}



cite {
	font-style: normal;
}

abbr[title] {
	border-bottom: 1px dotted #c7ced6;
	cursor: help;
}

b,strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

ins {
	text-decoration: none;
}

mark {
	font-style: italic;
	font-weight: bold;
}

pre,code,kbd,samp {
	line-height: 1.5em;
}

pre {
	white-space: pre-wrap;
	}

sub,sup {
	position: relative;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

table {
	width: 98%;
	max-width: 100%;
	margin-bottom: 1.5em;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: transparent;
	font-size: 1em
}

table th,table td {
	/** couleur du texte general **/
	color: #000000;
	vertical-align: top;
	
}

table th {
	font-weight: bold;
	border: 0
}

table thead th {
	vertical-align: bottom;
}

table  tr:first-child th,table tr:first-child td,table thead:first-child tr:first-child th,table thead:first-child tr:first-child td
	{
	border-top: 0;
}

table tbody+tbody {
	border-top: 2px solid #8c9bab;
}

table tbody tr td,table tbody tr th {
	-webkit-transition: background-color 0.25s 0 linear;
	-moz-transition: background-color 0.25s 0 linear;
	-ms-transition: background-color 0.25s 0 linear;
	-o-transition: background-color 0.25s 0 linear;
	transition: background-color 0.25s 0 linear;
}

/* ###################### general ###################### */
#all {
    
	margin: 0 auto;
    max-width: 100%;
    padding: 0;
    text-align: left;
    font-size: 14px
}


#header ul {
    position: absolute;
    left: 0;
    top: 5em;
    right: 0;
    display: block;
    margin: 0 0 1px 0;
    text-align: right;
    list-style-type: none;
    padding: 10px 0
}

#back {
    margin: 0;
    padding: 0;
}

#contentarea,
/*  Hauteur texte central***********************************************************************************/
#contentarea2 {
    position: relative;
    overflow: hidden;
    padding: 10px 3px !important;
    margin: 0;
	margin-top: 1px;
	

}

#wrapper {
    width: 53%;
    float: left;
    position: relative;

}

#wrapper2 {
    width: 71%;
    float: left;
    position: relative;
    padding-bottom: 10px;
	padding-right: 20px;
	background: transparent;

}

#wrapper2 .item-page {
       max-width: 100%;
	   margin-top: 10px;

}

#main {

    padding-top: 0px;
    padding-bottom: 30px;

    position: relative;

}

#right {
    float: left;
    width: 20.8%;
    margin: 10px 0 10px 2%;
    padding: 0 0 5px 0;
    position: relative;
}

.unseen,
.hidelabeltxt,
#line label {
    display: inline;
    height: 0;
    left: -3000px;
    position: absolute;
    top: -2000px;
    width: 0;
}

/* ++++++++++++++  nav after content  ++++++++++++++ */
.left {
    padding-top: 0;
    float: right;
    margin: 10px 0 10px 0;
    width: 22%;
    position: relative;

}

/* ++++++++++++++  nav before content  ++++++++++++++ */
.left1 {
    padding: 0;
    float: left;
    margin: 10px 3% 10px 0;
    width: 21%;
    position: relative
}

.leftbigger {
    width: 25%
}

/* ###################### header ###################### */

.skiplinks,
.skiplinks li {
    display: inline;
    height: 0;
	/********************** submenu pro largeur du menu */
    line-height: 20px;
    padding: 0 !important;
}

.skiplinks li a.u2 {
    display: inline;
    height: 0;
    left: -3000px;
    position: absolute;
    top: -2000px;
    width: 0;

}

.skiplinks li a.u2:active,
.skiplinks li a.u2:focus {
    position: absolute;
    width: 13em;
    top: -4em;
    left: 10px;
    line-height: 1.5em;
    padding: 5px;
    font-weight: bold;
    height: 3em;

}

.wrap {
    border: 0;
    clear: both;
    float: none;
    font-size: 1px;
    height: 0;
    line-height: 1px;
    margin: 0;
    padding: 0;
    visibility: hidden;
}

#logo {
    margin-top: 0;
    margin-left: 10px;
    display: block;
    padding: 1em 20px 20px 10px;
    width: 425px;
    font-weight: normal;
    line-height: 1em;

}

#logo img {
    display: block;
}

#logo span {
    padding-left: 2px
}

#logo span.header1 {
    display: block;
    top: 0;
    line-height: 0.8em;
    font-size: 0.7em;
    padding-left: 55px
}

.logoheader {
    margin: -2px 10px 0;
    padding: 0;
    text-align: left;
    font-weight: normal;
    line-height: 1.5em;
}
.header1 {
	font-size: 1.5em;
	margin-left: 10px;
}

#line {
    padding: 5px 0 2px 2px;
    position: absolute;
    right: 10px;
    top: 0.5em;
  
    text-align: right;
    min-width: 40em

}

#fontsize,
#line .search {
    display: inline;
    margin: 0;
}

/* ++++++++++++++  button for closing right column  ++++++++++++++ */

#close {
    margin-right: 0;
    text-transform: uppercase;
}

#close span {
    position: absolute;
    right: 20px;
    z-index: 10000;
    top: 5px;
    font-weight: bold;
    text-align: right;
    line-height: 1.5em;
    margin-top:20px;
    padding: 5px
}

#close > a {
    display: block;
    overflow: hidden
}

#close > a:hover span {
    background: #095197
}

/* ###################### main ###################### */

/* ++++++++++++++  position  ++++++++++++++ */

.blog-featured {
    padding: 0;
}

.items-leading {
    padding: 0 5px 10px 5px;
    overflow: hidden;
    margin-bottom: 10px
}

.row-separator {
    display: block;
    clear: both;
    margin: 0;
    border: 0;
    height: 1px
}

.item-separator {
    display: none;
    margin: 0;
}

.shownocolumns {
    width: 98% !important;
	background-color:#ffffff;

	margin-bottom: 7px;
}

#top {
    margin: 0 0 0px 0;
    overflow: hidden
}

/* ++++++++++++++  blog  ++++++++++++++ */

.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;
}

.cols-2 .column-1 {
    width: 46%;
    float: left;
}

.cols-2 .column-2 {
    width: 46%;
    float: right;
    margin: 0
}

.cols-3 .column-1 {
    float: left;
    width: 29%;
    padding: 0 5px;
    margin-right: 4%

}

.cols-3 .column-2 {
    float: left;
    width: 29%;
    margin-left: 0;
    padding: 0 5px
}

.cols-3 .column-3 {
    float: right;
    width: 29%;
    padding: 0 5px
}

.items-row {
    overflow: hidden;
    margin-bottom: 10px !important;
}

.column-1,
.column-2,
.column-3 {
    padding: 10px 5px
}

.column-2 {
    width: 55%;
    margin-left: 40%;
}

.column-3 {
    width: 30%
}

.blog-more {
    padding: 10px 5px
}

/* ++++++++++++++  footer  ++++++++++++++ */

#bottom {
      overflow: hidden;
	background-color: #d3d3d3;
	  margin-left: -70px ;
	  font-family: Arial; 
	  font-weight: normal;
	color: #5F605F;
	width: 954px;
}

.box {
    width: 27%;
    float: left;
    margin-right: 10px;
    min-height: 100px
}

.box1 {
    width: 35%
}

.box2 {
    width: 32%
}

.box3 {
    float: right
}

#footer-inner, #footer {
    max-width: 1025px;
    margin: 0 auto;

}

img {
    border: 0 none;
    max-width: 100%;
}

/* hide the mobile menu button */
#mobile_select {
    display: none
}
#tool {
	
	  display: block;
  position: fixed;
  margin-left: 11px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
  bottom: 60px;

}

#back-top {
	position: fixed;
	bottom: 0;
	right:10px;
	z-index:10000;

}

#back-top a {
	width: 32px;
	height: 30px;
	display: block;
	background: url(../images/top_arrow.png) no-repeat center center;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#art{
	height: 23px;
	width: 385px;
	margin-left: 20px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	display: inline-block;
	padding: 4px 6px;
	margin-bottom: 9px;
	font-size: 13px;
	line-height: 18px;
border: 1px solid #cccccc;
border-radius: 4px;
padding: 4px 0 3px 5px;
background-size: 194px 1194px;
background-color: #ffffff;
background-repeat: no-repeat;
background-position: 6px 2px;
width: 200px;
height: 24px;
color :#000000;
	
	vertical-align: middle;
}

.form-horizontal .control-group {
	margin-bottom: 18px;
	*zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
	display: table;
	content: "";
	line-height: 0;
}
.form-horizontal .control-group:after {
	clear: both;
}
.form-horizontal .control-label {
	float: left;
	width: 160px;
	padding-top: 5px;
	text-align: left;
}
.form-horizontal .controls {
	*display: inline-block;
	*padding-left: 20px;
	margin-left: 180px;
	*margin-left: 0;
}
.form-horizontal .controls:first-child {
	*padding-left: 180px;
}
.form-horizontal .help-block {
	margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
	margin-top: 9px;
}
.form-horizontal .form-actions {
	padding-left: 180px;
}

/***************colonne devis en lifne*/
	.span12 {
		width: 940px;
	}
	.span11 {
		width: 860px;
	}
	.span10 {
		width: 780px;
	}
	.span9 {
		width: 700px;
	}
	.span8 {
		width: 620px;
	}
	.span7 {
		width: 540px;
	}
	.span6 {
		width: 460px;
	}
	.span5 {
		width: 380px;
	}
	.span4 {
		width: 300px;
	}
	.span3 {
		width: 220px;
	}
	.span2 {
		width: 140px;
	}
	.span1 {
		width: 60px;
	}
	.offset12 {
		margin-left: 980px;
	}
	.offset11 {
		margin-left: 900px;
	}
	.offset10 {
		margin-left: 820px;
	}
	.offset9 {
		margin-left: 740px;
	}
	.offset8 {
		margin-left: 660px;
	}
	.offset7 {
		margin-left: 580px;
	}
	.offset6 {
		margin-left: 500px;
	}
	.offset5 {
		margin-left: 420px;
	}
	.offset4 {
		margin-left: 340px;
	}
	.offset3 {
		margin-left: 260px;
	}
	.offset2 {
		margin-left: 180px;
	}
	.offset1 {
		margin-left: 100px;
	}
	.row-fluid {
		width: 100%;
		*zoom: 1;
	}
	.row-fluid:before,
	.row-fluid:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row-fluid:after {
		clear: both;
	}
	.row-fluid [class*="span"] {
		display: block;
		width: 100%;
		
		float: left;
		margin-left: 2.127659574%;
		*margin-left: 2.0744680846383%;
	}
	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}
	.row-fluid .controls-row [class*="span"] + [class*="span"] {
		margin-left: 2.127659574%;
	}
	.row-fluid .span12 {
		width: 99.99999999%;
		*width: 99.946808500638%;
	}
	.row-fluid .span11 {
		width: 91.489361693%;
		*width: 91.436170203638%;
	}
	.row-fluid .span10 {
		width: 82.978723396%;
		*width: 82.925531906638%;
	}
	.row-fluid .span9 {
		width: 74.468085099%;
		*width: 74.414893609638%;
	}
	.row-fluid .span8 {
		width: 65.957446802%;
		*width: 65.904255312638%;
	}
	.row-fluid .span7 {
		width: 57.446808505%;
		*width: 57.393617015638%;
	}
	.row-fluid .span6 {
		width: 48.936170208%;
		*width: 48.882978718638%;
	}
	.row-fluid .span5 {
		width: 40.425531911%;
		*width: 40.372340421638%;
	}
	.row-fluid .span4 {
		width: 31.914893614%;
		*width: 31.861702124638%;
	}
	.row-fluid .span3 {
		width: 23.404255317%;
		*width: 23.351063827638%;
	}
	.row-fluid .span2 {
		width: 14.89361702%;
		*width: 14.840425530638%;
	}
	.row-fluid .span1 {
		width: 6.382978723%;
		*width: 6.3297872336383%;
	}
	.row-fluid .offset12 {
		margin-left: 104.255319138%;
		*margin-left: 104.14893615928%;
	}
	.row-fluid .offset12:first-child {
		margin-left: 102.127659564%;
		*margin-left: 102.02127658528%;
	}
	.row-fluid .offset11 {
		margin-left: 95.744680841%;
		*margin-left: 95.638297862277%;
	}
	.row-fluid .offset11:first-child {
		margin-left: 93.617021267%;
		*margin-left: 93.510638288277%;
	}
	.row-fluid .offset10 {
		margin-left: 87.234042544%;
		*margin-left: 87.127659565277%;
	}
	.row-fluid .offset10:first-child {
		margin-left: 85.10638297%;
		*margin-left: 84.999999991277%;
	}
	.row-fluid .offset9 {
		margin-left: 78.723404247%;
		*margin-left: 78.617021268277%;
	}
	.row-fluid .offset9:first-child {
		margin-left: 76.595744673%;
		*margin-left: 76.489361694277%;
	}
	.row-fluid .offset8 {
		margin-left: 70.21276595%;
		*margin-left: 70.106382971277%;
	}
	.row-fluid .offset8:first-child {
		margin-left: 68.085106376%;
		*margin-left: 67.978723397277%;
	}
	.row-fluid .offset7 {
		margin-left: 61.702127653%;
		*margin-left: 61.595744674277%;
	}
	.row-fluid .offset7:first-child {
		margin-left: 59.574468079%;
		*margin-left: 59.468085100277%;
	}
	.row-fluid .offset6 {
		margin-left: 53.191489356%;
		*margin-left: 53.085106377277%;
	}
	.row-fluid .offset6:first-child {
		margin-left: 51.063829782%;
		*margin-left: 50.957446803277%;
	}
	.row-fluid .offset5 {
		margin-left: 44.680851059%;
		*margin-left: 44.574468080277%;
	}
	.row-fluid .offset5:first-child {
		margin-left: 42.553191485%;
		*margin-left: 42.446808506277%;
	}
	.row-fluid .offset4 {
		margin-left: 36.170212762%;
		*margin-left: 36.063829783277%;
	}
	.row-fluid .offset4:first-child {
		margin-left: 34.042553188%;
		*margin-left: 33.936170209277%;
	}
	.row-fluid .offset3 {
		margin-left: 27.659574465%;
		*margin-left: 27.553191486277%;
	}
	.row-fluid .offset3:first-child {
		margin-left: 25.531914891%;
		*margin-left: 25.425531912277%;
	}
	.row-fluid .offset2 {
		margin-left: 19.148936168%;
		*margin-left: 19.042553189277%;
	}
	.row-fluid .offset2:first-child {
		margin-left: 17.021276594%;
		*margin-left: 16.914893615277%;
	}
	.row-fluid .offset1 {
		margin-left: 10.638297871%;
		*margin-left: 10.531914892277%;
	}
	.row-fluid .offset1:first-child {
		margin-left: 8.510638297%;
		*margin-left: 8.4042553182766%;
	}
	