@charset "utf-8";
/* CSS Document --------------------------------------------------------------------------------*/
/* Mise en forme du site INFOTEL ----01/01/2010-------------------------------------------*/
/* www.iris-interactive.fr ---------------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
}
body {
	background:#FFFFFF url(../images/body.gif) repeat-x 0 0;
	font-size:12px;
	height:100%;

	font-family:'Trebuchet MS', Verdana, sans-serif;
	text-align:center;
}
	body.index {
		background-image:url(../images/body-index.gif);
	}
#page {
	width:960px;
	margin:0 auto;
	position:relative;
	text-align:justify;
	text-align:center;
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables à l'entête */
/* -------------------------------------------------------------------------------------------- */

#header {
	background:url(../images/bg-header.jpg) no-repeat 50% 0;
	position:absolute;
	z-index:4;
	width:960px;
	height:110px;
	top:73px;
	text-align:center;
	left:0;
}
	body.index #header {
		height:271px;
	}
#header h1 {
	position:absolute;
	left:-999em;
}
#animationHeader {
	position:absolute;
	z-index:5;
	top:73px;
	left:0;
	right:0;
	min-width:960px;
	width:100%;
	height:270px;
}
#contentHeader {
	position:absolute;
	z-index:80;
	width:960px;
	margin:0 auto;
}

#header #baseline {
	position:absolute;
	top:50px;
	left:0;
}
#header img.baseline {
	position:absolute;
	top:50px;
	left:0;
}
#header p {
	position:absolute;
	width:260px;
	top:100px;
	left:10px;
	line-height:140%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#5E80B0;
	text-align:left;
}
#header h3 {
	position:absolute;
	width:260px;
	top:235px;
	left:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#AACCFC;
	font-weight:normal;
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au bloc #TOOLS */
/* -------------------------------------------------------------------------------------------- */

#tools {
	background:url(../images/bg-tools.gif) no-repeat 0 0;
	position:absolute;
	z-index:850;
	width:334px;
	height:30px;
	right:0;
	top:0;
}
#tools p {
	position:absolute;
	top:2px;
	right:5px;
}
#tools p a img {
	border:none;
	float:left;
}
#tools form {
	position:absolute;
	top:2px;
	left:5px;
}
#tools form input.text {
	position:absolute;
	background:url(../images/bg-tools-input-text.gif) no-repeat 0 0;
	width:151px;
	height:21px;
	padding:5px 5px 0;
	border:none;
	font-family:'Trebuchet MS', Verdana, sans-serif;
	font-size:12px;
	color:#9B9B9B;
}
#tools form input.submit {
	position:absolute;
	left:161px;
	border:none;
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables à la navigation */
/* -------------------------------------------------------------------------------------------- */

#navigation {
	background:url(../images/bg-navigation.gif) no-repeat 0 0;
	position:absolute;
	z-index:6;
	width:960px;
	height:73px;
	top:0;
	text-align:left;
	left:0;
}
#navigation a.logo {
	position:absolute;
	z-index:5;
	left:19px;
	top:29px;
}
#navigation a.logo img {
	border:none;
}

#navigation #menu {
	position:absolute;
	top:30px;
	left:250px;
}
#navigation #menu li {
	display:block;
	float:left;
	background:url(../images/bg-menu-li.gif) no-repeat 100% 50%;
	padding:0;
	margin-right:2px;
	list-style:none;
}
#navigation #menu li.last {
	background-image:none;
}

#navigation #menu a {
	color:#585858;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	position:relative;
	padding:10px;
}
#navigation #menu li a:hover, 
#navigation #menu li:hover a, 
#navigation #menu li.sfhover a {
	background:url(../images/bg-menu-a.gif) no-repeat 50% 100%;
	color:#FA5602;
}


