/* @override http://x-perteam.courseliner.com/css/styles.css */



/*.container_12 {
	background: url("/scripts/960gs/img/12_col.gif");
}

.container_16 {
	background: url("/scripts/960gs/img/16_col.gif");
}*/



/*

	XPERTEAM
	VERSION 1.0
	
	CONTENTS ----------
	
        1.BODY
        2.DEFAULT STYLING
        3.HEADINGS
        4.LINKS
        5.IMAGES
        6.LAYOUT
        7.HEAD
        8.NAVIGATION
        9.SITEINFO/FOOTER
	
*/


/* @group 1.BODY */

body {
	background-color: #fff;
	font-size: 14px;
}

iframe {
	margin: 0 !important;
}

/* @end */







/* @group 2.DEFAULT STYLING */

table {
	width: 100%;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

table td, table th {
	padding: 4px;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

table th {
	background-color: #eee;
}

h1 {
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-left: 2px;
	margin-bottom: 0.7em;
}

h1 a {
	color: #fff;
	text-decoration: none;
}

h2 {
	margin-bottom: 0.5em;
}

h3 {
	text-transform: uppercase;
	font-size: 1em;
	margin: 0;
	margin-top: 1em;
	padding-bottom: 0.5em;
}

a {
	color: #C20A69;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}

h4 a {
	color : black ;
}

.marginleft {
	margin-left : 13px ;
}

form label {
	display: block;
	color: #444;
}

form input[type="text"], 
form input[type="password"] {
	display: block;
	width: 97%;
	border: 1px solid #999;
	padding: 0.5em;
	background-color: #f7f7f7;
}

form input[type="submit"] {

	font-size: 1em;
	padding: 0.3em 1em;
	border: 1px solid #aaa;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	-moz-border-radius: 6px;
	-webkit-border-radius: 20px;
	color: #111;

}


/* @end */

/* @group 4.LINKS */

.clients_refs {
	text-decoration : none ;
}

/* @end */

/* @group 7.HEAD */

#head {
	padding-top: 14px;
	margin-bottom: 1.4em;

}

#head h1 {
	float: left;
}

#head h1 a {
	background: url("img/logo-xperteam.gif") no-repeat;
	display: block;
	width: 189px;
	height: 61px;
	text-indent: -3000px;
}

#quickbar {
	float: right;
	width: 700px;
	padding-top: 16px;
}







#search {
	background: url("img/search-middle.gif") repeat-x !important;
	padding: 0;
	position: relative;
	float: right;
	margin-left: 14px;
	width: 260px;
	
}

#search .search-left {
	background: url("img/search-left.gif") no-repeat top left !important;
	padding-left: 28px;
	height: 27px;
}

#search input {
	font-size: 1.3em;
}

#search p.wrap-input {
	height: 26px;
	width: 100%;
	overflow: hidden;
}

#search input.text {
	width: 100%;
	margin: 0;
	border: 0;
	background: none;
	opacity: .9;
	font-size: 0.85em;
	color: #333;
	display: block;
	padding: 5px;
}

#search input.submit {
	position: absolute;
	top: 0;
	right: 0;
	height: 27px;
	width: 46px;
	border: 0;
	text-indent: -3000px;
	background: url("img/search-right.gif") no-repeat !important;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	font-size: 0px;
	display:block;
	line-height: 0px;
}





#quicklinks {
	color: #777;
	text-align: right;

}

#quicklinks li {
	display: inline;
	margin-left: 0.5em;
}

#quicklinks a {
	color: #666;
	background-color: #f3f3f3;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3));
	border: 1px solid #ddd;
	padding: 0.6em 0.9em;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 20px;
	font-size: 0.85em;
}

#quicklinks a:hover {
	color: #333;

	border-color: #ccc;
	background-color: #f7f7f7;	
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
}





#flags {
	top: 17px;
	right: 100px;
	position: absolute;
}

#flags li {
	list-style: none;
	float: left;
	margin-left: 10px;
}

#flags a {
	display: block;
	width: 22px;
	height: 15px;
	text-indent: -3000px;
	background-image: url("img/flags.png");
	margin-left: 10px;
	padding: 0 !important;
}

#flag-en {
	background-position: 0 -15px;
}

/* @end */






/* @group 8.NAVIGATION */

#menu {
	background: url("img/nav-1.jpg");
	float: left;
	width: 100%;
	font-size: 1em;
	margin: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	z-index: 20;
}

#menu li {
	float: left;
	list-style: none;
	margin: 0;
}

#menu a {
	color: #fff;
	float: left;
	text-decoration: none;
	padding: 0.95em 1.2em;
	text-shadow: #162060 1px 2px;
	letter-spacing: 0.08em;
}

#menu a:hover,
#menu a:active,
#menu a.selected {
	background: url("img/nav-1.jpg");
	background-position: -90px -47px;
}


#menu a.selected {
	background-position: -90px -94px;
}


#menu a:active {
	background-position: -90px -94px;
}

#menu a.first:hover {
	background-position: 0 -47px;	
	
}

#menu a.first:active {
	background-position: 0 -94px;
}



#menu a.first-selected {	
	background: url("img/nav-1.jpg");
	background-position: 0 -94px;
}

