/*-----------------------------------------------------------------------------
Main Style Sheet (www.arborite.com)

version:   1.0
author:    patrick picher
email:     picher@infivia.com
website:   www.infivia.com

Notes: expression() doesn't work in ie5 only due to presence of <ul> or <ol> tags
in the HTML (the menu).
-----------------------------------------------------------------------------*/

/* =Imports
-----------------------------------------------------------------------------*/
@import url(/css/menu.css);


/* =General / Global
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0; 
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* Remove border around linked img */
img {	border: 0;}

html, body{
	height:100%; /* needed for container min-height */
}
#bodyWrapper, #header{
	min-width:760px;
}

* html #bodyWrapper, * html #header {
	/*width control*/
	/* ie6.under workaround for min/max-width support */
	width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth :	document.body.clientWidth)
	< 760 ? "760px" : 
	"auto");
}
#bodyWrapper{
	background:#CC6633;
	margin:0px 14px 0px 14px;
	position: relative;
	z-index:1;
	
	/*height control*/
	height:auto !important;
	height:100%; /* ie6.under treaded as min-height*/
	min-height:100%;
}
/* =Typography
-----------------------------------------------------------------------------*/
body {
	background-color:#FFF;
	font: 0.8em "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
}

.smallPrint {
	color:#484848;
	font-size:0.8em;
}

.bold{font-weight:bold;}
.italic{font-style:italic;}
.mini{font-size:0.8em;}
.normal{font-weight:normal;}

/* =Links
-----------------------------------------------------------------------------*/
a:link { color: #000000; text-decoration: underline; }
a:visited { color: #47292B;	text-decoration: underline; }
a:hover, a:active { color: #000000; text-decoration: none; }


/* =List
-----------------------------------------------------------------------------*/

/* =Header
-----------------------------------------------------------------------------*/
#header{
	background:	#FFF url(/img/bg_stripes.jpg) repeat center top;
	float:left;
	height:176px;
	left:0px;
	position:absolute;
	top:0px;
	width:100%;
	z-index:5;
}
#headerWrapper{
	background:	transparent url(/img/bg_city.gif) repeat-x center top;
	height:176px;
	width:100%;
}
#header h1 {
	background-image: url(/img/logo_fp.gif);
	background-repeat: no-repeat;
	margin:0 0 0 -101px;
	padding:0;
	position:absolute;
	left:50%;
	top:14px;
	width: 202px;
}
#header h1 a {
	display: block;
	height: 75px;
}
#header h1 a span{/* only ie5.x doesn't display the span */ d\isplay:inline; display:none; /* only ie5.x doesn't indent text */	text-\indent:-9000px;}

/* =Main
-----------------------------------------------------------------------------*/
#main{
	background: transparent url(/img/bg_border.gif) repeat-x 0px 175px;
	border-top:1px solid #FFF; /*fix bug Firefox*/
	position:relative;
	width:100%;
}
#mainWrapper{
	margin:40px auto;
	padding-bottom: 60px; /* for footer spacing */
	padding-top:190px;
	width:412px;
}

#main h1{
	color:#FFF;
	margin: 0;
	font-family:Arial;
	font-size: 34px;
	font-weight:bold;
	letter-spacing: -3px;
}

#main h2{
	color:#000;
	margin: 0;
	font-family:Arial;
	font-size: 22px;
	font-weight:bold;
	letter-spacing: -1px;
	line-height:30px;
}

#main p{
	text-align:justify;
}


#main ul{
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

*:first-child+html #main ul{
/* ie7 */
	list-style-type: disc;
	list-style-image: url(/img/bullet.gif);
	list-style-position: inside;
	text-indent: -1.2em;
}
* html #main ul{
/* ie6.under */
	list-style-type: disc;
	list-style-image: url(/img/bullet.gif);
	list-style-position: inside;
	text-indent: -1.2em;
}

#main ul li:before {
	/* all except ie6.under & ie7 */
	content: "\003D \0020"; 
}

/* =Footer
-----------------------------------------------------------------------------*/
#footer{
	background: transparent url(/img/bg_border.gif) repeat-x bottom;
	bottom:0px;
	font-size: 0.8em;
	height:30px;
	position:absolute;
	text-align:center;
	width:100%;
}
#footer a:visited { color: #000000; }
#footer a:link, #footer a:visited { text-decoration: none; }
#footer a:hover, #footer a:active { text-decoration: underline; }