#navigation #menu li div.subMenu { 
	position:absolute;
	z-index:900;
	background:url(../images/bg-div-subMenu.png) no-repeat -999em -999em;
	width:358px;
	padding:0;
	left:-999em; 
	top:35px;
}
	#navigation #menu li div.subMenu.small { 
		width:200px;
	}
		#navigation #menu li div.subMenu div.subMenuTop { 
			background:url(../images/bg-div-subMenu.png) no-repeat 0 0;
			height:4px;
			font-size:1px;
			clear:both;
		}
			#navigation #menu li div.subMenu.small div.subMenuTop { 
				background:url(../images/bg-div-subMenu.png) no-repeat -358px 0;
			}
		#navigation #menu li div.subMenu div.subMenuContent { 
			background:url(../images/bg-div-subMenu.png) no-repeat 0 50%;
			overflow:auto;
			padding:1px 5px;
			clear:both;
		}
			#navigation #menu li div.subMenu.small div.subMenuContent { 
				background:url(../images/bg-div-subMenu.png) no-repeat -358px 50%;
			}
		#navigation #menu li div.subMenu div.subMenuBottom { 
			background:url(../images/bg-div-subMenu.png) no-repeat 0 100%;
			height:4px;
			font-size:1px;
			clear:both;
		}
			#navigation #menu li div.subMenu.small div.subMenuBottom { 
				background:url(../images/bg-div-subMenu.png) no-repeat -358px 100%;
			}
#navigation #menu li:hover div.subMenu, #navigation #menu li.sfhover div.subMenu { 
	left:auto;
}
#navigation #menu li div.subMenu h4 { 
	clear:both;
	font-size:12px;
	padding:5px 5px 15px;
	margin:0;
	background:url(../images/bg-subMenu-h4.gif) repeat-x 0 100%;
}
#navigation #menu li div.subMenu li { 
	background-image:none;
	width:174px;
	padding:0;
	margin:0;
	text-align:left;
}
	#navigation #menu li div.subMenu li.fullLength { 
		width:348px;
		width:100%;
	}
#navigation #menu li div.subMenu a {
	background:url(../images/bg-subMenu-a.gif) no-repeat 5px 10px;
	color:#333333;
	display:block;
	padding:3px;
	padding-left:15px;
	font-weight:normal;
	text-transform:none;
}
#navigation #menu li div.subMenu a:hover {
	color:#F36100;
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au fil d'ariane */
/* -------------------------------------------------------------------------------------------- */

#breadcrumbs {
	position:absolute;
	z-index:4;
	height:20px;
	top:90px;
	left:260px;
	text-align:left;
}
#breadcrumbs ul {
	padding:0;
	font-family:"Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#breadcrumbs ul li {
	background:url(../images/bg-breadcrumbs-li.gif) no-repeat 0 4px;
	list-style:none;
	display:inline;
	padding:0 10px;
}
#breadcrumbs ul li a {
	color:#a4ebff;
	text-decoration:none;
}
#breadcrumbs ul li a:hover {
	color:#a4ebff;
	text-decoration:none;
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au contenu */
/* -------------------------------------------------------------------------------------------- */

#global {
	color:#222222;
	position:relative;
	min-height:300px;
	height:auto;
	top:183px;
	text-align:left;
	
}
	body.index #global {
		top:344px;
	}

/* -------------------------------------------------------------------------------------------- */
/* BOX MODELS */

.col120 {
	width:120px;
	text-align:left;
}
.col160 {
	width:160px;
	text-align:left;
}
	.col160.shadow {
		background:url(../images/bg-col160-shadow.gif) no-repeat 0 0;
		min-height:275px;
		height:auto;
	}
.col180 {
	width:180px;
	text-align:left;
	
}
.col230 {
	width:230px;
	text-align:left;
}
.col240 {
	width:240px;
	text-align:left;
}
	.col240.shadow {
		background:url(../images/bg-col240-shadow.gif) no-repeat 0 0;
		min-height:275px;
		height:auto;
	}
