/* --------------------------------------------------------------
  officeo.css 
-------------------------------------------------------------- */
/* header
-------------------------------------------------------------- */
#header {
	background: transparent url(images/bckBanT_blank.png) top left no-repeat;
	width: 1004px;
	height: 114px;
}

#header-back {padding: 40px 30px 0 0; text-align: right}

#logo {margin: 21px 0 0 25px}
#logo img {height:60px;}

#header .liens {padding:6px 0 0 25px;font-family:"Trebuchet MS",arial;font-size:13px;position:absolute;}

#header .liens a {background: transparent url(images/pictArrowGray.png) 4px 3px no-repeat;padding:0 15px 0 25px;text-decoration:underline;color:#AAAAAA}
#header .liens a:hover {background: transparent url(images/pictArrowRed.png) 5px 4px no-repeat;color:#554A40;}
#header .liens a.on {background: transparent url(images/pictArrowRed.png) 3px 3px no-repeat;cursor:default;text-decoration:none;color:#554A40;font-weight:bold;}
#header .liens a.on:hover {text-decoration:none;}

#menu {margin-bottom: 15px;}
#menu ul {list-style: none;}
#menu ul li {
	display: block; 
	float: left; 
	margin-right: 3px;
	text-transform: uppercase; 
	font-size: 1.06em;
	background: transparent url(images/menuL.png) top left no-repeat;padding-left: 0px 
}

#menu ul li a {
	color: #FFFFFF;
	height: 30px;
	display: block;
	padding: 0 0 0 35px;
	*padding: 0 0 0 37px;	/*IE7*/
	cursor: hand;
	text-decoration:none
}

#menu ul li a span {
	height: 25px;
	color: #FFFFFF;
	display: block;
	background: transparent url(images/menuR.png) top right no-repeat;
	padding: 5px 22px 0 0; /*IE7 FF*/
	[padding: 5px 24px 0 0; /* old FF */
	padding: 5px 20px 0 0; /* Safari Chrome*/
	]

}

#menu ul li a.active, #menu ul li:hover a {background: transparent url(images/menuActiveL.png) top left no-repeat}
#menu ul li a.active span, #menu ul li:hover a span{background: transparent url(images/menuActiveR.png) top right no-repeat}

#menu ul li ul {
	display: none;
}

#menu ul li:hover ul {
	position: absolute;	
	border: solid 1px #666;
	border-top: none;
	margin: 0 10px 0 10px;
	padding: 1px;
	width: 135px;
	display: block;
	background-color: #eae6e7;
	list-style: square;
}

#menu ul li:hover ul li {
	display: block;
	float: none;
	background: none;
	margin: 0;
	padding: 0;
	text-transform: none;
}

#menu ul li:hover ul li a, #menu ul li ul li a:hover {
	height: 20px;
	background: none;
	color: #666;
	font-size: 0.9em;
	padding: 4px 0 0px 5px;
	margin: 0;
	text-align: left;
}

#menu ul li:hover ul li a:hover {
	background-color: #ccc;
	font-weight: bold;
}

.officeo-access {
	background: transparent url(images/pictSecure.png) right 18px no-repeat;
	padding: 19px 0 0 20px;
	font-weight: bold;
	margin-right:22px;
}
#form-search {text-align:right;padding-top:18px;}
#form-search input:first-child {display:none;}

#form-search input {display:block;float:left;height:18px;vertical-align:top;padding-top:0px;font-size:13px;line-height:15px;width:154px;}
#form-search .btn-yellow {
	border: none; 
	background: url(images/btnYellow.png) no-repeat right center;
	width: 24px;
	height: 20px;
	color: #FFFFFF;

}

/*html>body .btn-yellow { padding: 0 0 3px 2px }*/


#blk-assistant {position: relative; margin-top: -11px}

