 /* This styles the unordered list element to remove bullets and align the text */
 ul#nav {
   list-style-type : none;
   text-align : right;
 }

 /*
  This styles the links. It’s a block-level link and the text is positioned
  with padding. Other styles are defined: width, colors, text attributes, etc.
 */
 ul#nav a, ul#nav a.rss {
   background-color : #d3d3a7;
   padding : 15px 5px 2px 10px;
   margin-bottom : 10px;
   width : 180px;
   height : auto;
   color : #333;
   font-weight : bold;
   font-style : normal;
   display : block;
   text-decoration : none;
 }

 /* This gives the “rss” class link a background image */
 ul#nav a.rss {
   background : #d3d3a7 url(images/rss.jpg) no-repeat 2px 2px;
 }

 /* This is only necessary for IE6 else the link margins will collapse on hover */
 ul#nav li {
   margin-bottom : 10px;
 }

 /* This removes the default left margin (indentation) */
 ul#nav li {
   margin-left : 0;
 }

 /*
  Now to offer some hover and focus styles. Further specification of focus/active styles
  could be added but I didn’t do it in this example. I didn’t feel it was needed
 */
 ul#nav a:hover, ul#nav a:focus, ul#nav a:active {
   background-color : #669900;
   color : #fff;
 }

 /* This offers up a hover/focus state image for the “rss” class link */
 ul#nav a.rss:hover, ul#nav a.rss:focus {
   background : #669900 url(images/rss_on.jpg) no-repeat 2px 2px;
 }

 /*
  This style the single state of the “current_page_item” class link. Not needed for
  the “rss” class link since that target page won’t display the menu
 */
 ul#nav li.current_page_item a, ul#nav li.current_page_item a:hover,
 ul#nav li.current_page_item a:focus, ul#nav li.current_page_item a:active {
   background-color : #9e9e55;
   color : #fff;
   cursor : default;
   text-align : left;
 }



/*  
Theme Name: Cognitive
Description: Cognitive by Faya
Version: 1.1
Author: Faya
Author URI: http://www.faya.ca/
*/

/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(images/bgr.gif) #333333 repeat-x top;
	 "Trebuchet MS", Arial, Helvetica;
	padding: 0 0 20px;
	line-height:150%;
}
a{
	color: #444444;
	text-decoration: underline;
}
a:hover{
	text-decoration: underline; color:#AA0000;
}
input,select,textarea{
	border: #e6e6e6 1px solid;
	font-size: 12px;
	padding: 2px
}
li{
	list-style: none
}
h1,h2,h3,h4,h5,h6,p{ color: #333;}
h2{
	color: #e36600;
	font-size: 3em;
	font-weight:400;line-height:35px;
	margin: 0 0 .4em
}
h2 a{
	color: #2E8CC2; font-size:16px;
}
h3{
	color: #fff;
	font-size: 2.3em;
	margin: 0 0 15px; font-weight:100;}
h4{
	color: #444444;
	font-size: 1em;
	margin: 0 0 1em
}
p{
	padding: 0 0 1.5em; color:#444444;
}

cite{ color:#FFF;}
/*=== Intro ===*/
p.intro {
	line-height:1.3em; color: #fff;
	
}
p.intro a {
	color:#FFFFFF;
	text-decoration:underline;
}
p.intro a:hover {
	color:#222222;
	text-decoration:underline;
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 1000px; padding:0;
}
/*=== Header ===*/
#header{
	height: 89px; width:1000px;
	position:relative; display:inline-block; overflow:hidden; clear:both;
}
#header .spacer{
	float: right
}
/*- Logo -*/
#header h1{
	float: left;
	width: 210px
}
#header h1{
	display: block; text-indent:-1000px;
}
#header h1 a:hover{
	text-decoration: none
}