/*#menu a:active.first {		background-position: -90px -94px;	}
#menu a.first:hover, #menu a.first.selected {	background-position: 0 -47px;		}
#menu a.first:active {	background-position: 0 -94px;		}*/

#rss, a#rss:hover, a#rss:active {
	background: url("img/rss.png") no-repeat;
	position: absolute;
	top: 11px;
	right: 11px;
	height: 25px;
	width: 25px;
	padding: 0 !important;
	text-indent: -3000px;
}

#submenu, #submenu_1 {
	/*position: fixed;*/
	width: 220px;
	z-index: 15;
}

#submenu_1 {
	margin-top : 20px;
}

#gotop {
	position: absolute;
	top: -75px;
	left: 0;
	width: 100%;
	z-index: 15;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.7em;
}

#gotop a {
	color: #fff;
	font-weight: bold;
	padding: 20px 65px !important;
	background-color: #aaa;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
}

#gotop a:hover {
	background-color: #222;
	color: #fff;
}

#submenu .middle, #submenu_1 .middle  {
	background: url("img/smenu-middle.png");
}

#submenu .top, #submenu_1 .top {
	background: #fff url("img/smenu-top.gif") no-repeat;
}

#submenu .bottom, #submenu_1 .bottom {
	background: url("img/smenu-bottom.png") no-repeat bottom left;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}


#submenu h3, #submenu_1 h3 {
	margin: 0;
	padding: 0em;
	font-size: 1em;
}

#submenu h3 a, #submenu_1 h3 a {
	/*background-color: #ED7729;*/
	display: block;
	text-transform: none;
	color: #fff;
	padding: 0.7em 25px 0.6em 0.8em;
	background: url("img/smenu-arrow-white.png") no-repeat center right;
	white-space: nowrap;
}

#submenu ul, #submenu_1 ul {
	display: block;
	
	border-bottom: 1px solid #fff;
}

#submenu li a, #submenu_1 li a {
	font-size: 0.9em;
	padding-right: 25px;
	color: #666;
	background: #fcfcfc url("img/smenu-arrow-grey.png") no-repeat center right;
}


#submenu li a:hover , #submenu_1 li a:hover{
	background-color: #fff;
}


#submenu li a.selected, #submenu_1 li a.selected {
	color: #333;
	background-color: #eee;
}


.smenu {
	background: #fff;
	border: 1px solid #ddd;
	list-style: none;
	border-bottom: 0;
	margin: 0;
}

.smenu li {
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
}

.smenu a {
	display: block;
	padding: 0.5em;
	text-decoration: none;
	color: #555;
}

.smenu a:hover {
	background: #f3f3f3;	
	color: #000;
}

.smenu a.selected {
	background: #555;
	color: #fff;
}


/* @end */

/* @group 9.SITEINFO/FOOTER */

#foot {
	margin-top: 1em;
	padding-top: 2em;
	/*border: 1px solid #ddd;*/
	font-size: 0.9em;
	/*background: #EB6A1E;*/
	background: #212F8C url("img/foot-bg.png") repeat-x;
	color: #fff;
	position: relative;
	z-index: 20;
}

#foot h4 {
	/*border-top: 1px solid #ddd;*/
	padding: 0.3em 0;
	
	text-shadow: #162060 1px 1px;
	color: #fff;
	text-transform: none;
	font-size: 1.3em;
	margin: 0;
}

#foot a {
	color: #fff;
}

#foot ul {
	list-style: none;
}

#foot li {
	margin: 0;
}

#foot h4 a {
	text-decoration: none;
	color: #fff;
}

#foot ul a {
	display: block;
	border-bottom: 1px solid #4D59A3;
	text-decoration: none;
	padding: 0.4em 0.4em;
	color: #DEE0EE;
	background: url("img/foot-arrow.png") no-repeat center right;
}

#foot ul a:hover {
	background-color: #4755B6;
}

#foot div.contact,
#foot div.share {
	background: #F08B4E;
	padding: 2px 15px;
	margin-bottom: 1em;
	/*border: 1px solid #F5B48E;*/
}

#foot div.share { background: url("img/foot-share.png") no-repeat; padding-bottom: 20px; }

#foot div.contact { background: url("img/foot-contact.png") no-repeat; padding-bottom: 9px; margin-bottom : 0 ;}

#foot p.adresse {
	/*float: left;*/
	width: 190px;
	margin-bottom : 10px;
}

#foot div.fields {
	float: left;
	width: 240px;
}


#foot div.fields p {
	margin: 0;
	margin-bottom: 0.5em;
}

#foot .sharebtns {
	border: 0;
}

#foot .sharebtns a {
	background: url("img/sharebtns.png");
	width: 51px;
	height: 51px;
	padding: 0;
	text-indent: -3000px;
	float: left;
	border: 0;
	margin-right: 24px;
	opacity: .7;
}

#foot .sharebtns a:hover {
	opacity: 1;
	background-color: transparent;
}

#foot .sharebtns .last {
	margin: 0;
}

