
/* global resets */

	html, body, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset { margin: 0; padding: 0; }
	a { text-decoration: none; }
	img { border: none; }
	ul { list-style: none; }
	fieldset { border: none; }

/* structure, backgrounds, colors, font: */

html {
	background: #fff url(../images/fond-colonne.png) 0 0 repeat-y;
	height: 100%;
	/* 100% Opera bug: */
		overflow: hidden;
		overflow: auto;
		-overflow-y: scroll;
}

body {
	position: relative;
	background: transparent url(../images/fond-bleu.jpg) 0 0 no-repeat;
	color: #003480;
	font: 10px/12px Arial, sans-serif;
	min-height: 100%;
	-height: 100%; /* IE-6 bug */
}

#bateau {
	background: transparent url(../images/fond-bateau-bleu.png) left bottom no-repeat;
	/* transparent png in IE-6: */
		-background: none;
		-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fond-bateau-bleu.png',sizingMethod='crop');
	position: absolute;
	z-index: 1; /* under #container */
	bottom: 0;
	left: 0;
	width: 253px;
	height: 302px;
}

#container {
	position: relative;
	z-index: 2; /* over #bateau */
	width: 970px;
	overflow: hidden;
}

#left {
	position: relative;
	width: 238px;
	float: left;
	z-index: 9999;
	padding-bottom: 270px; /* average height of #bateau */
}

#menu {
	margin-top: 175px;
	font: 12px/20px "Trebuchet MS", sans-serif;
	position: relative;
	z-index: 9999;
}

#menu li {
	-height: 20px;
	padding-top: 1px; /* LI's background's height */
	background: url(../images/fond-section.png) 0 0 no-repeat;
	/* transparent png in IE-6 + first-child emulation: */
		-background: none;
		-filter:expression(this.previousSibling == null ? 'none' : "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fond-section.png',sizingMethod='crop')")
}

#menu li:first-child {
	background: none;
}

#menu a {
	display: block;
	-display: inline-block;
	-width: 155px; /* IE: left width - padding-left = (238 - 83) */
	color: #fbfbfb;
	padding-left: 35px;
}

#menu a:hover {
	background: #315490;
}

#logo {
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 238px;
	height: 148px;
	overflow: hidden;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#logo img {
	display: block;
	margin-top: 11px;
	margin-left: 46px;
}

#logo .level_1 {
	display: block;
	font: 13px/15px "Trebuchet MS", sans-serif;
	width: 226px;
	padding-right: 12px;
	text-align: center;
	margin-top: 5px;
}

#logo .level_2 {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 226px;
	padding-right: 12px;
	text-align: center;
	font: 10px/15px "Trebuchet MS", sans-serif;
}

/* START - sections */
	.conseil #logo .level_2 { background: #c1229b; }
	.it_telecom #logo .level_2 { background: #119fd8; }
	.techno #logo .level_2 { background: #ec7404; }
/* END - sections */

#menu-top {
	margin-left: 238px;
	position: absolute;
	height: 97px;
	z-index: 9999999;
	background: url(../images/background-menu-top.jpg) 650px 0 repeat-x;
}
#menu-top object {border: 0 none; margin:0; padding:0; outline: 0;} 

#right {
	position: relative;
	width: 690px;
	float: right;
}

#accroche {
	text-align: center;
	margin: -40px 5px 17px 100px;
	padding-bottom: 14px;
	/*border-bottom: 1px dotted #003480;*/
}
#accroche #accroche-img {
	margin-left: -205px;
	margin-top: 97px;
}

/* START - sections */
	.conseil #accroche { border-color: #c1229b; }
	.it_telecom #accroche { border-color: #119fd8; }
	.techno #accroche { border-color: #ec7404; }
/* END - sections */

#footer {
	margin-top: 35px;
}

#footer address {
	font: 10px/12px Arial, sans-serif;
	color: #4167a0;
	font-style: normal;
	text-align: center;
}

#footer address span {
	margin: 0 5px 0 0;
	padding: 0 0 0 6px;
	border-left: 1px solid #4167a0;
	/* first-child emulation: */
		-border-left:expression(this.previousSibling == null ? 'none' : '1px solid #4167a0')
}

#footer address span:first-child {
	border: none;
}

#footer ul {
	margin: 7px 5px 8px 5px;
	padding-top: 7px;
	font: 10px/12px Arial, sans-serif;
	text-align: center;
	border-top: 1px dotted #003480;
}