/*=== Buttons ===*/
.btn-rounded{
	line-height: 30px;
	font-weight:bold;
	float: left;
}
.btn-rounded a{
	color: #ffffff;
	padding: 0 0 0 20px;
	display: block;
	float: left;
}

.btn-rounded a:hover{
	color: #ffffff;
	padding: 0 0 0 20px;
	display: block;
	float: left;
}
/*.btn-rounded a span{
	padding: 0 13px 0 0;
	display: block;
	float: left;
}*/

.btn {
	margin:0; 
	padding:5px 10px;
	background:#fff ;
	border:1px solid #cccccc;
 	color:#2E8CC2;
	font-weight:bold; cursor: default;
}


/*=== Navigation ===*/
#nav0{
        text-align: right;
        height: 33px;
        padding: 10px 0 0 0;
}
#nav0 a, #nav0 a:link, #nav0 a:visited, #nav0 a:hover {
        color:#B7EE32;
        text-decoration:underline;
}
/*- Nav1 -*/
#nav1{
	font-size:12px;
	height:25px;
	margin:0 0 0;
	right:0; padding-top:49px; padding-left:20px;
	float:left;
}
#nav1 li{
	float: left;
	line-height: 28px;
	margin: 0 1px 0 0;
}
#nav1 li a{
	background:transparent url(images/tab_down.gif) repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:12px;
	height:28px;
	text-align:center;
	text-decoration:none;
	width:84px;
}

#nav1 li a:hover,
#nav1 li.current_page_item a:link, #nav1 li.current_page_item a:visited, #nav1 li.current_page_parent a:link, #nav1 li.current_page_parent a:visited{
	background:transparent url(images/tab_over.gif) no-repeat;
	color:#FFFFFF;
	float:left;
	text-align:center;
}
#nav1 li.current_page_item ul li a:link, #nav1 li.current_page_item ul li a:visited{
	background:transparent url(images/tab_over.gif) no-repeat scroll 0 0;
	color:#FFFFFF;
	float:left;
	text-align:center;
}


/*- Nav2 -*/
.nav2 li, .widget li{
	background: url(images/hl-dot.gif) repeat-x bottom;
	padding: .5em 0
}
.nav2 li a, .widget li a{
	color: #212121; 
	/*background: url(images/ico-next.gif) no-repeat left;*/
	padding: 0;
}
.nav2 li a:visited, .widget li a:visited{
	
	/*text-decoration: none*/
}

/*=== All Columns ===*/
#columns{
	height: 1%; padding-left:14px;
	background:transparent url(images/bg_content.png) repeat-y ; width:986px;
}
/*=== Center Column ===*/
#centercol{
	float: left; background:#FFF;
	width: 710px; border-top: solid 1px #000; padding-bottom:50px; font-family:Verdana, Geneva, sans-serif; line-height:160%; font-size:14px;
}

#centercol2{
	float: left;
	width: 1000px
}
/*=== Right Column ===*/
#rightcol{
	float: left; background:#dbdbdb;
	margin: 0; 
	width: 240px; padding:10px; border-bottom: solid 7px #AA0000; border-top: solid 1px #000;
}
#rightcol h3,#rightcol h2{
	color: #666;
	font-size: 1em;
	height: 2.4em; padding-left:5px;
}
#rightcol h3 span{
	/*background: #ceccbb;
	display: block;*/
	float: left; 
	line-height: 1.4em; font-size:1.8em
}
#rightcol h3 a:link, #rightcol h3 a:visited{ color:#AA0000; text-decoration:none; cursor:inherit;}

#rightcol .widget ul, #rightcol .textwidget {
	height: 1%;
	margin: 0; 
	padding: 5px 10px 5px 5px;
}