#foot .sharebtns .twitter 	{ background-position: -51px 0;}
#foot .sharebtns .delicious { background-position: -102px 0;}
#foot .sharebtns .flickr 	{ background-position: -153px 0;}
#foot .sharebtns .digg 		{ background-position: -204px 0;}
#foot .sharebtns .vimeo 	{ background-position: -255px 0;}
#foot .sharebtns .vimeo 	{ background-position: -255px 0;}

#foot input.text,
#foot textarea {
	padding: 0.4em;
	width: 100%;
	border: 2px solid #fff;
	background-color: #D7DAF0;
	color: #555;
}

#foot textarea {
	height: 69px;
}

#foot .social-networks {
	/*text-align : center ;*/
}


#foot .social-network {
	/*margin : 0 5px;*/
	float : left ;
	text-decoration : none ;
}

#foot .social-network img{
	vertical-align : middle ;
}

/* @end */

/* @group MISC CLASSES */

.box {
	/*background-color: green;*/
	padding: 0em 0.6em;
	padding-top:2em
}

.box-2 {
	background: #fff;
	border: 1px solid #ccc;
	padding: 0.8em 1.4em;
	padding-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 1.4em;;
}

.box-3 {
	background-color: red;
}

.alpha .box {
	padding-left: 2em;
	padding-right: 0;
}

.omega .box {
	padding-right: 2em;
	padding-left: 0;
}


.letters {
	list-style: none;
	text-align: center;
}

.letters li {
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	float: left;
	line-height: 2.7em;
	/*margin-top: -7px;*/
	margin-bottom: 0.5em;
}

.letters li a {
	background-color: #fff;
	color: #333;
	text-decoration: none;
	/*padding: 0.4em 0.7em;*/
	padding: 5px 8px;
	border: 1px solid #ddd;
	border-right: 0;
	font-weight: bold;
	font-size: 0.9em;
}

.letters li a:hover {
	background: #eee;	
}

.omr {
	display: none;
}

.grey {
	background-color: #fff;
}

.clear {
	clear: both;
}


.block h3 {
	float: left;
	margin: 0;
	padding: 0;
}

.block a {
	display: block;
	background-color: #eee;
	width: 210px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	float: left;
	padding: 30px 5px;
	height: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#eaeaea));
	border: 1px solid #ddd;
}

.block a:hover {
	background-color: #ddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#ddd));
}





.suggestions {
	/*background-color: #eee;*/
}

.col-2-1, .col-2-2 {
	float: left;
	width: 50%;
}

.suggestion {
	/*width: 47%;
	float: left;*/
	margin-right: 20px;
}

.suggestion h3 {
	color: #444;
	padding: 0.5em 0.7em;
	padding-bottom: 0.4em;
	font-size: 0.9em;
}

.glossaire-box {
	border-top: 1px solid #ddd;
	padding-top: 1.4em;
	margin-bottom: 0.6em;
	font-size: 0.9em;
	color: #999;
}

.glossaire-box a {
	color: #888;
}

.glossaire-box a:hover {
	color: #444;
}

/* @end */


#cloud {
	background-color: #f6f6f6;
	padding: 2em;
	margin-bottom: 1em;
}

#contact input, #contact textarea {
	width: 98% !important;
	font-size: 1.2em;
	padding: 0.3em;
}

#contact input.text {
	border: 1px solid #777;
	display: block;
}

#contact textarea {
	height: 100px;
}

#contact label {
	display: block;
	padding: 0 !important;
	margin: 0 !important;
}

#contact select {
	font-size : 1.2em ;
}

#contact p {
	margin: 0.4em 0;
}

#map_canvas {
	height: 250px;
	margin-bottom: 1.4em;
	border: 1px solid #777;
}

#map-content h4 {
	margin-bottom: 0.5em;
}


.profiles {
	margin: 0;
	padding-top: 10px;
}

.profiles ul {
	float: left;
	width: 334px;
	list-style: none;
	margin-left: 10px;
}

.profiles ul li {
	margin:  0;
	margin-bottom: 10px;
	position: relative;
	
}

.profiles .id {
	background-color: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#e3e3e3));
	border: 1px solid rgb(187, 187, 187);
}

.profiles .id img {
	/*position: absolute;
	top: 0;
	left: 0;
	margin: 0.5em;*/
	float:left;
	margin: 0.5em;
	
}

.profiles .id h4, .profiles .id h5 {
	margin: 0;
	margin-left: 70px;
	font-size: 1em;
}

.profiles .id h4 {
	padding-top: 10px;
}

.profiles .btn-more {
	position: absolute;
	top: 24px;
	right: 20px;
	width: 18px;
	height: 18px;
	text-indent: -3000px;
	background: url("img/profile-more.png");
}

.profiles .more {
	overflow: hidden;
}

.profiles .pad {
	background-color: #f8f8f8;
	border: 1px solid rgb(231, 231, 231);
	border-top: 0;
	padding: 1em;
}


/*.equipe .profils .btn-more {
	
}

.equipe .profils li,
.rd .profils li {
	background-color: #eee;
	list-style: none;
	margin: 0.5em 0.9em;
	width: 325px;
	float: left;
}

.rd .profils li {
	width: 310px;
}

.equipe .profils img,
.rd .profils img {
	float: left;
	margin: 1em;
}

.equipe .profils h4,
.rd .profils h4 {
	text-transform: none;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}

.equipe .profils .info,
.rd .profils .info {
	margin-top: 1em;
	margin-left: 99px;
	margin-right: 1em;
	color: #666;
	font-size: 0.9em;
}*/


