body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/body.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height:100%;
}
html{
	height:100%;
	margin: 0px;
	padding: 0px;
}
.bandeau ul.menu {
	margin-top: -53px;
	position: absolute;
	padding: 0px;
	list-style-type: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bandeau ul.menu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 34px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/fond-item.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 34px;
	width: 103px;
	float: left;
	margin-left: 2px;
}
.bandeau ul.menu li:hover{
	background-image: url(../images/fond-item-h-over.png);
}
.bandeau ul.menu a{
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
}
.bandeau ul.menu #current{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 34px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/fond-item-over.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 34px;
	width: 103px;
	float: left;
	margin-left: 2px;
}


.page {
	margin: auto;
	width: 940px;
	height:100%
}
.bandeau {
	/*background-image: url(../images/bandeau.png);*/
	height: 193px;
	width: 940px;
	margin: 0px;
	padding: 0px;
}

.fond {
	background-image: url(../images/fond.png);
	background-repeat: repeat-x;
	background-position: left top;
	height:100%;
}
.corps {
	background-image: url(../images/fond-corps.png);
	background-repeat: repeat-x;
	margin-left: 17px;
	margin-right: 18px;
	background-color: #0C1413;
	color: #FFFFFF;
	margin-top: 0px;
	padding: 5px;
	width: 895px;
	height:100%;
	background-position: left top;
}
.fond2 {
	background-image: url(../images/fond2.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-attachment: fixed;
}
.corps h1, .corps p {
	margin-top: 0px;
}
.margegauche ul.menu{
	background-image: url(../images/fon-menu-blog.png);
	margin: 0px;
	height: 150px;
	width: 218px;
	list-style-type: none;
	padding-top: 64px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.margegauche ul.menu li{
	margin:5px;
	font-size: 12px;
	text-align: center;
}
.margegauche  ul.menu a{
	color:#0C1413;
	text-decoration:none;
}
.margegauche a{
	color:#FFFFFF;
	text-decoration:none;
}
.margegauche a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.margegauche img{
	border:none;
	vertical-align:middle;
}
.margegauche{
	text-align:center;
	width:218px;
	float:left;
}
.centre{
	float:left;
	width: 660px;
	margin-left:5px;
}
.article_row {
	background-image: url(../images/fond-article.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 660px;
	margin-bottom:25px;
}

.article_column{
	width:300px;
	float:left;
	text-align: justify;
	padding-top: 10px;
}
.column1{
	padding-right: 15px;
	padding-left: 10px;
}
.column2{
	padding-left: 15px;
	padding-right: 10px;
}
.article_separator{
	display:none;
}
.row_separator{
	clear:both;
	display:block;
	height:1px;
	line-height:1px;
	overflow:hidden;
	background-color: #2E7135;
	margin-top: 10px;
}
h2.contentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
.leading {
	width: 640px;
	background-image: url(../images/fond-leading.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}
.leading_separator{
	display:block;
	width:660px;
	background-image: url(../images/fond-bas-leading.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	margin-bottom: 10px;
}

.bas {
	clear: both;
}
a:link, a:visited{
	color:#FFFFFF;
}
ul.pagination{
	list-style-type:none;
	text-align:center;
}
ul.pagination li {
	text-align:center;
	display:inline;
	margin:2px;
}
p.counter{
	text-align:center;
}
.breadcrumbs {
	font-size:12px;
	margin-left:50px;
	margin-bottom:20px;
	color:#FFFFFF;
	width:300px;
	text-align:left;
}
ul.paveGris li.haut{
	background-image: url(../images/haut-pav-gris.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top:20px;
	height:47px;
	margin:0px;
	font-weight: bold;
	line-height:22px;
	padding-left:20px;
}
ul.paveGris li.content {
	background-image: url(../images/fond-pav-gris.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top:0px;
	color: #0C1413;
	height: 130px;
}
ul.paveGris li.bas{
	background-image: url(../images/bas-pav-gris.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	font-family: "century gothic", arial;
	padding-right: 25px;
	height: 30px;
	padding-top: 4px;
}
ul.paveGris li.bas2{
	background-image: url(../images/bas-pav-gris2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	font-family: "century gothic", arial;
	padding-right: 25px;
	height: 30px;
	padding-top: 4px;
}
ul.paveGris {
	padding: 0px;
	width: 217px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.paveVert li.haut{
	background-image: url(../images/haut-pav-vert.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
ul.paveVert li.content {
	background-image: url(../images/fond-pav-vert.png);
	background-repeat: repeat-y;
	margin: 0px;
}
ul.paveVert li.bas{
	background-image: url(../images/bas-pav-vert.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	font-family: "century gothic", arial;
	padding-right: 25px;
	height: 30px;
	padding-top: 4px;
}
ul.paveVert li.bas2{
	background-image: url(../images/bas-pav-vert2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	font-family: "century gothic", arial;
	padding-right: 25px;
	height: 30px;
	padding-top: 4px;
}
ul.paveVert {
	margin: 0px;
	padding: 0px;
	width: 217px;
	list-style-type: none;
}
ul.paveRouge li.haut{
	background-image: url(../images/haut-pav-rouge.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
ul.paveRouge li.content {
	background-image: url(../images/fond-pav-rouge.png);
	background-repeat: repeat-y;
	margin: 0px;
}
ul.paveRouge li.bas{
	background-image: url(../images/bas-pav-rouge.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	font-family: "century gothic", arial;
	padding-right: 25px;
	height: 30px;
	padding-top: 4px;
}
ul.paveRouge li.bas2{
	background-image: url(../images/bas-pav-rouge2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	font-family: "century gothic", arial;
	padding-right: 25px;
	height: 30px;
	padding-top: 4px;
}
ul.paveRouge {
	margin: 0px;
	padding: 0px;
	width: 217px;
	list-style-type: none;
}
ul.paveOrange li.haut{
	background-image: url(../images/haut-pav-orange.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
ul.paveOrange li.content {
	background-image: url(../images/fond-pav-orange.png);
	background-repeat: repeat-y;
	margin: 0px;
}
ul.paveOrange li.bas{
	background-image: url(../images/bas-pav-orange.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	font-family: "century gothic", arial;
	padding-right: 25px;
	height: 30px;
	padding-top: 4px;
}
ul.paveOrange li.bas2{
	background-image: url(../images/bas-pav-orange2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	font-family: "century gothic", arial;
	padding-right: 25px;
	height: 30px;
	padding-top: 4px;
}
ul.paveOrange {
	margin: 0px;
	padding: 0px;
	width: 217px;
	list-style-type: none;
}
div.pavesBas {
	clear:both;
	width:99%;
}
div.pavesBas ul{
	float:left;
}
ul.paveOrange li.haut, ul.paveRouge li.haut, ul.paveVert li.haut{
	padding-top:20px;
	height:47px;
	margin:0px;
	font-weight: bold;
	line-height:22px;
	padding-left: 65px;
}
li.content{
	height:115px;
	padding-top:15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.pavesBas a{
	text-decoration:none;
}
.petit{
	font-size:10px;
}



#imageflow {
	width:840px;
	max-width: 800px;
	min-height:100%;
	text-align: left;
	margin: 0 auto;
	position: relative;
	padding: 0px 20px;
	background-image: url(../images/fond2.png);
	border: 1px solid #FFFFFF;
	background-repeat: repeat-x;
	background-position: left bottom;
}
#images img {
	position:absolute;
	top:0px;
	border:none;
}
#images {
	visibility:hidden;
}
#loading{
	margin-top:164px;
	margin-bottom:200px;
	text-align:center;
	color: #FFFFFF;
	width:100%;
}
#loading img{
	margin-top:10px;
	position:relative;
}
#captions{
	font-weight:bold;
	position:relative;
	text-align:center;
	color: #FFFFFF;
    	z-index:101;
}
#scrollbar{
	visibility:hidden;
	position:relative;
	border-bottom: 1px solid #FFFFFF;
	z-index:102;
}
#slider {
	position:absolute;
	margin-top:-7px;
	margin-left:-7px;
	z-index:103;
	background-image:url(../../../modules/mod_imageflow/slider.png);
	background-repeat:no-repeat;
	width:14px;
	height:14px;
}

.references #imageflow {
	text-align: left;
	position: relative;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	overflow: hidden;
	width: 399px;
	background-image:none;
	border:none;
}
.references #images img {
	position:absolute;
	margin-top:-35px;
	border:none;
}
.references #images {
	visibility:hidden;
	margin-bottom: 10px;
	margin-top:-38px;
	width: 700px;
	margin-left: -145px;
}
.references #loading{
	margin-top:164px;
	margin-bottom:200px;
	text-align:center;
	color: #FFFFFF;
	width:100%;
}
.references #loading img{
	margin-top:10px;
	position:relative;
}
.references #captions{
	font-weight:bold;
	text-align:left;
	color: #FFFFFF;
	z-index:101;
	width:443px;
}
.references #scrollbar{
	visibility:hidden;
	border-bottom: 1px solid #FFFFFF;
	z-index:102;
	width:443px;
	display:none;	
}
.references #slider {
	position:absolute;
	margin-top:-7px;
	margin-left:-7px;
	z-index:103;
	background-image:url(/nouveau/modules/mod_imageflow/slider.png);
	background-repeat:no-repeat;
	width:14px;
	height:14px;
}
div.references{
	background-image: url(../images/fond-reas.png);
	background-repeat: no-repeat;
	height: 254px;
	width: 443px;
	float:right;
	margin-left:20px;
	padding-top: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}
p{
	text-align:justify;
}
div.traductions{
	background-image: url(../images/fond-pave-traduc.png);
	background-repeat: no-repeat;
	height: 220px;
	width: 425px;
	float:right;
	margin-left:20px;
	padding-top: 54px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.grosTarif{
	font-size:42px;
	color:#FFB70D;
	float:right;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
table#portails td, table#portails p{
	font-size:11px;
	line-height: 20px;
	vertical-align: top;
	text-align: center;
}

#portails a{
	color:#FFB70D;
}
#portails .titre{
	font-size:14px;
	font-weight:bold;
	line-height: 25px;
}
.bas ul.menu{
	list-style-type: none;
	font-size:11px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:center;
}
.bas ul.menu li{
	margin-left:10px;
	display:inline;
}
.grasOrange{
	font-weight:bold;
	color:#FFB70D;
}
div.masqueCarte{
	background-image: url(../images/masque-carte.png);
	height: 39px;
	width: 886px;
	position: absolute;
	margin-top: -39px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
div.portfolioDiv .labelCell {
	display:none;
}
ul.listRefs{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}
ul.listRefs li{
	width:215px;
	font-size:10px;
	text-align:left;
	float:left;
	height:100px;
	margin-right:5px;
}
ul.listRefs .photo{
	float:left;
	margin-right:5px;
}
h3.titre_cat{
clear:both;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.supRefs{
	text-align:left;
	font-style:italic;
	font-size:11px;
	line-height: 15px;
	background-image: url(../images/fleche.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: 50px;
	clear: both;
	padding-left: 30px;
}
.supRefs a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
/* ---- STYLES MISE EN PAGE EDITEUR CMS ---*/
.18pxGras{
	font-size:18px;
	font-weight:bold;
}
.16pxGras{
	font-size:16px;
	font-weight:bold;
}
.14pxGras{
	font-size:14px;
	font-weight:bold;
}
.18pxGrasOrange{
	font-size:18px;
	font-weight:bold;
	color:#FFB70D;
}
.16pxGrasOrange{
	font-size:16px;
	font-weight:bold;
	color:#FFB70D;
}
.14pxGrasOrange{
	font-size:14px;
	font-weight:bold;
	color:#FFB70D;
}
.12pxGrasOrange{
	font-size:12px;
	font-weight:bold;
	color:#FFB70D;
}
.18pxOrange{
	font-size:18px;
	font-weight:normal;
	color:#FFB70D;
}
.16pxOrange{
	font-size:16px;
	font-weight:normal;
	color:#FFB70D;
}
.14pxOrange{
	font-size:14px;
	font-weight:normal;
	color:#FFB70D;
}
.12pxOrange{
	font-size:12px;
	font-weight:normal;
	color:#FFB70D;
}

.18pxGrasVert_web{
	font-size:18px;
	font-weight:bold;
	color:#82BA44;
}
.16pxGrasVertWeb{
	font-size:16px;
	font-weight:bold;
	color:#82BA44;
}
.14pxGrasVertWeb{
	font-size:14px;
	font-weight:bold;
	color:#82BA44;
}
.12pxGrasVertWeb{
	font-size:12px;
	font-weight:bold;
	color:#82BA44;
}
.18pxVertWeb{
	font-size:18px;
	font-weight:normal;
	color:#82BA44;
}
.16pxVertWeb{
	font-size:16px;
	font-weight:normal;
	color:#82BA44;
}
.14pxVertWeb{
	font-size:14px;
	font-weight:normal;
	color:#82BA44;
}
.12pxVertWeb{
	font-size:12px;
	font-weight:normal;
	color:#82BA44;
}
.hachures{
	background-image: url(../images/rayure.png);
	background-repeat: repeat;
}