html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1px;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

img {
	border: none;
}

img.fr {
	margin: 0 0 20px 20px;
}

object, a {
	outline: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1px;
}

a {
	text-decoration: none;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

p {
	line-height: 1.35em;
}

#regularcontent h1 {
	color: #2e718e;
	font-weight: normal;
	font-size: 24px;
	margin: 0 0 20px 0 !important;
	font-family: Calibri, Lucida Grande, Arial, Verdana, sans-serif;
}

#regularcontent h2 {
	font-size: 18px;
}

#regularcontent p {
	margin: 0 0 15px 0;
	line-height: 18px;
}

td.widetd #regularcontent h1  {
  line-height:28px;
}


h2 {
	color: #2e718e;
	font-weight: normal;
	font-size: 24px;
	margin: 10px 0 10px 0 !important;
	font-family: Calibri, Lucida Grande, Arial, Verdana, sans-serif;
}

#fiche h2 {
	color: #749B00;
	font-weight: normal;
	font-size: 16px;
	border-bottom: 1px dotted #666;
	padding: 0 0 5px 0;
	float: left;
	width: 100%;
	font-family: Calibri, Lucida Grande, Arial, Verdana, sans-serif;
}

h3 {
	font-size: 14px;
	margin: 0 0 5px 0;
	font-family: Calibri, Lucida Grande, Arial, Verdana, sans-serif;
	color: #7f7f7f;
}

h4 {
	font-weight: normal;
	color: #357691;
	margin: 0 0 5px 0;
	font-family: Calibri, Lucida Grande, Arial, Verdana, sans-serif;
}

h4 a {
	color: #357691;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-size: 62.5%;
	font-family: Arial, Verdana, sans-serif;
	background: #eaeaea;
	color: #666666;
}

#wrapper {
	border-top: 5px solid #e6e9e8;
	font-size: 1.35em;
}

#wrapper-header {
	background: #FFF;
}

#header {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#headerright {
	width: 360px;
	float: right;
}

#logo {
	padding: 5px 0 0 0;
}

#toolbox {
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	background: #ededed url(../images/bg-toolbox.png) repeat-x top left;
	float: right;
	padding: 7px 15px;
	margin: -5px 0 0 0;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}

#toolbox li {
	display: inline;
}

#toolbox a {
	color: #565f63;
	background: url(../images/toolbox-line.png) no-repeat center right;
	padding: 0 10px 0 0;
	margin: 0 5px 0 0;
}

#toolbox a.last {
	background: none;
	padding: 0;
	margin: 0;
}

#cta {
	position: absolute;
	right: 0px;
	top: 25px;
}

.cta-title {
	color: #f88a06;
	font-size: 18px;
	padding: 5px 0 0 0;
	margin: 0 0 5px 0;
}

.cta-title a {
	color: #f88a06;
}

.cta-sub a {
	color: #565f63;
}

#cta img {
	float: right;
}

#qfor {
    font-size: 1.15em;
    padding: 8px 6px 8px 10px;
    position: absolute;
    right: 195px;
    top: 72px;
    background-color: #FFF;
    color: #003C78;
    box-shadow: #ddd 0px -1px 1px 1px;
    width: 165px;
}

#qfor img {
	margin: 0 8px 8px 0;
    height: 33px;
}

#qfor a {
	color: #003C78;
	display: block;
	float: left;
}

a.qforlink {
	/*padding: 42px 0 0 0;*/
}

#regularcontent {
	width: 757px;
	zoom: 1;
	position: relative;
}

#regularcontent.wider {
	width: 920px;
}

#qfor-right {
	float: left;
	width: 230px;
	margin: 0 20px 0 0;
	padding: 10px;
	border: 3px solid #D5D5D5;
	margin: 0 20px 0 0;
	position: relative;
	background: #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
	
.shadow {
	background: #FFFFFF;
	
	-moz-box-shadow: 0 5px 10px #ccc;
      -webkit-box-shadow: 0 5px 10px #ccc;
      box-shadow: 0 5px 10px #ccc;
	  
	  
      zoom: 1;
      filter: 
		progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=135,strength=4); 
		
	-moz-border-radius: 8px; /* Firefox */
 	-webkit-border-radius: 8px; /* Safari and Chrome */
  	border-radius: 8px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}