.col300 {
	width:300px;
}
.col480 {
	width:480px;
}
	.col480.shadow {
		background:url(../images/bg-col480-shadow.gif) no-repeat 0 0;
		min-height:275px;
		height:auto;
	}
.col720 {
	width:720px;
}
	.col720.shadow {
		background:url(../images/bg-col720-shadow.gif) no-repeat 0 0;
		min-height:275px;
		height:auto;
	}
.col960 {
	width:960px;
}
	.col960.shadow {
		background:url(../images/bg-col960-shadow.gif) no-repeat 0 0;
		min-height:275px;
		height:auto;
	}
.col120, 
.col160, 
.col180, 
.col230, 
.col240, 
.col300, 
.col480, 
.col720 {
	float:left;
}

/*.white10 {
	background-color:#FFFFFF;
	margin:5px;
}*/

/*.implantations {
	width:710px;
	height:171px;
	float:left;
	position:relative
}*/

.d3top {
	background:url(../images/bg-d3top.gif) no-repeat 50% 100%;
	padding-bottom:20px;
}
.d3content {
	background:url(../images/bg-d3content.jpg) repeat-y 50% 0;
	margin:1px 0;
}
.d3bottom {
	background:url(../images/bg-d3bottom.gif) no-repeat 50% 0;
	padding-top:20px;
}

.greySeparator {
	background:url(../images/bg-greySeparator.gif) repeat-x 0 15px;
}
/*.blueSeparator {
	background:#074DC6 url(../images/bg-blueSeparator.gif) repeat-x 0 0;
}*/

div.map {
	margin:8px 10px;
	background-color:#EEEEEC;
	border:1px solid #EEEEEC;
}
	.col480 div.map {
		height:300px;
	}
	.col720 div.map {
		height:340px;
	}
.video {
	margin:8px 10px;
}
#pager {
	margin:5px 10px;
	padding:5px;
	text-align:center;
}
/*#tagCloud {
	margin:5px 10px;
}*/
div.search {
	margin:5px 10px;
	background-color:#EEEEEC;
}
div.iphone {
	margin:5px 10px;
	background:url(../images/bg-iphone.jpg) no-repeat 0 0;
	height:472px;
	position:relative;
}
div.iphone iframe {
	height:354px;
	width:300px;
	border:none;
	position:absolute;
	left:80px;
	top:68px;
}
div.faceboard {
	margin:4px 6px;
}
div.faceboard .boxgrid {
	width:156px;
	height:156px;
	float:left;
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
div.faceboard .boxgrid img { 
	position:absolute;
	top:0;
	left:0;
	border:0;
}
.boxcaption { 
	float:left;
	position:absolute;
	background:#000000;
	color:#FFFFFF;
	height:100px;
	width:100%;
	opacity:.8;
	/* For IE 5-7 */
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	bottom:156px;
	left:0;
}


/* -------------------------------------------------------------------------------------------- */

#global p, 
#global ul, 
#global ol, 
#global form, 
#global dl, 
#global blockquote, 
#global h1, 
#global h2, 
#global h3, 
#global h4, 
#global h5, 
#global h6,
#global .swf {
	padding:5px 10px;
}
#global h1, 
#global h2, 
#global h3, 
#global h4, 
#global h5, 
#global h6 {
	position:relative;
	overflow:auto;
}
#global h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	text-align:left;
	margin:0 10px 5px;
	padding:5px 0 15px;
	background:url(../images/bg-h1.gif) repeat-x 0 100%;
	color:#009EE0;
}
#global h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	font-weight:normal;
}
	#global h2.orange {
		color:#FA5602;		/* ORANGE */
	}
	#global h2.green {
		color:#87B900;		/* GREEN */
	}
	#global h2.blue {
		color:#009EE0;		/* BLUE */
	}
#global h2 small {
	font-size:13px;
	color:#666666;
}
#global h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:normal;
}
#global h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:normal;
}

