html, body
{
	height: 100%;
}

html
{
	/*overflow: hidden;*/
}

body
{
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
	background-color: #95B391;
	/*background-image: url('../interface/fond1.gif');
	background-repeat: repeat-x;*/
	/*overflow: auto;*/
	background-attachment: fixed;
}

a
{
	color: #8B1513;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: 0;
	margin: 0;
	padding: 0;
}

.topcontainer
{
	z-index: 1;
	margin: 0;
	padding: 0;
	background-image: url('../interface/fond1.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
}

.main
{
	z-index: 2;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url('../interface/main-bg.gif');
	background-repeat: repeat-y;
	position: relative;
	min-height: 100%;
	height: 100%; /* For IE */
}

.header
{
	margin: 0;
	padding: 0;
	background-image: url('../interface/main-topbg.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	height: 150px;
	position: relative;
}

.header .logo
{
	width: 720px;
	height: 92px;
	background-image: url('../interface/headerlogo3.png');
	background-repeat: no-repeat;
	text-align: center;
}

body.francais .logo
{
	background-image: url('../interface/headerlogo4-fr.png');
}

body.english .logo
{
	background-image: url('../interface/headerlogo4-en.png');
}

.header .logo p.textequivalent
{
	/*display: none;*/
	margin: 0;
	padding: 0;
	text-align: center;
	height: 90px;
	width: 420px;
	margin-left: auto;
	margin-right: auto;
}

.header .logo .textequivalent a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    border: 0;
    margin: 0;
    padding: 0;
    height: 90px;
    width: 420px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

.header .logo .textequivalent a .logotext {
	display: none;
}

.menu
{
	width: 720px;
	height: 35px;
	position: absolute;
	top: 92px;
	margin-left: 20px;
	background-image: url('../interface/headermenubar.gif');
	background-repeat: no-repeat;
}

*:first-child+html .menu, * html .menu
{
	width: 740px;
}

.menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 4px;
	display:block;
	z-index: 100;
}

.menu li
{
	float: left;
	position: relative;
	padding: 0;
	padding-top: 5px;
	padding-left: 0.4em;
	padding-right: 0.4em;
	height: 27px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	color: #fff;
	font-weight: bold;
}

.menu li a
{
	color: inherit;
	text-decoration: inherit;
}

/* Pour IE (6&7) qui ne comprend pas bien les inherit... */
* html .menu li a
{
	color: #fff;
	text-decoration: none;
}
*:first-child+html .menu li a
{
	color: #fff;
	text-decoration: none;
}
* html .menu li a:hover
{
	text-decoration: none;
}

* html .menu li ul li:hover a
{
	color: #fff;
}

*:first-child+html .menu li ul li:hover a
{
	color: #fff;
}

.menu li:hover, #services .menu li.services, #articles .menu li.articles, #realisations .menu li.realisations, #blog li.blog, #contact li.contact
{
	background-image: url('../interface/menubar-bglih.gif');
	color: #fff;
	font-weight: bold;
}

.menu li:hover ul li:hover ul
{
	display: block;
}


.menu_fallback li:hover ul
{
	display: block;
}

.menu li:hover ul ul
{
	display: none;
}

.menu li ul
{
	display: none;
	position: absolute;
	top: 32px;
	left: 0px;
	height: 32px;
	margin: 0;
	border-top: solid #333 1px;
	z-index: 10;
}

/* Hack pour fix du overflow IE 7 */
*:first-child+html .menu li ul
{
	height: auto;
}

.menu li ul li
{
	float:none;
	position: relative;
	width: 15em;
	padding-top: 3px;
	height: 17px;
	background-image: url('../interface/menubar-bgsubli.gif');
	border-right: solid #333 1px;
	border-bottom: solid #333 1px;
	border-left: solid #333 1px;
	font-weight: normal;
	font-size: 70%;
}

/* Hack pour marge bizarre créée par IE 6 & 7 */
*:first-child+html .menu li ul li {	margin-bottom: -1px;}
* html .menu li ul li {	margin-bottom: -1px;}

.menu li ul li:hover
{
	background-image: url('../interface/menubar-bgsubli.gif');
	font-weight: bold;
}

.menu li ul li:hover a, .menu li ul li:hover li:hover a
{
	color: #F6CCCC;
}

.menu li ul li:hover li a
{
	color: inherit;
}

.menu li ul li ul
{
	left: 15.8em;
	margin-top: -1px;
	top: 0;
}

.menu li ul li ul li
{
	font-size: 100%;
}

.subheader
{
	font-size: 150%;
	color: #D5B3B3;
	margin: 0;
	padding: 0;
	padding-left: 1em;
	padding-right: 1em;
	text-align: right;
	float: right;
}

html>body .footer
{
	padding-top: 1px;
	background-image: url('../interface/main-bg.gif');
	background-repeat: repeat-y;
	position: fixed;
	bottom: 0px;
	width: 760px;
	cursor: pointer;
	z-index: 6;
}

* html .footer_container
{
	width: 760px;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 5em;
	cursor: pointer;
	z-index: 6;
	display: block;
	left: 50%;
	margin-left: -380px;
}

* html .footer
{
	background-image: url('../interface/main-bg.gif');
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.footer .footer_content
{
	border-top: 1px dashed #aaa;
	margin-right: 20px;
	margin-left: 20px;
	width: 720px;
	position: absolute;
	bottom: 0;
	background: #fff;
}

.footer p.aboutline
{
	margin: 0;
	padding: 0;
	font-size: 80%;
	text-align: center;
	padding: 0.2em 1em;
}

.footer a.fallback
{
	color: #000;
}

.footer a.fallback:hover
{
	color: #8B1513;
	text-decoration: none;
}

.footer_content #aboutitem
{
	padding: 0.2em 1em;
}

.shown #aboutitem
{
	display: block;
}

.hidden #aboutitem
{
	display: none;
}

.footer_content #aboutitem p
{
	margin: 0;
	padding: 0.3em 1em;
}

.footer_content h6
{
	margin: 0;
	padding: 0;
	font-size: 125%;
}

.content
{
	padding-left: 30px;
	padding-right: 30px;
	background-image: url('../interface/main-bg.gif');
	background-repeat: repeat-y;
	padding-bottom: 20px;
}

.content h1
{
	padding: 0;
	margin: 0.2em;
	margin-top: 0;
	margin-bottom: 0.3em;
}

.content h2
{
	color: #AE6969;
	font-size: 130%;
	/*background-image: url('../interface/fondh2.gif');*/
	margin: 0;
	padding: 0;
	margin-bottom: 0.8em;
	margin-left: 10px;
	margin-right: 10px;
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0.1em;
	padding-left: 1em;
	padding-right: 1em;
}
/*
.content h3
{
	color: #643939;
	font-size: 100%;
	background-image: url('../interface/fondh3.gif');
	margin: 0;
	padding: 0;
	margin-bottom: 0.3em;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 10px;
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0.2em;
	padding-left: 1em;
	padding-right: 1em;
}
*/

/* New version of h3 images */
.content h3
{
	color: #643939;
	font-size: 100%;
	background-image: url('../interface/gradient-ocre-top.png');
	margin: 0;
	padding: 0;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 0.2em;
	padding-left: 20px;
	padding-right: 20px;
}

* html .content
{
	padding-right: 20px;
}

.content li
{
	list-style-type: disc;
	font-size: 80%;
}

.content p.permalink
{
	float: right;
	margin: 0;
	padding: 0;
	font-size: 170%;
	font-weight: bold;
	color: #D5B3B3;
	margin-right: 1em;
}

.content p.permalink, .content p.permalink a
{
	color: #D5B3B3;
}

.content p.permalink a:hover
{
	color: #8B1513;
	text-decoration: none;
}

.content .primary_infos
{
	width: 465px;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

.content .full_infos
{
	width: auto;
}

.content .secondary_infos
{
	width: 190px;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

.content p.links, .creative_content h2.links
{
	margin-left: 1em;
	font-size: 60%;
	color: #555;
	margin-bottom: 0;
}

.content p.links a
{
	color: #777;
}

.infoblock_light
{
	width: 190px;
	margin: 0;
	padding: 0;
	background-image: url('../interface/200blockgreen-bg.gif');
	background-repeat: repeat-y;
	margin-bottom: 1em;
}

.infoblock_light p
{
	padding: 0;
	margin: 0;
	padding-left: 5px;
	padding-right: 8px;
	font-size: 80%;
}

.infoblock_light h4
{
	height: 36px;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('../interface/200blockgreen-top.gif');
	background-repeat: no-repeat;
	font-size: 100%;
	color: #fff;
}

.infoblock_light .bottom
{
	font-size: 0;
	height: 15px;
	background-image: url('../interface/200blockgreen-bottom.gif');
}

.infoblock
{
	width: 190px;
	margin: 0;
	padding: 0;
	background-image: url('../interface/200blockred-bg.gif');
	background-repeat: repeat-y;
	margin-bottom: 1em;
}

.infoblock p
{
	padding: 0;
	margin: 0;
	padding-left: 5px;
	padding-right: 8px;
	font-size: 80%;
}

.infoblock p .article_summary
{
	font-size: 90%;
	display: block;
}

.infoblock p .article_summary .tags
{
	display: block;
	font-size: 80%;
	border-left: #ccc solid 1px;
	padding-left: 3px;
	margin-left: 2px;
	color: #444;
}

.infoblock p .article_summary .tags:hover
{
	color: #000;
	border-left: #555 solid 2px;
	padding-left: 2px;
}

.infoblock p .article_summary a
{
	color: #000;
}

.infoblock p .article_summary .tags a
{
	color: #777;
}

.infoblock h4
{
	height: 36px;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('../interface/200blockred-top.gif');
	background-repeat: no-repeat;
	font-size: 100%;
	color: #fff;
	cursor: pointer;
}

.infoblock .bottom
{
	font-size: 0;
	height: 15px;
	background-image: url('../interface/200blockred-bottom.gif');
}

/*
.content .article
{
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0.2em;
	border-bottom: dashed 1px #aaa;
	background: url('../interface/fond_p_art') repeat-x bottom left;
}*/

/* New version of .article images */
.content .article
{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 0;
	padding-bottom: 32px;
	background: url('../interface/gradient-ocre-bottom.png') no-repeat bottom left;
}

.article p
{
	font-size: 80%;
	margin-left: 0;
	padding: 0;
	text-align: justify;
}

.separator
{
	margin: 0;
	padding: 0;
	clear: both;
	width: 0;
	height: 0;
}

.article .infos, .articlebox_light .infos
{
	margin: 0;
	padding: 0;
	font-size: 70%;
	background: transparent;
}

.article .infos .tags, .articlebox_light .infos .tags
{
	color: #000;
	float: left;
}

.article .infos .date_info, .articlebox_light .infos .date_info, .article .date_info
{
	color: #aaa;
	float: right;
	font-size: 80%;
}

.article .see_more, .articlebox_light .see_more
{
	color: #000;
	text-align: right;
	font-size: 90%;
	margin: 0;
	padding: 0;
	margin-top: -1em;
}

.article p.footnote
{
	border-left: #ccc dashed 1px;
	padding-left: 4px;
	font-size: 70%;
	color: #444;
}

.article p.footnote:hover
{
	color: #000;
	border-left: #555 solid 2px;
	padding-left: 3px;
}

.comment_item
{
	margin: 0;
	padding: 0;
	font-size: 80%;
	margin: 10px;
	margin-left: 1.5em;
	padding: 0.7em;
	padding-bottom: 0;
	background: url('../interface/commentdispbg2.gif') top right no-repeat;
	border: #ddd solid 1px;
	color: #555;
}

.comment_item p
{
	text-align: justify;
}

.comment_info
{
	font-size: 90%;
	color: #ccc;
	margin: 0;
	padding: 0;
}

.comment_info strong
{
	font-size: 120%;
}

.comment_item:hover
{
	border: #ccc solid 1px;
	background: url('../interface/commentdispbg2h.gif') top right no-repeat;
	color: #000;
}

.comment_item:hover .comment_info
{
	color: #555;
}

.article_comment form
{
	margin: 0;
	padding: 0;
	font-size: 80%;
	margin: 10px;
	margin-left: 1.5em;
	padding: 0.7em;
	padding-bottom: 0;
	background: url('../interface/commentbg.gif') top right no-repeat;
	border: #ddd solid 1px;
}

* html .article_comment form
{
	margin-left: 0;
}

.article_comment form h3
{
	margin: 0;
}

.article_comment form:hover
{
	border: #ccc solid 1px;
	background: url('../interface/commentbgh.gif') top right no-repeat;
}

.article_comment form input, .article_comment form textarea, .comment_item form input
{
	border: #ccc solid 1px;
}

.article_comment form input:hover, .article_comment form textarea:hover, .comment_item form input:hover
{
	border: #bbb solid 1px;
	background: #eee;
}

.article_comment form input:active, .article_comment form textarea:active, .comment_item form input:active
{
	border: #333 solid 1px;
}

.article_comment form textarea
{
	width: 33em;
}

div.articlebox_light
{
	background: url('../interface/articlebox_light_top_left.gif') top left no-repeat;
}

/*div.articlebox_light p
{
	font-size: 80%;
	margin-left: 0.3em;
}*/

div.articlebox_light h3
{
	background: url('../interface/articlebox_light_top_right.gif') top right no-repeat;
	font-size: 100%;
	color: #fff;
	margin: 0;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	height: 23px;
	margin:0;
}
div.articlebox_light_body {
  background: url('../interface/articlebox_light_right_border.gif') top right repeat-y;
  margin:0;
  margin-top:-1.5em;
  padding:15px;
  }
div.articlebox_light_footer {
  background: url('../interface/articlebox_light_bottom_left.gif') bottom left no-repeat;
  }
div.articlebox_light_footer p {
  background: url('../interface/articlebox_light_bottom_right.gif') bottom right no-repeat;
  padding:15px;
  padding-top: 0;
  display:block;
  margin:-2em 0 0 0;
  text-align: right;
  }

.feeds_valid
{
	margin: 0;
	padding: 0;
	display: inline;
}

.feeds_valid a  {
	display: block;
	text-decoration: none;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.feeds_valid a.rss
{
	width: 55px;
	height: 25px;
	position: absolute;
	top: 66px;
	right: 20px;
}

.feeds_valid a.valid_xhtml
{
	width: 66px;
	height: 18px;
	position: absolute;
	top: 2px;
	right: 20px;
}

.feeds_valid a.english
{
	width: 95px;
	height: 30px;
	position: absolute;
	top: 0px;
	left: 30px;
}

.feeds_valid a.french
{
	width: 95px;
	height: 28px;
	position: absolute;
	top: 64px;
	left: 30px;
}

.feeds_valid a .othertext {
	display: none;
}

.content img.shadow
{
	padding: 3px;
	margin: 5px;
	margin-left: 10px;
	background: #fff;
	border: 1px solid #aaa;
}
.content a:hover img.shadow
{
	border: 1px solid #333;
}

#ffscrollbarfix {
	position: absolute;
	top: 0;
	bottom: -0.1px;
	width: 1em;
	z-index: -1;
}

.float_right
{
	float: right;
}