#teaser, #teaser-home {
	position: relative;
	margin-bottom: 10px;
	/*display: none;*/
}

/* Sample 5*/
#box-teaser{
	position:absolute;
	width:700px;
}
#box-teaser span{
	display:block;
	float: left;
}
#info-teaser{
	bottom:0;
	display: none;
}

#teaser .buttons {
	position: absolute;
	top: 15px;
	right: 14px;
}

#teaser #next, #teaser #prev {
	width: 24px;	
	height: 24px;
	overflow: hidden;
	background: url("img/teaser-buttons.png");
	position: absolute;
	top:  0;
	right: 0;
	text-indent: -3000px;
}

#teaser #next {
	background-position: 0 -24px;
	
}


	

#teaser #prev {
	right: 30px;
}

/* ********************************** */


/*.info{
	width:100%;
	height:50px;
	background:#000;
	position:absolute;
}
.info p, .info h4{
	color:#fff;
	padding:3px 8px;
	font-family:Arial;
}
.info h4{
	font-size:14px;
}
.info h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}*/


.mask {
	position:relative;
	width:700px;
	height:200px;
	overflow:hidden;
}



.mask-2 {
	/*height: 95px;
	overflow: hidden;*/
}

/*#liens .liste {


}

#liens .liste li {
	list-style: none;	
	margin: 0;
	position: relative;
	margin-bottom: 1em !important;
	height: 74px;
}

#liens .liste img {
	border: 5px solid #000;
	position: absolute;
}

#liens .liste .infos {
	display: block;
	margin-left: 160px;
	background-color: #ddd;
	padding: 0.4em;
}

#liens .liste a {
	text-decoration: none;
	font-size: 1.5em;
	line-height: 1em;
}

#liens .liste strong {
	background-color: green;
}

#liens .liste em {
	font-style: normal;
	font-size: 0.7em;
}*/


a.btn {
	background-color: #C20A69;
	color: #fff;
	text-decoration: none;
	padding: 0.4em 0.5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 0.85em;
}



.block-2 {
	position: relative;
	width: 43%;
	height: 285px;
	overflow: hidden;
	float: left;
	padding: 0 3.4%;
	margin-top: -1px;
	border-top: 1px dotted #ddd;
}

.block-2:hover {
	background-color: #f8f8f8;
}

.block-2.one {
	border-right: 1px dotted #ddd;
}

#references .reference {
	/*float: left;*/
	margin: 0 1em;
	border-bottom: 1px solid #eee;
	padding: 1em 0;
}

#references .reference h3 {
	margin-top: 0;
}

#references .reference .logo {
	float: left;
}

#references .reference .infos {
	margin-left: 150px;


}

#references .produits_list .coma_separator:last-child, #references .services_list .coma_separator:last-child{
	display : none ;
}

ul.slim li {
	list-style: none;
	padding: 0;
	margin: 0;
}

img.right {
	float: right;
	margin-left: 2em;
	margin-bottom: 2em;
}

img.left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

#temoignages .text {
	padding: 1.5em;
	padding-bottom: 0.1em;
	font-style: italic;
}

#temoignages .author {
	margin: 1em;
	text-align: right;
}

#temoignages .temoignage {
	background-color: #f0f0f0;
	margin-bottom: 1.4em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.gmap-small {
	display: block;
	margin-top: 10px;
	opacity: .8;
}

.gmap-small:hover {
	opacity: 1;
}

.rd .profiles {
	margin-left: -15px;
	margin-right: -15px;
}

.rd .objectif {
	overflow: hidden;
}

.rd .objectif h3:hover {
	opacity: 1;
}

.rd .objectif h3 {

}

.rd .objectif h3 {
	background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#ccc));
	color: #000 !important;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 1em;
	overflow: hidden;
	margin-bottom: 4px;
	cursor: pointer;
	-webkit-border-radius: 5px;
}

.rd .objectif h3 strong {
	display: block;
	padding: 0.5em;
}

.rd .objectif h3 em {
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ccc));
	border-left: 4px solid #fff;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	padding: 0.9em;
	text-align: center;
	font-style: normal;
	font-size: 0.8em;	
	-webkit-border-radius: 5px;
}