#global p.chapeau {
	background:url(../images/bg-p-chapeau.gif) no-repeat 10px 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-style:italic;
	line-height:180%;
	padding-left:65px;
	min-height:40px;
	height:auto;
}
#global p.download {
	background:url(../images/bg-p-download.gif) no-repeat 10px 5px;
	padding-top:50px;
}
#global p.investUp, 
#global p.investDown {
	background:url(../images/bg-invest-down.gif) no-repeat 0 50%;
	border:1px solid #D8D8D8;
	padding:0 5px 0 20px;
	margin:5px 10px;
}
#global p.investUp {
	background:url(../images/bg-invest-up.gif) no-repeat 0 50%;
}
#global p.investDown {
	background:url(../images/bg-invest-down.gif) no-repeat 0 50%;
}

#global ol {
	padding:5px 10px 5px 30px; 
}

#global li {
	background:url(../images/bg-li.gif) no-repeat 0 5px;
	padding:0 0 0 20px;
	list-style:none;
}
	#global ul.breves li {
		background:url(../images/bg-breves-li.gif) repeat-x 0 0;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:11px;
		padding:5px;
	}
	#global ul.searchResults li {
		padding:0 0 10px 20px;
	}
#global ol li {
	background-image:none;
	list-style:decimal;
	margin:0;
	padding:0 0 5px 0; 
}

#global ul.tagCloud li ul, 
#global ul.tagCloud li div {
	position:absolute;
	z-index:99;
	left:-999em;
	background-color:#FFFFFF;
	background:url(../images/bg-header.jpg) no-repeat 50% 50%;
	width:140px;
	border:1px solid #D8D8D8;
}
#global ul.tagCloud li:hover ul, 
#global ul.tagCloud li:hover div {
	left:80px;
	margin-top:-20px;
}
#global ul.tagCloud li ul li {
	background-image:none;
	padding:0;
	display:inline;
}

#global blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-style:italic;
	line-height:160%;
}

#global a {
	color:#0066CC;
	text-decoration:none;
}
	#global ul.breves li a {
		background:url(../images/bg-li.gif) no-repeat 0 1px;
		padding-left:20px;
	}
	#global a.mail {
		background:url(../images/bg-a-mail.gif) no-repeat 0 1px;
		padding-left:20px;
	}
	#global a.pdf {
		background:url(../images/bg-a-pdf.gif) no-repeat 0 1px;
		padding-left:20px;
	}
	#global ul.tagCloud li ul li a {
		color:#FFFFFF;
	}
	/*#global a.bt {
		display:block;
		padding:15px 5px;
		margin-bottom:1px;
		text-align:center;
		border:1px solid #CCCCCC;
		color:#FFFFFF;
		text-decoration:none;
		text-transform:uppercase;
		font-size:10px;
		font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
	}
		#global a.bt.blue {
			background:#179DC3 url(../images/bg-a-bt-blue.gif) repeat-x 0 100%;
		}
		#global a.bt.red {
			background:#E14C4C url(../images/bg-a-bt-red.gif) repeat-x 0 100%;
		}
		#global a.bt.green {
			background:#789101 url(../images/bg-a-bt-green.gif) repeat-x 0 100%;
		}
		#global a.bt.purple {
			background:#BB43E8 url(../images/bg-a-bt-purple.gif) repeat-x 0 100%;
		}*/

#global a:hover {
	text-decoration:underline;
}
	/*#global a.bt:hover {
		text-decoration:none;
	}*/

#global a img {
	border:none;
}
#global div.faceboard .boxgrid a { 
	text-decoration:none;
}

#global table {
	margin:5px 10px;
}
#global form, 
#global input, 
#global textarea, 
#global select, 
#global option, 
#global blockquote, 
#global table, 
#global tr, 
#global th, 
#global td {
	font-family:'Trebuchet MS', Verdana, sans-serif;
	font-size:12px;
}

