@charset "utf-8";
/* CSS Document */

/*########################################################
	BODY, CONTENEUR & HTML GENERIQUES
########################################################*/
html, body  {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #434343;
}
body {
	overflow-y: scroll;
	overflow-y: auto !ie;
}
h1, h2, h3, h4, p, ul, li, form, a {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: underline;
	color: #DE002E;
}
a:hover {
	color: #000000;
	text-decoration: underline !important;
}
img, a img {
	border: none;
}
input, select, textarea {
	margin-bottom: 4px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}


.sousMenu-27{
	display : none;
	}
	
/*--------------------- class génériques --------------------- */
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}

/*--------------------- #container --------------------- */
#container {
	width: 782px;
	margin: 0 auto;
}

/*########################################################
	PRINT_BANNIERE
########################################################*/
#print_banner {
	display: none;
}

/*########################################################
	BANNIERE
########################################################*/
#banner {
	height: 96px;
	overflow: hidden;
	margin: 0 3px -33px 3px;
	position: relative;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(../img/banner.jpg);
}
.accueil #banner{
	background-image: url(../img/banner_accueil.jpg);
	height: 318px;
}
.societe #banner {
	background-image: url(../img/banner_societe.jpg);
}
.offresetsolutions #banner {
	background-image: url(../img/banner_offresetsolutions.jpg);
}
.secteurs #banner {
	background-image: url(../img/banner_secteurs.jpg);
}
.carrieres #banner {
	background-image: url(../img/banner_carrieres.jpg);
}
.contact #banner {
	background-image: url(../img/banner_contact.jpg);
}
.extranet #banner {
	background-image: url(../img/banner_carrieres.jpg);
}
#banner a.portal {
	display: none;
}
.accueil #banner a.portal {
	color: #FFFFFF;
	background: url(../img/arrow13-wo.gif) left 2px no-repeat;
}
.accueil #banner a.portal:hover {
	color: #000000;
}
#banner h2 {
	display: none;
}
#banner h1 {
	display: none;
}
.accueil #banner h2 {
	display: block;
	font-weight: bold;
	font-size: 0.9em;
	color: #c6c6c6;
	position: absolute;
	top: 16px;
}
.accueil #banner h1 {
	display: block;
	position: absolute;
	/*margin: 16px 0 0 36px;*/
	margin: 0 0 0 36px;
	top: 116px;
}
.accueil #banner h1 span {
	display: block;
	overflow: hidden;
	text-indent: -1000px;
}

/*########################################################
	NAVIGATION
########################################################*/
#navig {
	clear: both;
	position: relative;
	z-index: 10;
	height: 43px;
	margin: 0 3px -4px 3px;
	overflow: hidden;
	background: url(../img/logo.gif) 36px 0 no-repeat;
	padding-top: 17px;
}
.accueil #navig {
	background: url(../img/logo-eulidia.gif) 36px 0 no-repeat;
}

/*--------------------- #navigMenu --------------------- */
#navigMenu {
	list-style: none;
	padding-left: 175px;
	height: 42px;

}
#navigMenu li {
	display: block;
	float: left;
	_width: 1%;
}
#navigMenu li a {
	display: block;
	padding: 0 0 0 10px;
	color: #e52b38;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	background: #FFFFFF;
}
#navigMenu li a span {
	display: block;
	height: 29px;
	padding: 13px 10px 0 0;
	position: relative;
	z-index: 99;
	white-space: nowrap;
}
#navigMenu li a:hover {
	background: #FFFFFF url(../img/navig-tabs.gif) left top no-repeat;
	text-decoration: none !important;
	color: #f09712;
}
#navigMenu li a:hover span {
	background: transparent url(../img/navig-tabs.gif) right top no-repeat;
}
#navigMenu li.selected a, #navigMenu li.selected a:hover  {
	background: transparent url(../img/navig-tabs.gif) left bottom no-repeat;
	color: #434343;
	padding-left: 28px
}
#navigMenu li.selected a span, #navigMenu li.selected a:hover span {
	background: transparent url(../img/navig-tabs.gif) right bottom no-repeat;
	height: 30px;
	padding-right: 28px;
}

