/* Atention, fichier genere a partir de eii.less */

body { 
	color: #3B3B3B; 
	font-size: 9pt; 
	font-family: "Trebuchet MS", Verdana, sans-serif; 
	padding: 0 0 10px 0; 
	margin: 0; 
}
div.cl, p.cl { clear: both; }
div.jump, p.jump { height: 10px; }
div.note, p.note, span.note { 
	color: #666666; 
	font-size: .9em; 
}
table { border-collapse: collapse; }
td { vertical-align: top; }
.floatl { 
	float: left; 
	margin: 0 15px 5px 0; 
}
.floatr { 
	float: right; 
	margin: 0 0 5px 15px; 
}
.copy { 
	color: #888888; 
	font-size: 7pt; 
}
.copy img { 
	display: block; 
	margin: 0; 
}
a img { border: none; }
img.floatr.illu { margin-right: -10px; }
div.illu.alr { margin-right: -10px; }
.alc { text-align: center; }
.alr { text-align: right; }
.alj, p { text-align: justify; }
.caps { 
	font-variant: small-caps; 
	font-size: 1.1em; 
}
q { 
	quotes: "\00AB\00A0" "\00A0\00BB"; 
	behavior: url("/js/fixQuotes.htc"); 
}
hr { 
	border: solid #CCCCCC; 
	border-width: 0 0 1px 0; 
	margin: 1em 3em; 
}
#debug_btn { 
	position: absolute; 
	bottom: 10px; 
	left: 0; 
	border-color: transparent transparent transparent #333333; 
	border-style: solid; 
	border-width: 13px; 
	height: 30px; 
	width: 0; 
	cursor: pointer; 
}
#debug { 
	position: absolute; 
	bottom: 0; 
	left: 12px; 
	min-height: 70px; 
	width: 94%; 
	background: #FFFFFF; 
	font-size: .8em; 
	padding: 5px 20px; 
	border: solid #333333; 
	border-width: 1px 1px 0 1px; 
	z-index: 100; 
}
#debug #debug_fleche { 
	border-color: transparent #333333 transparent transparent; 
	border-style: solid; 
	border-width: 13px 13px 13px 0; 
	height: 30px; 
	width: 0; 
	position: absolute; 
	left: -13px; 
	top: 10px; 
	cursor: pointer; 
}
#debug em { 
	font-weight: bold; 
	text-shadow: 0 0 5px #000000; 
	color: #ffffff; 
	cursor: pointer; 
}
#debug span.kv { 
	background-color: #000000; 
	color: #ffffff; 
	margin: 0 2px; 
	opacity: 0.75; 
	filter: alpha(opacity=75); 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
}
#debug span.k { 
	font-weight: bold; 
	margin-left: .2em; 
	color: #347312; 
}
#debug span.v { margin-right: .2em; }
a { 
	color: #E45A00; 
	text-decoration: none; 
}
a:hover { text-decoration: underline; }
a.plus, a.audio, a.video { 
	background-repeat: no-repeat; 
	background-position: right 55%; 
}
a.plus { 
	background-image: url("/img/fleche_a.png"); 
	padding-right: 8px; 
}
a.audio { 
	background-image: url("/img/icones/audio.png"); 
	padding-right: 20px; 
}
a.video { 
	background-image: url("/img/icones/video.png"); 
	padding-right: 24px; 
}
a.button { 
	background: #FF8C30 url("/img/top_trans.png") repeat-x scroll 0 0; 
	_background: #FF8C30; 
	text-shadow: 0 1px 0 #CCCCCC; 
	font-weight: bold; 
	font-size: 1.2em; 
	padding: .5em 1em; 
	text-align: center; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	border-radius: 2px; 
	border-style: solid; 
	border-color: #FF8C30; 
	border-width: 1px; 
	color: #000000; 
}
a.button:hover { 
	text-shadow: 0 -1px 0 #CCCCCC; 
	text-decoration: none; 
	background: #FF8C30 url("/img/input_bg.png") no-repeat 0 0; 
	border-color: #E45A00; 
}
a.button.big { 
	display: block; 
	font-size: 1.6em; 
	margin: 1em 0; 
	font-variant: small-caps; 
}
a.button.commun { 
	background-color: #DBE1FF; 
	border-color: #6C91FF; 
}
a.button.commun:hover { border-color: #3366FF; }
.copy a { color: #888888; }
h1 { 
	position: relative; 
	z-index: 50; 
	margin: 0; 
	color: #3366FF; 
	font-size: 1.4em; 
	font-weight: normal; 
}
h2 { 
	margin: 0 0 6px 0; 
	color: #FF8C30; 
	font-size: 1.3em; 
}
h3 { 
	margin: 0; 
	border: none; 
	color: #FF8C30; 
	font-size: 1em; 
}
ul { 
	list-style-image: url("/img/arrow_grey_list.gif"); 
	list-style-type: none; 
	list-style-position: outside; 
	margin: auto; 
	*padding-left: 40px; 
}
ul div.entete { margin-left: -40px; }
ul li { 
	line-height: 1em; 
	padding: .3em 0; 
	_border: solid 1px #FFFFFF; 
}
ul ul { 
	list-style-image: none; 
	list-style-type: circle; 
	list-style-position: outside; 
	padding-left: 22px; 
}
ul ul ul { list-style-type: disc; }
ul.nopuce { 
	list-style-image: none; 
	padding: 0; 
}
ul.tiret { 
	list-style-image: none; 
	padding: 0 1.6em; 
}
ul.tiret li:before { 
	content: '\2013\00A0'; 
	margin-left: -1em; 
}
ul.strong li { 
	padding: .4em 0; 
	line-height: 1.4em; 
}
ul.para li { text-align: justify; }
table.present { 
	border-collapse: separate; 
	border-spacing: 1em; 
}
table.present td { 
	padding: .8em 1.6em; 
	text-align: justify; 
}
table.present td.img { 
	vertical-align: middle; 
	text-align: center; 
	border: solid #FFBB83; 
	border-width: 0 1px 0 0; 
}
table.present td.img h1 { border: none; }
table.present td.img.big { 
	font-size: 1.4em; 
	font-weight: bold; 
}
table.present td.img.noborder { border: none; }
table.present td.txt.vm { vertical-align: middle; }
table.present div.titre { 
	font-weight: bold; 
	font-variant: small-caps; 
	font-size: 1.2em; 
}
table.present td.fleche { 
	vertical-align: middle; 
	border: solid #FFBB83; 
	border-width: 0 1px 0 0; 
	padding: 0; 
}
table.present td.fleche div { 
	width: 0; 
	height: 0; 
	border-style: solid; 
	border-width: 10px 10px 10px 0; 
	border-color: transparent #FFBB83 transparent transparent; 
}
table.present.right td.img { border-width: 0 0 0 1px; }
table.present.right td.fleche { border-width: 0 0 0 1px; }
table.present.right td.fleche div { 
	border-width: 10px 0 10px 10px; 
	border-color: transparent transparent transparent #FFBB83; 
}
.pave { 
	background: #F2F4FF url("/img/bg_element.png") repeat-x center bottom; 
	padding: .4em .8em; 
	border: solid 1px #FFBB83; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
}
.pave h2 { color: #3366FF; }
.pave.strong { 
	background-color: #DBE1FF; 
	border-color: #6C91FF; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px; 
	border-radius: 15px; 
	color: #000000; 
}
.pave.strong .bborder { border-bottom: solid 1px #3366FF; }
.pave.strong .rborder { border-right: solid 1px #3366FF; }
table.pave.strong { 
	border-collapse: separate; 
	border-spacing: 0px; 
}
table.pave.strong td, table.pave.strong th { padding: .2em .8em; }
div.present h2 { 
	border-bottom: solid 1px #FF8C30; 
	margin-bottom: 0; 
	margin-right: -10px; 
}
div.present div.contenu { 
	border-left: solid 1px #FF8C30; 
	border-bottom: solid 1px #D9D9D9; 
	padding: 2em; 
	margin: 0 -10px 0 3em; 
	background: #F2F4FF url("/img/ombre_bas.png") repeat-x 0 -2px; 
}
div.present div.contenu input[type="text"], div.present div.contenu input[type="password"], div.present div.contenu select, div.present div.contenu textarea { background-color: #FFFFFF; }
img.present { 
	margin: 1em 0 1em 3em; 
	padding: 1em 2em; 
	border: solid #FFBB83; 
	border-width: 0 0 0 1px; 
}
p.bottom { 
	margin: 2em -10px 2em -14px; 
	padding: 2em; 
	border: solid #D9D9D9; 
	border-width: 1px 0; 
	background: #DBE1FF; 
}
table.items.bspace { 
	border-collapse: separate; 
	border-spacing: 1em; 
	margin: 0 -1em; 
}
fieldset { 
	border: 1px solid #BBBBBB; 
	background-color: #FFFFFF; 
	padding: 10px; 
	margin: 5px 0; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
}
fieldset legend { 
	color: #000000; 
	background: #DBE1FF url("/img/titre_bg.png") repeat-x -20px; 
	vertical-align: middle; 
	font-weight: bold; 
	padding: 4px 10px; 
	border: 1px solid #BBBBBB; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	border-radius: 2px; 
	margin: 4px 0; 
}
div.fade { 
	background: #000000; 
	position: fixed; 
	width: 100%; 
	height: 100%; 
	filter: alpha(opacity=60); 
	opacity: .60; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; 
	left: 0; 
	top: 0; 
	z-index: 1000; 
}
div.popup { 
	text-align: center; 
	position: absolute; 
	width: 100%; 
	height: 100%; 
	left: 0; 
	top: 0; 
	z-index: 1100; 
}
div.popup div.contenu { 
	display: inline-block; 
	padding: 1em; 
	margin: 3em; 
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 1); 
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 1); 
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 1); 
	background: #FFFFFF; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
}
div.popup div.contenu div.fermer { 
	text-align: right; 
	cursor: pointer; 
	font-weight: bold; 
	margin: -1em -1em 1em -1em; 
	padding: .3em .7em; 
	background: #F2F4FF; 
	-moz-border-radius: 5px 5px 0 0; 
	-webkit-border-radius: 5px 5px 0 0; 
	border-radius: 5px 5px 0 0; 
}
div.popup div.contenu div.fermer:hover { text-decoration: underline; }
form.e2i label.e2i { 
	display: block; 
	vertical-align: bottom; 
	margin: .3em auto; 
	clear: both; 
}
form.e2i label.e2i span.intitule { 
	display: inline-block; 
	width: 8em; 
}
form.e2i label.e2i img { vertical-align: middle; }
form.e2i span.oblig { 
	font-weight: bold; 
	color: #E76C5D; 
}
form.e2i div.enligne { display: inline; }
form.e2i div.enligne div.e2iform, form.e2i div.enligne div.e2iform_radio { display: inline; }
form.e2i div.enligne div.e2iform label.e2i, form.e2i div.enligne div.e2iform_radio label.e2i { display: inline; }
form.e2i div.enligne div.e2iform label.e2i span.intitule, form.e2i div.enligne div.e2iform_radio label.e2i span.intitule { width: auto; }
form.e2i a.ajout_champ { 
	color: #777777; 
	font-size: .9em; 
}
input, select, textarea { 
	vertical-align: middle; 
	border: 1px solid #999999; 
	background: #F2F4FF url("/img/input_bg.png") no-repeat scroll 0 0; 
	color: #000000; 
	font-size: .9em; 
	margin: 1px; 
	padding: 4px; 
	-moz-border-radius: 1px; 
	-webkit-border-radius: 1px; 
	border-radius: 1px; 
}
input:hover, input:focus, select:hover, select:focus, textarea:hover, textarea:focus { 
	background-color: #FFE6D5; 
	border: 1px solid #3B3B3B; 
}
textarea { font-family: "Trebuchet MS", Verdana, sans-serif; }
input[type="radio"], input[type="checkbox"] { 
	border: none; 
	background: transparent; 
}
input[type="submit"] { 
	background: transparent url("/img/button.png") repeat-x 0 0; 
	border-color: #CCCCCC #CCCCCC #AAAAAA #CCCCCC; 
	-moz-border-radius: 1px; 
	-webkit-border-radius: 1px; 
	border-radius: 1px; 
	font-weight: bold; 
	padding: 4px 10px; 
	text-shadow: 0 1px 0 #DDDDDD; 
	color: #262626; 
	cursor: pointer; 
}
input[type="submit"]:hover { 
	border-color: #BBBBBB #BBBBBB #999999 #BBBBBB; 
	background-position: 0 -80px; 
	text-shadow: none; 
}
input[type="submit"]:focus { 
	border-color: #999999 #BBBBBB #999999 #BBBBBB; 
	background-position: 0 -160px; 
}
input[type="submit"].light { 
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, .4); 
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, .4); 
	box-shadow: 0px 0px 0px rgba(0, 0, 0, .4); 
	border-color: #DDDDDD #DDDDDD #BBBBBB #DDDDDD; 
	font-weight: normal; 
	padding: 1px 2px; 
}
span.e2iform_bulle { 
	position: absolute; 
	top: -2.5em; 
	left: -4em; 
	padding: .2em; 
	font-weight: bold; 
	background-color: #FFB3A5; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	-moz-box-shadow: 1px 1px 3px rgba(153, 153, 153, 1); 
	-webkit-box-shadow: 1px 1px 3px rgba(153, 153, 153, 1); 
	box-shadow: 1px 1px 3px rgba(153, 153, 153, 1); 
	border: 2px solid #FF5862; 
	opacity: 0.92; 
	filter: alpha(opacity=92); 
}
span.e2iform_bulle span.fleche { 
	border-color: #FF5862 transparent transparent transparent; 
	border-style: solid; 
	border-width: .6em; 
	height: 0; 
	left: 6px; 
	position: absolute; 
	bottom: -1.2em; 
	width: 0; 
	_border-left-color: pink; 
	_border-bottom-color: pink; 
	_border-bottom-color: pink; 
	_filter: chroma(color=pink); 
	z-index: 100; 
}
div.requi, p.requi { font-size: .9em; }
div.info { 
	margin: 1em 20%; 
	text-align: center; 
	border: solid 2px #999999; 
	background: #F2F4FF; 
	padding: 1em 2em; 
	font-weight: bold; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
}
#err { 
	margin: 20px 10%; 
	text-align: center; 
	border: solid 1px #FF8C30; 
	background: #F2F4FF; 
	padding: 10px 20px; 
	color: red; 
}
ul.tabs { 
	display: inline-block; 
	width: 100%; 
	padding: 0; 
	margin: 0 0 1.2em 0; 
}
ul.tabs li { 
	position: relative; 
	float: left; 
	list-style-image: none; 
	margin: 0 .5em 0 0; 
	padding: 0; 
	line-height: 1.5em; 
}
ul.tabs li a { 
	display: inline-block; 
	width: 130px; 
	padding: .6em; 
	text-align: center; 
	color: #3366FF; 
	border-color: #D9D9D9; 
	border-style: solid; 
	border-width: 0 1px 1px 1px; 
	-moz-border-radius: 0 0 4px 4px; 
	-webkit-border-radius: 0 0 4px 4px; 
	border-radius: 0 0 4px 4px; 
	cursor: pointer; 
	background: url("/img/ombre_bas.png") repeat-x center -2px; 
}
ul.tabs li a:hover { text-decoration: none; }
ul.tabs li:hover a { padding-bottom: 1em; }
ul.tabs li.selected a { 
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, .2); 
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .2); 
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .2); 
	border-color: #D9D9D9; 
	border-top: none; 
	padding-bottom: 1em; 
	background: none; 
}
ul.tabs.contact li a, ul.tabs.contact li span { 
	font-size: .9em; 
	width: 110px; 
	margin: 0 6px 0 0px; 
}
ul.tabs.contact li div.fleche { 
	top: 40px; 
	margin-left: -14px; 
}
table.struct { 
	width: 930px; 
	margin: 0 auto 5px auto; 
}
table.struct td.structg, table.struct td.structd { 
	width: 6px; 
	background-repeat: repeat-y; 
}
table.struct td.structg { 
	background-image: url("/img/ombre_g.png"); 
	background-position: right top; 
}
table.struct td.structd { 
	background-image: url("/img/ombre_d.png"); 
	background-position: left top; 
}
table.struct td.haut { padding: 0; }
table.struct tr.ligneb { background: #FFFFFF url("/img/ombre_bas.png") repeat-x center top; }
table.struct td.page { 
	width: 568px\9; 
	height: 550px\9; 
	padding: 10px 10px 10px 14px; 
	border-bottom: solid 1px #E45A00; 
}
table.struct td.page .toppage { margin-top: -10px; }
table.struct td.page.nodroite { width: 670px\9; }
table.struct td.pagetitre { 
	padding: 14px 0 .3em 14px; 
	height: 24px; 
	border-bottom: solid 1px #D9D9D9; 
}
table.struct td.pagetitre h1 img { 
	vertical-align: text-bottom; 
	margin-right: .3em; 
}
table.struct td.pagedroite { 
	vertical-align: bottom; 
	border-bottom: solid 1px #E45A00; 
	border-left: solid 1px #D9D9D9; 
	padding: 1em 10px; 
	width: 80px; 
}
table.struct tr.pied td { 
	font-size: .9em; 
	text-align: center; 
	padding: 5px 10px; 
}
table.struct tr.pied td a { 
	color: #666666; 
	padding: .5em 2em; 
}
table.struct tr.pied td a img { vertical-align: bottom; }
table.struct td.structbas { 
	height: 6px; 
	background: url("/img/ombre_bas.png") repeat-x center top; 
}
table.struct td.structbasg, table.struct td.structbasd { 
	width: 6px; 
	height: 6px; 
}
table.struct td.structbasg { background: url("/img/ombre_basg.png") no-repeat right top; }
table.struct td.structbasd { background: url("/img/ombre_basd.png") no-repeat left top; }
table.struct.nomenuv td.page { 
	width: 694px\9; 
	padding-left: 0; 
	padding-right: 0; 
}
table.struct.nomenuv td.page.nodroite { width: 918px\9; }
table.haut { 
	width: 100%; 
	margin: 0 auto; 
	z-index: 890; 
	background: #FF8C30 url("/img/bgbandeau.png") repeat-x center top; 
	height: 114px; 
}
table.haut td.logo { 
	vertical-align: middle; 
	text-align: center; 
	padding: 0 20px 0 10px; 
	width: 130px; 
}
table.haut td.logo a { 
	color: #FFFFFF; 
	text-decoration: none; 
	font-size: .9em; 
}
table.haut ul.items { 
	padding: 0; 
	_background: #D5731F; 
}
table.haut ul.items li { list-style-image: none; }
table.haut ul.items li.item { 
	float: left; 
	position: relative; 
	z-index: 900; 
	padding: 0; 
}
table.haut ul.items li.item:hover { 
	background-color: transparent; 
	background-repeat: no-repeat; 
	background-position: center center; 
}
table.haut ul.items li.item ul.smenu { 
	display: none; 
	position: absolute; 
	top: 36px; 
	left: 7px; 
	min-width: 15em; 
	padding: 0; 
	background: #D5731F; 
	-moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, .5); 
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, .5); 
	box-shadow: 0px 3px 10px rgba(0, 0, 0, .5); 
	border: solid #FFFFFF 1px; 
}
table.haut ul.items li.item ul.smenu li { 
	padding: 0; 
	list-style-type: none; 
	line-height: 1.5em; 
	_border: solid 1px #D5731F; 
}
table.haut ul.items li.item ul.smenu li a { 
	display: block; 
	white-space: nowrap; 
	padding: .5em; 
	color: #ffffff; 
}
table.haut ul.items li.item ul.smenu li a:hover { 
	background: #FF8C30; 
	text-decoration: none; 
}
table.haut ul.items li.item a.item { 
	display: block; 
	text-decoration: none; 
	color: #FFFFFF; 
}
table.haut ul.items #limenu-societe:hover { background-image: url("/img/menu/societe_over.png"); }
table.haut ul.items #limenu-solutions:hover { background-image: url("/img/menu/solutions_over.png"); }
table.haut ul.items #limenu-services:hover { background-image: url("/img/menu/services_over.png"); }
table.haut ul.items #limenu-contact:hover { background-image: url("/img/menu/contact_over.png"); }
table.haut td.menumain { 
	padding: 0 0 12px 0; 
	vertical-align: bottom; 
}
table.haut td.menuacces { 
	text-align: right; 
	background: transparent url("/img/menu/bgacces_d.png") no-repeat right center; 
	height: 45px; 
	padding: 0; 
}
table.haut td.menuacces div.container { 
	position: relative; 
	height: 100%; 
}
table.haut td.menuacces div.container ul.items { 
	position: absolute; 
	right: 0; 
	top: 0; 
	margin: 0 17px 0 0; 
	background: transparent url("/img/menu/bgacces_g.png") repeat-x left center; 
	height: 100%; 
	padding: 0 0 0 16px; 
}
table.haut td.menuacces div.container ul.items li.item { height: 100%; }
table.haut td.menuacces div.container ul.items li.item a.item { padding: 12px 8px; }
table.haut td.menuacces div.container ul.items li.item a.item:hover { 
	background: transparent url("/img/top_trans.png") repeat-x scroll 0 0; 
	_background: transparent; 
	background-position: 0 4px; 
}
table.haut td.coord { 
	vertical-align: middle; 
	padding: 0 9px 12px 0; 
	width: 16em; 
}
table.haut td.coord div.resume_coord { 
	text-align: center; 
	background: #F2F4FF url("/img/input_bg.png") no-repeat 0 0; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	color: #E45A00; 
	padding: .3em .6em; 
	font-size: 1.2em; 
	font-weight: bold; 
}
table.haut td.coord div.resume_coord table td { 
	text-align: left; 
	vertical-align: middle; 
}
table.haut td.coord div.resume_coord table td img { margin: 0 .8em 0 .3em; }
td.menuv { 
	width: 200px; 
	padding: 14px 10px 0 10px; 
	border-right: solid 1px #E45A00; 
	border-bottom: solid 1px #E45A00; 
}
td.menuv div.menuv { 
	width: 100%; 
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .2); 
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .2); 
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .2); 
	-moz-border-radius: 4px 4px 0 0; 
	-webkit-border-radius: 4px 4px 0 0; 
	border-radius: 4px 4px 0 0; 
}
td.menuv div.menuv div.titre { 
	background: #FF8C30 url("/img/top_trans.png") repeat-x scroll 0 0; 
	_background: #FF8C30; 
	color: #FFFFFF; 
	_color: #3B3B3B; 
	font-size: 1.1em; 
	text-shadow: 0 -1px rgba(88, 29, 0, .3); 
	padding: .3em .6em; 
	-moz-border-radius: 4px 4px 0 0; 
	-webkit-border-radius: 4px 4px 0 0; 
	border-radius: 4px 4px 0 0; 
	text-transform: uppercase; 
}
td.menuv div.menuv div.titre a { color: #E45A00; }
td.menuv div.menuv div.titre.solo { 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	margin-bottom: 1em; 
}
td.menuv div.menuv ul.items { 
	border: solid #FF8C30; 
	border-width: 0 1px 1px 1px; 
	background: url("/img/ombre_bas.png") repeat-x center top; 
	padding-top: 6px; 
	margin: 0 0 1em 0; 
}
td.menuv div.menuv ul.items li { padding: 0; }
td.menuv div.menuv ul.items li a { 
	display: block; 
	padding: .5em 1em; 
	line-height: 1em; 
	background-image: url("/img/dot_list.png"); 
	background-repeat: no-repeat; 
	background-position: 8px center; 
	padding-left: 18px; 
	color: #3B3B3B; 
}
td.menuv div.menuv ul.items li a:hover { 
	color: #D5731F; 
	background-color: #FFE6D5; 
	text-decoration: none; 
}
td.menuv div.menuv ul.items li.selected a { 
	color: #D5731F; 
	text-decoration: underline; 
}
td.menuv div.txt { 
	border: solid 1px #D5731F; 
	border-width: 0 1px 1px 1px; 
	background: url("/img/ombre_bas.png") repeat-x center top; 
	margin: 0 0 1em 0; 
	padding: .5em 1em; 
}
td.menuv div.txt.bg2 { background-color: #F2F4FF; }
td.menuv a.button { 
	display: block; 
	font-size: 1em; 
	font-weight: normal; 
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .2); 
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .2); 
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .2); 
}
td.menuv div.tagcloud { 
	background: #FFE6D5; 
	margin: 0 -10px; 
	padding: 4px; 
}
div.diapos_infos { 
	height: 150px; 
	border: solid 2px #D5731F; 
	margin: 0 15px; 
	position: relative; 
}
div.diapos_infos div.diapo_info { 
	display: none; 
	height: 150px; 
	width: 883px; 
	background-repeat: no-repeat; 
}
div.diapos_infos div.diapo_info div.text_info { 
	border: solid 2px #E45A00; 
	background: #FFFFFF; 
	opacity: 0.90; 
	filter: alpha(opacity=90); 
	font-size: 1.5em; 
	color: #555555; 
	font-style: italic; 
	width: 54%; 
	padding: .5em 1em; 
	margin: 5px; 
}
div.diapos_infos div#diapospager { 
	position: absolute; 
	bottom: 3px; 
	right: 5px; 
	z-index: 20; 
}
div.diapos_infos div#diapospager a { 
	display: inline-block; 
	font-size: .9em; 
	color: #FFFFFF; 
	font-weight: bold; 
	padding: .1em .5em; 
	background: #777777 url("/img/top_trans.png") repeat-x scroll 0 0; 
	_background: #777777; 
	border: solid 1px #777777; 
	margin: 0 .2em; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
}
div.diapos_infos div#diapospager a:hover { text-decoration: none; }
div.diapos_infos div#diapospager a.activeSlide { 
	background-color: #D5731F; 
	border-color: #E45A00; 
}
table.itemsaccueil { 
	width: 100%; 
	border-collapse: separate; 
}
table.itemsaccueil td { 
	width: 33%; 
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, .2); 
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .2); 
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .2); 
}
table.itemsaccueil td.video { 
	background: #999999; 
	border-color: #FF8C30; 
	vertical-align: middle; 
}
table.offres { 
	width: 100%; 
	margin: 2em auto 1em auto; 
}
table.offres td { 
	padding: 0; 
	width: 50%; 
}
table.offres td div.container { 
	position: relative; 
	height: 177px; 
}
table.offres td div.services { 
	position: absolute; 
	width: 340px; 
	background-repeat: no-repeat; 
}
table.offres td div.services div.top { 
	padding-top: 19px; 
	height: 18px; 
}
table.offres td div.services div.bottom { 
	background-position: center bottom; 
	padding: 6px 0; 
	height: 128px; 
}
table.offres td div.services img.icone { 
	float: left; 
	margin-top: -6px; 
}
table.offres td div.services div.titre { 
	font-size: 1.2em; 
	font-weight: bold; 
	color: #FFFFFF; 
	padding: 0 70px; 
}
table.offres td div.services ul.detail { margin: 0 36px; }
table.offres td img.pie { position: absolute; }
table.offres td.auditcons div.services div.top, table.offres td.auditcons div.services div.bottom { background-image: url("/img/cadre_auditcons.png"); }
table.offres td.auditcons div.services div.titre { background-color: #C82323; }
table.offres td.demat div.services div.top, table.offres td.demat div.services div.bottom { background-image: url("/img/cadre_demat.png"); }
table.offres td.demat div.services div.titre { background-color: #69AE1D; }
table.offres td.arch div.services div.top, table.offres td.arch div.services div.bottom { background-image: url("/img/cadre_arch.png"); }
table.offres td.arch div.services div.titre { background-color: #139DCF; }
table.offres td.si div.services div.top, table.offres td.si div.services div.bottom { background-image: url("/img/cadre_si.png"); }
table.offres td.si div.services div.titre { background-color: #6C5983; }
table.offres td.haut div.container { padding-bottom: 10px; }
table.offres td.haut img.pie { bottom: 0px; }
table.offres td.bas div.container { padding-top: 10px; }
table.offres td.bas img.pie { top: 0px; }
table.offres td.gauche div.services { right: 70px; }
table.offres td.gauche div.services img.icone { margin-left: 10px; }
table.offres td.gauche img.pie { right: 0px; }
table.offres td.droite div.services { left: 70px; }
table.offres td.droite div.services div.titre { text-align: right; }
table.offres td.droite div.services img.icone { 
	float: right; 
	margin-right: 10px; 
}
table.offres td.droite img.pie { left: 0px; }
div.newsbox { 
	height: 140px; 
	overflow: hidden; 
	padding: 0; 
}
div.newsbox div.news { width: 99%; }
div.newsbox div.news div.date { 
	margin: -4px 0 6px 0; 
	font-size: .9em; 
	color: #999999; 
	text-align: right; 
}
div.newsbox div.news .copy { 
	text-align: right; 
	margin-top: 62px; 
}
div.newsbox div.news .copy a { 
	color: #888888; 
	background: #FFFFFF; 
	opacity: .7; 
	filter: alpha(opacity=70); 
	padding: 1px 2px; 
}
table.lstactus td.pave { 
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, .2); 
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .2); 
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .2); 
	background-image: url("/img/bg_element_blanc.png"); 
}
table.lstactus td.pave div.showactu div.date { 
	margin: -4px 0 6px 0; 
	font-size: .9em; 
	color: #999999; 
	text-align: right; 
}
ul.plan li.item { line-height: 1.4em; }
ul.plan li.item a { color: #3B3B3B; }
ul.plan li.item ul.splan { 
	list-style-image: none; 
	list-style-type: none; 
}
ul.plan li.item ul.splan li { line-height: 1.4em; }
ul.plan li.item ul.splan li a { 
	background-image: url("/img/dot_list.png"); 
	background-repeat: no-repeat; 
	background-position: left center; 
	padding-left: 10px; 
	color: #3B3B3B; 
}
form.e2i label#lblobj { text-align: center; }
div.coord div.map { 
	border: solid 1px #3366FF; 
	margin: auto; 
	width: 100%; 
	height: 400px; 
}
div.coord table.adrs { 
	width: 80%; 
	margin: 0 auto; 
	border-collapse: separate; 
	border-spacing: 5px; 
}
div.coord table.adrs td.adr { 
	border: solid 1px #3366FF; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	padding: .5em 1.2em; 
	-moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, .3); 
	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, .3); 
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .3); 
	font-weight: bold; 
}
div.offre_empl { 
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, .3); 
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, .3); 
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .3); 
	padding: 10px 15px; 
	border: solid 1px #DDDDDD; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	margin-bottom: 10px; 
	background: #F2F4FF url("/img/top_trans.png") repeat-x scroll 0 0; 
	_background: #F2F4FF; 
}
div.offre_empl div.txt { 
	margin: 5px 0; 
	text-align: justify; 
	font-size: .9em; 
}
form.e2i.contact label.e2i span.intitule { width: 6em; }
form.e2i.contact div.devis_arch fieldset { position: relative; }
form.e2i.contact div.devis_arch fieldset div.besoins { 
	margin: 5px -10px 0 -10px; 
	padding: 0 10px 5px 10px; 
	border: solid transparent; 
	border-width: 0 0 1px 0; 
}
form.e2i.contact div.devis_arch fieldset div.besoins div.titre { 
	padding: 2px 10px; 
	margin: 0 -10px; 
}
form.e2i.contact div.devis_arch fieldset div.besoins div.titre span.lbl { 
	color: #FF8C30; 
	font-weight: bold; 
}
form.e2i.contact div.devis_arch fieldset div.besoins.oui { 
	border-color: #FFBB83; 
	background: #FFE6D5; 
}
form.e2i.contact div.devis_arch fieldset div.besoins.oui div.titre { 
	background: #FFBB83; 
	color: #FFFFFF; 
}
form.e2i.contact div.devis_arch fieldset div.besoins.oui div.titre span.lbl { color: #FFFFFF; }
form.e2i.contact div.devis_arch select.unit { width: 100px; }
form.e2i.contact div.devis_arch label.e2i { display: inline; }
form.e2i.contact div.devis_arch label.e2i span.intitule { width: auto; }
form.e2i.contact div.devis_arch input { padding: 1px 0; }
form.e2i.contact div.devis_arch select { padding: 0; }
form.e2i.contact div.devis_arch table.compl { width: 100%; }
form.e2i.contact div.devis_arch table.compl td.quest { width: 280px; }
form.e2i.contact textarea, form.e2i.contact input[type="file"] { width: 418px; }
table.ref { width: 100%; }
table.ref td { 
	text-align: center; 
	width: 33%; 
}
table.partenaires, table.items.partenaires { margin: 0 auto; }
table.partenaires img.partenaire, table.items.partenaires img.partenaire { 
	max-width: 120px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	border: solid 1px transparent; 
}
table.partenaires img.partenaire:hover, table.items.partenaires img.partenaire:hover { border-color: #3366FF; }
div.syndic { 
	text-align: center; 
	margin: 1em -.5em; 
}
div.syndic a { 
	display: inline-block; 
	background-image: url("/img/syndic_sprite.png"); 
	background-repeat: no-repeat; 
	background-color: transparent; 
	width: 54px; 
	height: 30px; 
}
div.syndic a.rss { background-position: -65px -30px; }
div.syndic a.rss:hover { background-position: -65px 1px; }
div.syndic a.facebook { background-position: -5px -30px; }
div.syndic a.facebook:hover { background-position: -5px 1px; }
div.syndic a.twitter { background-position: -125px -30px; }
div.syndic a.twitter:hover { background-position: -125px 1px; }
div.tagsphere { margin: auto; }
div.tagsphere ul li { padding: .2em .4em; }
div.tagsphere ul li a { 
	display: block; 
	max-width: 10em; 
	text-align: center; 
	color: #555555; 
	font-weight: bold; 
}
div.tagsphere ul li:hover { 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	background: #FFE6D5; 
	border: solid 1px #D5731F; 
}
div.tagsphere ul li:hover a { text-decoration: none; }
div.tagcloud { text-align: center; }
div.tagcloud a { 
	color: #E45A00; 
	white-space: pre-wrap; 
	padding: 0 .2em; 
}
div.tagcloud a:hover { 
	color: #3366FF; 
	text-decoration: none; 
}
div.calculateur { margin: 2em 0 0 0; }
div.calculateur table.res { 
	width: 100%; 
	background: #FFFFFF; 
}
div.calculateur table.res tr:hover { background: #FFE6D5; }
div.calculateur table.res tr.eco { 
	font-weight: bold; 
	color: #E45A00; 
	background: #FFE6D5 url("/img/top_trans.png") repeat-x scroll 0 0; 
	_background: #FFE6D5; 
}
div.calculateur table.res td { 
	border: solid 1px #D9D9D9; 
	padding: .3em .6em; 
}
div.calculateur table.res td.nb { 
	text-align: right; 
	width: 25%; 
}
div.lesaviezvous { display: none; }
div.showservices h2 { 
	border-bottom: solid 1px #FF8C30; 
	text-align: center; 
}
div.showservices table.items { 
	border-collapse: separate; 
	border-spacing: .6em; 
	margin: auto; 
}
div.showservices td, div.showservices a.tdlike { 
	background: #FF8C30 url("/img/top_trans.png") repeat-x scroll 0 0; 
	_background: #FF8C30; 
	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .4); 
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .4); 
	box-shadow: 0px 2px 4px rgba(0, 0, 0, .4); 
	border: solid 2px #FFFFFF; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
}
div.showservices a { 
	background: transparent url("/img/ombre_bas.png") repeat-x center -3px; 
	display: block; 
	padding: .5em 1em; 
	color: #3B3B3B; 
	font-weight: bold; 
	line-height: 1em; 
	text-align: center; 
}
div.showservices a:hover { 
	text-decoration: none; 
	color: #FFFFFF; 
}
div.showservices a.tdlike { margin: .6em; }
div.video { text-align: center; }