.rd .objectif .over {
	background: -webkit-gradient(linear, left top, left bottom, from(#d4eb7e), to(#82c526));
}

.rd .objectif .in-progress {
	background: -webkit-gradient(linear, left top, left bottom, from(#fae04d), to(#ecab3f));
}

.rd .objectif .details {
	background-color: #f4f4f4;
	margin-bottom: 4px;
	margin-right: 0;
	padding: 1em;
	padding-bottom: 0.1em !important;
	-webkit-border-radius: 5px;
	
}

.rd .objectif .details .left {
	width: 350px;
	float: left;
}

.rd .objectif .details .right {
	padding: 0 10px;
	padding-top: 15px;
	margin-left: 370px;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
	-webkit-border-radius: 5px;
}

.rd .objectif .details .right ul {
	border-top: 1px solid #ccc;
	list-style: none;
	font-size: 0.9em;

}

.rd .objectif .details .right li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0.4em 0.1em;
	position: relative;
	font-weight: bold;
}


.rd .objectif .details .right strong {
	position: absolute;
	top: 5px;
	left: 170px;
	font-weight: normal;
	
}

.rd .first {
	/*border-top: 0 !important;*/
}

.rd .last {
	border-bottom: 0 !important;
}

.rd .graph {
	height: 150px;
	width: 250px;
}

.rd .flotr-grid-label {

}


.rd .light-1 {
	opacity: 0.6;
}


.rd .light-2 {
	opacity: 0.4;
}


.rd .light-3 {
	opacity: 0.2;
}

.rd .objectif .details .code {
	width: 82px;
	top: 9px !important;
	height: 11px;
	text-indent: -3000px;
	background: url("img/progressbar.png") top right;
}

.rd .objectif .details .code-in {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 11px;
	width: 20px;
	background: url("img/progressbar.png");
}

.rd .objectif .details .progress {
	position: absolute;
	display: block;
	background: url("img/progressbar.png") bottom left;
	height: 11px;
}

#recrutement .description {
	width: 400px;
	float: left;
}

#recrutement .skills {
	background-color: #eee;
	margin-left: 410px;
	padding: 1em;
}

#bibliotheque .books {
	list-style: none;
}

#bibliotheque .books li {
	float: left;
	margin: 0;	
}



#bibliotheque .books li a {
	display: block;
	border: 2px solid #fff;
	padding: 10px;
	width: 141px;
	height: 175px;
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
	text-decoration: none;
	font-weight: bold;
	color: #444;
}

#bibliotheque .books li a:hover {
	border-color: #999;	
}

#bibliotheque .biblio-dropdown {
	position: absolute;
	top: 16px;
	right: 18px;
}




#produit .fiche-1 {
	padding-bottom: 0;
	background-image: url("img/tab-content-middle.png");
	background-repeat: repeat-y;
	display: block;
	width: 700px;
}



#produit .fiche-2 {
	background-image: url("img/tab-content-top-2.png");
	background-repeat: no-repeat;
	display: block;
	width: 700px;
}


#produit .fiche-3 {
	background-image: url("img/tab-content-bottom.png");
	background-repeat: no-repeat; 
	background-position: bottom left;
	display: block;
	width: 700px;
	padding-bottom: 20px;
}
/*
#produit .fiche .description {
	padding: 1em;
	overflow: hidden;
}

#produit .fiche .description h3 {
	text-transform: none;
	font-size: 1.3em;
	color: #888;
}*/


.download-pdf {
	display: block;
	background-color: #eee;
	width: 160px;
	margin: 1em;
	float: right;
	padding-top: 15px;
	padding-left: 60px;
	padding-right: 10px;
	height: 54px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 8px;
	background: #eee url("img/icon-pdf.png") center left no-repeat;
	background-color: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#eaeaea));
	border: 1px solid #ddd;
	text-decoration: none;
	line-height: 1.3em;
	color: #555;
}

.download-pdf:hover {
	background-color: #f6f6f6;	
}

/* @group Forum */


#forum table {
	width: 100%;
	border-top: 0;
	border-right: 0;
}

#forum table td,
#forum table th {
	padding: 4px;
	border-bottom: 0;
	border-left: 0;
}

#forum table th {
	background-color: #eee;
}

#forum #topBar {
	text-align: right;
}

#forum .breadbar td {
	background-color: #eee;
	padding: 0.4em 0.6em;
	color: #555;
	vertical-align: middle;
}

#forum .breadcrumb {
	padding-left: 0.6em;
	font-size: 0.95em;
}

#forum .quick-search {
	width: 420px;
}



#forum .quick-search table {
	margin: 0;
}

#forum .quick-search table  td {
	padding: 0;
}

#forum .tableBorder {
	background: #eee;
	margin-bottom: 10px;
	/*border-bottom: 1px solid red;*/

}


#forum .quick-search .smallLinks {
	width: 60px;
	padding-left: 1em;
	line-height: 0.9em;
	text-align: left;

}

#forum .quick-search .smallLinks a {
	color: #666;
	font-size: 0.8em;
}

#forum .tableHeading {
	padding: 0.5em;
}

#forum .tableHeadingBG {
	background-color: #273186;
	color: #fff;
	font-weight: bold;
}

#forum .tableHeadingBG a {
	color: #fff;
	text-decoration: none;
}



#forum .tableRowHeading {
	background-color: #ddd;
	border-bottom: 1px solid #aaa;
	
}

#forum .triggers {
	width: 339px !important;	
	vertical-align: top;
}


#forum .trigger {
	display: block;
	padding: 0.5em 0.7em;
	color: #fff;
	text-decoration: none;
}


#forum .triggers .trigger {
	padding: 0.9em 0.7em;

}

#forum .triggerWrap {
	width: 600px;
	padding: 0;
}

#forum td.tableRowHeadingBold {
	background-color: #ddd;
	padding: 0.5em 0.4em;
	font-size: 0.9em;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
}

#forum .tableCellOne, #forum .tableCellTwo {
	border-bottom: 1px solid #ccc;
	background-color: #f6f6f6;
	padding: 10px;
	vertical-align: top;
}