/*########################################################
	CONTENU
########################################################*/
#content {
	clear: both;
	background: url(../img/frame-bg.gif) right bottom no-repeat;
	z-index: 1;
	font-size: 0.7em;
	position: relative;
	overflow: hidden;
	zoom: 1;
}
#content .leftColumn {
	float: left;
	width: 248px;
}
#content .rightColumn {
	overflow: auto;
}

/*--------------------- .top, .bottom, .left, .right, .frame --------------------- */
.top, .bottom {
	height: 5px;
	position: relative;
	background-image: url(../img/frame-sideH.gif);
	background-repeat: repeat-x;
	z-index: 20;
}
.top {
	background-position: top;
}
.bottom {
	background-position: bottom;
}
.left, .right {
	width: 5px;
	height: 10000px;
	margin-bottom: -10000px;
	position: relative;
	background-image: url(../img/frame-sideV.gif);
	background-repeat: repeat-y;
	z-index: 10;
	overflow: hidden;
	_overflow: visible;
	zoom: 1;
}
.left {
	background-position: left;
	float: left;
}
.right {
	background-position: right;
	float: right;
}
.topLeft, .topRight, .bottomLeft, .bottomRight {
	position: absolute;
	width: 24px;
	height: 24px;
	background-image: url(../img/frame-corners.gif);
	background-repeat: no-repeat;
}
.topLeft {
	background-position: left top;
	left: 0;
	top: 0;
}
.topRight {
	background-position: right top;
	right: 0;
	top: 0;
}
.bottomLeft {
	background-position: left bottom;
	left: 0;
	bottom: 0;
	_margin-bottom: -1px;
}
.bottomRight {
	background-position: right bottom;
	right: 0;
	bottom: 0;
	_margin-bottom: -1px;
}
.frame {
	overflow: auto;
	_height: 1%;
	position: relative;
}

/*--------------------- #contentNews --------------------- */
#contentNews {
	padding: 10px 24px 14px 24px;
}
#contentNews h2 {
	color: #cecece;
}
#contentNews ul.news {
	list-style: none;
}
#contentNews ul.news li {
	list-style: none;
	display: block;
	padding-bottom: 2px;
	border-bottom: solid 1px #ececec;
}
#contentNews ul.news li .date {
	font-size: 0.9em;
}
#contentNews ul.news li h4 {
	color: #e52b38;
	font-size: 1.1em;
}
#contentNews ul.news li h4 a {
	text-decoration: none;
}

/*--------------------- #contentCareer --------------------- */
#contentCareer {
	padding: 10px 24px 14px 24px;
}
#contentCareer h2 {
	color: #cecece;
}
#contentCareer h3 {
	font-size: 1.1em;
	margin-bottom: 8px;
}
#contentCareer ul.career  {
	list-style: none;
}
#contentCareer ul.career li {
	list-style: none;
	display: block;
	padding-bottom: 2px;
	border-bottom: solid 1px #ececec;
}
#contentCareer ul.career li .date {
	font-size: 0.9em;
}
#contentCareer ul.career li h4 {
	color: #e52b38;
	font-size: 1.1em;
}
#contentCareer ul.career li h4 a {
	text-decoration: none;
}
#contentCareer ul.career li p {
	line-height: 1.4;
}

/*--------------------- #contentHome --------------------- */
#contentHome {
	padding: 14px 24px 14px 24px;
	zoom: 1;
}
#contentHome .article p {
	margin: 0 0 16px 0;
	line-height: 1.4em;
}

