/** reset **/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, th, td, object {
	margin: 0; padding: 0; border: 0; outline: none;
}

/** body **/

body {
	color: #444;
	font: 13px/22px "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	margin: 0;
	cursor: default;
	text-align: justify;
	background: #eee url(../img/bg_body.gif) repeat-x;
}

/** wrapper **/

#wrapper {
	width: 960px;
	margin: auto;
}



/** header **/

#header {
	height: 80px;
}
#header_left {
	width: 320px;
	height: 80px;
	float: left;
	background: url(../img/logo_left.png) no-repeat left center;
}
#header_right {
	width: 640px;
	height: 80px;
	float: right;
}

/** page **/

#page {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	position: relative;
}
#container {
	float: left;
	margin-left: 0;
	width: 600px;
}
#container_top {
	margin: 0;
	height: 20px;
	background: url(../img/bg_left_top.png) no-repeat center top;
}
#content {
	margin: 0;
	padding: 1px 25px;
	background: url(../img/bg_left_middle.png) repeat-y center top;
}
#container_bottom {
	margin: 0;
	height: 20px;
	background: url(../img/bg_left_bottom.png) no-repeat center bottom;
}

/** menu **/

#menu {
	float: left;
	margin-left: 40px;
	width: 320px;
}
.menu_item {
	margin-bottom: 0;
}
.menu_top {
	height: 20px;
	background: url(../img/bg_right_top.png) no-repeat center top;
}
.content {
	background: url(../img/bg_right_middle.png) repeat-y center top;
	padding: 0 25px;
}
.menu_bottom {
	height: 20px;
	background: url(../img/bg_right_bottom.png) no-repeat center top;
}

/** breadcrumb + search **/

#breadcrumb {
	margin: 0;
	padding: 10px 0 5px 10px;
	float: left;
	width: 590px;
	overflow: hidden;
	color: #aaa;
	font-size: 11px;
	text-align: left;
}
#breadcrumb a {
	color: #999;
}
#breadcrumb a:hover{
	color: #888;
}
#search {
	margin: 0;
	padding: 10px 10px 5px 0;
	float: right;
	width: 310px;
	color: #aaa;
	font-size: 11px;
	text-align: right;
}

/** footer **/

#footer {
	margin: 0;
	padding: 20px 0;
	float: left;
	width: 100%;
	color: #aaa;
	font-size: 11px;
	text-align: center;
	/**background: url(../img/bg_footer.png) no-repeat top center;**/
}
#footer_left {
	width: 620px;
	padding-left: 20px;
	float: left;
	text-align: left;
}
#footer_right {
	width: 300px;
	padding-right: 20px;
	float: right;
	text-align: right;
}
#footer a {
	color: #999;
}
#footer a:hover{
	color: #888;
}
#footer span {
	margin: 0 15px;
	color: #aaa;
}

/** navigation **/

#nav {
	width: 640px;
	height: 80px;
	float: right;
	position: relative;
}
#nav ul {
	margin: 0;
	padding: 18px 0 0 0;
	float: right;
}
#nav ul>li {
	float: left;
	list-style-type: none;
	display: inline;
	text-align: center;
}
#nav ul>li:first-child {
	border: 0;
}
#nav ul>li a {
	display: block;
	width: 128px;
	height: 42px;
	padding: 12px 0;
	margin: 0 12px 0 0;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	background: transparent url(../img/bg_nav.png) no-repeat top center;
	color: #ddd;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	text-align: center;
}
#nav ul>li:last-child a {
	margin-right: 0;
}
#nav ul>li a:hover, #nav ul>li.current a {
	color: #fff;
	background-image: url(../img/bg_nav_current.png);
}

/** slider **/

body.slider {
	background-image: url(../img/bg_body+slider.gif);
}
body.slider #page {
	margin-top: 20px;
}
#slider {
	width: 960px;
	height: 205px;
	position: relative;
}
#slider_left {
	width: 600px;
	height: 200px;
	overflow: hidden;
	float: left;
	background: url(../img/bg_slider.png) no-repeat center center;
}
#slider_left .intro {
	height: 160px;
	padding: 20px 0;
}
#slider_left h3 {
	font-size: 1.4em;
	line-height: 2em;
}
#slider_left .intro p {
	font-size: 1.2em;
	line-height: 1.75em;
	color: #eee;
}
#slider_right {
	width: 320px;
	height: 200px;
	overflow: hidden;
	float: right;
}
#slider_right .illus {
	width: 320px;
	height: 160px;
	padding: 20px 0;
	background-repeat: no-repeat;
	background-position: center center;
}
#slider_prev {
	position: absolute;
	top: 186px;
	left: 0;
	width: 31px;
	height: 31px;
	cursor: pointer;
	background: url(../img/prev.png) no-repeat center center;
	z-index: 99;
}
#slider_next {
	position: absolute;
	top: 186px;
	left: 32px;
	width: 31px;
	height: 31px;
	cursor: pointer;
	background: url(../img/next.png) no-repeat center center;
	z-index: 99;
}