#global table.data {
	background-color:#CDCDCD;
	margin:5px 10px 15px;
}
	#global .col720 table.data {
		width:700px;
	}
	#global .col480 table.data {
		width:460px;
	}
	#global .col240 table.data {
		width:220px;
	}
#global table.data th {
	background-color:#E6EEEE;
	border:1px solid #FFFFFF;
	padding:4px;
}
#global table.tablesorter tr .header {
	background:#E6EEEE url(../images/tablesorter-bg.gif) no-repeat 100% 50%;
	padding-right:25px;
	cursor:pointer;
}
	#global table.tablesorter tr .headerSortUp {
		background-image:url(../images/tablesorter-asc.gif);
	}
	#global table.tablesorter tr .headerSortDown {
		background-image:url(../images/tablesorter-desc.gif);
	}
	#global table.tablesorter tr .headerSortDown, #global table.tablesorter tr .headerSortUp {
		background-color:#8DBDD8;
	}
#global table.data td {
	color:#3D3D3D;
	padding:4px;
	background-color:#FFFFFF;
	vertical-align:top;
}
	#global table.data tr.odd td, 
	#global table.tablesorter tr.odd td {
		background-color:#F0F0F6;
	}
	#global table.tablesorter tr:hover td, 
	#global table.tablesorter tr:hover.odd td {
		background-color:#FFF6D2;
	}
#global #pager img {
	margin-bottom:-3px;
}
#global #pager .pagedisplay {
	width:40px;
	text-align:center;
}

#global .col720 div.search form {
	padding:15px 10px 10px;
	background:#EEEEEC url(../images/bg-col720-search-form.gif) no-repeat 0 0;
	text-align:center;
	border-bottom:1px solid #D8D8D8;
}
#global .col720 div.search h3 {
	padding:10px 10px 15px;
	background:#EEEEEC url(../images/bg-col720-search-h3.gif) no-repeat 0 100%;
	text-align:center;
	border-top:1px solid #F9F8F6;
}

#global dl.job {
	padding:0;
	margin-bottom:10px;
	clear:both;
	overflow:auto;
}
#global dl.job dt {
	float:left;
	width:200px;
}
#global dl.job dt h2 {
	padding-top:0;
}
#global dl.job dd {
	overflow:auto;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au pied de page */
/* -------------------------------------------------------------------------------------------- */

#foot {
	font-size:10px;
	color:#555555;
	text-align:center;
	position:relative;
	top:183px;
}
	body.index #foot {
		top:344px;
	}
#foot p {
	padding:10px 0;
}
#foot a {
	color:#555555;
}
#foot a:hover {
	color:#333333;
}


/* -------------------------------------------------------------------------------------------- */
/* Tooltips */
/* -------------------------------------------------------------------------------------------- */

.toolTip-picture img,
.toolTip-thumbnail img {
	border:1px solid #000000;
}
.toolTip-picture,
.toolTip-thumbnail  {
	background:transparent url(../images/loading.gif) no-repeat center center;
	min-height:32px;
	min-width:32px; 
}
.toolTip-caption {
	position:relative;
	z-index:1000;
	margin-top:-20px;
}
.toolTip-text,
.toolTip-caption {
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	background:#000000 url(../images/bg-tooltip-caption.gif) repeat-x 0 100%;
	padding:10px;
	cursor:pointer;
	z-index:1000;
}
.toolTip-text span,
.toolTip-caption span {
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles génériques */
/* -------------------------------------------------------------------------------------------- */

.spacer {
	width:100%;
	clear:both;
	font-size:1px;
	height:1px;
}
.img-right {
	float:right;
	padding:0 0 5px 10px;
}
.img-left {
	float:left;
	padding:0 10px 5px 0;
}
.center {
	text-align:center !important;
}
.right {
	text-align:right !important;
}
.left {
	text-align:left !important;
}



ul.layout_ch li{
display:inline-block;
list-style-type:none;
list-style:none outside none;
width:30%;
}

#menu_ch ul li{
background:none;
}


