@CHARSET "UTF-8";




/* v1.0 | 20080212 */

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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/** MAIN **/
body{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #666;
}
.center {
	width: 990px;
	margin: 0 auto;
}
a {
	text-decoration: none;
	color: #629f00;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-bottom: 10px;
	line-height: 1.3em;
}
.col.left p {
	color: #666;
}
.col.left li {
	line-height: 1.3em;
	color: #666;
}
.col.left ul {
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
hr.both {
	clear: both;
	font-size: 1px;
	height: 1px;
	visibility: hidden;
}




#main {
	position: relative;
	background: #f1f1f1 url(../../views/images/bg.png) scroll repeat-x top left;
}
#ct {
	z-index: 4;
	position: relative;
	padding-bottom: 20px;
}
#hd {
	padding: 10px 0;
}
#bd {
	background-color: #fff;
	min-height: 300px;
	padding: 15px 35px;
	-moz-box-shadow: 0 0 15px #d2d2d2;
	-webkit-box-shadow: 0 0 15px #d2d2d2;
	box-shadow: 0 0 15px #d2d2d2;
	-moz-border-radius: 0 0 12px 12px;
	-webkit-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
}
#volute-gauche {
	background: transparent url(../../views/images/bg-left.png) no-repeat top left;
	width: 800px;
	height: 350px;
	z-index: 2;
	position: absolute;
	left: 0px;
	top : 0px;
}
#volute-droite {
	background: transparent url(../../views/images/bg-right.png) no-repeat top right;
	width: 450px;
	height: 350px;
	z-index: 1;
	position: absolute;
	right: 0px;
	top : 0px;
}




.col {
	float: left;
}
.left {
	width: 606px;
}
.right {
	width: 290px;
	float: right;
}
#hd a {
	float: left;
}
#hd h3 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	color: #999;
	margin-top: 48px;
	text-align: right;
}
.ad {
	border: solid 1px #ccc;
	margin-bottom: 20px;
}
.ad h1 {
	font-size: 1.9em;
	text-transform: uppercase;
	color: #000;
	margin: 30px 20px 10px 20px;
	border-width: 0px;
}
.ad h2 {
	font-size: 1.9em;
	color: #629f00;
	margin: 0 20px 20px 20px;
}
.ad h3, .ad h4, .ad h5, .ad h6 {
	margin: 10px 20px 10px 20px;
}
.ad p {
	color: #666;
	font-size: 1.3em;
	margin: 0 20px 10px 20px;
	line-height: 1.2em;
}
.stay_contact {
	margin-top: 40px;
	background: transparent url(../../views/images/block_bg.png) repeat-x 0 bottom;
	padding-left: 10px;
	padding-bottom: 10px;
}
.stay_contact .title {
	margin-bottom: 10px;
	margin-left: -10px;
	color: #629f00;
}
.stay_contact a {
	color: #000;
}
.stay_contact .trad a {
	display: block;
}
.contact_rss, .contact_twitter {
	float: left;
	margin: 10px 0 15px 0;
}
.contact_rss a, .contact_twitter a {
	text-decoration: none;
}
.contact_rss img, .contact_twitter img {
	margin-bottom: 10px;
}
.contact_rss {
	margin-right: 50px;
}
.subtitle {
	color: #629f00;
	font-size: 1.4em;
	margin-bottom: 4px;
}
.stay_contact input {
	width: 160px;
}
.link {
	color: #000;
	background: transparent url(../../views/images/puce.png) no-repeat 0 2px;
	padding: 4px 0 4px 20px;
}
.back {
	float: right;
}