/* START - sections */
	.conseil #footer ul { border-color: #c1229b; }
	.it_telecom #footer ul { border-color: #119fd8; }
	.techno #footer ul { border-color: #ec7404; }
/* END - sections */

#footer ul li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0 0 0 6px;
	border-left: 1px solid #4167a0;
	/* first-child emulation: */
		-border-left:expression(this.previousSibling == null ? 'none' : '1px solid #4167a0')
}

#footer ul li:first-child {
	border: none;
}

#footer ul a {
	color: #4167a0;
}

#language {
	position: absolute;
	top: 12px;
	left: 800px;
	font: bold 10px/10px Arial, sans-serif;
	z-index: 99999999;
}

#language li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0 0 0 4px;
	border-left: 1px solid #4167a0;
	/* first-child emulation: */
		-border-left:expression(this.previousSibling == null ? 'none' : '1px solid #4167a0')
}

#language li:first-child {
	border: none;
}

#language a {
	color: #4167a0;
}

/* HOME: */

#home {
	overflow: hidden;
	-height: 1%;
}

#col_a {
	float: left;
	width: 361px;
	padding-left: 8px;
}

.main_title {
	background: #003480 url(../images/fond-main-title.png) 0 0 repeat-x;
	font: normal 21px/21px "Trebuchet MS", sans-serif;
}

.main_title span {
	background: #fff;
	padding: 0 6px 0 0;
}

/* START - sections */
	.conseil .main_title { background-color: #c1229b; }
	.it_telecom .main_title { background-color: #119fd8; }
	.techno .main_title { background-color: #ec7404; }
	.conseil .main_title span { color: #c1229b; }
	.it_telecom .main_title span { color: #119fd8; }
	.techno .main_title span { color: #ec7404; }
/* END - sections */

#diaporama,
#diaporama_bis {
	margin: 8px 0 0 -8px;
	position: relative;
	width: 369px;
	height: 225px;
	overflow: hidden;
}

#diaporama dl,
#diaporama_bis dl {
	height: 225px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 369px; /* trigger hasLayout for javascript alpha */
	background: #fff; /* IE font aliasing bug with opacity */
}

#diaporama dt,
#diaporama_bis dt {
	position: absolute;
	top: 8px;
	left: 8px;
}

#diaporama dd,
#diaporama_bis dd {
	position: absolute;
	left: 8px;
	top: 189px;
	margin-top: -14px;
}
#diaporama_bis dd {
	top: 8px;
}

#diaporama h4,
#diaporama_bis h4 {
	float: left;
	padding: 4px 22px 0 2px;
	margin-right: 40px;
	height: 20px;
	overflow: hidden;
	background: url(../images/fond-onglet-diapo.png) right top no-repeat;
	font: bold 11px/11px Arial, sans-serif;
}
#diaporama_bis h4 {
	margin-top: 5px;
}

/* START - sections */
	.conseil #diaporama h4 { color: #c1229b; }
	.it_telecom #diaporama h4 { color: #119fd8; }
	.techno #diaporama h4 { color: #ec7404; }
/* END - sections */

#diaporama p,
#diaporama_bis p {
	height: 20px;
	overflow: hidden;
	clear: both;
	padding: 4px 2px;
}
#diaporama_bis p {
	height: 180px;
}

#diaporama ul,
#diaporama_bis ul {
	position: absolute;
	z-index: 2;
	top: 189px;
	margin-top: -15px;
	right: 0;
	-right: -1px;
	width: 30px;
	height: 15px;
	overflow: hidden;
}

#diaporama li,
#diaporama_bis li {
	position: relative;
	height: 15px;
	width: 15px;
	overflow: hidden;
	display: block;
	float: left;
	font: 11px/17px Arial, sans-serif;
	background: #fff;
}

#diaporama li a,
#diaporama_bis li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #003480;
	text-align: center;
	display: block;
	padding-bottom: 2px;
}

#actu {
	margin: 13px 0 0 2px;
}

#actu h2 {
	font: normal 18px/20px "Trebuchet MS", sans-serif;
}

#actu blockquote {
	margin: 6px 0 0 0;
	border-left: 5px solid #003480;
	padding: 3px 0 3px 5px;
}

/* START - sections */
	.conseil #actu blockquote { border-color: #c1229b; }
	.it_telecom #actu blockquote { border-color: #119fd8; }
	.techno #actu blockquote { border-color: #ec7404; }
/* END - sections */

#actu h3 {
	font: bold 11px/13px Arial, sans-serif;
	margin-top: 8px;
	/* first-child emulation: */
		-margin-top:expression(this.previousSibling == null ? '0' : '8px')
}