#blk-assistant p {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #666}
#blk-assistant a {color: #666}
#blk-assistant p.txt-assistant {width: 200px; text-align: right; margin: 0 0 0 80px; padding: 0;  }
#blk-assistant .border-b p {font-size: 1.2em; margin:0; padding: 10px 0 0 0; line-height:21px;}
#blk-assistant .border-b {margin: 0 0 20px 5px; text-align: right; width: 291px}
#blk-assistant a:hover {text-decoration: none;}
.img-laurent {position: absolute; right: 26px; bottom: 4px}
#breadcrumb {margin-left: 20px}
#breadcrumb { font-size: 1em; color: #666; font-weight: normal }
#breadcrumb a { color: #000000; text-decoration: underline }

/* container
-------------------------------------------------------------- */
.container {
  background: transparent url(images/bckContainer.png) top left repeat-y;
  position:relative;
  top:-20px;
  *top:0;

}

/* titles
-------------------------------------------------------------- */

h1.spip {
	background: transparent url(images/pictArrowRed.png) 0 6px no-repeat; 
	font-size: 1.7em;
	margin-bottom:15px;
	padding-left: 20px; 
	line-height: normal;
}

h2.title-arrow-red {
	font-size: 1.7em;
}

h3.spip {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: transparent url(images/pictArrowWhite.png) 0 6px no-repeat; 
	padding-left: 20px; 
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 7px;
	line-height:normal
}

.title-arrow-red span.bis, .title-col-r span.bis {
	background: none;
	padding: 0;
	line-height:normal;
	color: #bd0025;
}

/* flèches */
.title-arrow-red span {background: transparent url(images/pictArrowRed.png) left no-repeat; padding-left: 20px; line-height:normal}
.title-arrow-gray span {background: transparent url(images/pictArrowGray.png) left no-repeat; padding-left: 20px}
.title-arrow-white span {background: transparent url(images/pictArrowWhite.png) left no-repeat; padding-left: 20px}
.title-arrow-yellow span {background: transparent url(images/pictArrowYellow.png) left no-repeat; padding-left: 20px}

/* paragraphe d'accroche dans un article spip */
.accroche {
	border: 1px solid #FFD324;
	background-color: #FFF6BF;
	margin-bottom: 10px;
	padding: 5px;
}

/* HP
-------------------------------------------------------------- */
#blk-hp-anim {
	background: transparent url(images/blkHpAnimT.png) top left no-repeat;
	width: 966px; margin: 0 auto 10px auto;
	padding-top: 13px;
}

#blk-hp-anim a { text-decoration: none }
#blk-hp-anim .col-left p {margin: 0; padding: 0}
#blk-hp-anim .col-left {
	background: transparent url(images/blkHpAnimbck.png) top left repeat-y;
	padding: 0 10px 0 28px;
	float: left;
	width: 678px;
}
html>body #blk-hp-anim .col-left { width: 650px; }

#blk-hp-anim .col-left img { float: left; margin-bottom: 10px }
#blk-hp-anim-b {background: transparent url(images/blkHpAnimB.png) top left no-repeat; height: 18px; clear: left;margin-top: -6px}
.col-right{
	/*background: transparent url(images/blkHpAnimR.png) top left no-repeat;*/
	width: 273px;
	height: 254px;
	text-align: center;
	margin-left: 693px;
	color:#FFFFFF
}



ul#menu-blk-anim li, ul#spotmenu li { 
	float: left; 
	
	height: 40px;
	border-right: 1px solid #d1d1d1;
	font-size: 1.3em;
	list-style: none;
	background-image: none;
	text-align: center;
	line-height: 1.2em;
	
	padding: 0 15px 0 20px; /*IE7 FF*/
	[padding: 0 15px 0 20px; /* old FF */
	padding: 0 10px 0 20px; /* Safari Chrome*/
	]
}
ul#menu-blk-anim li a, ul#spotmenu li a { color: #aaa }
ul#menu-blk-anim li.active a, ul#spotmenu li.active a { color: #333 }

ul#menu-blk-anim li.last, ul#spotmenu li.last {border-right: none} 
ul#menu-blk-anim li.active, ul#spotmenu li.active {background: transparent url(images/pictArrowRed.png) 4px 5px no-repeat}
.num-azur {
	font-family: Arial, Helvetica, sans-serif;
	background: transparent url(images/bckNumAzur.png) top left no-repeat;
	text-align: left;
	height: 32px;
	padding: 5px 0 0 45px;
	font-weight: bold;
	font-size: 1.3em;
	color: #FFFFFF
}
.num-azur span {
	color:#edb353;
	letter-spacing: 0.05em;
	padding-left: 20px}


