/*-------
// global reset
//-----*/
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;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; overflow: auto; }
body { font-size: 62.5%; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 2px 3px; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }
a.inv:link, a.inv:visited { text-decoration: none; }
a.inv:link:hover, a.inv:visited:hover { text-decoration: underline; }

.cols { overflow: hidden; margin: 0; }
.cols .col { float: left; width: 50%; }
#page .cols .last { margin-right: 0; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



/*-------
// custom styles
//-----*/

a:link, a:visited {
	color: #7b0f11;
}
a:visited {
	color: #7b0f11;
}
a:link:hover, a:visited:hover {
}


body {
	text-align: center;
	/*background: #000000 url(../../images/body-bg.jpg) no-repeat 50% 0;*/
	background: #070707 url(../../images/body-bg.jpg) no-repeat center bottom;
	font-family: Verdana, Geneva, sans-serif;
}

/*#back {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
}*/
/** For the new background **/
#pagecontainer {
	min-height: 1200px;
}

#page {
	background: #FFFFFF;
	font-size: 1em;
	margin: 0 auto; 
	text-align: left;
	width: 902px;
	position: relative;
	z-index: 10;
}


#top {
	background: #FFFFFF;
	position: relative;
	width: 100%;
	overflow: hidden;
}
	#logo {
		width: 727px;
		height: 66px;
		line-height: 85px;
		overflow: hidden;
		margin: 33px auto 10px;
		position: relative;
		font-size: 180%;
		font-weight: normal;
	}
		#logo a:link, #logo a:visited {
			float: left;
			display: block;
			width: 401px;
			height: 66px;
			margin: 0 15px 0 0;
		}
			#logo a:link span, #logo a:visited span {
				background: url(../../images/logo-1.png) no-repeat 0 0;
			}
	

	#menu {
		z-index: 100;
		height: 31px;
		width: 100%;
		overflow: hidden;
		background: #454342 url(../../images/menu-bg.gif) repeat-x 0 0;
	}
		#menu ul {
			line-height: 21px;
			font-size: 130%;
		}
		#menu li {
               position: relative;
               float: left;
               display: block;
               text-align: center;
               width: 16.66%;
           } 
			/*#menu li {
				position: relative;
				float: left;
				display: block;
				text-align: center;
				width: 18%;
			}
			#menu li.long {
				width: 20%;
			}*/
				#menu li a:link, #menu li a:visited {
					float: left;
					display: block;
					color: #ffffff;
					position: relative;
					z-index: 10;
					width: 100%;
					text-align: center;
				}
				#menu li.active a:link, #menu li.active a:visited,
				#menu li a:link:hover, #menu li a:visited:hover {
					color: #ee7f01;
					text-decoration: none;
				}

#wrap {
	width: 100%;
	overflow: hidden;
}
	#wrap2 {
		width: 676px;
		float: right;
		overflow: hidden;
	}
		#content {
			color: #161214;
			position: relative;
			padding: 20px 10px 0 25px;
			float: left;
			width: 415px;
		}
		#content.wide {
			width: 616px;
		}
		#sideR {
			float: right;
			width: 226px;
		}
	#sideL {
		float: left;
		width: 226px;
	}


#content h1 {
	font-size: 300%;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 10px;
	color: #97999a;
}
#content h2 {
	font-size: 200%;
	font-weight: bold;
	color: #ee7f01;
	margin: .75em 0 .1em;
}
#wrapcontent h2.small {
	font-size: 160%;
	margin: 0 0 5px 0;
}
#content h3 {
	font-size: 120%;
	font-weight: bold;
	color: #ee7f01;
	margin: .75em 0 .1em;
}

#content p {
	margin-bottom: .75em;
	font-size: 120%;
}

#content p.dateactu {
	margin-bottom: .25em;
	font-weight: bold;
}

#content ol {
	padding: 0 0 0 25px;
	list-style-type: decimal;
	font-size: 78.57%;
}
	#content ol li {
		padding: 1px 0;
	}

a.butImpact:link, a.butImpact:visited {
	display: block;
	width: 226px;
	height: 440px;
}
	a.butImpact:link span, a.butImpact:visited span {
		background: url(../../images/banner-1.jpg) no-repeat 0 0;
	}
a.butSmart:link, a.butSmart:visited {
	display: block;
	width: 226px;
	height: 440px;
}
	a.butSmart:link span, a.butSmart:visited span {
		background: url(../../images/banner-2.jpg) no-repeat 0 0;
	}

.list-01 { margin:0px 0px 14px 0px; font-size:120%;}
.list-01 li { background:url(../../images/bullet-01.gif) no-repeat 0 6px; padding-left:10px; margin-bottom: 4px}