#actu h3:first-child {
	margin-top: 0;
}

#actu h3 a {
	color: #003480;
}

#actu p {
	font: normal 10px/13px Arial, sans-serif;
}

#col_b {
	float: right;
	width: 277px;
	margin-top: 5px;
}

#col_b h2, #col_b p#citation {
	font: bold 16px/18px Arial, sans-serif;
}

#col_d p#citation {
	font: italic 16px/19px Georgia,serif;
	font-weight: normal;
}

.conseil #citation { color: #C1229B; }
.it_telecom #citation { color: #119FD8; }
.techno #citation, .techno #citation a { color: #EC7404; }

#col_b p {
	margin-top: 8px;
	font: bold 11px/13px Arial, sans-serif;
}

#col_b #sites {
	margin-top: 0;
}

#sites object {
	outline: none;
}

/* PAGE: */

#location {
	font: 11px/15px "Trebuchet MS", sans-serif;
	font-style: normal;
	color: #fff;
	margin: 80px 0 0 0;
	padding: 0 0 0 35px;
}

#location strong, #location b {
	display: block;
	margin-left: -45px;
	padding: 6px 0 0 45px;
	background: url(../images/fond-section.png) 0 0 no-repeat;
	font-size: 12px;
	/* transparent png in IE-6 */
		-width: 193px;
		-background: none;
		-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fond-section.png',sizingMethod='crop');
}

#location .ligne {
	display: block;
	margin: 5px 0 0 -45px;
	padding: 0 0 0 45px;
	height: 1px;
	background: url(../images/fond-section.png) 0 0 no-repeat;
	/* transparent png in IE-6 */
		-width: 193px;
		-background: none;
		-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fond-section.png',sizingMethod='crop');
}

#page {
	overflow: hidden;
	-height: 1%;
}

#col_c {
	float: left;
	width: 513px;
}

.page_section {
	font: normal 21px/21px "Trebuchet MS", sans-serif;
	color: #003480;
	margin-left: 4px;
}

/* START - sections */
	.conseil .page_section { color: #c1229b; }
	.it_telecom .page_section { color: #119fd8; }
	.techno .page_section { color: #ec7404; margin-left: 4px; }
/* END - sections */

#onglets {
	position: relative;
	z-index: 999;
	overflow: hidden;
	-height: 1%;
	margin-top: 8px;
	padding-left: 7px;
	/*background: url(../images/fond-feuille-haut.png) right bottom no-repeat;*/
	width: 500px;
}

#onglets li {
	display: block;
	float: left;
	height: 26px;
	overflow: hidden;
	-height: 1%;
	font: 11px/24px "Trebuchet MS", sans-serif;
	background: #fff url(../images/fond-onglet-droite.png) right 0 no-repeat;
	padding-right: 20px;
	margin-left: -7px;
}

/* START - sections */
	#onglets li.current { background-color: #003480; }
	.conseil #onglets li.current { background-color: #c1229b; }
	.it_telecom #onglets li.current { background-color: #119fd8; }
	.techno #onglets li.current { background-color: #ec7404; }
/* END - sections */

#onglets a {
	display: block;
	float: left;
	color: #003480;
	height: 24px;
	background: #fff url(../images/fond-onglet-gauche.png) 0 0 repeat-x;
	padding: 2px 5px 0 5px;
}

#onglets li.current a {
	color: #fff;
}

/* START - sections */
	#onglets li.current a { background-color: #003480; }
	.conseil #onglets li.current a { background-color: #c1229b; }
	.it_telecom #onglets li.current a { background-color: #119fd8; }
	.techno #onglets li.current a { background-color: #ec7404; }
/* END - sections */

#links_sous_menu {
	position: relative;
	background: #fff;
	/*background: #fff url(../images/fond-feuille.png) right 0 repeat-y;*/
	margin-bottom: -20px;
}
#sous_menu {
	padding: 5px 0 3px 16px;
	font: 11px/18px "Trebuchet MS", sans-serif;
	-font-family: Arial, sans-serif;
}

#sous_menu li {
	margin-right: 28px;
}

#sous_menu li a {
	color: #003480;
	white-space: nowrap;
}
#sous_menu li a:hover {
	text-decoration:underline;
}

/* START - sections */
	.conseil #sous_menu li.current a { color: #c1229b; }
	.it_telecom #sous_menu li.current a { color: #119fd8; }
	.techno #sous_menu li.current a { color: #ec7404; }
/* END - sections */