#forum .input {
	width: 98% !important;
}

#forum .quick-search .input {
	width: 140px !important;
}

#forum .tableCellOne a,
#forum .tableCellTwo a {
	text-decoration: none;
}

#forum .tablePostInfo {
	font-size: 0.8em;
	line-height: 1.3em;
	color: #777;
}

#forum .cwThread {
	width: 150px;
}

#forum .small {
	font-size: 0.8em;
}

#forum .buttonSmall, #forum .buttonSmallHover {
	color: #fff;
	background-color: #C20A69;
	padding: 2px 6px;
	margin-right: 2px;
	white-space: nowrap;
	cursor: pointer;
}

#forum .buttonLarge, #forum .buttonLargeHover {
	display: inline !important;
	background-color: #C20A69;
	white-space: nowrap;
	color: #fff;
	padding: 5px;
	cursor: pointer;
	margin-left: 2px;
}

#forum .profileMenu {
	background-color: #eee;
}

#forum .profileHead {
	background-color: #ccc;
	color: #222;
	padding: 4px 6px;
	margin-bottom: 1px;
}

#forum .profileMenu .menuItem {
	padding: 2px 6px;
}

#forum .profileMenu .menuItem a {
	text-decoration: none;
}

#forum .profileHeadingBG .tableHeading {
	background-color: #ddd;
}

#forum .quick-search-form {
	padding: 10px;
}

#forum .quick-search-form .input {
	width: 200px !important;
	float: left;
}

/* @end */


.tabs .menu {
	border-bottom: 1px solid #ccc;
}

.tabs .menu ul {
	padding: 0;
	margin: 0;
	float: left;
	margin-bottom: -1px;
	padding-left: 10px;
}

.tabs .menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabs .menu a {
	display: block;
	background: url("img/tab-grey-right") no-repeat top right;
	text-decoration: none;
	color: #333;
	margin-left: 5px;
	white-space: nowrap;
}

.tabs .menu a span {
	display: block;
	background: url("img/tab-grey-left.png") no-repeat;
	padding: 0.7em 1em;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

.tabs .menu li.on a {
	background-image: url("img/tab-white-right.png");
}


.tabs .menu li.on a span {
	background-image: url("img/tab-white-left.png");
	border-bottom: 1px solid #fff;
}

.fiche .description {
	padding: 20px;
}

.fiche .produit-box {
	margin-right: 30px;
}

.fiche .produit-text-intro {
	width: 430px; 
	display: inline; 
	float: left; 
	margin-bottom: 20px;
	
}

.fiche .description p {
	padding-top: 10px;
	font-size: 1.2em;
	line-height: 1.4em;
}

.fiche .tab-panel {
	padding: 20px;
	padding-bottom: 0;
}

.fiche .fiche-content img {
	/*margin: 3em;*/
}



.home-news {
	font-size: 0.9em;
}

.home-news h4 {
	font-size: 1em;
	margin: 0;
}

.home-news p {
	margin-bottom: 0.5em;
	margin-right: 1em;
}

.home-login p {
	margin: 0.5em;
}

.home-login .small {
	font-size: 0.8em;
}

.home-block {
	margin-top: 1em;
	border-top: 4px solid #ddd;
	border-bottom: 4px solid #ddd;
	margin-bottom: 1em;
	background-color: #eee;
}

.home-block .alpha p {
	margin-left: 1em;
	font-size: 0.9em;
}

.home-block li p {
	margin-left: 1em;
	font-size: 0.9em;
	margin-bottom : 0 ;
}


.home-block .beta p {
	font-size : 0.9em;
}

.home-block .alpha img {
	margin-left: 1em;
}

.home-block .pad {
	padding: 10px 0;
}

.home-block .home_col_title{
	margin-bottom : 10px ;
}

.societe-actu h4 {
	margin-bottom: 0;
	margin-top: 1em;
}

.toplink {
	float: right;
}

.overTxtLabel {
	font-size: 0.9em;
	padding-top: 4px;
	color: #999;
}

.contact .overTxtLabel {
	color: #777;
}


.paginate {
	margin-top: 20px;
}

.paginate a, .paginate strong {
	background-color: #eee;
	padding: 8px 14px;
	text-decoration: none;
}

.paginate strong {
	background-color: #C20A69;
	color: #fff;
	font-weight: normal;
}

.paginate a:hover {
	background-color: #ddd;	
}


.paginate em {
	margin-right: 10px;
	font-style: normal;
	font-size: 0.9em;
	color: #aaa;
}

.interview h3 {
	margin: 0;
	padding: 0;
	text-transform: none;
	font-size: 1.4em;
	color: #C20A69;
}

.interview small {
	margin: 0;
	display: block;
	color: #777;
	margin-bottom: 10px;
}

.home-clients {
	text-align: center;
}

.home-clients li {
	padding: 0;
	margin: 0 13px;
	display: inline;
}

.txt-intro {
	margin: 0 20px;
	margin-top: 20px;
}

/** SECTION NEWSLETTER */

#sommaire-top {
	width : 700px ;
	background : transparent url(../img/newsletter/sommaire/_middle.jpg) scroll repeat-y top left ;
	padding-left : 15px ;
	border : none ;
}