/** links **/

a {
	/* color: #1e95c4; */
	color: #005EA5;
	text-decoration: none;
}
a:hover {
	color: #f04e15;
	text-decoration: none;
}
#page a {
	border-bottom: 1px solid #cce8ed;
}
#page a:hover {
	border-color: #faddaf;
}

/** titles **/

h1, h2, h3, h4, h5, h6 {
	color: #f04e15;
}
h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 100%;
	text-align: left;
	color: #f04e15;
	border-bottom: 1px solid #faddaf;
}
#slider h2 {
	border: 0;
	color: #fff;
}
#menu h2 {
	font-size: 18px;
	color: #f04e15;
	border-bottom: 1px solid #faddaf;
}

/** news **/
/*
ul#news {
	list-style-type: none;
}
ul#news li {
	padding: 2px 0;
	border-bottom: 1px solid #cce8ed;
	background: url(../img/icons/control_270_small.png) no-repeat right 5px;
}
ul#news li span {
	color: #777;
	margin-right: 10px;
}
ul#news li.selected {
	border-color: #faddaf;
	background: url(../img/icons/control_090_small.png) no-repeat right 5px;
}
ul#news li a { border: 0; }
ul#news li.selected a { color: #f04e15; }
*/

#news { border: 0px; }
#news div.selected .title { 
	color: #f04e15;
	border-bottom: none;	
	background: url(../img/icons/control_090_small.png) no-repeat right 5px;
	}
#news div div {
	padding: 10px 0;
}
#news div.title {
	cursor: pointer;
	color: #005EA5;
	padding: 2px 0;
	border-bottom: 1px solid #cce8ed;
	background: url(../img/icons/control_270_small.png) no-repeat right 5px;
}
#news div.selected {
	border-bottom: 1px solid #faddaf;
}
#news span {
	color: #777;
	margin-right: 10px;
}

/** images **/

.home {
	border: 0;
	width: 100%;
	height: 100%;
}
#mdp {
	float: right;
	margin: 25px 0 0 25px;
	text-align: center;
}
.signature {
 	color: #777;
	font-size: 11px;
	line-height: 15px;
	text-align: right;
}

/** misc **/

#page p {
	margin: 0 0 20px 0;
}
#menu p {
	margin: 0;
	padding: 4px 0;
}
.clear {
	clear: both;
	height: 1%;
}
.c { text-align: center; }
.r { text-align: right; }

/** menu contact **/

#coord p {
	padding: 0 0 0 25px;
}
.adress {
	background: url(../img/icons/box__arrow.png) no-repeat left center;
}
.phone {
	background: url(../img/icons/balloon.png) no-repeat left center;
}
.fax {
	background: url(../img/icons/document_text.png) no-repeat left center;
}
.mail {
	background: url(../img/icons/mail__pencil.png) no-repeat left center;
}

/** menu partenaires **/

#partners {
	height: 80px;
}


/** tabulation **/
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(../js/tab.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    border-top: 1px solid #faddaf;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}


/* Page sans chargement Competences */
.clear {
	clear: both;
}


.button {
	margin: 5px;
}

#home {
	display: block;
	padding: 30px;
}
#home-button {
	opacity: 1;
	border-bottom: 0px solid #f04e15;
	cursor: pointer;
}

#competences_reseaux, #competences_info, #competences_micrel, #competences_telecom, #competences_sembarques, #competences_biotech, #competences_materiaux, #competences_market, #competences_finance, #competences_traduction {
	display: none;
	padding: 30px;
}
#competences_reseaux-button, #competences_info-button, #competences_micrel-button, #competences_telecom-button, #competences_sembarques-button, #competences_biotech-button, #competences_materiaux-button, #competences_market-button, #competences_finance-button, #competences_traduction-button {
	opacity: 0.7;
	border-bottom: 0px solid #005EA5;
	cursor: pointer;
}

/** RSS link **/
#rss {
	float:right;
}

#page #rss a {
	border:0;
}

/** plaquette form **/
#facebox .b {
  background:url(../js/facebox/b.png);
}

#facebox .tl {
  background:url(../js/facebox/tl.png);
}

#facebox .tr {
  background:url(../js/facebox/tr.png);
}

#facebox .bl {
  background:url(../js/facebox/bl.png);
}

#facebox .br {
  background:url(../js/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999999;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.infobulle{
        position:absolute;
        background:#F04E15;
        padding:3px 7px;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        color:#EFEFEF;
        text-align:center;
        width:300px;
}