/* -------------------------------------------------------------------------------------------- */
/* CODA SLIDER */
/* -------------------------------------------------------------------------------------------- */

/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Most common stuff you'll need to change */

.coda-slider-wrapper {
	margin:4px 6px;
	padding:0;
	position:relative;
	z-index:5;
	height:244px;
	width:468px;
}
.coda-slider {
}

/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider {
}

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel {
} 

/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width:468px }
.coda-slider-wrapper.arrows .coda-slider { margin: 0 }

/* Arrow styling */
.coda-nav-left a, .coda-nav-right a {
	display:block;
	padding:0;
	height:40px;
	width:35px;
	text-align:center;
	text-decoration:none;
}
.coda-nav-left, .coda-nav-right {
	position:absolute;
	right:10px;
	bottom:0;
}
.coda-nav-left {
	right:45px;
}
.coda-nav-left a img, .coda-nav-right a img {
	border:none;
}

/* Tab nav */
#global .coda-nav {
	position:absolute;
	left:10px;
	bottom:0;
	width:458px !important;
	height:44px;
	text-align:left;
}
#global .coda-nav ul {
	padding:0;
	font-size:10px;
}
#global .coda-nav ul li {
	padding:0;
	float:left;
	background-image:none;
}
#global .coda-nav ul li a {
	color:#000000;
	text-decoration:none;
	display:block;
	float:left;
	width:115px;
	height:36px;
	padding:8px 5px 0;
	margin-right:1px;
	text-align:center;
	background:#DFDFDF url(../images/bg-coda-nav-a.gif) no-repeat 0 0;
}
#global .coda-nav ul li a:hover {
	background:#DFDFDF url(../images/bg-coda-nav-a.gif) no-repeat 0 -44px;
}
#global .coda-nav ul li a.current {
	color:#FFFFFF;
	background:#0D0D0E url(../images/bg-coda-nav-a-current.gif) no-repeat 0 0;
}

/* Panel padding */
.coda-slider .panel-wrapper {
	position:relative;
	text-align:left;
	height:195px;
}
#global .panel-wrapper h2.title {
	color:#CA06BA;
	width:180px;
}
#global .panel-wrapper div.codaMainPic {
	display:block;
	width:269px;
	height:181px;
	position:absolute;
	overflow:hidden;
	z-index:15;
	right:7px;
	bottom:6px;
}
#global .panel-wrapper p {
	color:#FFFFFF;
	width:160px;
}
#global .panel-wrapper a.codaKnowMore {
	position:absolute;
	z-index:15;
	left:6px;
	bottom:6px;
}

/* Preloader */
.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

/* Tabbed nav */

/* Miscellaneous */
.coda-slider-wrapper {
	position:relative;
}
.coda-slider {
	position:relative;
	z-index:4;
	left:0;
	top:0;
	width:448px;
	height:195px;
	overflow:hidden;
	background:url(../images/bg-coda-slider.jpg) no-repeat 0 100%;
}
.coda-slider .panel {
	width:448px;
	height:195px;
	float:left;
}
.coda-slider .panel-container {
}


/* -------------------------------------------------------------------------------------------- */
/* ADD.CSS */
/* -------------------------------------------------------------------------------------------- */

#page {
	width:960px;
	margin:0 auto;
	position:relative;
	text-align:justify;
	text-align:center;
}


#en_plus{
position:relative;
display:inline-block;
padding-left:20px;
width:700px;
}

#plus{
background:url(../images/plus.png) top left no-repeat;
padding-left:40px;
float:right;
width:270px;
padding-right:40px;
}
#plus ul li{
  background:url(../images/bg-breves-li.gif) repeat-x;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:11px;
  padding:5px;
}