#sommaire-content-main {
	width : 700px ;
	background : transparent url(../img/newsletter/sommaire/top.jpg) scroll no-repeat top left ;
	padding-top : 40px ;
	padding-left : 15px ;
	border : none ;
}

#sommaire-content {
	width : 700px ;
	background : transparent url(../img/newsletter/sommaire/_bottom.jpg) scroll no-repeat bottom left ;
	padding-bottom : 19px ;
	padding-left : 15px ;
	border : none ;
}

/** Sommaire **/
.nl-sommaire {
	width : 100% ;
	border-collapse : collapse ;
	border : none ;
}

.nl-sommaire tr, .nl-sommaire td{
	border : none ;
	padding : 0 ;
	margin : 0 ;
}

.nl-sommaire-top-left {
	width : 16px ;
	height : 40px ;
	background : transparent url(../img/newsletter/sommaire/top-left.jpg) scroll no-repeat top left ;
}

.nl-sommaire-top {
	width : 700px ;
	height : 40px ;
	background : transparent url(../img/newsletter/sommaire/top.jpg) scroll no-repeat top left ;
}

.nl-sommaire-top-right{
	width : 11px ;
	height : 40px ;
	background : transparent url(../img/newsletter/sommaire/top-right.jpg) scroll no-repeat top left ;
}

.nl-sommaire-left {
	width : 16px ;
	background : transparent url(../img/newsletter/sommaire/left.jpg) scroll repeat-y top left ;
}

.nl-sommaire-content-left{
	width : 237px ;
}

.nl-sommaire-content-right{

}

.nl-sommaire-right {
	width : 11px ;
	background : transparent url(../img/newsletter/sommaire/right.jpg) scroll repeat-y top left ;
}

.nl-sommaire-bleft{
	width : 16px ;
	height : 219px !important ;
	background : transparent url(../img/newsletter/sommaire/b-left.jpg) scroll no-repeat top left ;
}

.nl-sommaire-bright {
	width : 11px ;	
	height : 219px !important ;
	background : transparent url(../img/newsletter/sommaire/b-right.jpg) scroll no-repeat top left ;
}

.nl-sommaire-content-bright {
	width : 437px ;
	height : 219px !important ;
	background : transparent url(../img/newsletter/sommaire/people.jpg) scroll no-repeat top left ;
}

.nl-sommaire-bottom {
	width : 700px ;
	height : 19px ;
	background : transparent url(../img/newsletter/sommaire/bottom.jpg) scroll no-repeat top left ;
}

/** Contenu */

.newsletter-title {
	color			:#253188;
	font-size		:14px;
	margin-bottom	:0px;
	text-align		:right;
	margin-right 	: 10px ;	
}

.nl-contenu {
	width : 100% ;
	border-collapse : collapse ;
	border : none ;
}

.nl-contenu tr, .nl-contenu td{
	border : none ;
	padding : 0 ;
	margin : 0 ;
}

.nl-contenu-top {
	width : 700px ;
	height : 10px ;
	background : transparent url(../img/newsletter/cadre/cadre-top.jpg) scroll no-repeat top left ;
}

.nl-contenu-bottom {
	width : 700px ;
	height : 10px ;
	background : transparent url(../img/newsletter/cadre/cadre-bottom.jpg) scroll no-repeat top left ;
}

.nl-contenu-left {
	width : 10px ;
	background : transparent url(../img/newsletter/cadre/cadre-left.jpg) scroll repeat-y top left ;
}

.nl-contenu-content{
	width : 680px;
	
}

.nl-contenu-right{
	width : 10px ;
	background : transparent url(../img/newsletter/cadre/cadre-right.jpg) scroll repeat-y top left ;
}

.nl-sommaire-content-left h1 {
	font-size : 14px ;
	color : #253188 ;
	margin-bottom : 0 ;
}

.nl-contenu-content h1 {
	font-size : 14px ;
	color : #253188 ;
	padding-left : 14px ;
}

.nl-contenu-news {
	padding-left : 14px ;
	padding-right : 14px ;
	border-top : 1px solid #d9dadb ;
	padding-top : 15px ;
}

.nl-contenu-news.first {
	border : none ;
	padding-top : 0 ;
}

.nl-contenu-news .nl-contenu-image{
	float : left ;
	width : 60px ;
}

.nl-contenu-news .nl-contenu-content-content {
	padding-left : 60px ;
	
	margin-bottom : 15px ;
}


.nl-contenu-content-content a, .nl-contenu-content-content a:hover, .nl-contenu-content-content a:visited {
	color : #00529e ;
	font-size : 11px ;
	text-decoration : none ;
}

.newsletter-sommaire-link, .newsletter-sommaire-link:hover, .newsletter-sommaire-link:visited {
	text-decoration : none ;
	color : #253188 ;
}

.sommaire-item .newsletter-sommaire-link, .sommaire-item .newsletter-sommaire-link:hover, .sommaire-item .newsletter-sommaire-link:visited {
	text-decoration : none ;
	color : black ;
}

.clearfloats {
	clear : both ;
}

.sommaire-item {
	font-size : 12px ;
	color : black ;
	margin-left : 2px ;
	width : 230px ;
}