#contenu {
	padding: 10px 35px 55px 16px;
	margin-top: 20px;
	-padding-bottom: 40px; /* IE-6 does not understand last-child */
	background: #fff url(../images/fond-feuille.png) right 0 repeat-y;
	color: #07357f;
}

#contenu p {
	text-align: justify;
}

#contenu h1 {
	font: bold 17px/19px Arial, sans-serif;
	/*border-top: 1px dotted #003480;*/
	padding: 20px 0;
}

/* START - sections */
	.conseil #contenu h1 { color: #c1229b; }
	.it_telecom #contenu h1 { color: #119fd8; }
	.techno #contenu h1 { color: #ec7404; }
	
	.conseil #contenu h2 { color: #c1229b; }
	.it_telecom #contenu h2 { color: #119fd8; }
	.techno #contenu h2 { color: #ec7404; }
	
	.conseil #contenu h3 { color: #c1229b; }
	.it_telecom #contenu h3 { color: #119fd8; }
	.techno #contenu h3 { color: #ec7404; }
	
	.conseil #contenu h4 { color: #c1229b; }
	.it_telecom #contenu h4 { color: #119fd8; }
	.techno #contenu h4 { color: #ec7404; }
	
	.conseil #contenu h5 { color: #c1229b; }
	.it_telecom #contenu h5 { color: #119fd8; }
	.techno #contenu h5 { color: #ec7404; }
	
	.conseil #contenu h6 { color: #c1229b; }
	.it_telecom #contenu h6 { color: #119fd8; }
	.techno #contenu h6 { color: #ec7404; }
	
	h5 em{font-size:12px;}
	h5 a { color:#07357F;}
	.conseil #contenu h5 em a{ color: #c1229b; }
	.it_telecom #contenu h5 em a{ color: #119fd8; }
	.techno #contenu h5 em a{ color: #ec7404; }
	h5 {font-size:11px;}
	h5 a:hover {text-decoration:underline;}
	
/* END - sections */

#contenu h2 {
	margin: 15px 0 8px 0;
	font: bold 17px/19px Arial, sans-serif;
}

#contenu p {
	margin: 0 0 15px 0;
	font: 12px/15px "Trebuchet MS", sans-serif;
}

#contenu ul {
	margin: 0 0 15px 0;
	font: 12px/15px "Trebuchet MS", sans-serif;
	list-style: disc outside;
	padding-left: 30px;
}

#contenu li {
	margin: 6px 0;
}

#contenu a {
	color: #07357f;
	text-decoration: underline;
}

#contenu > *:last-child {
	margin-bottom: 0;
}

#feuille {
	height: 8px;
	background: url(../images/fond-feuille-bas.png) 0 0 no-repeat;
}

#col_d {
	float: right;
	width: 160px;
	padding-top: 105px;
	font: 12px/15px "Trebuchet MS",sans-serif;
}

#col_d p {
	margin: 10px 0;
}

.conseil #col_d, .conseil #col_d a { color: #c1229b; }
.it_telecom #col_d, .it_telecom #col_d a { color: #119fd8; }
.techno #col_d, .techno #col_d a { color: #ec7404; }

#illustrations img {
	border: 2px solid #003480;
	margin-bottom: 20px;
}

.orange{
color : #FFA500;
}

.menu_gauche{
	font: 11px/15px "Trebuchet MS", sans-serif;
	font-style: normal;
	color: #fff;
	margin: 80px 0 0 0;
	padding: 0 0 0 35px;
}


.menu_gauche strong {
	display: block;
	margin-left: -45px;
	padding: 6px 0 0 45px;
	background: url(../images/fond-section.png) 0 0 no-repeat;
	font-size: 12px;
	/* transparent png in IE-6 */
		-width: 193px;
		-background: none;
		-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fond-section.png',sizingMethod='crop');
}

.ligne {
	display: block;
	margin: 5px 0 0 -45px;
	padding: 0 0 0 45px;
	height: 1px;
	background: url(../images/fond-section.png) 0 0 no-repeat;
	/* transparent png in IE-6 */
		-width: 193px;
		-background: none;
		-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fond-section.png',sizingMethod='crop');
}


.historique strong{
font: 12px Arial;
font-weight: bold ;
}


/* START - sections */
	.conseil #illustrations img { border-color: #c1229b; }
	.it_telecom #illustrations img { border-color: #119fd8; }
	.techno #illustrations img { border-color: #ec7404; }
/* END - sections */

