/* My Comment */

/* basic colour: #96aa08

*/

* {
	margin: 0;
	padding: 0;
}
#rip {
	position: absolute;
	visibility: visible;
	z-index: 10;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
}
html, body
{
    background: #e6e6e6;
}

#container {
	border: 1px solid gray;
	margin: 40px auto 20px;
	width: 940px;
	padding: 0;
	background: white /*url(../images/960_12_10_10.png) no-repeat center*/;
	-moz-box-shadow: 5px 5px 7px #888;
	-webkit-box-shadow: 5px 5px 7px #888;

}

/* @group NAV */

#nav {
	color: #000;
	clear: both;
	overflow: hidden;
	text-align: center;
	padding: 5px 0px 40px;
	/*border: 1px solid #000;*/
	position: relative;
	margin: 0 60px;
	background-color: white;
}

#nav ul {
	text-align: center;
	display: block;
}

#nav ul li {
	display: inline;
	text-align: center;
	padding: 0;
	margin: 0;
}

#nav ul li a {
	color: #4c4c4c;
	padding: 10px 5px;
	text-decoration: none;
	text-align: center;
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#nav ul li a:active {
	background-color: gray;
	color: white;
	border-radius:6px;
	-moz-border-radius: 6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
}

#nav ul li a:hover {
	padding: 10px 5px;
	color: #fff;
	background: gray;
	border-radius:6px;
	-moz-border-radius: 6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
}

#nav li.active a {
	padding: 10px 5px;
	color: white;
	background: #88ba14;
	border-radius:6px;
	-moz-border-radius: 6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	border-width: 2px;
	border-style: solid;
}



/* @end */

/* @group HEADER
 */

#header {
	padding: 0 10px 0 20px;
	position: relative;
	overflow: hidden;
	margin: 0 60px;
	min-height: 180px;
}

#header-small {
	padding: 0 10px 0 20px;
	position: relative;
	overflow: hidden;
	margin: 0 60px;
	min-height: 80px;
}

img {
	margin: 0;
	padding: 0;
}

#header .top {
	color: gray;
	padding-bottom: 20px;
	font: normal 1.3em/1.3em "Droid Sans", Verdana, sans-serif;
	text-align: right;
	padding-top: 20px;
	position: relative;
}

#header .top span {
	color: gray;
	text-align: right;
	line-height: 1.2em;
	font-size: .8em;
}

#nav h1 {
	text-indent: -9999px;
	display: none;
	visibility: hidden;
}

#nav h2 {
	color: #b3b3b3;
	font: 1.3em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0 0 20px;
	text-indent: -9999px;
	display: none;
	visibility: hidden;
}

.bqstart {
     float: left;
     height: 45px;
     margin-top: -20px;
     padding-top: 55px;
     margin-bottom: -50px;
     font-size: 700%;
     color: #88ba14;
 }
  .bqend {
     float: right;
     height: 25px;
     margin-top: 0px;
     padding-top: 15px;
     font-size: 700%;
     color: #88ba14;
}
  
body {  
    margin: 0 auto;  
	font: .9em/1.4em Georgia, "Times New Roman", Times, serif;
}

acronym {
	text-decoration: underline;
}

h1,h2,h3,h4 {
	color: gray;
	font-family: "Droid Sans", Helvetica, sans-serif;
}

#content {
	overflow: hidden;
	position: relative;
	margin: 0 60px;
	padding: 10px;
}

#content-inside {
	width: 540px;
	margin: 0 10px;
	padding: 0;
	float: left;
}

#content h2 {  
    font-size: 28px;  
    line-height: 44px;  
    padding: 22px 0;  
}  
  
#content h3 {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #88ba14;
	font-size: 1.2em;
	line-height: 1.3em;
}

#content h4 {
	padding: 0;
	margin: 0 0 10px;
	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
}

#content p {
	color: #4c4c4c;
	padding-bottom: 10px;
}

#content a:link, #content a:visited {
	padding-bottom: 10px;
	color: #4c4c4c;
}