/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 115px;
	margin:0 0 1em;	
}
.col1 a{
	color: #555555;
	text-decoration: underline
}
.col2{
	float: right;
	width: 425px
}
.col3{
	float: left;
	padding: 0 35px 0 0;
	width: 273px
}
.col3.last, .col6.last{
	padding: 0
}
.col3.nav2, .col6.nav2{
	background: none;
	padding: 0
}
.col3 h2{
	color: #464646;
	margin: 0 0 .5em
}
.col3 p{
	padding: 0
}
.col4{
	float: left;
	width: 450px
}
.col5{
	float: right;
	width: 300px
}
/*.col5 img{
	border: 10px solid #f6f5ed;
}*/
.col6{
	float: left;
	padding: 0 40px 20px 0;
	width: 280px
}

.col6 p{ color:#FFF;}
.col6  a:link, .col6  a:visited{ color:#b7ee32; text-decoration:underline;}
.col6 ul li a, .col6 ul li a:link, .col6 ul li a:hover, .col6 ul li a:visited {
   text-decoration: none;
}

* html .col6{
	width: 290px;
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	margin: 0 0 1em;
	float:left;
}
.box .top{
	background: url(images/box-top.png) no-repeat top;
	clear: both;
	height: 27px;
	overflow: hidden
}
.box .bot{
	background: url(images/box-bot.png) no-repeat top; height: 11px;
}
.box .spacer{
	height: 1%; min-height:500px;
	padding: 7px 30px
}

/*- Box2 -*/
.box2{
	margin: 20px 0 1em;
	width: 320px
}
.box2 .top{
	background: url(images/box2-top.png) no-repeat top;
	clear: both;
	height: 15px;
	overflow: hidden
}
.box2 .bot{
	background: url(images/box2-bot.png) no-repeat top; height:8px;
}
.box2 .spacer{
	background:#F4F4F3 none repeat scroll 0 0;
float:left;
margin-top:7px;
width:220px;
}

.box2 ul li a, .box2 ul li a:hover, .box2 ul li a:visited {
   text-decoration: none;
}
/*- Box3 -*/
.box3{
	margin: 0 0 1em;
	width: 425px
}
.box3 .top,.box3 .bot{
	background: url(images/box3-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box3 .bot{
	background: url(images/box3-bot.gif) no-repeat top
}
.box3 .spcr{
	background: #F4F4F3;
	height: 1%;
	padding: 0 20px;
	min-height:100px;
}
.box3 p{
	padding: 0
}
/*- Box4 -*/
.box4{
	color: #ffffff;
	font-size: 1.8em;
	margin: 0 0 5px;
	width: 940px
}
.box4 .tops{
	/*background: url(images/box4-top.gif) no-repeat top;*/
	clear: both;
	height: 10px;
	overflow: hidden
}
/*.box4 .bot{
	background: url(images/box4-bot.gif) no-repeat top
}*/
.box4 .spacer{
	/*background: #b0c730;*/
	height: 1%;
	padding: 5px 25px
}
.box4 p{
	padding: 0
}
/*- Box5 -*/
.box5{
	margin: 0;
	width: 940px
}

.box5 .top{
	background: url(images/box5-top.png) no-repeat; height:30px;
}


.box5 .bot{
  background: url(images/box5-bot.png) no-repeat; height:40px;
  
}
.box5 .spacer{
	background: #fff;
	height: 1%;
	padding: 15px 25px;
}
.box5 .post img {
	border:0;
}
/*- Box6 -*/
.box6{
	margin: 0px; text-align:center;
	width: 1000px
}
.box6 .top,.box6 .bot{
	background: url(images/box6-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box6 .bot{
	background: url(images/box6-bot.gif) no-repeat top
}
.box6 .spacer{
	height: 1%;
	padding: 10px 25px
}
#footer .box6 .spacer{
	padding: 0px 25px
}

/*- Wrapper -*/
.wrapper{
	float: left;
	padding: 0 0 0 20px;
}
/*- Date -*/
.date{
	color: #898989;
	margin: -15px 0 10px;
	position: relative
}
/*=== Styling Forms ===*/
/*- Search -*/
#search{
	height: 32px;
	margin: 0px;
	padding: 0 0 0 25px
}
#search input.keyword{
	background: #fff;
	border: 1px solid  #999;
	color: #1c1c1c;
	float: left;
	font-size: 11px;
	padding: 7px 5px 8px;
	width: 190px
}
	
/*- Form1 Setup -*/
.form1 div{
	margin: 0 0 15px
}
.form1 label{
	padding: 7px 0 0 15px
}

/* Form1 Textarea */
.form1 textarea{
	height: 165px;
	overflow: auto;
	width: 550px
}
/*=== Link Buttons ===*/
.btn-cat {
	margin: 1em 0 1.5em; display:none;
}
.btn-continue{
	margin: 0 0 2em;
}
.btn-general{
	background: #2E8CC2;
	padding: 5px 10px;
	color: #ffffff;	
}
.btn-general a { 
	color: #ffffff;
        text-decoration: none;
}

.btn-general a:visited, .btn-general a:visited { 
        text-decoration: none;
}

.btn-continue a{
	background: url(images/ico-more2.gif) no-repeat left;
	padding: 0 0 0 20px
}
.btn-arr a{
	background: #bdbbac;
	color: #ffffff;
	line-height: 25px;
	padding: 5px 10px
}
.btn-arr2{
	float: left;
	padding: 130px 0 0;
	width: 27px
}
/*=== Pics, Ads etc. ===*/
.ads{
	margin: 0 0 10px
}
.ads img{
	margin: 0 8px 5px 0
}
/*=== Footer ===*/
#footer a{
	color: #fff;
	text-decoration: underline
}
#footer img{
	position: relative;
	vertical-align:middle
}
#footer{
	color: #fff;
}