#qfor-right h2 {
	margin: 0 0 10px 0 !important;
}

#qfor-labels {
	float: right;
	width: 640px;
}

.gold {
	color: #c4a33a;
}
.blue {
	color: #003C78;
}
.green {
	color: #7AAC18;
}

#qfor-labels table {
	margin: 0 0 20px 0;
	font-size: 11px;
}

#qfor-labels td {
	padding: 5px 10px 10px 0px !important;
	text-align: center;
	vertical-align: top;
}

#qfor-labels img {
	margin: 0 0 5px 0;
	border: 1px solid #E2E2E2;
	padding: 5px;
	
	background: #FFFFFF;
	
	-moz-box-shadow: 0 5px 10px #ccc;
      -webkit-box-shadow: 0 5px 10px #ccc;
      box-shadow: 0 5px 10px #ccc;
      zoom: 1;
      filter: 
		progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=135,strength=4);
		
		-moz-border-radius: 5px;
	border-radius: 5px;
}

#wrapper-navigation {
	background: url(../images/bg-navigation.png) repeat-x top left;
	margin: -12px 0 0 0;
}

#navigation {
	width: 960px;
	margin: 0 auto;
	padding: 12px 0 0 0;
}

#navigation li {
	display: inline;
}

#navigation li a {
	color: #FFF;
	font-size: 1.15em;
	padding: 8px 15px;
	display: inline-block;
}

#navigation li .active a {
	background: #FFF;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	color: #749b00;
}

#wrapper-content {
	background: #f9faf8 url(../images/bg-search.png) repeat-x top left;
	border-bottom: 1px solid #D5D5D5;
	font-size: 9pt;
}

#wrapper-innercontent {
	width: 960px;
	margin: 0 auto;
}

#wrapper-innercontent.content {
	padding: 20px;
	background: #FFF;
	width: 920px;
}

#wrapper-innercontent table {
	width: 100%;
}

#wrapper-innercontent td {
	padding: 10px 20px 0 0;
}

#wrapper-innercontent.content .widetd {
	padding: 0 20px 0 0;
	width: 720px;
}

td.widetd {
	width: 800px;
	padding: 0 20px 0 0;
        vertical-align: top;
	line-height: 16px;
}

td.contentDisplay {
        vertical-align: top;
	padding: 0 20px 0 0;
}

#wrapper-innercontent.content td.logos {
	padding: 0 !important;
	vertical-align: top;
}

td.logos {
	background: #FFF;
	padding: 20px 10px 10px 10px !important;
	text-align: center;
	vertical-align: top;
    width: 120px;
}

td.logos img {
	border: 1px solid #b9b9b9;
	padding: 2px;
	margin: 0 0 10px 0;
}

#wrapper-search {
	background: #ebf4d2;
}

#search.home {
	height: 140px;
}

#search p {
	color: #494949;
}

#search-form {
	margin: 10px 0 0 0;
}

#search-form input.text {
	border: 1px solid #DADADA;
	font-family: Calibri, Arial, Verdana, sans-serif;
	font-size: 1.25em;
	color: #9d9d9d;
	padding: 10px;
	width: 460px;
	margin: 0 10px 0 0;
}

#search-form input.submit {
	background: #739b00 url(../images/bg-searchbtn.png) repeat-x top left;
	border: 1px solid #8dba06;
	color: #FFF;
	font-size: 1.25em;
	font-family: Calibri, Arial, Verdana, sans-serif;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 8px 15px;
	margin: 0 10px 0 0;
	cursor: pointer;
}

#search-form a {
	color: #2e708e;
}

#thismonth {
	margin: 40px 0 30px 0;
	display: block;
}

#monthlyblocks {
	margin: 20px 0 0 0;
       
}

.monthlyblockwrapper {
	float: left;
      
    
}