/*--------------------- #contentPage --------------------- */
#contentPage {
	padding: 16px 24px 14px 24px;
	zoom: 1;
}
.article {
	margin-bottom: 24px;
}
.article h3 {
	margin: 24px 0 6px 0;
	color: #E52B38;
	font-size: 1.4em;
}
.article h4 {
	margin: 12px 0 6px 0;
	font-size: 1.4em;
	color: #afafaf;
}
.article h5 {
	margin: 8px 24px 0 24px;
	font-size: 1.1em;
}
.article p {
	margin: 0 0 6px 0;
	padding: 0 24px;
	line-height: 1.4em;
}
.article ul {
	margin: 0 24px 6px 24px;
	list-style: none;
}
.article ul li {
	margin: 4px 0;
	padding-left: 14px;
	list-style: none;
	background: url(../img/arrow5-gw.gif) left 5px no-repeat;
}
.orange {
	color: #F39912 !important;
}
.rouge {
	color: #E52B38 !important;
}
.gris {
	color: #C6C6C6 !important;
}
/*--------------------- #contentPage ul.links --------------------- */
#contentPage ul.links li {
	background: none;
}

/*--------------------- #contentPage ul.solution --------------------- */
#contentPage ul.offres {
	margin: 24px 0 0 0;
	padding: 0;
	list-style: none;
}
#contentPage ul.offres li {
	display: block;
	float: left;
	width: 146px;
	background: none;
	margin: 4px;
	border: solid 1px #cccccc;
	padding: 0;
	margin-bottom: 24px;
}
#contentPage ul.offres li p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
#contentPage ul.offres li h3 {
	text-align: center;
	font-size: 1.5em;
	margin: 12px 0 0 0;
	padding: 4px 12px;
}
#contentPage ul.offres li h4 {
	text-align: center;
	font-size: 1.1em;
	margin: 0;
	padding: 4px;
	min-height: 78px;
	_height: 72px;
}
#contentPage ul.offres li h3 a {
	text-decoration: none;
}
#contentPage ul.offres li.intelligence h3 a {
	color: #dfc310;
}
#contentPage ul.offres li.solutions h3 a {
	color: #2ca5fe;
}
#contentPage ul.offres li.package h3 a {
	color: #F39912;
}

/*--------------------- #contentPage ul.list --------------------- */
#contentPage ul.list {
	margin: 0 0 24px 0;
	padding: 0;
	list-style: none;
}
#contentPage ul.list li {
	display: block;
	clear: right;
	float: none;
	margin: 0;
	background: none;
	background-color: #fafafa;
	padding: 2px 6px 12px 6px;
	border-top: solid 1px #cccccc;
}
#contentPage ul.list li .date {
	font-size: 0.9em;
	padding-right: 16px;
	display: block;
}
#contentPage ul.list li .ref {
	color: #999999;
	padding-right: 6px;
}
#contentPage ul.list li h4 {
	display: inline;
	font-size: 1.2em;
	margin: 0;
	padding-right: 6px;
}
#contentPage ul.list li h4 a {
	text-decoration: none;
	color: #434343;
}
#contentPage ul.list li h4 a:hover {
	text-decoration: none;
	color: #434343;
}
#contentPage ul.list li h5 {
	margin: 0;
	display: inline;
	padding-right: 6px;
	font-size: 1em;
	font-weight: normal;
}

#contentPage ul.list h5 p {
	margin: 0;
	padding: 0;
	line-height: normal;
}
#contentPage ul.list li a.details {
	display: block;
}
#contentPage ul.list li.odd {
	background-color: #ECECEC;
}

/*--------------------- #contentPage ul.offrespec --------------------- */
#contentPage ul.offrespec {
	background-color: #ECECEC;
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
	list-style: none;
}
#contentPage ul.offrespec li {
	border-top: 1px solid #CCCCCC;
	display: block;
	padding: 2px 10px 0 10px;
	clear: left;
	min-height: 14px;
	background: none;
}
#contentPage ul.offrespec li span.label {
	color: #434343;
	font-size: 0.9em;
	display: block;
	float: left;
	width: 100px;
	padding-top: 1px;
}
#contentPage ul.offrespec li.intitule span.contenu {
	color: #434343;
	font-weight: bold;
}