label {
	margin: 10px 0 2px 0;
	color: #666;
	display: block;
}
input, textarea, button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
input, textarea {
	vertical-align: middle;
	border: solid 1px #ccc;
	height: 18px;
	padding: 2px 0 0 5px;
	-moz-box-shadow: inset 0 2px 5px #d2d2d2;
	-webkit-box-shadow: inset 0 2px 5px #d2d2d2;
	box-shadow: inset 0 2px 5px #d2d2d2;
	margin-bottom: 2px;
}
textarea {
	height: 80px;
}
button {
	border-width: 0px;
	background: transparent url(../../views/images/menu_bg_on.png) repeat-x 0 -5px;
	color: #fff;
	height: 22px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 2px;
}
.stay_contact button {
	width: 22px;
	vertical-align: middle;
}
button.btn {
	padding: 0 4px 1px 22px;
	height: 21px;
}
button.btn:hover {
	text-decoration: underline;
	cursor: pointer;
}




.left input {
	width: 240px;
}
.left textarea {
	width: 100%;
}
.form {
	width: 269px;
	color: #666;
}
.form+.form {
	float: right;
	width: 289px;
}
.form .title {
	color: #629f00;
	border-width: 0;
	margin-bottom: 10px;
}
.map {
	text-align: right;
}
.map a {
	color: #999;
	font-size: 0.9em;
}
.map img {
	margin-top: 4px; 
}




.news_head {
	font-size: 1.8em;
	padding-left: 20px;
	background: transparent url(../../views/images/puce_title.png) no-repeat 0 0;
	margin: 20px 0 6px 0; 
}
.news_rss {
	float: right;
}
.news_date {
	font-family: Arial, Verdana, sans-serif;
	background-color: #91bc2f;
	color: #fff;
	text-align: center;
	float: left;
	width: 46px;
	padding-top: 5px;
	height: 41px;
	margin: 0 10px 0 4px;
	-moz-box-shadow: -4px 4px 0 #ddd;
	-webkit-box-shadow: -4px 4px 0 #ddd;
	box-shadow: -4px 4px 0px #ddd;
}
.right .news {
	padding: 12px 0;
}
.right .news h2 {
	margin-bottom: 0;
}
.right .news+.news {
	border-top: dotted 1px #ccc;
}
.right .news li {
	margin-bottom: 3px;
}
.left .news {
	margin-bottom: 40px;
}
.left .news h2 {
	margin-top: 10px;
}
.news_toolbar {
	margin-bottom: 10px;
}
.news_day {
	font-size: 1.8em;
}
.news_month {
	font-size: 1.1em;
	text-transform: capitalize;
}
.news_resume, .client_resume {
	font-size: 1.1em;
	line-height: 1.2em;
}
.news_comments {
	border-top: solid 1px #ccc;
	padding-top: 4px;
	font-size: 0.9em;
}
.news_comments a {
	margin-right: 10px;
}
.news_text, .news_date2 {
	color: #666;
}
.news_date2 {
	margin-bottom: 4px;
}
.news_text img {
	margin-bottom: 15px;
}
.news .subtitle {
	color: #000;
	margin-bottom: 10px;
}




h1 {
	color: #629f00;
	font-size: 2em;
	margin-bottom: 20px;
	border-bottom: solid 1px #e0e0e0;
}
h2 {
	color: #333;
	font-size: 2.4em;
	margin-bottom: 15px;
}
h3 {
	color: #333;
	font-size: 1.8em;
	margin-bottom: 12px;
}
h4 {
	color: #333;
	font-size: 1.5em;
	margin-bottom: 6px;
}
h5 {
	color: #333;
	font-size: 1.2em;
	margin-bottom: 6px;
}
h6 {
	color: #333;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 6px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
.breadcrumbs {
	margin-bottom: 20px;
	color: #666;
	font-size: 0.9em;
}
.breadcrumbs .currentPage {
	color: #629f00;
}




#clients {
	margin-bottom: 20px;
}
.client {
	margin-top: 40px;
}
.client h2 {
	color: #629f00;
	font-size: 2em;
}
.client_logo, .client_logo_big {
	border: solid 5px #e0e0e0;
}
.client_logo {
	float: left;
	margin-right: 15px;
}
.client_resume, .client_bd blockquote {
	color: #666;
}
.client_bd .presta .title {
	color: #629f00;
}
.client_logo_big {
	margin-bottom: 20px;
}