.monthlyblock {
        position: relative;
	width: 225px;
    height: 250px; 
	float: left;
	margin: 0 20px 0 0;
	border: 3px solid #FFF;
	-moz-box-shadow: 0 0 3px #888;
	-webkit-box-shadow: 0 0 3px#888;
	box-shadow: 0 0 3px #888;
	padding: 5px;
	background: #FFF;
	min-height: 200px;
}

#monthlyblocks h3 {
	text-transform: uppercase;
}

.monthlyblock img {
	margin: 0 0 10px 0;
}

.monthlyblock p {
	color: #333;
	font-size: 9pt;
}

.monthlyblock a {
	color: #327491;
}

.monthlyblock a.arrow {
        position: absolute;
	background: url(../images/link-arrow.gif) no-repeat center right;
	padding: 0 20px 0 0;
	margin: 10px 0 0 0;
	display: block;
	float: right;
	font-size: 9pt;
        bottom: 10px;
        right: 10px;
        line-height: 12px;

}

.monthlyblock h4 {
	font-size: 14px;
        
}

#footer {
	margin: 0 auto;
	width: 960px;
	padding: 20px 0;
	font-size: 0.95em;
	color: #7f7f7f;
}

.footer-small {
	width: 240px;
}

.footer-big {
	width: 430px;
	margin: 0 0 0 20px;
}

.footer-big ul.fl {
	width: 215px;
}

.footer-big a {
	background: url(../images/footer-arrow.png) no-repeat 0 4px;
	padding: 0 0 0 10px;
}

.footer-title {
	text-transform: uppercase;
	margin: 0 0 10px 0;
	line-height: 16px;
	font-size: 12px;
}

#footer a {
	color: #337592;
	display: block;
	line-height: 16px;
}

#footer li {
	padding: 5px 0;
}

li.freelistend {
	border-bottom: 1px solid #c9c7c7;
	padding: 5px 0 10px 0 !important;
}

.box .h2_Space {
}
.box .h2_SpaceLittle {
    height: 14px;
}

.innerSearch
{
    padding: 20px;
	font-size: 9pt;
}

.innerSearch td {
	padding: 5px 0;
}

.innerSearch #start {
	padding: 0 15px 0 10px;
}

.innerSearch #end {
	padding: 0 0 0 10px;
}

#search .boxTitle {
	float: left;
	background: #F4F4F4;
	padding: 5px 10px 5px 10px;
	font-size: 15px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	margin: 0 3px 0 0;
}

#search .boxTitleDisabled {
	float: left;
	padding: 5px 10px 5px 10px;
	font-size: 15px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	background: #E3E3E3;
	margin: 0 3px 0 0;
}

#search .boxTitleDisabled:hover {
	float: left;
	background: #F4F4F4;
	padding: 5px 10px 5px 10px;
	font-size: 15px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}

#search .boxTitle h2,
#search .boxTitleDisabled h2 {
	font-size: 15px;
}

#search .boxTitle h2 a {
	text-decoration: none !important;
}

.forSearchTraining
{
    background: #F4F4F4;
    background-position: bottom right;
}

.forSearchTrainer
{
    background: #F4F4F4;
    background-position: bottom right;
}

.forSearchConfplace
{
    background: #F4F4F4;
    background-position: bottom right;
}

.forSearchFreelance
{
    background: #F4F4F4;
    background-position: bottom right;
}

.jobsHead li {
    width: 50%;
    display: inline-block;
}

.relative {
    position: relative;
}

.relative h2 {
	margin: 0 0 10px 0 !important;
}

.navBar {
	padding: 5px;
	background: #F4F4F4;
	margin: 0 0 5px 0;
	color: #494949;
}

.result {
	float: left;
	padding: 2px 0 0 0;
}

.navByPage {
	float: right;
}

.resultByNum {
	text-align: center;
	color: #666;
}

.button  {
	background: #2E718E;
	padding: 5px 15px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #2E718E;
	color: #FFFFFF !important;	
	font-family:  Arial, sans-serif;
	font-size: 14px;
	cursor: pointer;
}