#content a:hover {
	background-color: #88ba14;
	color: white;
	padding: 3px;
}

#content span {
	color: white;
}

#content p span {
	color: #4c4c4c;
	font-weight: bold;
}

#content ul {
}

#content li {
	list-style-type: square;
	font: .9em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #4c4c4c;
	text-indent: 10px;
	list-style-position: inside;
}

/* @group CLASSES */
	#content.button {
   border-top: 1px solid #b1c70a;
   background: #474f0d;
   background: -webkit-gradient(linear, left top, left bottom, from(#97aa08), to(#474f0d));
   background: -moz-linear-gradient(top, #97aa08, #474f0d);
   padding: 9px 18px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   color: #ffffff;
   vertical-align: middle;
}

#button {
   vertical-align: middle;
	text-align: center;
	background: #88ba14 url(../images/btn-bg.jpg) repeat-x 0 top;
	padding-top: 9px;
	padding-bottom: 9px;
	color: white;
	border-radius:6px;
	-moz-border-radius: 6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-webkit-box-shadow: rgba(0,0,0,.5) 0 3px 3px;
	-moz-box-shadow: rgba(0,0,0,.5) 0 3px 3px;
	box-shadow: rgba(0,0,0,.5) 0 3px 0;
}

#button a {
		text-align: center;
	color: white;
	text-decoration: none;
	font: bold 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#button a:hover {
	text-decoration: none;
	color: #ffffff;
	font: bold .9em "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url(../images/btn-bg.jpg) repeat-x 0 bottom;
	padding: 10px 62px;
	margin: 0;
	overflow: hidden;
	border-radius:6px;
	-moz-border-radius: 6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-webkit-box-shadow: rgba(0,0,0,.5) 0 3px 3px;
	-moz-box-shadow: rgba(0,0,0,.5) 0 3px 3px;
	box-shadow: rgba(0,0,0,.5) 0 3px 0;
}

#content.button a {
	color: white;
	text-align: center;
	text-decoration: none;
	font: bold .9em "Droid Sans", "Lucida Grande", Helvetica, Arial, Sans-Serif;
}

#content.button:hover, #content.button a:hover {
   border-top-color: #545454;
   color: #ffffff;
	background: url(../images/btn-bg.jpg) repeat-x 0 bottom;
	padding: 18px 9px;
}
#content.button:active {
   border-top-color: #474f0d;
   background: #474f0d;
   } 
.inside {
	padding: 10px;
	margin: 0;
}

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

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

.c60 {
	width: 60px;
	margin: 10px;
	padding: 0;
	border: 1px solid #fc8017;
-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.1, rgb(107,120,8)),
    color-stop(0.55, rgb(151,170,8))
)
-moz-linear-gradient(
    center bottom,
    rgb(107,120,8) 10%,
    rgb(151,170,8) 55%
)
}

.c60green {
	background-color: #88ba14;
	-moz-border-radius: 12px;
	-webkit-border-top-left-radius:12px;
	-webkit-border-top-right-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	-webkit-border-bottom-right-radius:12px;
	-moz-box-shadow: 6px 6px 3px #888;
  	-webkit-box-shadow: 6px 6px 6px #888;
	width: 60px;
	height: 60px;
	color: white;
	font-weight: bold;
	margin: 10px;
	position: relative;
	overflow: hidden;
}

.c60green span {
	font-size: 3em;
	color: white;
	text-align: center;
	background-position: center center;
	vertical-align: middle;
	white-space: nowrap;
	float: left;
	padding: 0 0 20px 15px;
	margin: 0;
	position: absolute;
	bottom: -5px;
}

.c140 {
	width: 140px;
	visibility: hidden;
	margin: 10px;
	padding: 0;
	border: 1px solid #fc8017;

}

.c180 {
	width: 180px;
	margin: 0;
	padding: 0;
	background-color: #e6e6e6;
}