.title {
	font-size: 1.8em;
	border-bottom: solid 1px #e0e0e0;
}
.btn {
	color: #fff;
	background: #4c4c4c url(../../views/images/puce_btn.png) no-repeat 8px 5px;
	padding: 5px 9px 4px 22px;
	font-size: 0.9em;
	display: inline-block;
	clear: both;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.btn:hover {
	text-decoration: none;
}




.press {
	width: 324px;
	color: #4c4c4c; 
}
.presta {
	float: right;
	width: 246px;
}
.press .title, .presta .title {
	color: #000;
	margin-bottom: 20px;
}
.presta ul {
	color: #fff;
	background-color: #4c4c4c;
	padding: 10px;
}
.presta li {
	color: #fff;
	padding: 5px 5px 5px 30px;
	background: transparent url(../../views/images/check.png) no-repeat 5px 2px;
}
.col.left .presta li, .presta a {
	color: #fff;
}
.col.left li {
	padding: 2px 5px 2px 25px;
	background: transparent url(../../views/images/arrow.png) no-repeat 5px 4px;
}
.col.left .ad ul {
	margin: 0 10px 20px 10px;
}
.col.left .ad li {
	color: #666666;
	font-size: 1.3em;
	line-height: 1em;
	margin: 0px 5px 0px 25px;
}
blockquote {
	font-size: 1.3em;
	line-height: 1.4em;
	background: transparent url(../../views/images/puce_cite.png) no-repeat 0 0;
	padding-top: 5px;
	text-indent: 30px;
	margin-bottom: 10px;
	font-style: italic;
}
.author {
	color: #999;
}
.clients {
	margin: 40px 0 10px 0;
}
.clients .title {
	margin-bottom: 10px;
}
.clients a {
	margin: 0 0 0 5px;
}
.clients a img, .news_text img {
	border: solid 1px #ccc;
}




/** CONTACT **/
.contact {
	background-color: #4c4c4c;
	padding: 15px 0;
}
.contact .center {
	background: transparent url(../../views/images/france.png) no-repeat 530px 28px;
	vertical-align: top;
}
.copyright {
	text-align: right;
	font-size: 1em;
	color: #999;
	float: right;
}
.contact .title {
	color: #629f00;
	font-weight: normal;
	font-size: 1.7em;
	line-height: 1.8em;
	border-width: 0px;
}
.contact h3 {
	color: #fff;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.35em;
	margin-bottom: 0;
}
.contact, .contact h3 a {
	color: #fff;
	line-height: 1.35em;
}
.contact .prest, .contact .address {
	padding: 22px 0;
	float: left;
}
.contact .prest {
	background: transparent url(../../views/images/eye-on-grey.png) no-repeat 130px 0;
	width: 330px;
	border-right: #6e6e6e 1px solid;
}
.contact .address {
	margin-left: 24px;
	height: 185px;
}




.prestation {
	display: inline-block;
	width: 179px;
	vertical-align: top;
	cursor: pointer;
	color: #666;
	margin-bottom: 20px;
}
.prestation .subtitle {
	border-bottom: solid 1px #ccc;
	margin-bottom: 20px;
	white-space: nowrap;
}
.prestation img {
	margin-bottom: 20px;
}
.prestation+.prestation {
	margin-left: 31px;
}




/** SITEMAP **/
.sitemap {
	background-color: #666;
	color: #aaa;
}
.sitemap h4 {
	color: #aaa;
	font-weight: normal;
	padding: 4px 0px 12px 12px;
	background: url(../../views/images/puce_map.png) no-repeat 2px 6px;
	font-size: 0.9em;
}
.sitemap .center>ul {
	overflow: auto;
}
.sitemap a {
	line-height: 1em;
	display: block;
	color: #aaa;
	padding: 4px 0 2px 12px;
}
.sitemap .center>ul>li {
	border-bottom: solid transparent 5px; /* hide scrollbar under safari due to overflow auto ! */
	margin-bottom: 1px;
}
.sitemap .center>ul>li+li {
	margin-left: 10px;
}
.sitemap .center>ul>li>a {
	background-color: #727272;
}
.sitemap li {
	width: 150px;
	float: left;
}
.sitemap li li a {
	font-size: 0.9em;
	padding: 2px 0 0 0;
	margin: 6px 0 0 0;
	color: #999;
	line-height: 1.1em;
}
.sitemap li li {
	width: 126px;
	margin-left: 24px;
	list-style-type: circle;
}
.sitemap li li li {
	width: 114px;
	margin-left: 12px;
	list-style-type: disc;
}
.sitemap li li li li {
	margin: 0;
	width: 107px;
	padding-left: 7px;
	list-style-type: none;
	background: url(../../views/images/puce_lvl4.png) no-repeat -1px 10px;
}








/** MENU **/
#menu {
	width: 990px;
	vertical-align: baseline;
	height: 68px;
}
#menu .home {
	background: transparent url(../../views/images/menu_bg.png) repeat-x bottom left;
	width: 55px;
	float: left;
	padding-left: 30px;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
	border-radius: 12px 0 0 0;
}
#menu ul {
	background: transparent url(../../views/images/menu_bg.png) repeat-x left 0;
	width: 889px;
	display: inline-block;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
	border-radius: 0 12px 0 0;
}
#menu li {
	margin-top: -7px;
	float: left;
	background: transparent url(../../views/images/menu_s.png) no-repeat 0 7px;
}
#menu a {
	color: #fff;
	text-transform: uppercase;
	display: block;
	line-height: 44px;
	font-size: 1.1em;
	padding: 0 16px;
}
#menu li a {
	padding-top: 7px;
}
#menu a:hover {
	text-decoration: none;
}
#menu .home:hover, #menu li.sf-breadcrumb > a, #menu li > a:hover, .homepage #menu .home {
	margin-top: 0;
	background: transparent url(../../views/images/menu_bg_on.png) repeat-x top left;
}
#menu .home:hover, .homepage #menu .home {
	padding-top: 7px;
	margin-top: -7px;
}
#menu ul ul.lvl2 {
	height: 24px;
	padding-left: 20px;
}
#menu li li {
	height: 24px;
	margin-top: 0;
	background: none;
}
#menu li li a {
	height: 22px;
	margin-top: 0;
	padding-top: 2px;
	line-height: 24px;
	text-transform: none;
}
#menu li li a, #menu li li.active a, #menu li li.sf-breadcrumb a, #menu li li a:hover {
	background: none;
	color: #c4dc6c;
}
.empty-navbar {
	background-color: #539300;
	height: 28px;
	margin-top: -26px;
}
#menu ul.lvl2 > li+li > a {
	background: transparent url(../../views/images/navbar-separator.png) no-repeat 0 7px;
}
#menu li li.active a, #menu li li a:hover {
	color: #fff;
}
#menu .sf-navbar {
	height: 66px;
}
#menu .lvl3 {
	border: solid 1px #d1d1d1;
	background-color: #f3f3f3;
	font-size: 0.9em;
}
#menu li li li a, #menu li li.active li a {
	color: #666;
	background: #f3f3f3 url(../../views/images/dot-black.png) no-repeat 4px 10px;
}
#menu li li li a:hover, #menu li li li.active > a {
	color: #333;
	background: #dcdcdc url(../../views/images/dot-green.png) no-repeat 4px 10px;
}