#goInfoTraining, #goNewConfPlace, #goAddFreelancerFreeImg, #goInfoTrainer, #goNewJob, 
#goManageFreelance, #goSubscribeNewsletter, #goSubscribeTrainginf, .infoAskingButton a.button  {
	/*background: #2E718E;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #2E718E;
	color: #FFF;	
	font-family: Arial, sans-serif;
	font-size: 12px;
	cursor: pointer;*/
	background: #739b00 url(../images/bg-searchbtn.png) repeat-x top left;
	border: 1px solid #8dba06;
	color: #FFF;
	font-size: 1.25em;
	font-family: Calibri, Arial, Verdana, sans-serif;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 4px 15px;
	margin: 0 10px 0 0;
	cursor: pointer;
}

.requestinfo, #goAddFreelancerFreeImg, #addConfPlacePay input, input#goAskLogin, #addConfPlaceGratis input, #goAddFreelancerPayImg, #newJobButton  {
	background: #739b00 url(../images/bg-searchbtn.png) repeat-x top left;
	border: 1px solid #8dba06;
	color: #FFF;
	font-size: 1.25em;
	font-family: Calibri, Arial, Verdana, sans-serif;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 4px 15px;
	margin: 0 10px 0 0;
	cursor: pointer;
}

#newJobButton {
	float: right;
	margin: 0 0 0 10px !important;
	
}

#goAskLogin {
	margin: 10px 0 0 0 !important;
}

#infosTraining li {
	line-height: 18px;
}

textarea {
	font-family: Arial, Verdana, sans-serif;
	color: #666;
	padding: 5px !important;
	font-size: 14px;
	
}

li.tooverview {
	padding: 15px 0 0 20px;
}

#subscribeNews {
	margin: 0;
}

td.vtop {
	vertical-align: top;
	padding: 15px 20px 5px 5px !important;
}

#wrapper-innercontent td table td {
	padding: 5px;
}

ul.contacts {
	margin: 0 0 10px 0 !important;
}

td.contentDisplay li {
	padding: 5px 0;
}

.pocContacts {
	margin: 0 0 10px 0;
}

.contentDisplay .box {
	line-height: 18px;
}

/*#search h2, #search p, #search a  {
	color: #FFF;
}*/

#search a {
	text-decoration: underline;
}

#infosTrainer li, #SubscribeTraining li {
	line-height: 18px;
}

#cbeds {
	margin: 5px 0;
}

#newjob ul {
	clear: both;
	margin: 0 0 10px 0;
	float: left;
}

#priceMin, #priceMax {
	margin: 0 10px 0 0;
}

#managefreelance i {
	line-height: 18px;
}

#file {
	margin: 0 0 10px 0;
}

#managefreelance ul.textarea, #SubscribeTraining ul.textarea {
	clear: both;
	margin: 0 0 10px 0;
	float: left;
}

#trainingRegProv {
    width: 150px;
}
#trainingRegProv_op {
    width: 200px;
    display: none;
}

.innerSearch #searchByKW {
    width: 100px;
}

.home h2, .home p, .home a {
	color: #FFF !important;
}

ul.checklang {
	height: auto !important;
}

table.freelancecats {
	width: 720px !important;
}

.freelancecats td {
	vertical-align: top;
	width: 240px;
}

.freelancecats .left, .freelancecats .right {
	width: 240px !important;
	line-height: 16px;
}



.freelancecats .buttonLeft, .freelancecats .buttonRight {
	width: 240px !important;
}

#login {
	padding: 0 0 0 30px;
}

.detailfiche h2 {
    border-bottom: 1px dotted #666666;
    color: #749B00;
    float: left;
    font-family: Calibri,Lucida Grande,Arial,Verdana,sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 0 0 5px;
    width: 100%;
}

.reservatieButton {
    clear: both;
}

.reservatieButton input {
	background: none repeat scroll 0 0 #2E718E;
    border: 1px solid #2E718E;
    border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 14px;
    padding: 5px;
}

.trainerBlock {
    float: left;
    clear: both;
    width: 100%;
    color: #666;
	margin: 5px 0 0 0;
}