.blk-accol {
	background: transparent url(images/bckAccol.png) 300px 55px no-repeat;
	padding: 0 0 0 330px;
}

.blk-accol h3 {
	color: #bd0025;
	font-size: 2em;
	margin-bottom: 0.5em;
	line-height: normal;
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	font-weight: normal;
}

/*block arrrondi generique*/
.blk-gen-hp {background: white url(images/bckBlkHP.png) top left repeat-x;  height: 130px; margin: 0 0 20px 20px;width: 294px}
/*
.w293 {width: 293px}
.w296 {width: 296px}*/
.w340 {width: 340px}

.blk-gen-hp a { text-decoration: none }

.blk-gen-hp .blk-gen-t, .blk-gen-hp .blk-gen-b {position: relative; height: 18px;}
.blk-gen-hp .blk-gen-t {background: transparent url(images/bckBlkGenTL.png) top left no-repeat}
.blk-gen-hp .blk-gen-b {background: transparent url(images/bckBlkGenBL.png) top left no-repeat}

.blk-gen-hp .blk-gen-t .corner-rt, .blk-gen-hp .blk-gen-b .corner-rb {position: absolute; width: 19px; height: 18px;}
.blk-gen-hp .blk-gen-t .corner-rt {background: transparent url(images/cornerTR.png) top right no-repeat; right: 0; top: 0}
.blk-gen-hp .blk-gen-b .corner-rb {background: transparent url(images/cornerBR.png); right: 0; bottom: 0}