.c220 {
	width: 220px;
	padding: 0;
	/*border: 1px solid #fc8017;*/
	margin: 10px;
}

.c220r {
	width: 218px;
	float: left;
	margin: 10px 0 0 10px;
	display: block;
	background-color: #e6e6e6;
	padding: 0 0 10px;
	border: 1px solid #ccc;
}

.c300r2 {
	width: 300px;
	float: left;
	margin: 10px 0 0 10px;
	display: block;
	background-color: #e6e6e6;
	padding: 0 0 10px;
}

.c300 {
	width: 300px;
	padding: 0;
	overflow: hidden;
	margin: 10px;
}

.c300r {
	width: 300px;
	float: right;
	padding: 0;
	margin: 0 10px 0 0;
	display: block;
}

.c380 {
	width: 380px;
	margin: 10px;
	padding: 0;
	overflow: hidden;
}

.c460 {
	width: 460px;
	margin: 10px;
	padding: 0;
}

.c540 {
	width: 540px;
	margin: 10px;
	padding: 0;
}

.c620 {
	width: 620px;
	margin: 0 10px;
}

.c700 {
	width: 700px;
	margin: 0 10px;
}

.c780 {
	width: 780px;
	margin: 0 10px;
}

.gray {
	background-color: #e6e6e6;
	border: 1px solid silver;
	padding: 20px;
}

.logo {
	text-align: right;
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 0 0 0 -10px;
	position: relative;
}

.green {
	background-color: #88ba14;
}

h2.white {
	color: white;
	margin: 0;
	padding: 0;
}



/* @end */

/* @group CONTACT */

.contact-form {
	width: 498px;
}

.contact-form, .contact form input, textarea {
	color: gray;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 10px;
}


.contact-form input, .contact-form textarea {
	padding: 5px;
	width: 360px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

.contact-form textarea:focus,.contact-form input:focus {
	border: 2px solid #96aa08;
}

.contact-form input.submit-button {
	width: 100px;
	float: right;
	display: inline-block;
	background-color: #88ba14;
	margin-right: 10px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	color: gray;
	font-size: 1em;
}

a.lnkn a:hover {
	background-color: white;
}


/* @end */

/* @group FOOTER */

#footer {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: white;
	border-top: 1px solid silver;
	margin: 20px 0 0;
}

#footer p {
	margin: 0;
	padding: 0;
	font: .9em/1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#footer a {
	color: #4c4c4c;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a:visited {
	color: silver;
}



/* @end */

/* @group FOOTER2 */

#footer2 {
	background-color: #4c4c4c;
	overflow: hidden;
	margin: 0;
	padding: 10px;
}

#footer2 .col {
	width: 220px;
	margin: 5px;
}

#footer2 h4 {
	color: #88ba14;
	font-size: 1em;
}

#footer2 p {
	color: white;
	font: .9em/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#footer2 a {
	color: orange;
	text-decoration: underline;
	font: .8em/1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}



/* @end */

/* @group BLOC */

#bloc1 {
	overflow: hidden;
	margin: 0;
	padding: 0 38px;
}

#bloc2 {
	border: 1px solid #b3b3b3;
	overflow: hidden;
}

#bloc {
	display: block;
	overflow: hidden;
	background-color: #f0f0f0;
	border: 1px solid silver;
	-moz-corner-radius: 12px;
	-webkit-border-top-left-radius:12px;
	-webkit-border-top-right-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	-webkit-border-bottom-right-radius:12px;
	margin: 0;
	padding: 0;
}

#bloc h3 {
	color: #88ba14;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 10px;
}

#bloc a {
	color: #88ba14;
	font-weight: bold;
}

#bloc a.link {
	color: #4c4c4c;
	font-size: 1.4em;
	text-decoration: none;
	font-weight: bold;
}

#bloc a:hover.link {
	text-decoration: underline;
	color: #fc0012;
}

.red {
	color: #fc0012;
}



/* @end */

/* @group CSS3 */