.trainerBlock .trainerInfoAsking {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.item {
    width: 340px;
    margin: 10px 10px 10px 0;
    float: left;
	line-height: 16px;
}

.date {
	margin: 0 0 5px 0;
}

.comment {
	font-style: italic;
}

.datalabel {
	float: left;
	width: 70px;
}

.datatext {
	float: left;
	width: 200px;
	margin: 0 0 5px 0;
}

.cfplace {
    line-height: 16px;
}


.box h3 {
    border-bottom: 1px dotted #666666;
    color: #749B00;
    float: left;
    font-family: Calibri,Lucida Grande,Arial,Verdana,sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 20px 0 5px 0;
    padding: 0 0 5px;
    width: 100%;
}

.subTitle h3 {
	font-size: 14px;
	margin: 0 0 5px 0;
	font-family: Calibri, Lucida Grande, Arial, Verdana, sans-serif;
	color: #7f7f7f;
	border-bottom: none;
	padding: 0;
	font-weight: bold;
}

.trainerimg {
	float: left;
	margin: 0 10px 0 0;
	width: 120px;
}

.trainerdata {
	float: left;
	line-height: 18px;
	width: 626px;
}

.trainerdata h2 {
	margin: 0 0 10px 0 !important;
}

.generaldata {
	float: left;
	width: 280px;
	margin: 0 20px 0 0;
}

.locations {
	float: left;
	width: 250px;
	line-height: 18px !important;
	border-left: 1px solid #EDEDED;
	padding: 0 0 0 20px;
}

.locations span {
	font-weight: bold;
}

.locations .box {
	line-height: 22px;
}

.title {
	line-height: 18px;
}

.smalltext {
	font-size: 11px;
	font-style: italic;
	margin: 10px 0 0 0;
}

.askinfo {
	float: right;
	width: 277px;
}

.trainerLowerRight {
    padding-left: 50px;
    width: 100%;
}

.imagescertif {
	text-align: center;
}

.imagescertif img {
	margin: 0 40px 0 0;
}

.content ul.regcontent {
	margin: 0 0 0 35px;
}

ul.regcontent li {
	margin: 5px 0;
	line-height: 22px;
	list-style-type: circle !important;
}

#regularcontent ol li {
	list-style-type: decimal;
}

p.regcontent {
	line-height: 22px;
}

#regularcontent h3 {
	font-weight: normal;
	font-size: 16px;
	margin: 20px 0 10px 0;
	color: #78A000;
}

.trainDateBox {
    height: 28px;
}
.trainDateBox td {
    
    padding: 0 !important;
}
.trainDateBox input {
    padding: 0 !important;
}

#regularcontent ul {
   margin: 0 0 20px 35px;
   width: 90%;
}

#regularcontent li {
   list-style-type: circle;
   margin: 10px 0;
line-height: 18px;
}

#regularcontent p {
   margin: 0 0 20px 0 !important;
}

#regularcontent h2 {
   margin: 20px 0 10px 0;
}

input#intraEntreprise,
input#elearning {
padding: 0 0 6px \0;
}


.ie7-space-top {
    width:100%; height:0px;
}


.freelance-login {
    height:0px;
}

p.center {
	text-align: center;
	border-bottom: 1px solid #DCDCDC;
	padding: 0 0 20px 0;
}

.graph-title {
	font-weight: bold;
	border-bottom: 1px solid #DCDCDC;
	padding: 0 0 5px 0;
	text-align: left;
}

.graphs p {
	text-align: center;
}

.graphs img {
	margin: 10px 0 0 0;
}

.it {
	background: #5987B4;
	padding: 5px;
	color: #FFF;
	font-weight: bold;
}

.non-it {
	background: #C5D4A8;
	padding: 5px;
	color: #FFF;
	font-weight: bold;
}

.showError {
    color: #d00;
    font-weight: bold;
    font-size: 14px;
}
.showError a {
    text-decoration: underline;
}
.showError a:hover {
    text-decoration: none;
}

.sessions
{
  margin: 7px 0 0 0;
  padding: 5px 5px 3px 10px;
  border: dashed #666 1px;
  background: #F9FAF8;
  -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
   -khtml-border-radius: 8px;
   border-radius: 8px;
}

ul.arrow {
    list-style-image:url('/images/arrow.png');width: auto;
}

ol {
	margin: 0 0 20px 35px;
}

#smallcontent {
	width: 650px;
}
