* {
	margin:0;
	padding:0;
}
body {
	height: 100%;
	position: relative;
}
#wrapper {
	margin:0 auto;
	width:981px;
}
#header {
	width:981px;
	height:93px;
}
div#header img {
	float:left;
}
p.headerTxt {
	font-family:"Lucida Grande", Arial, helvetica, sans-serif;
	font-size:12px;
	color:#3b5998;
	float:right;
	margin-top:72px;
}
#orange {
	width:981px;
	height:5px;
	background-color:#f74f08;
}
#orange2 {
	width:981px;
	height:2px;
	margin-top:5px;
	background-color:#f74f08;
}
#metier {
	width:981px;
	height:24px;
	background:#00FF00 url(../images/top-gray-bg01.gif) no-repeat;
	position:relative;
}
p.topTitle {
	font-family:"Lucida Grande", Arial, helvetica, sans-serif;
	font-size:16px;
	color:#6d6e71;
	font-weight:bold;
	text-align:center;
	padding-top:3px;
}
p.topTitle2 {
	font-family:"Lucida Grande", Arial, helvetica, sans-serif;
	font-size:15px;
	color:#6d6e71;
	font-weight:bold;
	text-align:center;
	padding-top:13px;
}
#troispoles {
	width:981px;
	height:43px;
	background:url(../images/top-gray-bg02.gif) no-repeat;
}
#troispoles01 {
	display:table-cell;
	vertical-align:middle;
}
#troispoles02 {
	text-align:center;
	width:981px;
}
.poles {
	width:320px;
	height:477px;
	background-color:#f2f2f3;
	border-bottom:1px solid #d6d7d8;
	margin:10px 0 0 10px;
	text-align:center;
	float:left;
	position:relative;
}
.poles01 {
	margin-left:0px;
}
.mainTitles {
	margin:15px auto;
}
.polesTxt, .orangeTxt, .blueTxtm, td {
	font-family:"Lucida Grande", Arial, helvetica, sans-serif;
	font-size:12px;
	color:#6d6e71;
	text-align:left;
	text-decoration:none;
}
.orangeTxt {
	color:#f74f08;
}
.blueTxt, td {
	color:#3b5998;
	text-decoration:none;
}
.blueTxt:hover {
	color:#f74f08;
	text-decoration:none;
}
td {
	font-size:11px;
	text-align:right;
	padding-right:8px;
}
.polesTxtDivs {
	width:246px;
	height:170px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#bio {
	width:981px;
	height:160px;
	overflow:hidden;
	display:table;
	clear:both;
}
#bio01 {
	display:table-cell;
	vertical-align:middle;
}
#bio02 {
	text-align:left;
	width:890px;
	margin:15px 45px;
}
.bioTxt, input, textarea, .btmTxt, .greyTxt {
	font-family:"Lucida Grande", Arial, helvetica, sans-serif;
	font-size:12px;
	color:#6d6e71;
	text-decoration:none;
}
.greyTxt {
	font-size:10px;
}
.greyTxt:hover {
	color:#f74f08;
	text-decoration:none;
}
#contact {
	width:957px;
	/*height:142px;*/
	padding:12px;
	border-bottom:1px solid #d6d7d8;
	border-top:1px solid #d6d7d8;
	background-color:#f2f2f3;
}
.blueTitle {
	font-family:"Lucida Grande", Arial, helvetica, sans-serif;
	font-size:18px;
	color:#344b91;
	font-weight:bold;
}
input.textfield {
	width:156px;
	height:21px;
	border:1px solid #cecece;
}
textarea {
	border:1px solid #cecece;
	width:245px;
	height:90px;
}
.catherine {
	float:left;
	margin-right:12px;
    height: 98px;
}
.contactTable {
	margin-top:25px;
}
.envoyer {
	width:94px;
	height:30px;
	margin:0;
	border:0;
}
#btm {
	width:979px;
	height:37px;
	text-align:center;
	background-color:#f2f2f3;
	border:1px solid #cecece;
	overflow:hidden;
}
#btm01 {
	display:table-cell;
	vertical-align:middle;
}
#btm02 {
	text-align:center;
	width:979px;
}
.btmTxt {
	font-size:10px;
	padding-top:12px;
}
.btmLink {
	position:absolute;
	bottom:7px;
	left:36px;
}
.uppLink {
	position:absolute;
	bottom:23px;
	left:36px;
}
/*
#pop01 {
	width:380px;
	height:129px;
	padding:24px;
	
}
#pop02 {
	width:450px;
	height:150px;
	
	
}
*/
div#pop01 p, div#pop02 p {
	font-family:"Lucida Grande", Arial, helvetica, sans-serif;
	font-size:16px; font-weight:bold;
	color:#3b5998;
	padding:15px;
}
.ok {
	text-align:right;
	/*padding-right:25px;
	padding-top:2px;*/
}
.ok2 {
	text-align:right;
	/*padding-right:25px;*/
}
/*/////////////////////////////////////////////////////////////*/
#fade {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	top: 0;
	z-index: 10;
}
#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	visibility:hidden;
}
.popup_block {
	background: #ddd;
	padding: 0;
	width: 440px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin: 0 0 0 -200px;
	z-index: 100;
	visibility:hidden;
}
.popup_block .popup {
	width: 100%;
	background: #fff;
	margin: 0;
	padding: 0;
}
.popup_block .popup iframe {
	width:424px;
}
.popup img.cntrl {
	position: absolute;
	right: 0;
	top: 0;
}
td#message {text-align:left; color:#999; padding-top:10px;}