/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{ margin:0 auto;
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright{
padding: 4px;
margin: 3px 0 2px 10px;
display: inline;
}

img.alignleft{
padding: 4px;
margin: 3px 10px 2px 0;
display: inline;
}

.alignleft{
float: left;
}

.alignright{
float: right;
}

/*=== Posts ===*/


.post ul, .post ol{
	padding: 0;
}
.post ul li{
	color: #333333; list-style:disc;
    MARGIN: 0 0 0 40px;
}
.post li{
	list-style-type:decimal;
	margin: 0 0 0 20px; padding:0 0 8px 0;
}

.post ol { margin: 0 0 0 40px;}

.post li a:hover{
	color: #a4b92e;
	text-decoration: none
}

.post blockquote {
	font-family:Georgia, "Times New Roman", Times, serif; color:#777777;
	background:#e5e5e5 url(images/quote.png) no-repeat 10px 10px;
	border-top:1px solid #E5E3D1;
	border-bottom:1px solid #E5E3D1;	
	width:80%; height:auto;
	margin:0 0 15px 10px; padding:15px 25px 0px 55px;
	display:block;
}

.post h2{
color:#AA0000;
font-size:24px;
font-weight:normal;
margin:0 auto 7px;
padding:15px 0 7px; text-decoration:none;
}

.entry h2{ font-weight:bold; font-size:15px; color:#333; padding:0;}

.post h3 a, .post h3 a:hover, .post h3 a:visited {
       text-decoration:underline ;
font-size:16px;
}

.post .btn-cat a,.post  .btn-cat a:hover,.post  .btn-cat a:visited {
	text-decoration: none;
}

/*=== Comments ===*/

#comments .box3 p { padding-bottom:10px; }
#respond { margin: 1em 0 0; }

/*=== Widget styling ===*/

.widget #recentcomments li{
	background: url(images/hl-dot.gif) repeat bottom;
	padding: .5em 0
}
.widget #recentcomments li a{
	background:none;
	color: #a4b92e;
	text-decoration:none;
}
.widget #recentcomments li a:hover{
	color: #a4b92e;
	text-decoration: underline;
}