div#multicolumn2 {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	column-rule:2px #ccc;
	border: 1px solid #7f0040;
	-moz- | -webkit-]column-rule-color: #cc0000;
	-moz- | -webkit-]column-rule-style: solid;
	-moz- | -webkit-]column-rule-width: 10px;
}

div#multicolumn3 {
	[-moz-column-width: 150px;
	[-moz-column-rule-color: #cc0000;
	[-moz-column-rule-style: solid;
	[-moz- | -webkit-]column-rule-width: 10px;

}

/* 	-moz-corner-radius: 12px;
	-webkit-border-top-left-radius:12px;
	-webkit-border-top-right-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	-webkit-border-bottom-right-radius:12px;
	-moz-box-shadow: 6px 6px 6px #888;
  	-webkit-box-shadow: 6px 6px 6px #888;*/

.gradient {
  height: 150px;
  background: -moz-radial-gradient(50% 50%, farthest-side, #96aa08, #fff);
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#96aa08), to(#fff));
}
.gradient-h {
  height: 150px;
  background: -moz-linear-gradient(left, #96aa08 25%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#96aa08), to(#fff));
}
.gradient-v {
  height: 100px;
  background: -moz-linear-gradient(top, #96aa08 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#96aa08), to(#fff));
}
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: white;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}



/* @end */

#entry {
	column-count:2;
	padding: 20px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* @group CLEAR */

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	margin-top: 10px;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}



/* @end */

.guillemet {
	color: #88ba14;
	font: bold 6em Georgia, "Times New Roman", Times, serif;
	margin-bottom: -40px;
}

#pix {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	background-color: #88ba14;
}

li.smap {
	background-color: orange;
	width: 30px;
	height: 30px;
	padding: 3px;
}

li.email {
	background-color: #88ba14;
	padding: 3px;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 5px;
}

#twitter {
	background-color: #fcff6b;
	width: 200px;
	height: 400px;
	margin: 0 0 0 10px;
	padding: 10px;
}

#content ul ul li {
	list-style-type: none;
	color: #88ba14;
	padding-left: 20px;
}

#nav h1 {
	text-indent: -9000px;
	display: none;
}

#nav h2 {
	text-indent: -9000px;
	display: none;
}

/* @group PANEL */

#panel {
	background: #fff;
	height: 300px;
	display: none;
}
.slide {
	margin: 0;
	padding: 0;
	border-top: solid 2px #96aa08;
}
.btn-slide {
	background: #88ba14 url(images/white-arrow.gif) no-repeat right -50px;
	text-align: center;
	width: 144px;
	height: 20px;
	padding: 10px 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.btn-active {
	background-position: right 12px;
	padding: 10px 0;
	height: 20px;
}
/* @end */

/* @group GRID */

/**
 * Grid
 */
#grid{

    /* Vertical grid lines */
    background: url(images/bg-grid-980.gif) repeat-y 0 0;

    /* Dimensions - same width as your grid with gutters */
    width: 980px;

    /* Grid (left-aligned)
    position: absolute;
    top: 0;
    left: 0;
    */

    /* Grid (centered) */
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -490px;

}

/**
 * Classes for multiple grids
 *
 * When using more than one grid, remember to set the numberOfGrids 
 * option in the hashgrid.js file.
 */
#grid.grid-1{

    /* Vertical grid lines for grid 1 */
    background: url(images/bg-grid-980.gif) repeat-y 0 0;

}
#grid.grid-2{

    /* Vertical grid lines for grid 2 */
    background: url(images/bg-grid-660.gif) repeat-y 160px 0;

    /* Adjustments */
    padding: 0 160px;
    width: 660px;

}

/**
 * Horizontal grid lines, defined by your base line height
 *
 * Remember, the CSS properties that define the box model:
 * visible height = height + borders + margins + padding
 */
#grid div.horiz{

    /* 20px line height */
    height: 19px;
    border-bottom: 1px dotted #aaa;
    margin: 0;
    padding: 0;

}



/* @end */