.sommaire-item  p{
	color : black ;
	width : 230px ;
}

.sommaire-sep {
	margin-bottom : 15px ;
}

/** Headers **/
.actualites-header {
	width : 700px ;
	height : 180px ;
	background : transparent url(../img/bandeaux/actualites.jpg) scroll no-repeat top left ;
	margin-bottom : 20px ;
}

.chiffres-header {
	width : 700px ;
	height : 180px ;
	background : transparent url(../img/bandeaux/chiffres.jpg) scroll no-repeat top left ;
	margin-bottom : 20px ;
}

.partenaires-header {
	width : 700px ;
	height : 180px ;
	background : transparent url(../img/bandeaux/partenaires.jpg) scroll no-repeat top left ;
	margin-bottom : 20px ;
}

.presentation-header {
	width : 700px ;
	height : 180px ;
	background : transparent url(../img/bandeaux/presentation.jpg) scroll no-repeat top left ;
	margin-bottom : 20px ;
}

.didacticiel-header {
	width : 700px ;
	height : 180px ;
	background : transparent url(../img/bandeaux/didacticiel.jpg) scroll no-repeat top left ;
	margin-bottom : 20px ;
}

.formation-header {
	width : 700px ;
	height : 180px ;
	background : transparent url(../img/bandeaux/formation.jpg) scroll no-repeat top left ;
	margin-bottom : 20px ;
}

.conseil-accompagnement-header {
	width : 700px ;
	height : 180px ;
	background : transparent url(../img/bandeaux/conseil.jpg) scroll no-repeat top left ;
	margin-bottom : 20px ;
}

.hebergement-header {
	width : 700px ;
	height : 180px ;
	background : transparent url(../img/bandeaux/hebergement.jpg) scroll no-repeat top left ;
	margin-bottom : 20px ;
}


/** Newsletter Evenements **/
.evenements-header {
	width : 700px ;
	height : 180px ;
	background : transparent url(../img/newsletter/seminaires.jpg) scroll no-repeat top left ;
	margin-bottom : 20px ;
}



.evenement {
	margin : 10px 0px ;
}

.evenement_title {
	font-weight : bold ;
	margin-bottom : 20px ;
}

.date_type {
	margin-top : 10px ;
}

.btn_inscription {
	text-align : right ;
	margin-top : 10px ;
}

.evenement_date{
	display : block ;
}

.evenement_date input{
	margin-right : 10px ;
}

.evenement-image {
	width : 135px ;
	padding-right : 10px ;
	float : left ;
}

.evenement-contenu {
	/*padding-left : 145px ;*/
}

.evenement-contenu-text {
	padding : 20px ;
	border : 1px solid #d9dadb ;
}

.evenement-contenu-text  a, .evenement-contenu-text  a:hover, .evenement-contenu-text  a:visited {
	color : #00529e ;
	font-size : 11px ;
	text-decoration : none ;
}

/** For inscription */

.inscription-little-top{
	background:url("../img/newsletter/inscription/cadre-top.png") no-repeat scroll left top transparent;
	height : 10px ;
	width : 220px ;
	margin-top : 20px ;
}

.inscription-little-bottom{
	background:url("../img/newsletter/inscription/cadre-bottom.png") no-repeat scroll left top transparent;
	height : 10px ;
	width : 220px ;
}

.inscription-form-little {
	/*border:1px solid #d9dadb ;*/
	padding : 10px ;
	background:url("../img/newsletter/inscription/cadre-middle.png") repeat-y scroll left top transparent;
}

.inscription-form-little fieldset {
	margin : 0 ;
}

#f-email-little {
	padding : 3px ;
	width : 190px !important ;
	margin-bottom : 10px ;
}
.inscription-form-little h2 {
	background:url("../img/newsletter/inscription/lettre.jpg") no-repeat scroll left top transparent;
	font-size:16px;
	height:65px;
	padding-left:65px;
	padding-top:8px;
	vertical-align:middle;
}

#inscrire-little {
	background : url("../img/newsletter/inscription/btn_inscrire.jpg") no-repeat scroll left top transparent;
	width : 162px ;
	text-align : center ;
	height : 29px ;
	color : white ;
	font-size : 12px ;
	font-weight : bold ;
	border : none ;
	margin : 0 18px ;
}

.product_demo_link {
	padding-left : 20px ;
	background : transparent url('/css/img/pellicule.png') scroll no-repeat center left ;
}

.nl-sondage-resultats {
	width : 340px ;
	float : left ;
}

.nl-sondage-resultats ul {
	margin-bottom : 5px ;
	padding-left : 30px ;
}

.nl-sondage-resultats li {
	margin : 0 ;
	list-style-type : none ;
	line-height : 1.5em ;
	font-size : 10px ;
	margin-bottom : 2px ;
}

.poll-chart {
	position : relative ;
	bottom : 20px ;
	z-index : -1 ;
}

.nl-sondage-question {
	width : 308px ;
	padding : 0 16px ;
	float : left ;
}

.lg-polls-answers {
	margin : 40px 0 ;
}

.lg-polls-answers li {
	list-style-type : none ;
	margin : 0 ;
}

.legend_item {
	width : 25px ;
	display : inline-block ;
}