/*** ESSENTIAL STYLES ***/
#menu .sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#menu .sf-menu {
	line-height:	1.0;
}
#menu .sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
#menu .sf-menu ul li {
	width:			100%;
}
#menu .sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#menu .sf-menu li {
	float:			left;
	position:		relative;
}
#menu .sf-menu a {
	display:		block;
	position:		relative;
}
#menu .sf-menu li:hover ul,
#menu .sf-menu li.sfHover ul {
	left:			-101px;/*0;*/
	top:			44px;/*2.5em;*/ /* match top ul list item height */
	z-index:		99;
}
#menu ul.sf-menu li:hover li ul,
#menu ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
#menu ul.sf-menu li li:hover ul,
#menu ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
#menu ul.sf-menu li li:hover li ul,
#menu ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
#menu ul.sf-menu li li li:hover ul,
#menu ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
#menu .sf-menu li:hover, #menu .sf-menu li.sfHover,
#menu .sf-menu a:focus, #menu .sf-menu a:hover, #menu .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
#menu .sf-menu .lvl2 a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
#menu .sf-sub-indicator {
	display: none;
}
#menu .lvl2 .sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			7px; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
#menu a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
#menu a:focus > .sf-sub-indicator,
#menu a:hover > .sf-sub-indicator,
#menu a:active > .sf-sub-indicator,
#menu li:hover > a > .sf-sub-indicator,
#menu li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#menu .sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
#menu .sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#menu .sf-menu ul a:focus > .sf-sub-indicator,
#menu .sf-menu ul a:hover > .sf-sub-indicator,
#menu .sf-menu ul a:active > .sf-sub-indicator,
#menu .sf-menu ul li:hover > a > .sf-sub-indicator,
#menu .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}