#roues{
background:url(../images/rouage.png) top left no-repeat;
padding-left:50px;
width:270px;
}

#roues ul li{
  background:url(../images/bg-breves-li.gif) repeat-x;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:11px;
  padding:5px;
}

#bluebox{
color:white;
background-color:#476E95;
}

#prints{
display:inline;
float:right;
padding-left:50px;
padding-right:50px;
padding-top:0px;
}

#prints a img{
border:3px solid #476e95 !important;
}
#prints a img:hover{
border:3px solid white !important;
}

#gallery{
text-align:center;
}

.centered{
text-align:center;
}

.col240.shadow_white {
		background:url(../images/bg-col240_white_shadow.gif) no-repeat 0 0;
		min-height:275px;
		height:auto;

}	
.col720.shadow_white {
		background:url(../images/bg-col720-shadow_white.gif) no-repeat 0 0;
		position:relative;
		min-height:275px;
		height:auto;
}
.col720.shadow_blue {
	      background:url(../images/bg-col720-shadow_blue.gif) no-repeat 0 0;
		min-height:250px;
		height:auto;
		display:block;
}

.title_sidebar{
  margin-left:-10px;
  display:inline;
  vertical-align:top;
  line-height:40px;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:19px;
  font-weight:normal;
}
.orange {
	/*color:#FA5602;		/* ORANGE */
	color:BLACK;
}
.green {
	color:#87B900;		/* GREEN */
}
.blue {
	color:#009EE0;		/* BLUE */
}

#head {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	text-align:left;
	margin:0 10px 5px;
	padding:5px 0 15px;
	background:url(../images/bg-h1.gif) repeat-x 0 90%;
	height:110px;
	color:#009EE0;
}

.align_img_center{
line-height:20px;
vertical-align:top;
text-align:center;
}
.align_img{
line-height:20px;
vertical-align:top;
}
.align_img a{
color:red;
}

.align_middle{
vertical-align:middle;
}

.cachee{
overflow:hidden;
}
.cached{
display:none;
}

.boite{
left:20px;
position:absolute;
}
.border_boite{
float:right;
width:500px;
margin-top:10px;
}
.padding15{
padding:15px;
}
.padding100{
padding-right:100px;
text-align:justify;
}
.deco_data{
background:url('../images/bg_data.png') bottom right no-repeat;
}
.deco_classement{
background:url('../images/bg_classement.png') bottom right no-repeat;
}
.deco_clock{
background:url('../images/bg_clock.png') bottom right no-repeat;
}
.deco_certif{
background:url('../images/bg_certif.png') bottom right no-repeat;
}
.deco_planif{
background:url('../images/bg_planif.png') bottom right no-repeat;
}
.deco_interf{
background:url('../images/bg_interf.png') bottom right no-repeat;
}
.deco_engin{
background:url('../images/bg_engin.png') bottom right no-repeat;
}
.deco_code{
background:url('../images/bg_code.png') bottom right no-repeat;
}
.deco_test{
background:url('../images/bg_test.png') bottom right no-repeat;
}
.deco_update{
background:url('../images/bg_update.png') bottom right no-repeat;
}
.deco_auto{
background:url('../images/bg_auto.png') bottom right no-repeat;
}
.deco_qualite{
background:url('../images/bg_qualite.png') bottom right no-repeat;
}
.deco_trace{
background:url('../images/bg_trace.png') bottom right no-repeat;
}
.deco_multi{
background:url('../images/bg_multi.png') bottom right no-repeat;
}
.deco_metric{
background:url('../images/bg_metric.png') bottom right no-repeat;
}
.deco_social{
background:url('../images/bg_social.png') bottom right no-repeat;
}
.deco_up{
background:url('../images/bg_up.png') bottom right no-repeat;
}
.deco_down{
background:url('../images/bg_down.png') bottom right no-repeat;
}
.deco_org{
background:url('../images/bg_org.png') bottom right no-repeat;
}