/*--------------------- #contentMenu --------------------- */
#contentMenu {
	background: url(../img/menu-bg.gif) left bottom no-repeat;
	margin: 0 24px 24px 5px;
	padding: 24px 0 0 0;
	list-style: none;
}
#contentMenu li {
	margin: 0;
}
#contentMenu li a {
	border-top: solid 1px #FFFFFF;
	display: block;
	color: #E52B38;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
#contentMenu li a:hover {
	color: #F39912;
	text-decoration: none !important;
}
#contentMenu li.selected a {
	background-color: #FFFFFF;
	color: #434343;
	font-weight: bold;
}
#contentMenu li.first a {
	border-top: none !important;
}
#contentMenu li a span {
	display: block;
	padding: 6px 12px 10px 24px;
}
#contentMenu li:hover a span {
	padding-left: 20px;
	border-left: solid 4px #F39912;
	background: url(../img/menu-sep_over.gif) left bottom no-repeat;
}
#contentMenu li.selected a span {
	padding-left: 20px;
	border-left: solid 4px #434343;
	background: url(../img/menu-sep_selected.gif) left bottom no-repeat;
}


/*--------------------- #content ul.link --------------------- */
#content ul.links {
	/*clear: both;*/
	margin: 4px 0;
	list-style: none;
}
#content ul.links li {
	display: block;
	min-height: 17px;
}
#content ul.links li a {
	display: block;
	padding-left: 12px;
	float: left;
	background: url(../img/arrow13-ow.gif) left 2px no-repeat;
	color: #F39912;
}
#content ul.links li a:hover {
	color: #000000;
}

/*--------------------- #content a.lien_ext--------------------- */
a.lien_ext:after {
	content: url(fleche.gif);
}

/*--------------------- .solutions --------------------- */
ul.solutions {
	list-style: none;
	margin: 12px 0 0 0;
	overflow: auto;
	_height: 1%;
}
ul.solutions li {
	display: block;
	float: left;
	width: 50%;
	text-align: center;
	background: none;
	padding: 0;
	margin: 0;
}
ul.solutions p {
	margin: 0;
	padding: 0;
}
ul.solutions a, ul.solutions a:hover {
	text-decoration: none !important;
}
ul.solutions li.bi a {
	color: #e52b38;
}
ul.solutions li.ba a {
	color: #F39912;
}
ul.solutions h2 {
	font-size: 1.8em;
}
ul.solutions h2 a {
	padding-bottom: 8px;
	display: block;
}
ul.solutions span {
	display: block;
	padding: 0 10px 10px 10px;
}

/*--------------------- .testimony --------------------- */
#contentPage ul.testimony li {
	position: relative;
	overflow: hidden;
	padding: 20px 66px;
}
.testimony li span.quoteOpen, .testimony li span.quoteClose {
	background: url(../img/quotes.gif) left top no-repeat;
	display: block;
	position: absolute;
	width: 63px;
	height: 56px;
}
.testimony li span.quoteOpen {
	left: -5px;
	top: -10px;
}
.testimony li span.quoteClose {
	background-position: left bottom;
	right: -5px;
	bottom: 10px;
}
.testimony li.pair span.quoteOpen {
	background-position: right top;
}
.testimony li.pair span.quoteClose {
	background-position: right bottom;
}
.testimony .role {
	color: #999999;
}
.testimony .mission {
	color: #999999;
	
	font-style: italic;
}
.testimony .description {
	margin-top: 6px;
}
.testimony .description p {
	margin-bottom: 6px;
}