/* =Accueil
-----------------------------------------------------------------------------*/
body.accueil #liner{
	background-image: url(/img/accueil_liner.gif);
	background-repeat:no-repeat;
	width:448px;
	height:240px;
}
body.accueil #liner_en{
	background-image: url(/img/accueil_liner_en.gif);
	background-repeat:no-repeat;
	width:448px;
	height:269px;
	
}
body.accueil #liner span{
	position:absolute; left:-9000px;
}
body.accueil #liner_en span{
	position:absolute; left:-9000px;
}
/* =Equipe
-----------------------------------------------------------------------------*/
body.equipe .photo{
	float:right;
	height:173px;
	width:259px;
	margin: 0px 0px 17px 14px;
}
body.equipe .contact,
body.equipe .contact a:link, body.equipe .contact a:visited, body.equipe .contact a:hover, body.equipe .contact a:active{
	color:#FFF;
}
body.equipe .contact{
	margin:0 0 0px 0;
}
body.equipe .firstH2{
	width:120px;
}

/* =DuoWrapper
-----------------------------------------------------------------------------*/
.duoWrapper, .supportWrapper{
	/* border-bottom:1px solid #000; */
	border-top:1px solid #000;
	color:#FFF;
	margin: 5px 0 20px 0;
	padding: 5px 0 5px 0;
}

.supportWrapper{
	border-bottom: none;
	/* border-top: none; */
	border-top:1px solid #000;

}

.duoWrapper a, .supportWrapper a{
	color:#FFF;
}
.duoWrapper .avocatPhoto, .duoWrapper .assistPhoto,
.duoWrapper .avocatContent, .duoWrapper .assistContent{
	float:left;
}
.duoWrapper .avocatPhoto, .duoWrapper .assistPhoto{
	margin-right: 10px;
}
.duoWrapper h3, .duoWrapper h4{
	color:#000;
	margin:0;
}
.duoWrapper h3{
	font-family:Arial;
	font-size: 22px;
	font-weight:bold;
	letter-spacing: -2px;
}
.duoWrapper h4{
	font-family:Arial;
	font-size: 17px;
	font-weight:bold;
	letter-spacing: -2px;
}
.duoWrapper .avocatContent{
	height:81px;
	width:250px;
	margin-bottom: 10px;
	position:relative;
}
.duoWrapper .b_bio{
	position:absolute;
	bottom:0px;
}

/* =Splash
-----------------------------------------------------------------------------*/
body.splash #text_fr{
	float:left;
	width:48%;
}

body.splash #text_en{
	float:right;
	width:48%;
}
body.splash #header #navWrapper{
	display:none;
}
body.splash #footerWrapper{
	display:none;
}
body.splash #link_fr{
	background-image: url(/img/splash_fr.gif);
	background-repeat:no-repeat;
	border-bottom: 2px solid #CC6633;
	display:block;
	height:50px;
	margin:0px 0 10px 0;
	width:242px;
}
body.splash #mention_fr{
	display:block;
	height:34px;
	margin:0px 0 0px 0;
	width:450px;
}
body.splash #mention_en{
	display:block;
	height:34px;
	margin:0px 0 0px 0;
	width:450px;
}

body.splash #link_en{
	background-image: url(/img/splash_en.gif);
	background-repeat:no-repeat;
	border-bottom: 2px solid #CC6633;
	display:block;
	height:44px;
	margin:0px 0 10px 0;
	width:222px;
}

body.splash #link_fr span, body.splash #link_en span{
	position:absolute; left:-9000px;
}
body.splash a#link_fr:hover, body.splash a#link_fr:active,
body.splash a#link_en:hover, body.splash a#link_en:active{
	border-bottom: 2px solid #000;
}
body.splash #main h1{
	margin: 0 0 20px 0;
}
		
/* =Button
-----------------------------------------------------------------------------*/
.b_bio{
	background-image: url(/img/b_bio.gif);
	background-repeat:no-repeat;
	border-bottom: 1px solid #CC6633;
	display:block;
	height:12px;
	/*margin:3px 0 10px 0;*/
	width:32px;
}
.b_retour{
	background-image: url(/img/b_retour.gif);
	background-repeat:no-repeat;
	border-bottom: 1px solid #CC6633;
	display:block;
	height:12px;
	/*margin:3px 0 10px 0;*/
	width:57px;
}
.b_retour_en{
	background-image: url(/img/b_retour_en.gif);
	background-repeat:no-repeat;
	border-bottom: 1px solid #CC6633;
	display:block;
	height:14px;
	/*margin:3px 0 10px 0;*/
	width:43px;
}

.b_bio span, .b_retour span{
	position:absolute; left:-9000px;
}
.b_bio span, .b_retour_en span{
	position:absolute; left:-9000px;
}
a.b_bio:hover, a.b_bio:active,
a.b_retour_en:hover, a.b_retour_en:active,
a.b_retour:hover, a.b_retour:active{
	border-bottom: 1px solid #FFF;
}

/* =sIFR
-----------------------------------------------------------------------------*/
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash #main h1,
.sIFR-hasFlash #main h2,
.sIFR-hasFlash .duoWrapper h3,
.sIFR-hasFlash .duoWrapper h4{
	visibility: hidden;
}