.blk-gen-hp .blk-gen-m {background: transparent url(images/bckBlkGenM.png) top left repeat-y; position: relative;padding: 0 20px; height: 130px;z-index:200}
.blk-gen-m h3 a { color: #333 }
.blk-gen-hp .blk-gen-m p {color:#666; line-height: 1.1em; font-size: 1.2em; }
.blk-gen-hp .blk-gen-m p a { color: #666}
.blk-gen-hp h3 {text-align: center}

/*Pages*/
#visu-page { margin-bottom: 40px }
#content { text-align: justify; color:#666666;}
#content p, #content h3, #content ul.spip { margin-right: 10px}
#content a.spip_in, #content a.spip_out {color: #BD0025;text-decoration: underline;}

/*Partner */
#visu-page-partner { background: transparent url(images/bck-visu-partner.png) top left no-repeat; width: 654px; height: 89px; padding: 10px 20px  }
#visu-page-partner #partner-col-l { width: 205px; float: left; display: block; padding: 5px 0 0 25px}
#visu-page-partner #partner-col-r {width: 399px; float: left; display: block; color: #FFFFFF;  padding: 0 0 0 25px} 

#partnerList {height: 300px; overflow-y: hidden;}
#partnerList p a {display: block; margin: 0 0 30px 0;}

/*recrutement*/
.img-recrutement {position: absolute; bottom:-13px; left: 5px }
.p-recrutement a {float:right; width:150px; color: #666; line-height: normal}
h3.recrutement {margin-left: 45px}

/*espace pro*/
.img-espacepro {position: absolute; bottom:-13px; right:5px; z-index: 0}
.blk-gen-hp .blk-gen-m .p-espacepro {width: 180px; text-align: right;}
.blk-gen-hp h3.title-espacepro {width: 170px;color:#da0029; font-style: italic; font-size: 2.3em; line-height: 1em; margin-bottom: 10px}
.blk-gen-hp h3.title-espacepro a {color:#da0029}

/*temoignage*/
.blk-gen-hp .blk-gen-t-temoignage {background: transparent url(images/bck-t-temoignage.png) top left no-repeat; position: relative; height: 42px; }
.blk-gen-hp .blk-gen-t-temoignage h3 {color: #FFF; font-size: 2.2em; padding-top: 8px; margin-bottom: 0}
.blk-gen-hp .blk-gen-t-temoignage h3 a {color: #FFF; }
.blk-gen-hp .blk-gen-t-temoignage .corner-rt {
	position: absolute;
	background: transparent url(images/cornerTR-temoignage.png) top right no-repeat;
	right: 0;
	top: 0;
	width: 39px;
	height: 42px;
}
#blk-temoignage .blk-gen-m {padding-top: 25px;}
#blk-temoignage .blk-gen-m img { float: left; margin-right: 5px }
#blk-temoignage .blk-gen-m #col-right-temoignage p {  line-height: 1.3em; }
#anim-swf {background: transparent url(images/bckGestionPriveeHP.png) top left no-repeat; width: 646px; height: 212px; margin: 0 0 20px 20px}

#anim-swf #anim-swf-lk {text-align: right}
#anim-swf #anim-swf-nav { height: 190px; padding-left:20px; position: relative}
#anim-swf #anim-swf-nav .lk-l { position:absolute; left: 20px; top: 40px}
#anim-swf #anim-swf-nav .lk-r { position:absolute; right: -25px; top: 40px}
#anim-swf #anim-swf-nav	.anim-swf-img { position:absolute; left: 50px; top: 44px}
#anim-swf #anim-swf-lk a {color:#333; font-size: 1.2em}

#anim-swf #anim-swf-nav a {padding: 40px 0 0 0; display: block; float: left; width: 26px}
#anim-swf #anim-swf-nav .anim-swf-img {float: left; width: 281px; display: block}

#blk-temoignage .blk-gen-m #col-left-temoignage { width: 69px; float:left}
#blk-temoignage .blk-gen-m #col-right-temoignage { margin-left: 69px}

#anim-swf h2 {color: #FFFFFF; text-align: center; margin: 60px 0 10px 0; text-transform: uppercase; font-size: 2.4em}
#anim-swf h2 a {color: #FFFFFF;}
#anim-swf p { line-height: 1em; color: #000000}
.blk-gen-hp h3 { font-size: 1.8em; font-weight: normal }

/* intern pages
------------------------------------------------------------- */
ul.menu-vertical, ul.menu-vertical-press {border-left: 2px solid #dedbd4; padding: 0 0 0 10px; margin: 0 0 0 0; list-style: none; }
ul.menu-vertical li, ul.menu-vertical-press li {margin-bottom: 10px; background-image: none; padding-left:0; font-size: 0.9em }


ul.menu-vertical li a {background: transparent url(images/pictListMenuVred.png) 0 5px no-repeat; padding-left: 15px; text-decoration: none }
ul.menu-vertical li a:hover {background: transparent url(images/pictListMenuVblack.png) 0 5px no-repeat; padding-left: 15px; color:#bd0025}
ul.menu-vertical li.active a, ul.menu-vertical li.active a:hover {background: transparent url(images/pictListMenuVblack.png) 0 5px no-repeat; padding-left: 15px; color:#bd0025; font-weight: bold}

/*presse*/
ul.menu-vertical-press li a:hover {color:#bd0025}
ul.menu-vertical-press li.active a, ul.menu-vertical li.active a:hover {color:#bd0025; font-weight: bold}
ul.menu-vertical-press li img { float: left; margin-right: 5px}

.blk-color {background-color: #f5f1ee; padding: 10px; color: #666}
.blk-color .title { background: transparent url(images/bck-blk-color-title.png) left no-repeat; padding-left: 30px; color: #000 }
.blk-confiance { background: transparent url(images/bck-blk-pub-confiance-t.png) top left no-repeat; padding-top: 21px; width: 245px }
.blk-confiance-m { background: transparent url(images/bck-blk-pub-confiance-m.png) top left repeat-y;  }
.blk-confiance-b { background: transparent url(images/bck-blk-pub-confiance-b.png) bottom left no-repeat; width: 245px; height: 21px }

.blk-confiance-m p { margin: 0; padding: 0 10px; text-align: center}
.title-col-r { font-family: "Times New Roman", Times, serif ; line-height: 20px; width: 100%; font-size: 1.6em; border-bottom: 1px solid #d9d9d9; margin:0 1em 0.5em 0; padding-bottom: 10px}
/* tools
-------------------------------------------------------------- */
/*text colors*/
.txt-yellow {color: #f5a235}
.txt-red, #content p strong {color: #bd0025}
.txt-gray {color:#999}

/*text size*/
.txt-1-1em {font-size: 1.1em}
.txt-1-2em {font-size: 1.2em}
.txt-1-3em {font-size: 1.3em}
.txt-1-4em {font-size: 1.4em}
.txt-1-5em {font-size: 1.5em}
.txt-1-6em {font-size: 1.6em}
.txt-2-em {font-size: 2em}

/*text-position*/
.txt-center {text-align: center}
.txt-right {text-align: right}
.txt-justify {text-align: justify}

.pos-relative {position: relative}
.txt-pub { font-size:0.9em; color: #666; text-align: center }

/* tip */
a.tip:hover { position: relative }
a.tip span { display: none }
a.tip:hover span {
	display: block;
	position: absolute; 
	top: 30px; 
	left: 10px;
	width: 73px;
	height: 39px;
	padding: 15px 10px 0 10px;
	font-size: 0.8em;
	line-height: normal;
	text-align: center;font-weight: bold;
	background: transparent url(images/bck-bulle.png) top left no-repeat;
	cursor: pointer;
}

/* CP pour menu services */
#menu-services ul li.prestation5off a.tip:hover span, #menu-services ul li.prestation6off a.tip:hover span, #menu-services ul li.prestation7off a.tip:hover span, #menu-services ul li.prestation8off a.tip:hover span, #menu-services ul li.prestation9off a.tip:hover span, #menu-services ul li.prestation10off a.tip:hover span, #menu-services ul li.prestation11off a.tip:hover span, #menu-services ul li.prestation51off a.tip:hover span { top: 45px }


/* links
-------------------------------------------------------------- */
.link-arrow-yellow, .blk-accol a.spip_in, .blk-accol a.spip_out, .right-simple a.spip_in, .right-simple a.spip_out {background: transparent url(images/pictArrowYellow.png) 0 0 no-repeat; padding-left: 20px}
.link-btn-gray {
	background: transparent url(images/btnGray.png) top left no-repeat; 
	width: 169px; 
	height: 32px;
	display: block;
	color:#FFFFFF;
	font-size: 1.4em;
	padding: 3px 0 0 5px;
	margin: 0 auto;
}
.right-simple a.spip_in, .right-simple a.spip_out {
	font-size: 1.2em;
	line-height: normal
}

.link-arrow-white-yellow {background: transparent url(images/pictArrowWhiteY.png) 0 0 no-repeat; padding-left: 20px}

/* page contact */
ul#menu-form { width: 368px; margin: 0 auto; background: transparent url(images/bck-form-t.png) bottom left no-repeat; padding: 0 0 10px 25px; height: 26px }
ul#menu-form li {
	display: block; 
	float: left; 
	margin-right: 1px;	
	background: transparent url(images/menuActiveL.png) top left no-repeat;
	padding-left: 0;
	
}

ul#menu-form li a {
	color: #FFFFFF;
	height: 26px;
	display: block;
	padding: 0 0 0 5px;
	cursor: hand;
	text-decoration:none;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold
}

ul#menu-form li a span {
	height: 21px;
	display: block;
	background: transparent url(images/menu-form-cornerTR.png) top right no-repeat;
	padding: 5px 5px 0 0;
	color: #FFFFFF;
}


ul#menu-form li a.active, ul#menu-form li a:hover {background: transparent url(images/menu-form-active-back-l.png) top left no-repeat}
ul#menu-form li a.active span, ul#menu-form li a:hover span{background: transparent url(images/menu-form-active--cornerTR.png) top right no-repeat}



ul#menu-form li { display: block; float: left; position: relative; background: transparent url(images/menu-form-back-l.png) top left no-repeat; height: 26px}


/*page services*/
#menu-services ul { margin: 0 10px 0 0 }
#menu-services ul li { display: block; float: left; margin: 0 10px 0 0; padding-left: 0 } 


#menu-services ul li.prestation5 a, #menu-services ul li.prestation6 a, #menu-services ul li.prestation7 a, #menu-services ul li.prestation8 a, #menu-services ul li.prestation9 a, #menu-services ul li.prestation10 a, #menu-services ul li.prestation11 a, #menu-services ul li.prestation51 a, 
#menu-services ul li.prestation5 , #menu-services ul li.prestation6 , #menu-services ul li.prestation7 , #menu-services ul li.prestation8 , #menu-services ul li.prestation9 , #menu-services ul li.prestation10 , #menu-services ul li.prestation11, #menu-services ul li.prestation51, 
#menu-services ul li.prestation5off a, #menu-services ul li.prestation6off a, #menu-services ul li.prestation7off a, #menu-services ul li.prestation8off a, #menu-services ul li.prestation9off a, #menu-services ul li.prestation10off a, #menu-services ul li.prestation11off a, #menu-services ul li.prestation51off a, 
#menu-services ul li.prestation5 , #menu-services ul li.prestation6 , #menu-services ul li.prestation7 , #menu-services ul li.prestation8 , #menu-services ul li.prestation9 , #menu-services ul li.prestation10 , #menu-services ul li.prestation11, #menu-services ul li.prestation5off , #menu-services ul li.prestation6off , #menu-services ul li.prestation7off , #menu-services ul li.prestation8off , #menu-services ul li.prestation9off , #menu-services ul li.prestation10off , #menu-services ul li.prestation11off, #menu-services ul li.prestation51off  
{ width: 66px; height: 85px; display: block; margin-bottom:20px;} 
#menu-services ul li.prestation5, #menu-services ul li.prestation6, #menu-services ul li.prestation7, #menu-services ul li.prestation8, #menu-services ul li.prestation9, #menu-services ul li.prestation10, #menu-services ul li.prestation11 { padding-top: 15px }

#menu-services ul li.prestation51, #menu-services ul li.prestation51off, #menu-services ul li.prestation51 a, #menu-services ul li.prestation51off a {width: 130px; height: 85px; display: block; margin-bottom:20px;}
#menu-services ul li.prestation51 {margin-bottom:35px;} 
#menu-services ul li.prestation5  { background: transparent url(images/ico-gestioncourrier-active.jpg) 0 15px no-repeat }
#menu-services ul li.prestation5 a { background: white url(images/ico-gestioncourrier.jpg) top left no-repeat }
#menu-services ul li.prestation5off a { background: white url(images/ico-gestioncourrier-off.jpg) 0 15px  no-repeat }

#menu-services ul li.prestation6 { background: transparent url(images/ico-assistanatdirection-active.jpg) 0 15px  no-repeat } 
#menu-services ul li.prestation6 a { background: white url(images/ico-assistanatdirection.jpg) top left no-repeat } 
#menu-services ul li.prestation6off a { background: white url(images/ico-assistanatdirection-off.jpg) 0 15px no-repeat } 
 
#menu-services ul li.prestation7 { background: transparent url(images/ico-servicesgeneraux-active.jpg) 0 15px  no-repeat } 
#menu-services ul li.prestation7 a { background: white url(images/ico-servicesgeneraux.jpg) top left no-repeat } 
#menu-services ul li.prestation7off a { background: white url(images/ico-servicesgeneraux-off.jpg) 0 15px  no-repeat } 

#menu-services ul li.prestation8 { background: transparent url(images/ico-comptabilitegestion-active.jpg) 0 15px  no-repeat } 
#menu-services ul li.prestation8 a { background: white url(images/ico-comptabilitegestion.jpg) top left no-repeat } 
#menu-services ul li.prestation8off a { background: white url(images/ico-comptabilitegestion-off.jpg) 0 15px  no-repeat } 
 
#menu-services ul li.prestation9 { background: transparent url(images/ico-administrationvente-active.jpg) 0 15px no-repeat } 
#menu-services ul li.prestation9 a { background: white url(images/ico-administrationvente.jpg) top left no-repeat } 
#menu-services ul li.prestation9off a { background: white url(images/ico-administrationvente-off.jpg) 0 15px no-repeat } 
	 
#menu-services ul li.prestation10 { background: transparent url(images/ico-organisationsuivi-active.jpg) 0 15px  no-repeat } 
#menu-services ul li.prestation10 a { background: white url(images/ico-organisationsuivi.jpg) top left no-repeat } 
#menu-services ul li.prestation10off a { background: white url(images/ico-organisationsuivi-off.jpg) 0 15px no-repeat } 

#menu-services ul li.prestation11 { background: transparent url(images/ico-travauxbureautiques-active.jpg) 0 15px  no-repeat }
#menu-services ul li.prestation11 a { background: white url(images/ico-travauxbureautiques.jpg) top left no-repeat }
#menu-services ul li.prestation11off a { background: white url(images/ico-travauxbureautiques-off.jpg) 0 15px no-repeat }

#menu-services ul li.prestation51 { background: transparent url(images/ico-solutionsofficeo.jpg) 30px 0 no-repeat; border-left: 1px dashed #999}
#menu-services ul li.prestation51 a { background: white url(images/ico-solutionsofficeo.jpg) 20px 0 no-repeat; }
#menu-services ul li.prestation51off a { background: white url(images/ico-solutionsofficeo-off.jpg) 20px 0 no-repeat; border-left: 1px dashed #999 }


/* Page tarif*/
#tarifs {
clear:both;
width:913px;
float:left;
position:relative;
margin:0;
padding:0 0 0 15px;
}

#bloc_tarif {
width:913px;
float:left;
border:1px #ccc solid;
margin:3px 0;
}

.bloc_tarif_titre {
width:913px;
border-bottom:3px #fff solid;
border-top:3px #fff solid;
float:left;
margin:0;
padding:5px 0;
}

#tarif_1 {
background:url(../images/fleche_tarif.gif) left center no-repeat;
}

#tarif_2 {
background:url(../images/fleche_tarif2.gif) left center no-repeat;
}

#tarif_3 {
background:url(../images/fleche_tarif3.gif) left center no-repeat;
}

#tarif_4 {
background:url(../images/fleche_tarif4.gif) left center no-repeat;
}

h2.tarif {
width:190px;
font-size:2em;
text-align: left;
font-weight: bold;
color:#900;
float:left;
margin:0;
padding:50px 15px;
line-height: normal
}

h2.tarif2 {
width:190px;
font-size:18px;
color:#900;
float:left;
margin:0;
padding:50px 15px;

}

h3.tarif {
font-size:1.5em;
color:#063;
}

#option {
width:650px;
float:left;
padding:0 15px 0 25px;
}

#option1 {
width:315px;
float:left;
padding:0 9px 0 25px;
}

#option2 {
width:315px;
float:right;
padding:0 9px 0 5px;
}


#borloo {
padding: 10px;
font-size:10px;
width:893px;
float:left;
border:1px #ccc solid;
margin:3px 0;
}

span.note {
font-size:10px;
}


/* footer
-------------------------------------------------------------- */
#footer {
	width: 1004px;
	margin: 0 auto;
	background: transparent url(images/bckB.png) top left no-repeat;
	padding-top: 30px;
	position:relative;
	top:-20px;
	*top:0;
}

#footer ul.list-column li {
	list-style: none;
	width: 250px; 
	display: block; 
	float: left;
	border-right: 1px solid #817e7b;
	text-align: left;
	background-image: none; padding-left:0
}
#footer ul.list-column li.last {border-right: none; width: 185px}
#footer ul.list-column li li {border-right: none; width: auto; float: none}
#footer a:focus, #footer a:hover, #footer a {color: #fff; text-decoration: none}
.error {
	padding: 0;
}

#messageBox1 label {
	display: block;
	float: none;
	background-color: #fff;
	border: 0;
}

.slideshow {
    position:relative;
    height:127px;
}

.slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#pressSlideshow.slideshow IMG {
    position:absolute;
    top:20px;
    left:60px;
    z-index:8;
    opacity:0.0;
}

#pressSlideshow.slideshow IMG.active, .slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#pressSlideshow.slideshow IMG.last-active, .slideshow IMG.last-active {
    z-index:9;
}

#monofficeo-footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: left;
	background: #FFF6BF none repeat scroll 0 0;
	border: 1px solid #FFD324;
	color: #514721;
	margin: 20px 10px;
	padding: 5px;
	width: 450px;
}