#newsletter {
	background: #97999a;
	margin: 0 0 10px;
	padding: 5px 10px;
	color: #454342;
}
	#newsletter p {
		font-family: Helvetica, sans-serif;
		font-size: 120%;
		font-weight: bold;
		font-style: italic;
		text-align: center;
		margin: 0 0 8px;
	}
	#newsletter form {
		width: 195px;
		margin: 0 0 0 5px;
		overflow: hidden;
	}
		#newsletter input.text {
			float: left;
			width: 137px;
			height: 16px;
			padding: 3px 4px;
			border: none;
			color: #FFFFFF;
			font-size: 120%;
			margin: 4px 5px 0 0;
			background: url(../../images/input2-bg.png) no-repeat 0 0;
		}
		#newsletter input.img {
		}

.box {
	margin: 0 0 10px;
}

#referencetitle
{
	background-color: #000000 ;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
}

#bot {
	position: relative;
	background: #FFFFFF;
	font-size: 100%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #878483;
}
	#links1 {
		overflow: hidden;
	}
		#links1 a:link, #links1 a:visited {
			padding: 0 .75em;
			color: #878483;
		}


form {
	clear: left;
}
fieldset {
	border: none;
	clear: left;
}
	fieldset ul {
		width: 100%;
		overflow: hidden;
	}
	#page fieldset li {
		padding: 5px 0 4px;
		width: 100%;
		overflow: hidden;
	}
		fieldset label {
			display: block;
			float: left;
			width: 80px;
			font-size: 120%;
		}
		fieldset input.text, fieldset textarea {
			background: #FFFFFF url(../../images/input-bg.png) no-repeat 0 0;
			border: none;
			width: 221px;
			padding: 3px 3px;
			float: left;
			font-size: 120%;
		}
		fieldset textarea {
		}
	#page fieldset li.but {
		text-align: right;
		position: relative;
		width: 307px;
	}
		fieldset li.but input.submit {
			background: #b7b6b6;
			border: none;
			color: #000000;
			font-size: 110%;
			padding: 3px 8px;
		}
		#page fieldset li.but span {
			position: absolute;
			left: 80px;
			top: 10px;
			width: 120px;
			text-align: left;
			font-size: 80%;
		}


/*-------
// 1-competences
//-----*/

.ol1, .ol2 {
	font-size: 150%;
	color: #97999a;
	width: 100%;
	overflow: hidden;
	margin: 25px 0 0px;
}
	.ol1 li, .ol2 li {
		float: left;
		width: 300px;
		height: 150px;
		overflow: hidden;
		margin: 0 15px 30px 0;
	}
	.ol2 li {
		height: 86px;
	}
	.ol1 li.alt, .ol2 li.alt {
		margin-right: 0;
	}
		#page .ol1 li h2, #page .ol2 li h2 {
			color: #ee7f01;
			font-weight: bold;
			font-size: 146.66%;
			margin: 0;
		}
			.ol1 li h2 span {
				float: left;
				color: #97999a;
				font-size: 700%;
				font-weight: normal;
				line-height: .85;
				position: relative;
				top: -12px;
			}
		#page .ol1 li p, #page .ol2 li p {
			font-size: 100%;
		}

/*-------
// 2-contact
//-----*/

.contact1 {
	margin: 0 0 30px;
}
	.contact1 fieldset textarea {
		height: 78px;
	}

.addresses {
	background: #b7b6b6;
	margin: 0 -10px 0 -25px;
	width: 430px;
	padding: 10px 10px;
}
	.addresses ul {
		width: 100%;
		overflow: hidden;
	}
	.addresses li {
		position: relative;
		overflow: hidden;
		width: 138px;
		margin: 0 8px 0 0;
		float: left;
	}
	.addresses li.last {
		margin: 0;
	}
		.addresses h4 {
			font-weight: bold;
			color: #000000;
			font-size: 100%;
		}
		#page .addresses li p {
			margin: 0;
			line-height: 1.1;
			font-size: 100%;
		}
		#page .addresses .map {
			margin: 5px 0 0 50px;
		}
			.addresses .map a:link, .addresses .map a:visited {
				display: block;
				line-height: 30px;
				height: 20px;
				overflow: hidden;
				background: url(../../images/icon-map.gif) no-repeat 0 0;
				color: #656567;
				font-size: 80%;
				padding: 0 0 0 10px;
				text-transform: uppercase;
			}

table.reference{
	width:380px;
}
table.reference img{
	text-align:center;
}
			
.SuccessMessage {
		padding: 0px;
		background-color: #B7B6B6;
		width: 386px;
		text-align: center;
		margin: 5px 0px 236px 0px;
}
.ErrorMessage 
{
	background-color: #B7B6B6;
	text-align: left;
	padding: 5px 15px;
	width: 355px;
	margin: 5px 0px;
}