/* Formulaires */
fieldset dt {
	float: left;
	width: 150px;
	font-size: 12px;
	font-family:"Trebuchet MS",sans-serif;
}
fieldset dl {
	margin: 10px 0;
}


/* Class RTE */
#contenu .csc-frame-frame1 {
	padding: 5px;
	background-color: #e2e6ef;
	border: 1px solid #104088;
}
#contenu ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 10px;
}
#contenu ul li {
	padding-left: 25px;
	padding-bottom: 5px;
	background: url(../images/puce.jpg) no-repeat left top;
}
#contenu img {
	border: 5px solid #e2e6ef;
}
#contenu p.align-center {
	text-align: center;
}
#contenu p.align-justify {
	text-align: justify;
}
#contenu p.align-right {
	text-align: right;
}
#contenu div.indent {
 margin-left: 25px;
}


#contenu table {
	border-collapse: collapse;
	border: 1px solid #000;
}
#contenu table tr td,
#contenu table tr th {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 5px;
}
#contenu table tr th {
	background-color: #e2e6ef;
}

#contenu .bloc_contact table,
#contenu .bloc_contact table td,
#contenu .bloc_contact table th,
#contenu .bloc_contact table td img,
#contenu .bloc_contact img {
	border: 0;
}

#contenu table.metiers {
	border: 0;
	border-collapse: collapse;
}
#contenu table.metiers td,
#contenu table.metiers td img {
	border: 0;
}
#contenu table.metiers td p {
	padding: 0;
	margin: 0;
}
#contenu table.metiers td.head {
	padding: 5px;
	background-color: #ccc;
	color: #000;
}
#contenu table.metiers td.title {
	color: #ff6600;
	padding: 5px;
}
#contenu table.metiers td.content {
	border: 1px solid #bfbfbf;
	padding: 5px;
}

#contenu .history ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#contenu .history ul li {
	float: left;
	margin: 10px;
	padding: 0;
	background: none;
}
#contenu .history ul li a {
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
}
#contenu .history ul li a.current {
	color: #fff;
	background: #114287;
}
#contenu .history-content-top {
	background: url(../images/history-left-top.jpg) left top no-repeat;
	height: 104px;
	width: 93px;
	position: absolute;
	left: 16px;
}
#contenu .history-content {
	clear: both;
	background: url(../images/history-left-bottom.jpg) left bottom no-repeat #114189;
}
#contenu .history-content-right {
	background: #fff;
	margin-left: 93px;
	padding-top: 48px;
	padding-bottom: 1px;
}
* + html #contenu .history-content-right {
	margin-bottom: -55px;
}
* html #contenu .history-content-right {
	margin-bottom: -100px;
}
#contenu .history-content-right-title {
	background: url(../images/history-right-background.jpg) left top repeat-x;
	height: 45px;
	line-height: 45px;
}
#contenu .history-content-right-title h4 {
	background: url(../images/history-right-picto.png) 20px 50% no-repeat;
	padding-left: 55px;
	color: #6186bb;
	font-weight: bold;
	font-size: 13px;
}
#contenu .history-content-right-title h4 {
	width: 314px;
}
#contenu .history-content-right-title h4 span {
	color: #104188;
}
#contenu .history-content-right-title a {
	height: 45px;
	width: 45px;
	position: absolute;
	margin-left: 325px;
}
#contenu .history-content-right-title a.history-content-right-more {
	background: url(../images/history-right-more.png) left top no-repeat;
}
#contenu .history-content-right-title a.history-content-right-less {
	background: url(../images/history-right-less.png) left top no-repeat;
}
#contenu .history-content-right-title span.title-left {
	float: left;
}
#contenu .history-content-right-title span.title-right {
	float: right;
	margin-right: 48px;
}
#contenu .history-content-right-title span.title-center {
	padding-left: 20px;
}
#contenu .history-content-right-text {
	display: none;
	padding-top: 30px;
}
#contenu .history-content-right-text h5 {
	background: #114189;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px 30px;
}
#contenu .history-content-right-text p {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: left;
}
#contenu .history-content-right-text img {
	border: 0;
	margin-top: 20px;
	width: 369px;
}
#contenu .history-separation {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	font-size: 0;
	height: 1px;
	background: #114189;
}

#scrolltotop {
	bottom: 14px;
	position: fixed;
	right: 0;
	z-index: 1000;
	background: #114189;
}

#scrolltotop a {
	display: block;
	height: 25px;
	line-height: 25px;
	width: 70px;
	color: #fff;
	padding: 5px;
}

* html #scrolltotop {
	visibility: hidden;
}