/*--------------------- .applications --------------------- */
.applications {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
.applications li {
	display: block;
	padding: 0;
	margin: 0 0 10px 0;
	padding-right: 6px;
	position: relative;
}
.applications li a {
	display: block;
	padding: 0;
	margin: 0;
	text-decoration: none;
	overflow: auto;
	_height: 1%;
	background: url(../img/applications-frame.gif) right top no-repeat;
}
.applications li a:hover {
	text-decoration: none !important;
	background-position: right bottom;
}
.applications li a span.left {
	display: block;
	height: 60px;
	width: 280px;
	background: url(../img/applications-frame.gif) left top no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.applications li a img {
	display: block;
	float: left;
	border-right: solid 1px #CCCCCC;
	margin-right: 10px;
	padding-right: 1px;
}
.applications li a strong.titre {
	font-weight: bold;
	display: block;
	margin-top: 10px;
	font-size: 1.1em;
	overflow: auto;
	_height: 1%;
}
.applications li a span.texte {
	display: block;
	overflow: auto;
	_height: 1%;
	color: #2E2E2E;
}
.applications li a span.link {
	display: block;
	margin-right: 10px;
	float: right;
	overflow: auto;
	_height: 1%;
	text-decoration: underline;
	color: #F39912;
}
.applications li a:hover * {
	color: #000000 !important;
}


/*--------------------- Formulaires --------------------- */
fieldset {
	border: solid 1px #ECECEC;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 10px 0;
}
legend {
	font-weight: bold;
	color: #E52B38;
	font-size: 1.1em;
}
.field {
	background-color: #F9F9F9;
	margin-bottom: 2px;
	padding: 3px 8px 0 8px;
}
label {
	display: block;
	float: left;
	width: 120px;
	padding-top: 3px;
}
input.text {
	border: solid 1px #CCCCCC;
	width: 16em;
}
input.submit {
	width: 10em;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}
.buttons {
	text-align: right;
}
ul.error {
	padding: 5px 10px 5px 25px;
	margin: 10px 0;
	border: solid 1px #E52B38;
	color: #E52B38;
}
ul.message {
	padding: 20px;
	margin: 10px 0;
	border: solid 1px #2B91E5;
	color: #2B91E5;
	list-style: none;
	text-align: center;
	font-size: 1.2em;
}


/*########################################################
	PRINT_PIED DE PAGE
########################################################*/
#print_footer {
	display: none;	
}

/*########################################################
	PIED DE PAGE
########################################################*/
#footer {
	clear: both;
	/*background: url(../img/footer-bg.gif) top no-repeat;*/
	font-size: 0.7em;
	overflow: auto;
	_height: 1%;
	position: relative;
	z-index: 1;
	width: 782px;
}
#footer ul {
	margin: 18px 0;
	float: right;
	background: url(../img/logo-e_mini.gif) right top no-repeat;
	list-style: none;
	padding-right: 60px;
	min-height: 33px;
	_height: 33px;
}
#footer li {
	float: left;
	color: #a2a2a2;
	display: block;
	float: left;
	_width: 1%;
	white-space: nowrap;
}
#footer li a, #footer li span {
	display: block;
	padding: 7px 0;
}
#footer li a {
	margin-right: 10px;
	padding-right: 10px;
	background: url(../img/footer-sep.gif) right 10px no-repeat;
	color: #434343;
	text-decoration: none;
}
#footer li.extranet a {
	color: #E52B38;
	background: url(../img/footer-extranet.gif) right 5px no-repeat;
	padding-right: 24px;
	margin-right: 24px;
}

/*########################################################
	CALENDRIER
########################################################*/
#contentPage .calendrier .animateurs {
	font-size: 0.8em;
	font-weight: lighter;
	margin-top: 10px;
}
#contentPage .calendrier ul.list li {
	padding-bottom: 2px;	
}
#contentPage .calendrier ul.list h5 {
	margin-top: 5px;
	display: block;
}
#contentPage .calendrier .animateurs ul,
#contentPage .calendrier .animateurs li{
	display: inline;
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
}