/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
#menu .sf-navbar {
	position:		relative;
}
#menu .sf-navbar li {
	position:		static;
}
#menu .sf-navbar a {
	border-top:		none;
}
#menu .sf-navbar li ul {
	background: #539300 none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 970px; /*IE6 soils itself without this*/
}
#menu .sf-navbar li li {
	position:		relative;
	line-height: normal;
}
#menu .sf-navbar li li ul {
	width:			13em;
}
#menu .sf-navbar li li li {
	width:			100%;
}
#menu .sf-navbar ul li {
	width:			auto;
	float:			left;
}
#menu .sf-navbar a, .sf-navbar a:visited {
	border:			none;
}
#menu ul.sf-navbar .current ul,
#menu ul.sf-navbar ul li:hover ul,
#menu ul.sf-navbar ul li.sfHover ul {
	left:			0;
	top:			24px; /* match top ul list item height */
}
#menu ul.sf-navbar .current ul ul {
	top: 			-999em;
}

/*** point all arrows down ***/
/* point right for anchors in subs */
#menu .sf-navbar ul .sf-sub-indicator { background-position: -10px -100px; }
#menu .sf-navbar ul a > .sf-sub-indicator { background-position: 0 -100px; }
/* apply hovers to modern browsers */
#menu .sf-navbar ul a:focus > .sf-sub-indicator,
#menu .sf-navbar ul a:hover > .sf-sub-indicator,
#menu .sf-navbar ul a:active > .sf-sub-indicator,
#menu .sf-navbar ul li:hover > a > .sf-sub-indicator,
#menu .sf-navbar ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}




.form_error {
	color: #f00;
}
.form_success {
	color: #629f00;
}




/* KWEEPER */
.clear          {display:block;clear:both;height:10px;}
div.elements    {clear:both;border-top:0px solid #CCC;padding:10px 0 5px 0;margin:15px 10px 0 0;}
div.elements span.date  {color:#CCC;text-transform:lowercase;display:block;font-weight:normal;font-size:11px;}
div.elements span.date a {color:#629F00;text-decoration:none;}
div.elements h2     {margin:0;padding:0;font-size:2em;font-weight:normal;}
div.elements.unique h2   {margin-bottom:10px;}
div.elements p      {padding:10px 0;color:#666666;font-size:12px;line-height:1.3em;margin-bottom:10px;}

img.element_left    {float:left;margin-right:5px;}


.paginator          {color:#CCC;font-size:12px;text-align:right;clear:both;margin-right:10px;padding:5px 0;}
.paginator span     {color:#666;text-decoration:underline;font-weight:normal;}
.paginator a        {color:#CCC;text-decoration:none;}
.paginator a:hover  {color:#666;}

.paginator.top      {border-top:2px solid #CCC;margin-bottom:-15px;margin-top:15px;}