.widget #searchform, .widget #calendar_wrap{
	background: #f0eee1;
	height: 1%;
	margin: 0 0 2em;
	padding: 7px 15px 15px
}

.widget #searchform, .widget #calendar_wrap{
	clear: both;
	height: 1%;
	margin: 0 0 14px;
}

.widget #wp-calendar caption {
	font-size:1.2em;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom:5px;
	color:#333333;
}

.widget #wp-calendar {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:240px;
}

.widget #wp-calendar thead th {
	color:#333333;
}


.widget #wp-calendar tfoot td {
	padding:10px 0 10px 0;
	text-align:left;
}

.widget #wp-calendar tfoot td#next {
	text-align:right;
}

.widget #wp-calendar td {
	width:auto;			
}

.widget #wp-calendar td a {
	padding:2px;
	text-decoration:underline;
}

.widget #wp-calendar tfoot td a {
	color:#333333;	
}
.quote {
	background:url(images/quote.png) no-repeat top left;
	margin:9px 0 0;
	width:37px;
	height:29px;
}
.flickr_badge_image img{
	margin: 0 3px 8px;
	padding: 0 7px 5px 0;
	float:left;
}
.flickr img{
	vertical-align:middle;
	margin:6px 0 8px;	
}
.subscribe img{
	vertical-align:middle;
	margin:6px 0 8px;	
}

/*=== Slider ===*/

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 795px;
height: 320px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 15px; /*margin around each panel*/
width: 770px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/*=== THREADED COMMENTS == */

ol.commentlist li.threaded .box3 { width:auto; margin:0px; }
ol.commentlist li.threaded .col1 { width:90px; }
ol.commentlist li.threaded .box3 .spcr { padding:10px 15px 0; margin:0; }
ol.commentlist li.threaded .children { margin-left:20px; }
ol.commentlist li.threaded .col2 { float:none; width:auto; margin-left:115px; }

