@import 'blueprint/screen.css';

/**/
html, body, table , td {
	height:100%;
	margin:0;
	padding:0;
	width:100%;
	vertical-align:middle;
	color: rgb(0, 42, 92);
	/*color:#999e94;*/
	border:0;
}
h1, h2, h3, h4, h5{
	color:#002a5c;	
}
h2{
	/*color: rgb(234, 232, 39);*/
}
/*
.container { 
	background: url(blueprint/lib/grid.png); 
} 


 
	Conteneur centré dans la page 

#container_old{
	position:fixed !important;
	position:absolute;
	width:950px;
	height:550px;
	margin-top:-275px;
	margin-left:-475px;
	left:50%;
	top:50%;
	overflow:visible;
}
*/

#container{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	/*height: 550px;*/
	background:#fff url(img/bg_bas_gauche.png) bottom left no-repeat;
}


a{
	color:#8b9087;
	text-decoration:none;
}

/* 
	Titre : créateurs d'environnements logistiques 
*/
#main_title{
	border-top:1px solid #ccc;
	padding-top:0.5em;
	font-size:2em;
	word-spacing:0.25em;
	letter-spacing:0.13em;
	color:#999e94;
}

/* Lien de retour vers l'accueil */
#home_link{
	display:block;
	text-align:center;
	border:1px solid #ccc;
	border-width: 0 1px 0 1px;
	padding:1em 0 1em 0;
	margin-bottom:0.5em;
}
#main_content{
	position:relative;
	min-height:400px;
	padding-bottom:4em;
}
#content_for_layout{
	/*height:15em;
	overflow:auto;*/
}
#content_for_layout p{
	text-align:justify;	
}
/*
#home_link:hover{
	background-color:#002a5c;
	color:#eae827;
	font-weight:bold;
}
*/

/*
	Barres du haut et du bas
*/
#top_bar{
	margin-bottom:1em;
	margin-top:1em;
}

#bottom_bar{
	margin-bottom:1em;
}
/*
	Règles CSS ajoutées à la façon de blueprint
*/
.border-2{
	border-right:2px solid #EEEEEE;
	margin-right:5px;
	padding-right:3px;	
}
.bold{
	font-weight:bold;
}
.greenBg{
	background-color:#eae827;
	color:#002A5C;
}
.blueBg{
	background-color:#002a5c;
	color:#eae827;
}
.grayBg{
	background-color:#E9EBE7;
	color:#666;
}
.height5{
	height:5px;
}
.margin-0{
	margin:0;
}
/*
	Liens du bas de page
*/
#bottom_links{
	position:absolute;
	bottom:1em;
}
#bottom_links a{
	display:block;
	padding:0.5em 0;
	text-align:center;
}
/*
	Boites de la page d'accueil
*/
#boxes{
	background:#fff url(../img/boxes.png) top left no-repeat;
	height:190px;
}
#boxes p{
	margin:5px 10px 0;
	text-align:justify;
	height:86px;
	font-weight:bold;
	/*border:1px solid #000;*/
	margin-bottom:0;
	line-height:1.3em;
	overflow:auto;
}
#boxes ul{
	margin:20px 10px;
	list-style-type:none;
	padding:0px;
	text-align:justify;
	height:70px;
	overflow:hidden;
	/*border:1px solid #000;*/
}
#boxes li{
	padding:0.3em;
	border:1px solid transparent !important;
	border:0px solid #fff;
}
#boxes li a{
	display:block;
	font-weight:bold;
	color:#002a5c;
}
#boxes li:hover{
	border-bottom:1px solid #002a5c !important;
}
/*
	Carte de france de la page d'accueil
*/
#carte_container{
	position:relative;
}
#carte{
	 position:relative;
}
#carte_toggler{
	position:absolute;
	top:15px;
	right:-20px;
	background:#e9ebe7 url(../img/carte_toggler2.png) top right no-repeat;
	height:130px;
	padding:10px 20px 10px 0px;
	width:121px;
}
#carte_toggler div{
	display:none;
}
#carte_show_hide_btn{
	float:right;
	margin-top:62px;
	margin-right:-18px;
}

/*
	Menu de gauche
*/
#left_menu{
	margin:0;
	padding:0;
}
#left_menu, #left_menu ul{
	list-style-type:none;
}
#left_menu a {
	display:block;
	background:transparent url(../img/menu_left_bg.png) center left no-repeat;
	line-height:2.5em;
	padding-left:1em;
}
#left_menu a:hover {
	background:transparent url(../img/menu_left_bg_hover.png) center left no-repeat;
	color:#fff;
}
#left_menu ul a, #left_menu ul a:hover{
	background:none;
	padding-left:0;
}
#left_menu ul a:hover{
	color:#000;
}
/*
	Colonne de droite
*/
#right_column{
	padding-top:7em;
}

#right_column a, #right_column img{
	display:block;
	margin:0;
	padding:0;
	float:right;
}

/*
	Tooltips
*/

.tool-tip {
	color: #eae827;
	width: 111px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 15px;
	margin: 0;
	color: #9FD4FF;
	padding: 5px 5px 5px 35px;
	background: url(../img/bubble2.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../img/bubble2.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

#slideshow{
	width:590px;
	height:150px;
	overflow:hidden;
	margin:0pt 0pt 1.5em;
}
#slideshow img{
	margin:0pt;
}

/*
	FORMS
*/
label{
	display:block;
}
fieldset{
	/*border:1px solid #002a5c;*/
}
/*
	round corners
*/
span.bl, span.br, span.tl, span.tr {
	position: absolute;
	display:block !important;
	display:none;
	width:10px;
	height:10px;
}
span.tl{
	background:transparent url(../img/corner_tl.png) top left no-repeat;
	top:0;
	left:0;
}
span.tr{
	background:transparent url(../img/corner_tr.png) top right no-repeat;
	top:0;
	right:0;
}
span.bl{
	background:transparent url(../img/corner_bl.png) bottom left no-repeat;
	bottom:0;
	left:0;
}
span.br{
	background:transparent url(../img/corner_br.png) bottom right no-repeat;
	bottom:0;
	right:0;
}
/*
	Accordion sites logistiques
*/ 

h4.accordion_toggler{
	position:relative;
	background-color:#E9EBE7;
	margin:1em 0em 0em 0em;
}
h4.accordion_toggler a{
	color:inherit;
	padding:1em;
	display:block;
}
h4.accordion_toggler a:hover{
	color:inherit;
	cursor:pointer;
}
h4.accordion_toggler img{
	margin:0 0 -3px 0;
}
div.accordion{
	position:relative;
	background-color:#E9EBE7;
	padding:1em !important;
	padding:0;
	margin:0 2em;
	text-align:left;
	clear:both;
}
/*
	Slideshows
*/
div.slideshow {
  margin: 18px auto;
  border:1px solid #ccc;
}
div.slideshow p {
  padding-top: 9px;
}
div.slideshow ul {
  bottom: -20px;
  right: 0px;
  position: absolute;
  overflow: hidden;
  padding: 5px 0;
  z-index: 10001;
}
div.slideshow ul a {
  background-position: 50% 50%;
  cursor: pointer;
  display: block;
  height: 25px;
  margin-right: 5px;
  opacity: 0.5;
  width: 30px;
}
div.slideshow ul a.active,
div.slideshow ul a:hover {
  opacity: 1;
}
div.slideshow ul a.next {
  background:transparent url(../img/icons/control_fastforward.png) 50% 50% no-repeat;
}
div.slideshow ul a.prev {
  background:transparent url(../img/icons/control_rewind.png) 50% 50% no-repeat;
}
div.slideshow ul li {
  float: left;
  list-style: none;
}


ul.logo_bullet li {
	list-style-image:url(../img/bullet.png); 
	list-style-position:outside;
	margin-left:2em;
}
ul.logo_bullet li:hover {
	/*list-style-image:url(../img/bullet2.png); */
}


a.perspective {
	display:block;
	margin:0.5em;
	padding:.5em;
	border:1px solid #ccc;
	text-align:center;
}
a.perspective img {
	margin:0em;
}




/*
	SITES LOGISTIQUES
*/



#demo-bar {
	text-align:center;
}
#demo-bar div{
	background-color:#E9EBE7;
	position:relative;
}
#demo-bar a{
	display:block;
	padding:1em;
}
#demo-bar hr{
	background-color:#fff;
	color:#fff;
}
#demo-bar img{
	margin:0pt 0pt -3px;
}
 
#demo-wrapper {
	margin: 5px auto;
	overflow: hidden; 
	height: 300px; 
	width: 590px;
	border: 1px solid #ddd;
	position: relative;
}
 
#demo-inner {
	width: 1200px;
	height: 1678px;
	background-image: url(../img/carte_big.png);
	position: relative;
}
.scrolling-content {
	background: transparent url(../img/bubble.png) top left no-repeat;
	width: 139px;
	position: absolute;
}
 
.scrolling-content h3 { 
	color: #fff;
	padding: 15px 8px 15px 50px;
	font-size: 16px;
}
.scrolling-content a { 
	color: #fff;
}
 
#content1 {
	left: 600px; 
	top: 250px;
}
 
#content2 {
	left: 450px; 
	top: 600px;
}
 
#content3 { 
	left: 700px; 
	top: 1000px;
}

a.hidden-link{
	color:#002A5C;
	text-decoration:underline;
}
a.hidden-link:hover{
	text-decoration:underline;
}

ul{
	list-style-type:square;
}
ul ul{
	list-style-type:circle;
}