html, body{ margin:0 0 1px; height:100.1%; padding:0; background: url(images/bg.jpg) repeat-x; font-family: Verdana, Geneva, sans-serif; text-align:left; font-size:13px; color:#333333; line-height:150%;}

h1,h2,h3,h4,h5,h6, ul, li{ margin:0; padding:0;}
ul, li{ padding:0; margin:0;}
h1{ margin:0 auto; padding:0; font-size:24px; color: #AA0000; font-weight:normal; padding-bottom:7px; padding-top:15px; margin-bottom:7px;}
h2{ margin:0; padding:0; font-size:16px; color: #333333; font-weight:600; padding-bottom:10px;}

#rightcol h2{ color:#B51F2A; margin:0; padding:0; font-size:16px; font-weight:normal; font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;}
li#recent-posts { background:none;}

h3{ margin:0; padding:0; font-size:16px; color: #424242; font-weight:normal; padding-bottom:10px;}


#header h1{ margin:0; padding:0}

h1 a:link, h1 a:visited{ color: #AA0000;}
h1 a:hover{ color: #AA0000;}
h2 a:link, h2 a:visited{ font-weight:normal;}

a:link, a:visited{ color:#1a6c9b;}
a:hover{ color: #AA0000;}

input.text,
textarea {
	width: 40%;
	border: 0;
	margin-right: 0.25em;	
	margin: 0 1em 0 0;
	padding: 0.1em;
}
textarea { border: solid 1px #CCCCCC;}
fieldset {
	margin-bottom: 1em;
	border: 0;
	width: auto;
	margin: 0.5em; list-style:none;
}
fieldset p, textarea p {
	padding: 0 0 0.75em 0.5em !important;
	padding: 0 0 0.35em 0.5em;
	clear: both;

}
label.text {
	display: block;
	float: left;
	width:120px;
	text-align: right;
	margin: 0 1em 0 0;
	padding: 0.1em;
}

#mainForm li{ margin-top:10px;}


/*GENERAL*/
#container{ width:1000px; margin:0 auto; overflow:hidden;}
#content{ width:1000px; margin:0 auto; background:url(images/bg_content.png) repeat-y; clear:both; overflow:hidden;  width:1002px; padding-bottom:50px; display:block;}

p{ color: #333333; margin:0; text-align:left; font-weight:normal; line-height:150%;}


#logo{ width:195 px; float:left;}

#navigation{ clear:both; width:100%; margin:0; padding:0; margin-top:10px; height:41px;}

#menu{ width:600px; list-style:none; margin:0; padding:0; float:left; padding-top:49px; margin-left:15px;}

.menu ul {list-style-type: none;}
.menu li{ width:84px; height:23px; list-style:none; padding-bottom:17px; float:left;}
.menu li a{text-align:center; display: block; float:left; width:84px; height:23px; color:#ffffff; text-decoration: none; padding-top:5px; font-size:12px; background:url(images/tab_down.gif) }
.menu li a:hover{  background: url(images/tab_over.gif) no-repeat; color: #FFFFFF; text-align:center; float:left;}
.menu li a:focus{  background: url(images/tab_over.gif) no-repeat;}
.active{ background: url(images/tab_over.gif) no-repeat; color: #FFFFFF; text-align:center; float:left; padding-top:6px; margin:0; height:10px; display:block;}

#login{ float:right; color:#c9c9c9; text-align:right; margin:0; padding:0; margin-top:20px; padding-left:80px; width:200px; font-size:21px;}
#login a, #login a:visited{color:#c9c9c9; }
#login a:hover{ color:#b51c26;}

#left{ float:left; width:400px; float:left; }
#left li{color:#FFFFFF; background: url(images/bullet.png) no-repeat 0px 0px; padding-left:25px; padding-bottom:5px;list-style:none; font-size:13px; font-weight:bold; line-height:21px;}
#buttons{ margin-top:65px;}

#right{  float:left; width:600px;}

#slogan{ padding-top:37px;}
#screen{ padding-top:22px;}

#row{ clear:both; margin-top:15px; margin:0 auto; width:950px; padding-bottom:15px; display:block; overflow:hidden;}

#content_l{ width:220px; float:left; margin-top:10px;}
#content_l_test{ width:650px; display:block; display:inline-block; clear:both;}
#features{ padding:10px; width: auto; background: #ededed; padding-left:15px; }
#features li{ line-height:21px; background: url(images/bullet2.png) no-repeat 0px 0px; padding-left:25px; list-style:none; font-size:12px;}

#content_r{ width:660px; float:right; margin-top:10px; text-align:left; margin-right:30px;}
#content_r ul{ margin-left:30px;}
#content_bottom{ background:url(images/content_bottom.gif) no-repeat; height:154px; width:1000px; clear:both;}

#footer{ background:url(images/bg_footer.gif) no-repeat; clear:both; height:50px; padding-top:15px; text-align:center; width:1002px; color:#FFFFFF; margin:0 auto;}

#footer p{ color:#FFFFFF; font-size:13px; text-align:center;}
#footer li{ font-size:12px; color:#FFFFFF; display: inline; padding-left:20px; }
#footer a:link, #footer a:visited{ padding-bottom:10px;color:#FFFFFF;}
#footer a:hover{ padding-bottom:10px; color:#FFFFFF; text-decoration:underline; color:#40cdd8;}

#copyright{text-align:center; width:100%; color:#686868; font-size:10px;}

.titles{ margin:0 auto; width:940px;}
.clients{ width:170px; height:130px; float:left; background:url(images/bulle.gif) right no-repeat;}
#testi{ padding:15px; background:#e5e6eb; width:450px; float:left; }

.red{ color: #AA0000;}
#menus td{ padding:7px;}
#menus h3{ font-size:15px; margin:0; padding:0; padding-left:10px;}
.line{ border-bottom: dotted 1px #999999; padding-top:10px; padding:15px;}
.services td{ padding:15px;}
.round{ background:#f4f4f3; width:220px; float:left; margin-top:7px;}


#banner{ width:1000px; height:190px; margin:0 auto; padding:0; background:url(images/header_index_fr.jpg) no-repeat; padding-top:20px;}
#banner_home{ width:972px; height:192px; background: url(images/header_home.jpg) no-repeat; margin:0 auto;}
#banner_accueil{ width:972px; height:192px; background: url(images/header_accueil.jpg) no-repeat; margin:0 auto;}
#banner_accueil-fr{ width:972px; height:192px; background: url(images/header_accueil-fr.jpg) no-repeat; margin:0 auto;}
#banner_services{ width:972px; height:192px; background: url(images/header_services.jpg) no-repeat; margin:0 auto;}
#banner_services-fr{ width:972px; height:192px; background: url(images/header_services-fr.jpg) no-repeat; margin:0 auto;}
#banner_clients{ width:972px; height:192px; background: url(images/header_clients.jpg) no-repeat; margin:0 auto;}
#banner_contact{ width:972px; height:192px; background: url(images/header_contact.jpg) no-repeat; margin:0 auto;}
#banner_ideas{ width:972px; height:192px; background: url(images/header_ideas.jpg) no-repeat; margin:0 auto;}

#left_index{ float:left; padding-left:50px; width:350px; margin-top:15px; padding-bottom:70px;}


#services{ margin:0; padding:0; margin-top:20px; float:left;}
#services td{ padding-bottom: 20px;}
#services td h1{ margin:0 auto; padding:0; font-size:24px; color: #AA0000; font-weight:normal; padding-bottom:7px; padding-top:15px; margin-bottom:7px;}

#right_index{ width:550px; height:170px; display:block; background:url(images/bg_feuille.jpg) no-repeat; float: right; padding-right:25px; margin-top:20px; padding-top:10px;}
#right_index li, #content_r li{ list-style: disc; line-height:21px; text-align:left; margin-left:10px;}
.bord_bot{ border-bottom: dotted 1px #424242; padding-bottom:15px;}
.bord_right{ border-right: dotted 1px #424242;}

#blog{ width:240px; border-right: dotted 1px #999999; padding:10px; margin-left:20px; float:left; margin-top:10px; text-align:left;}
#case{ width:210px; float:left; padding:10px; margin-left:30px; margin-top:10px;}
.titres{ font-size:18px; color:#333333; margin:0; padding:0; padding-bottom:15px;}
#tel{ float:right; width:180px;}

.tag-link a:link, .tag-link a:visited{ color:#FFF;}

#rightcol li{ }

.left_menus li{padding-left:2px;}
.left_menus li.current_page_item a:link, .left_menus li.current_page_item a:visited{color: #212121; background:url(images/bullet.png) no-repeat 0px 3px; text-decoration:none; padding-left:15px; }
 
 
.left_menus li.current_page_item ul li a:link, .left_menus li.current_page_item ul li a:visited{
 color: #212121; background:none; text-decoration:underline; padding:0;
 }
 



.breadcrumb{ margin-left:30px; padding-top:10px; font-size:13px; padding-bottom:7px; border-bottom:solid 1px #CCC;}
.liste_index{ padding-left:15px;}

#comments h3{ text-decoration:none;}

.citations{ font-size:12px; font-style:italic; padding:10px;}
#tinymce{ background:#FFF;}
li#recent-posts, li#archives, li#tag_cloud, li#categories-393656371{ list-style:none; background:none;}
.lang{ font-size:11px;}
.left_menus li a{ font-weight:bold; font-size:14px;}
.left_menus ul li a{ font-weight:normal; font-size:13px;}

li.page-item-24 a,li.page-item-27 a,li.page-item-34 a,li.page-item-30 a{ font-weight:normal;}
#pad{ padding-left:5px;}