﻿/**************************************************
********** 
********** IB FORMATION
********** 
**************************************************/

/* RESET CSS */

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, l,i
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

textarea, input, select {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px; 
}

/* RESET CSS */


html {
	height: 100%;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px;
}

body {
	background: #fff url(../images/commun/background.jpg) no-repeat fixed center bottom;
}

a {
	color: #000000;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

div.hidden {
    display:none;
}

.floatLeft {
	float: left;
}

/**************************************************
********** SITER MASTER
**************************************************/

div.siteMaster {
	margin: 0 auto 0 auto;
	width: 990px;
	padding: 0 0 0 9px;
	background: #fff url(../images/commun/background-sitemaster.jpg) no-repeat center top;
}

	
/**************************************************
********** HEADER
**************************************************/

div.header {
	position: relative;
	z-index: 1;
	width: 978px;
	height: 135px;
	background: transparent url(../images/commun/border.png) repeat-x 0 bottom;
	margin: 0 0 0 1px;
}

div.headerLeft {
	float: left;
	width: 487px;
	height: 75px;
}

a.lnkHome {
	float: left;
	display: block;
	width: 170px;
	height: 75px;
	background: transparent url(../images/commun/ibformation.png) no-repeat 5px 5px;
}

div.headerRight {
	float: right;
	line-height: 20px;
	padding: 40px 0 0 45px;
	font-size: 12px;
	color: #fff;
}

div.rechercher {
	float: left;
	width: 253px;
}

input.champRechercher {
	float: left;
	width: 161px;
	height: 20px;
	background: transparent url(../images/commun/background-champ-rechercher.gif) no-repeat 0 0;
	padding: 3px 0 0 3px;
	border: none;
	font-family: Arial;
	font-size: 11px;
	color: #3c3c3c;
}

input.btnRechercher {
	float: left;
}

div.headerRight p a {
	color: #fff;
}

p.contact {
	float: left;
	text-align: right;
	padding: 0 10px 0 0;
}

.searchButton {
    float: left;
    background: transparent url(../images/commun/btn-rechercher.gif) no-repeat 0 0;
    border: none;
    width: 87px;
    height:20px;
    text-indent: -9999px;
    cursor: pointer;
}

.okButton  {
    background: transparent url(../images/commun/btn-ok.gif) no-repeat 0 0;
    border: none;
    width: 22px;
    height:19px;
    text-indent: -9999px;
    cursor: pointer;
}

/* MENU */

ul.menu {
	position: relative;
	float: left;
	width: 978px;
	font-size: 12px;
	/* background: transparent url(../images/commun/background-menu.png) repeat-x 0 0; */
	z-index: 12;
}

ul.menu li {
	position: relative;
	float: left;
	text-transform: uppercase;
	/*background: transparent url(../images/commun/border.png) repeat-x 0 -40px;*/
	background: transparent url(../images/commun/background-menu.png) repeat-x center top;
	padding: 8px 0 0 0;
}

ul.menu li.firstMenu {
	padding-left: 1px !important;
}

ul.menu li.lastMenu {
	padding-right: 1px !important;
}

ul.menu li a {
	float: left;
	display: block;
	height: 44px;
	line-height: 40px;
	padding: 0 8px 0 7px;
	color: #676767;
	background: transparent url(../images/commun/background-menulnk1.gif) no-repeat right -1px;
	/* overflow: hidden; */
}

ul.menu li.firstMenu a {
	padding: 0 7px;
}

ul.menu li.lastMenu a {
	padding: 0 7px;
}

ul.menu li a:hover {
	position: relative;
	text-decoration: none;
	color: #fff;
	background: transparent url(../images/commun/background-menulnk2.png) no-repeat center 0;
	z-index: 500;
}

ul.menu li a.selected {
	color: #fff;
	background: transparent url(../images/commun/background-menulnk2.png) no-repeat center 0;
}

ul.menu li ul {
	position: absolute;
	display: none;
	_width: 1%;
	top: 48px !important;
	left: 0 !important;
	background: #d9d9d9 none no-repeat 0 0;
	z-index: 100;
}

ul.menu li ul li {
	float: none;
	background: none;
	text-transform: none;
	/*padding: 3px 0;*/
	border-top: 1px solid #ccc;
	padding: 0;
}

ul.menu li ul li a {
	float: none;
	display: block;
	height: auto;
	line-height: 13px;
	padding: 5px 10px 5px 15px !important;
	color: #333333;
	background: none;
	white-space: nowrap;
	zoom: 1;
}

ul.menu li ul li a:hover {
	color: #fff;
	background: #ff8401 none no-repeat 0 0;
}

ul.menu li ul li ul {
	position: relative;
	display: block !important;
	top: 0 !important;
}

ul.menu li ul li ul li {
	display: inline;
	padding: 0;
	border-top: none;
}

ul.menu li ul li ul li a {
	padding: 5px 10px 5px 25px !important;
	background: transparent url(../images/point.gif) no-repeat 20px 15px;
}

ul.menu li ul li ul li a:hover {
	padding: 5px 10px 5px 25px !important;
	background: #ff8401 url(../images/point.gif) no-repeat 20px -24px;
}


/**************************************************
********** CENTRAL
**************************************************/

div.topCentral {
	float: left;
	background: transparent url(../images/commun/background-topcentral.png) no-repeat 0 top;
	padding: 3px 0 0 0;
	margin: 2px 0 20px 0;
}

div.bottomCentral {
	float: left;
	background: transparent url(../images/commun/background-bottomcentral.png) no-repeat 0 bottom;
	padding: 0 0 3px 0;
}

div.central {
	float: left;
	width: 976px;
	background: transparent url(../images/commun/background-central.png) repeat-y 0 0;
	padding: 2px 0 2px 5px;
}


/**************************************************
********** CONTAINER
**************************************************/

div.container {
	float: left;
	background: #fff none no-repeat 0 0;
	border: 1px solid #548091;
}

div.home {
	width: 773px;
	padding: 20px 0 0 10px;
}

div.panier {
	width: 778px;
	padding: 30px 0 20px 5px;
}

div.catalogue {
	width: 954px;
	padding: 50px 5px 20px 10px;
}

div.pageRecherche {
	width: 763px;
	padding: 30px 10px 20px 10px;
}

div.certifications div.colsLeft h1 {
    border-bottom: 1px solid #CCCCCC;
    color: #FF6600;
    font-size: 25px;
    margin: 0 0 20px 0;
    padding: 0 0 5px 0;
}

/* CONTENT */

div.content {
	padding: 0 5px 25px 0;
}

div.content img {
    display: block;
    margin: 0 auto 10px auto;
}

img.formulesFarifairesImage {
    float: left;
    margin: 0 13px 30px 0 !important;
}

img.last {
    margin: 0 !important;
}

div.content h2 {
	font-size: 25px;
	padding: 25px 0 5px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #e5e5e5;
}

div.content p {
	line-height: 15px;
}

div.content p a {
	font-weight: bold;
	color: #ff6600;
	text-decoration: underline;
}

div.content p.picto a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

div.content p.picto a:hover {
	text-decoration: underline;
}

div.content p span {
	font-weight: bold;
	color: #ff6600;
}

/* COLSLEFT */

div.colsLeftHome {
	float: left;
	width: 415px;
	padding: 0 25px 25px 0;
}

div.edito {
	width: 415px;
	padding: 0 0 10px 0;
}

div.edito p {
	font-size: 14px;
	line-height: 15px;
	color: #191919;
	padding: 0 0 15px 0;
}

div.edito p span {
	font-weight: bold;
	color: #ff6600;
}

div.nosFormationsHome {
	float: left;
	/* width: 415px; */
	padding: 0 0 20px 0;
}
div.nosFormationsHome div.nosFormations {margin:0px; padding:0px;}
div.nosFormationsHome h2 {
	font-size: 32px;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

/* formationsType1 */
div.formationsType {
	float: left;
}

div.formationsType h3 {
	float: left;
	display: block;
}

div.formationsType h3 a {
	float: left;
	display: block;
	width: 119px;
	height: 29px;
	line-height: 29px;
	font-size: 17px;
	color: #acacac !important;
	text-align: center;
	background: transparent url(../images/home/formations-type.png) no-repeat 0 top !important;
	overflow: hidden;
	text-decoration: none;
}

div.formationsType h3 a.selected {
	color: #fff !important;
	background: transparent url(../images/home/formations-type_on.png) no-repeat 0 0 !important;
}

div.formationsListe {
	clear: left;
	width: 411px;
	height: 284px;
	background: transparent url(../images/home/background-formations-liste.gif) no-repeat 0 0;
}

div.formationsListe ul {
	float: left;
	padding: 20px 0 0 10px;
}

div.formationsListe ul li {
	width: 185px;
	font-size: 13px;
	line-height: 15px;
	background: transparent url(../images/commun/picto-liste.gif) no-repeat left 5px;
	padding: 0 0 10px 10px;
}

h3.picto {
	background: transparent url(../images/commun/picto-liste.gif) no-repeat 4px 10px;
	padding: 4px 0 4px 15px !important;
}

/* formationsType2 */
div.formationsType2 {
	margin: 50px 0 0 0;
	overflow: hidden;
}

div.formationsType2 h3 {
	float: left;
	display: block;
	height:34px;
	line-height:34px;
}

div.formationsType2 h3 a {
	display: block;
	width: 130px;
	height: 34px;
	line-height: 34px;
	font-size: 17px;
	color: #acacac !important;
	padding: 0 0 0 20px;
	background: transparent url(../images/home/formations-type2.png) no-repeat 0 top !important;
	text-decoration: none;
}

div.formationsType2 h3 a.selected {
	background: transparent url(../images/home/formations-type2_on.png) no-repeat 0 0 !important;
	color: #fff !important;
}

div.formationsListe2 {
	clear: left;
	position: relative;
	width: 545px;
	height: 275px;
	background: transparent url(../images/home/background-formations-liste2.gif) no-repeat 0 bottom;
	padding: 20px 0 0 0;
}

div.formationsListe2 ul {
	float: left;
	position: relative;
	top: 0;
	padding: 0 0 0 10px;
	width:250px;
}

div.formationsListe2 ul li {
    background: transparent url(../images/commun/picto-liste.gif) no-repeat scroll left 5px;
    font-size: 13px;
    line-height: 16px;
    padding: 0 0 11px 10px;
    width: 250px;
}

div#formationByTheme, div#formationByEditor {
    float: left;
    /*padding:0 10px 0 10px;*/
}
/* COLSRIGHT */

div.colsRightHome {
	float: left;
	width: 330px;
}

div.actu {
	float: left;
	padding: 0 0 20px 0;
}

div.actu h2 {
	position: relative;
	font-size: 25px;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #e5e5e5;
}

div.actu h2 a {
	position: absolute;
	right: 0;
	top: 3px;
}

div.listeActu {
	position: relative;
	width: 320px;
	background: #eeeeee none no-repeat 0 0;
	padding: 0 0 25px 0;
}

div.listeActu ul {
	padding: 5px 0 0 10px;
}

div.listeActu ul li {
	line-height: 13px;
	background: transparent url(../images/commun/picto-liste.gif) no-repeat left 5px;
	padding: 0 0 5px 10px;
}

p.lnkMore {
	font-size: 12px !important;
	font-weight: bold !important;
	text-align: right !important;
	color: #ff6600 !important;
	padding: 10px 5px 5px 0 !important;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

p.lnkMore a {
	color: #ff6600 !important;
}

p.lnkMore a:hover {
	text-decoration: none !important;
}

div.nouveautes {
	float: left;
	padding: 0 0 30px 0;
}

div.nouveautes h2 {
	position: relative;
	font-size: 25px;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #e5e5e5;
}

div.nouveautes h2 a {
	position: absolute;
	right: 0;
	top: 3px;
}

div.listeNouveautes {
	position: relative;
	width: 320px;
	background: #eeeeee none no-repeat 0 0;
	padding: 0 0 35px 0;
}

div.listeNouveautes p {
	font-size: 11px;
	padding: 10px 0 0 8px;
}

div.btnHome {
	float: left;
}

div.btnHome a img {
	margin: 0 5px 0 0;
}


/**************************************************
********** PANIER
**************************************************/

div.headerPanier {
	width: 766px;
	height: 66px;
	overflow: hidden;
	background: transparent url(../images/panier/header-step.gif) no-repeat 0 0;
}

div.step1 {
	background-position: 0 0;
}

div.step2 {
	background-position: 0 -66px;
}

div.step3 {
	background-position: 0 -132px;
}

div.step4 {
	background-position: 0 -198px;
}

p.headerPanierDescription span, p.headerPanierDescription2 span {
    font-weight: bold;
    color: #ff6600;
}

p.headerPanierDescription {
    margin: 50px 20px 20px 10px;
    padding: 0 0 5px 0;
}

p.headerPanierDescription2 {
    float: left;
	padding: 50px 20px 20px 10px;
	text-align: center;
}

p.headerPanierDescriptionLink {
    float: left;
	padding: 50px 20px 20px 245px;
	text-align: center;
}
 
p.headerPanierDescriptionLink a {
    float: left;
    display: block;
    text-indent: -9999px;
    margin-right: 50px;
}

p.headerPanierDescriptionLink a.backHome {
    width: 189px;
    height: 52px;
    background: transparent url(../images/panier/revenir-page-accueil.jpg) no-repeat 0 0;
}

a.printThisRecap {
    margin: 40px auto 0 auto;
    display: block;
    width: 120px;
    height: 36px;
    text-indent: -9999px;
    background: transparent url(../images/btn-imprimer.jpg) no-repeat 0 0;
}

h3.headerPanierDescription {
    clear: left;
	font-size: 22px;
	margin: 0 0 20px 10px;
}

/* STEP 1 & STEP 2 */
table.tablePanier 
{
    width: 750px;
	padding: 0 0 0 10px;
	margin: 0 0 15px 10px;
}

table.tablePanier tr th {
	color: #fff;
	line-height: 21px;
	background:#3DAFDB url(../images/theme/background-titre-editeur.gif) repeat-x left bottom;
	border-left: 1px solid #fff;
}

table.tablePanier tr th p {
	padding: 0 0 0 10px;
}

table.tablePanier tr td {
	text-align: center;
	border: 1px solid #b2b2b2;
	vertical-align: middle;
	text-align: center;
}

table.tablePanier tr td table {
	width: 730px;
	margin: 10px 0 10px 10px;
}

table.tablePanier tr td table tr th {
	padding: 0 0 0 10px;
	background: #e8e8e8 none no-repeat 0 0;
	text-align: left;
	border: 0;
	color: #000;
}

table.tablePanier tr td table tr td {
	padding: 3px 0 3px 10px;
	border: 1px solid #B2B2B2;
	text-align: left;
	vertical-align: middle;
}

table.tablePanier tr td p {
	color: #000;
	padding: 5px;
}

table.tablePanier tr td p input.nbParticipants {
	width: 50px;
	border: 1px solid #b2b2b2;
	text-align: center;
}

table.tablePanier tr td p span {
	font-weight: bold;
	color: #ff4f02;
}

p.viderSelection {
	text-align: right;
	padding: 0 28px 15px 0;
}

p.viderSelection a {
	text-decoration: underline;
}

table.tablePanierTarifs tr td {
	text-align: center;
	border: 1px solid #b2b2b2;
	border-top: 2px solid #b2b2b2;
	border-bottom: 2px solid #b2b2b2;
	vertical-align: middle;
	text-align: center;
}

table.tablePanierTarifs tr td p {
	color: #000;
	padding: 5px;
}

div.previousNextStep {
	position: relative;
	clear: both;
	height: 160px;
	padding: 10px 10px 0 0;
}

div.previousNextStep p.previousStep {
	position: absolute;
	left: 0;
	bottom: 0;
}

div.previousNextStep p.nextStep {
	position: absolute;
	bottom: 0;
	right: 18px;
}

div.previousNextStep p.previousStep a#backToEtape1, div.previousNextStep p.previousStep a#backToEtape2, 
div.previousNextStep p.previousStep a#backToEtape3, div.previousNextStep p.previousStep a#backToEtape4 {
	display: block;
	width: 194px;
	height: 62px;
	background: transparent url(../images/panier/previous-step.gif) no-repeat 0 0;
}

div.previousNextStep p.nextStep a#goToEtape2, div.previousNextStep p.nextStep a#goToEtape3 {
	display: block;
	width: 203px;
	height: 62px;
	background: transparent url(../images/panier/next-step.png) no-repeat 0 0;
}

div.previousNextStep p.nextStep a#saveEtape3 {
	display: block;
	width: 205px;
	height: 111px;
	background: transparent url(../images/panier/next-step-recap.png) no-repeat 0 0;
}

div.previousNextStep p.nextStep a#savePanier {
	display: block;
	width: 202px;
	height: 93px;
	background: transparent url(../images/panier/valider-cette-demande.png) no-repeat 0 0;
}

/*********** Formation sur mesure *******************/

div.previousNextStep p.previousStep a#backToMario, div.previousNextStep p.previousStep a#backToLuigi, 
div.previousNextStep p.previousStep a#backToYoshi, div.previousNextStep p.previousStep a#backToToad {
	display: block;
	width: 194px;
	height: 62px;
	background: transparent url(../images/panier/previous-step.gif) no-repeat 0 0;
}

div.previousNextStep p.nextStep a#goToLuigi, div.previousNextStep p.nextStep a#goToYoshi {
	display: block;
	width: 203px;
	height: 62px;
	background: transparent url(../images/panier/next-step.png) no-repeat 0 0;
}

div.previousNextStep p.nextStep a#savePeach {
	display: block;
	width: 205px;
	height: 111px;
	background: transparent url(../images/panier/next-step-recap.png) no-repeat 0 0;
}

div.previousNextStep p.nextStep a#saveLittlePeach {
	display: block;
	width: 202px;
	height: 93px;
	background: transparent url(../images/panier/valider-cette-demande.png) no-repeat 0 0;
}


/****** Formation sur mesure ****************/




div.previousNextStep p.nextStep a.disabled {
	background-position: 0 bottom !important;
	cursor: default !important;
}

div.fieldsStep2 {
	float: left;
	padding: 5px;
}

div.fieldsStep2 div {
	float: left;
	padding: 0 0 5px 0;
}

div.fieldsStep2 div p {
	float: left;
	width: 430px;
	line-height: 14px;
	padding: 3px 0 !important;
	text-align: left;
}

input.prenom, input.nom {
	float: left;
	width: 170px;
	border: 1px solid #b2b2b2;
	margin: 0 5px 0 0;
}

div.fieldsStep2 div select {
    float: right;
    margin: 3px 0 0 0;
	border: 1px solid #b2b2b2;
}

/* STEP 3 */
table.tablePanierStep3 {
	padding: 0 0 0 10px;
	margin: 0 0 15px 10px;
}

table.tablePanierStep3 tr td {
	line-height: 20px;
	vertical-align: middle;
	padding: 0 0 5px 0;
}

table.tablePanierStep3 tr td label span {
	color: #f00;
}

table.tablePanierStep3 tr td span.obligatoire {
	font-size: 11px;
	color: #666666;
	text-align: right;
	display: block;
}

table.tablePanierStep3 tr td span.obligatoire span {
	color: #f00;
}

table.tablePanierStep3 tr td input {
	width: 298px;
	height: 16px;
	line-height: 16px;
	border: 1px solid #B2B2B2;
}

table.tablePanierStep3 tr td select {
	border: 1px solid #B2B2B2;
}

table.tablePanierStep3 tr td textarea {
	width: 448px;
	height: 150px;
	line-height: 14px;
	border: 1px solid #B2B2B2;
}

div.informationsComplementaires {
	padding: 45px 0 0 0;
}

div.informationsComplementaires h3 {
	font-size: 25px;
	margin: 0 0 20px 10px;
}

div.informationsComplementairesColsLeft {
	float: left;
	width: 355px;	
	padding: 0 0 0 10px;
	margin: 0 10px 0 0;
}

p.informationsComplementairesContact {
	width: 310px !important;	
	display: block !important;
	padding: 10px 20px !important;
	margin: 0 0 10px 0 !important;
	border: 1px solid #a1a1a1 !important;
}

div.informationsComplementairesRemarques {
	width: 350px;	
	border: 1px solid #a1a1a1;
}

div.informationsComplementairesRemarques h4 {
	line-height: 30px !important;
	padding: 0 0 0 20px !important;
	margin: 0 0 10px 0 !important;
	background: #e8e8e8 none no-repeat 0 0 !important;
	color: #000000 !important;
	font-size: 12px !important;
}

div.informationsComplementairesRemarques p {
	padding: 0 20px 10px 20px !important;
}

div.informationsComplementairesColsRight {
	float: left;
	width: 300px;
	height: 250px;	
	padding: 25px;	
	border: 1px solid #a1a1a1;
}

div.informationsComplementairesColsRight p {
	line-height: 14px;
	padding: 0 0 4px 0 !important;
}

p.conditionsGenerales {
	clear: left;
	padding: 10px 10px 0 0;
	text-align: right;
}

p.conditionsGenerales a {
	text-decoration: underline;
}

label.error {
    /*clear: left;*/
    width: auto !important;
    display: block;
    color: #f00;
    margin: 0 !important;
}


/**************************************************
********** CONTAINERRIGHT
**************************************************/

span#PlusInfosLibelle {
    color: #fff !important;
}


div.containerRight {
	float: right;
	width: 185px;
	padding: 0 5px 0 0;
}

div.votreSelection {
	float: right;
	width: 182px;
	height: 68px;
	background: transparent url(../images/commun/background-votreselection.gif) no-repeat 0 0;
	margin: 0 0 5px 0;
	overflow: hidden;
}

div.selected {
	background: transparent url(../images/commun/background-votreselection-selected.gif) no-repeat 0 0 !important;
}

div.selected p {
	color: #fff !important;
}

div.selected a {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}

div.votreSelection p {
	color: #484848;
	padding: 35px 0 0 8px;
}

div.rechercherFormation {
	float: right;
	width: 182px;
	height: 70px;
	background: transparent url(../images/commun/background-rechercherformation.gif) no-repeat 0 0;
	margin: 0 0 5px 0;
	overflow: hidden;
}

div.rechercherFormation p {
	float: left;
	padding: 40px 0 0 9px;
}

div.rechercherFormation p input {
	float: left;
}

input.champ {
	width: 133px;
	height: 15px;
	border: 1px solid #a1a1a1;
	padding: 2px 0 0 15px;
	font-size: 11px;
	color: #7f7f7f;
}

div.inscriptionExpress {
	float: right;
	width: 182px;
	height: 55px;
	background: transparent url(../images/commun/background-inscriptionexpress.gif) no-repeat 0 0;
	margin: 0 0 5px 0;
	overflow: hidden;
}

div.inscriptionExpress p {
	float: left;
	padding: 27px 0 0 9px;
}

div.inscriptionExpress p input {
	float: left;
}

div.formationSurMesure, div.promotionsDerniereMinute {
	float: right;
	width: 182px;
	overflow: hidden;
}

div.plusInfos {
	float: right;
	width: 177px;
	height: 159px;
	background: transparent url(../images/commun/background-plus-infos.gif) no-repeat 0 0;
	margin: 0 0 5px 0;
	padding: 10px 0 0 5px;
	overflow: hidden;
}

div.plusInfos h3 {
    font-size: 18px;
    color: #fff;
    padding: 0 0 15px 0;
}

div.plusInfos h3 span {
    color: #ffb401;
}

div.plusInfos h4 {
    font-size: 21px;
    color: #fff;
    padding: 0 0 25px 0;
}

div.plusInfos h4 span {
    font-size: 18px;
    font-weight: normal;
}

div.plusInfos p {
    line-height: 16px;
}

div.plusInfos p a {
	line-height: 14px;
	font-weight: bold;
	color: #d0d0d0;
	text-decoration: underline;
}

div.plusInfos2 {
	float: right;
	width: 177px;
	background: transparent url(../images/commun/background-plus-infos2.gif) no-repeat 0 0;
	margin: 0 0 5px 0;
	padding: 5px 0 0 5px;
	overflow: hidden;
}

div.plusInfos2 p {
    color: #fff;
    font-weight: bold;
	padding: 0 10px;
	text-align: center;
	margin: 0 0 5px 0 !important;
}

div.plusInfos2 p span {
    font-weight: normal !important;
}

div.infos {
	float: right;
	overflow: hidden;
}

div.infos img {
	float: right;
	margin: 0 0 5px 0;
}

p.formsButton {
    padding: 10px 0 20px 69px !important;
}

a#inscriptionFormSubmit {
    float: right;
    margin: 0 0 20px 31px !important;
}

p.formsButton a {
	display: block;
	width: 81px;
	height: 31px;
	background: transparent url(../images/bouton-envoyer.jpg) no-repeat 0 0;
}

/**************************************************
********** CATALOGUE
**************************************************/
div.colsLeftCatalogue {
	float: left;
	/*width: 960px;
	 padding: 0 10px 0 0; */
}

div.colsLeftCatalogue h3 {
	border-bottom: 1px solid #E5E5E5;
	color: #FF6600;
	font-size: 25px;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
}

div.colsLeftCatalogue p {
	line-height: 14px;
	margin: 0 0 20px 0;
}

div.optionsAffichage {
	float: left;
	width: 760px;
	border: 1px solid #cfcfcf;
	padding: 0 0 10px 0;
}

div.optionsAffichage h4 {
	font-size: 21px;
	font-weight: normal;
	line-height: 35px;
	padding: 0 0 0 15px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #e5e5e5;
}

div.optionsAffichage div.lieuPeriode {
    float: left;
	padding: 0 0 0 288px;
	margin: 0 0 15px 0;
}

div.optionsAffichage div.lieuPeriode p {
    float: left;
    display: block;
    clear: left;
    width: 122px;
	line-height: 17px;
	font-weight: bold;
	margin: 0 !important;
}

div.optionsAffichage div.lieuPeriode select {
    float: left;
	margin: 0 0 20px 0 !important;
}

div.optionsAffichage div.jNiceWrapper {
	float: left;
}

div.optionsAffichage div.catalogueGamme {
	float: left;
	clear: left;
	width: 316px;
	height: 87px;
	padding: 5px 0 0 15px;
	background: transparent url(../images/catalogue-formations/background-catalogue-formation.gif) no-repeat right 0;
	overflow: hidden;
}

div.optionsAffichage div.selected {
	background: transparent url(../images/catalogue-formations/background-catalogue-formation-selected.gif) no-repeat right 0 !important;
}

div.optionsAffichage div.catalogueGamme select, div.optionsAffichage div.catalogueEditeur select {
    font-size: 12px;
    margin: 0 0 0 3px;
}

div.optionsAffichage div.catalogueEditeur {
	float: left;
	width: 316px;
	height: 87px;
	padding: 5px 0 0 0;
	background: transparent url(../images/catalogue-formations/background-catalogue-formation.gif) no-repeat right 0;
	overflow: hidden;
}

div.optionsAffichage div.catalogueGamme div, div.optionsAffichage div.catalogueEditeur div {
	padding: 0 0 3px 0;
}

div.optionsAffichage div.catalogueGamme h5, div.optionsAffichage div.catalogueEditeur h5 {
	font-size: 17px;
	line-height: 17px;
	padding: 0 0 0 7px;
	margin: 0 0 3px 0;
}

div.optionsAffichage div.catalogueGamme h6, div.optionsAffichage div.catalogueEditeur h6 {
	font-size: 13px;
	line-height: 15px;
	padding: 0 0 0 7px;
	margin: 0 0 3px 0;
}

div.optionsAffichage div.catalogueGamme p, div.optionsAffichage div.catalogueEditeur p {
	float: left;
	clear: left;
	width: 60px;
	padding: 0 33px 0 7px;
	text-align: right;
	line-height: 17px;
}

p.ou {
	float: left;
	width: 80px !important;
	line-height: 92px !important;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 0 !important;
}

div.btnValider {
	float: right;
	padding: 15px 32px 15px 0;
}

div.tableauCatalogueFormation {
	clear: left;
	width: 760px;
	padding: 10px 0 0 0;
}

p.headerCatalogueFormation {
	padding: 0 0 20px 0;
	line-height: 16px;
}

p.headerCatalogueFormation span {
	font-weight: bold;
	color: #FF6600;
}

div.tableauCatalogueFormation h2 {
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	line-height: 30px;
	padding: 0 0 0 10px;
	margin-bottom: 20px;
	background: #3DAFDB url(../images/catalogue-formations/background-titre-tableau.gif) repeat-x left bottom;
}

div.tableauCatalogueFormation table {
	border: 1px solid #b2b2b2;
	margin: 0 0 20px 1px;
}

div.tableauCatalogueFormation table tr th {
	font-weight: normal;
	color: #2c2c2c;
	line-height: 24px;
	/* background: #3DAFDB url(../images/catalogue-formations/background-th-catalogue-formations.gif) repeat left bottom; */
	background: #DFDFDF none no-repeat 0 0;
	border-right: 1px solid #fff;
}

div.tableauCatalogueFormation fieldset {
	display: none;
}

div.tableauCatalogueFormation table tr {
}

div.tableauCatalogueFormation table tr td {	
	border-right: 1px solid #b2b2b2;
	text-align: center !important;
	border-top: 1px solid #b2b2b2 !important;
	vertical-align: top;
}

div.tableauCatalogueFormation table tr td.firstCol {	
	text-align: left !important;
}

div.tableauCatalogueFormation table tr td.firstCol p {
	line-height: 14px;
	padding: 3px 0 3px 10px !important;
}

div.tableauCatalogueFormation table tr td.odd {
	background: #f2f4f7 none no-repeat 0 0;
}

div.tableauCatalogueFormation table tr td p {
	line-height: 14px;
	padding: 3px 0 3px 0;
}

div.tableauCatalogueFormation table tr td p.durationMonth span.popup a.promotion {
	color: #f63a3a !important;
}


/**************************************************
********** PAGE RECHERCHE
**************************************************/

h2.searchPage {
	border-bottom: 1px solid #E5E5E5;
	color: #000000;
	font-size: 25px;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}

p.recherchesAssociees {
	padding: 0 0 20px 0;
}

p.recherchesAssociees a {
	text-decoration: underline;
}

div.autresPages {
	float: left;
	padding: 0 0 30px 0;
}

div.autresPages p {
	float: left;
	display: block;
	/*width: 160px;*/
	margin-right: 35px;
	background: transparent url(../images/recherche/picto-autres-pages.gif) no-repeat left center;
	padding: 0 0 0 15px;
}

div.resultatsRecherche {
	float: left;
	clear: left;
	width: 550px;
}

div.resultatsRecherche h3 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	background: #3DAFDB url(../images/theme/background-titre-editeur.gif) repeat-x scroll left bottom;
}

div.resultatsRecherche table {
	margin: 0 0 20px 0;
}

div.resultatsRecherche table tr td p {
	padding: 4px 0 4px 30px;
	background: transparent url(../images/commun/picto-liste.gif) no-repeat 20px 10px;
}

div.resultatsRecherche table tr td p {
	display:inline-block;
}

div.resultatsRecherche table tr td p {
    display:block;
}

p.titleTableRecherche {
	background: none !important;
	padding: 4px 0 4px 10px !important;
}

div.rechercher2 {
	float: left;
}

input.champRechercher {
	float: left;
	width: 161px;
	height: 15px;
	background: #fff none no-repeat 0 0;
	padding: 3px 0 0 3px;
	border: 1px solid #d0d0d0;
	font-family: Arial;
	font-size: 11px;
	color: #3c3c3c;
}

input.btnRechercher {
	float: left;
}


/**************************************************
********** FOOTER
**************************************************/

div.footer {
	position: relative;
	clear: both;
	width: 973px;
	height: 152px;
	background: transparent url(../images/commun/background-footer.gif) no-repeat 0 0;
	padding: 0 0 0 7px;
}

ul.partners {
	float: left;
	padding: 10px 0 20px 13px;
}

ul.partners li {
	float: left;
	padding: 0 45px 0 0;
}

ul.lnkFooter {
	float: left;
	width: 700px;
	height: 71px;
	padding: 0 70px 0 10px;
}

ul.lnkFooter li {
	float: left;
	width: 190px;
	background: transparent url(../images/commun/background-lnkfooter.gif) no-repeat left 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	padding: 0 0 0 10px;
}

ul.lnkFooter li a {
	color: #fff;
}

ul.lnkFooter li a:hover {
	text-decoration: none;
}

p.copyright {
	float: right;
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #fff;
}


/**************************************************
********** POPUP
**************************************************/

div.popup, div.popup_cm {
	display: none;
	width: 287px;
	padding: 10px 0;
}

/*div#popup_success, div#popup_fail {
	padding: 0 0 20px 0 !important;
}*/

/* Overlay */
#simplemodal-overlay {
	background-color: #000;
}

/* Container */
#simplemodal-container {
	width: 287px; 
	height: auto; 
	color: #010101;
	background-color: #ebebeb; 
}

#simplemodal-container a {
	color: #efefef;
}

#simplemodal-container a:hover {
	text-decoration: none;
}

#simplemodal-container a.modalClose {
    width: 11px;
    height: 11px;
	display: block; 
	z-index: 3200; 
	position: absolute; 
	top: 8px; 
	right: 8px; 
	cursor: pointer;
	color: #FF7E02;
	background: transparent url(../images/commun/btn-close-popup.gif) no-repeat 0 0;
}

div.popup h3, div.popup_cm h3 {
	color: #fff;
	line-height: 27px;
	text-align: center;
	background: transparent url(../images/commun/background-h3-popup.gif) repeat-x 0 0;
	margin: 0 0 10px 0;
}

div.popup p, div.popup div, div.popup_cm p, div.popup_cm div {
    width: 227px;
    padding: 0 30px;
	line-height: 15px;
	text-align: center;
	margin: 0 auto;
}

div.popup div p, div.popup_cm div p {
    width: auto !important;
    padding: 0 !important;
	line-height: 15px !important;
	text-align: center !important;
	margin: 0 !important;
}

div#formationName {
    font-weight: bold;
}

div.popup div.btnPopup, div.popup_cm div.btnPopup {
	padding: 20px 0 0 0;
}

div.btnPopup a {
	display: block;
	text-indent: -9999px;
	margin: 0 0 10px 0;
}

div.btnPopup a.popupVoirSelection {
	width: 227px;
	height: 25px;
	background: transparent url(../images/commun/btn-voir-selection.gif) no-repeat 0 0;
}

div.btnPopup a.popupPlusInfos {
	width: 227px;
	height: 26px;
	background: transparent url(../images/commun/btn-plus-infos.jpg) no-repeat 0 0;
}

div.btnPopup a.popupPlusInfos2 {
	width: 227px;
	height: 25px;
	background: transparent url(../images/commun/btn-plus-infos2.jpg) no-repeat 0 0;
}

div.btnPopup a.popupPoursuivreRecherches {
	width: 227px;
	height: 41px;
	background: transparent url(../images/commun/btn-poursuivre-recherches.gif) no-repeat 0 0;
}

div.btnPopup a.popupRetourCalendrier {
	width: 227px;
	height: 25px;
	background: transparent url(../images/commun/btn-retourner-calendrier.gif) no-repeat 0 0;
}

div.btnPopup a.btnClose {
	width: 110px;
	height: 25px;
	background: transparent url(../images/commun/btn-fermer.jpg) no-repeat 0 0;
	margin: 40px auto 0 auto;
}

div.btnPopup2 {
	float: left;
	padding: 50px 0 0 300px;
	text-align: center;
}

div.btnPopup2 a {
	float: left;
	display: block;
	padding: 0 30px 0 0;
	color: #000 !important;
}

/**************************************************
********** popupTransmettre
**************************************************/

div.popupTransmettre {
	display: none;
	width: 620px;
	height: 400px;
}

input#btnSend {
    height: 27px !important;
    width: 119px !important;
    background: transparent url(../images/commun/btn-valider.gif) no-repeat 0 0;
    text-indent: -9999px;
    cursor: pointer;
}

div.popupTransmettre h3 {
	color: #fff;
	line-height: 27px;
	text-align: center;
	background: transparent url(../images/commun/background-h3-popup.gif) repeat-x 0 0;
	margin: 0 0 10px 0;
}

div.popupTransmettre p {
	line-height: 15px;
	text-align: center;
}

div.popupTransmettre div.btnPopup {
	padding: 20px 0 0 30px;
}

/**************************************************
********** DOCUMENTATION
**************************************************/

div.gabaritDocumentation {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #eee;
}

div.gabaritDocumentation img {
	float: left;
	margin: 0 15px 0 0;
	border: 1px solid #333;
}

div.gabaritDocumentation p.linkDocumentation {
	position: absolute;
	display: block;
	right: 0;
	bottom: 8px;
	padding: 0 !important;
}

div.gabaritDocumentation p.linkDocumentation a {
	float: left;
	color: #FF6600;
	/*padding: 2px 0 2px 30px;*/
	margin: 0 15px 0 0;
}

div.gabaritDocumentation p.linkDocumentation a:hover {
	text-decoration: none;
}

p.linkDocumentation a.recevoir {
	/*background: transparent url(../images/theme/picto-transmettre.gif) no-repeat center left;*/
	display: block;
	width: 105px;
	height: 29px;
	background: transparent url(../images/recevoir-par-courrier.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

p.linkDocumentation a.telecharger {
	/*background: transparent url(../images/commun/picto-telecharger.gif) no-repeat center left;*/
	display: block;
	width: 105px;
	height: 29px;
	background: transparent url(../images/telecharger-pdf.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

p.linkDocumentation a.calendrier {
	/*background: transparent url(../images/commun/picto-calendrier.gif) no-repeat center left;*/
	display: block;
	width: 105px;
	height: 29px;
	background: transparent url(../images/consulter-calendrier.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

p.linkDocumentation a.consulter {
	/*background: transparent url(../images/commun/picto-consulter.gif) no-repeat center left;*/
	display: block;
	width: 105px;
	height: 29px;
	background: transparent url(../images/consulter-page.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

p.linkDocumentation a.maps {
	/*background: transparent url(../images/commun/picto-maps.gif) no-repeat center left;*/
	display: block;
	width: 105px;
	height: 29px;
	background: transparent url(../images/google-maps.jpg) no-repeat 0 0;
	text-indent: -9999px;
}


/**************************************************
********** ACTUS
**************************************************/

div.pageActus {
	width: 763px;
	padding: 15px 10px 20px 10px;
}

div.pageActus h2 {
	border-bottom: 1px solid #E5E5E5;
	font-size: 21px;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 0 0 5px;
	position: relative;
	color: #ff7011;
}

h2.pageActus {
    width: 755px;
	border-bottom: 1px solid #E5E5E5;
	font-size: 21px;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 0 0 5px;
	position: relative;
	color: #ff7011;
}

div.pageActus h2 a {
	position: absolute;
	right: 0;
	top: 3px;
}

div.actualites {
	float: left;
	width: 755px;
	padding: 10px 0 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}

div.actualites h3 {
	float: left;
	font-weight: normal;
	background: transparent url(../images/commun/picto-liste.gif) no-repeat left 6px;
	padding: 0 0 5px 10px;
}

div.actualites div {
	float: left;
	width: 560px;
	background: #e3e3e3 none no-repeat 0 0;
	padding: 5px 0 0 5px;
	margin: 0 10px 0 20px;
}

div.actualites img {
	float: left;
}

div.actualites div p {
	padding: 5px 0;
}

div.actualites div p a {
	color: #FF6600;
	font-weight: bold;
}

div.actualites2 {
	float: left;
	width: 755px;
	padding: 10px 0 0 5px;
	margin: 0 0 10px 0;
}

div.actualites2 img {
	float: left;
}

div.actualites2 div {
	float: left;
	width: 530px;
	padding: 0 0 0 10px;
}

div.actualites2 div p  {
	padding: 0 0 10px 0;
	line-height: 16px;
}

div.actualites2 div p span {
	font-style: italic;
	color: #4e4e4e;
}

div.actualites2 div p span.edd {
    color: #ff6600;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
}

div.actualites2 a.linkNews {
    color: #ff6600;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
}

div.actualites2 p.subTitleNews {
    font-size: 15px;
    color: #ff6600;
    font-weight: bold;
}

div.actualites2 div p a {
	text-decoration: underline;
}

a.btnToutesNosActus {
	float: right;
	display: block;
	width: 180px;
	height: 33px;
	text-indent: -9999px;
	background: transparent url(../images/commun/btn-toutes-nos-actus.gif) no-repeat 0 0;
}


/**************************************************
********** CARRIERE
**************************************************/

table.carriere tr td p {
	background: transparent url(../images/commun/picto-liste.gif) no-repeat 6px 11px;
	padding: 5px 0 5px 15px !important;
}

table.carriere tr td span {
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #ff6600;
	padding: 5px 10px 5px 0;
}

table.carriere tr td span a {
	color: #ff6600;
}

table.carriere tr td span a:hover {
	text-decoration: none;
}

div.descriptionJob {
	padding: 0 0 0 10px;
}

div.descriptionJob h6 {
	padding: 0 0 5px 0;
}

div.descriptionJob p {
	padding: 0 0 20px 0 !important;
}

div.descriptionJob a 
{
    font-weight : bold;
	color: #FF6600;
}

div.btnPageOffres {
	float: right;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #ccc;
}

div.btnPageOffres a {
	display: block;
	float: left;
	padding: 5px 0 5px 25px;
	margin: 0 25px 0 0;
}

div.btnPageOffres a:hover {
	text-decoration: none;
}

div.btnPageOffres a.btnImprimer {
	background: transparent url(../images/theme/picto-imprimer.gif) no-repeat center left;
}

div.btnPageOffres a.btnTransmattre {
	background: transparent url(../images/theme/picto-transmettre.gif) no-repeat center left;
}

div.btnPageOffres a.btnPostuler {
	background: transparent url(../images/theme/picto-envoyer.gif) no-repeat center left;
}


/**************************************************
********** FAQ
**************************************************/

div.faq {
    padding: 0 0 10px 0;
}

h3.h3subTitleFAQ {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	background: #3dafdb url(../images/theme/background-titre-editeur.gif) repeat-x 0 0;
}

div.faq h5 {
    font-size: 13px;
    line-height: 15px;
    padding: 3px 0;
}



div.faq p {
    display: block !important;
    padding: 10px 0 15px 40px !important;
    font-weight: normal;
}


/**************************************************
********** PAGES NOUVEAUTES
**************************************************/

div.pageNouveautes {
	padding: 0 25px 25px 0;
}

div.pageNouveautes h2 {
	color: #FF6600;
	font-size: 23px;
	margin: 10px 0 10px 0;
}

div.pageNouveautes h3 {	
	font-size: 17px;
	font-weight: normal;
	color: #272727;
	margin: 5px 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #E5E5E5;
}

h4.nouveautes {
	background: #3DAFDB url(../images/theme/background-titre-editeur.gif) repeat-x 0 0;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 20px 0 10px 0;
	padding: 0 0 0 10px;
}

div.pageNouveautes p {
	background: transparent url(../images/commun/picto-liste.gif) no-repeat  6px 6px;
	padding: 0 0 10px 15px;
}


/**************************************************
********** PAGES IMPLANTATIONS
**************************************************/

div.implantations {
	float: left;
	overflow: hidden;
	padding: 5px 10px 0 15px;
	width: 555px;
}

div.implantation {
	float: left;
	width: 255px;
	height: 120px;
	border: 1px solid #d6d6d6;
	padding: 10px 10px 0 5px;
	margin: 0 5px 10px 0;
}

div.implantation img {
	float: right;
}

div.implantation h3 {
	font-size: 14px;
	color: #ff6600;
	padding: 10px 0 20px 0;
}

div.implantation h3 a {
	color: #ff6600;
	text-decoration: none;
}

div.implantation p {
	padding: 0 0 0 0 !important;
}

div.implantation p a {
	color: #ff6600;
	text-decoration: underline;
}

p.lnkMore2 {
	float: right;
	clear: right;
	color: #FF6600 !important;
	font-size: 11px !important;
	font-weight: bold !important;
	padding: 0 5px 5px 0 !important;
	text-align: right !important;
}

h4.implantation {
	background: #3DAFDB url(../images/theme/background-titre-editeur.gif) repeat-x 0 0;
	color: #FFFFFF;
	font-size: 14px important;
	font-weight: bold;
	text-decoration: none !important;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px !important;
}

div.coordonneesImplantation {
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #E5E5E5;
}

div.coordonneesImplantation img {
	float: right;
}

div.coordonneesImplantation p {
	padding: 0 0 10px 10px !important;
}

div.coordonneesImplantation p a {
	color: #FF6600;
	text-decoration: underline;
	margin: 0 15px 0 0;
}

div.photosImplantation {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}

div.photosImplantation img {
	float: left;
	margin: 0 8px 0 0;
	border: 1px solid #000;
}

div.photosImplantation ul {
	float: left;
	width: 125px;
	line-height: 15px;
	list-style-type: disc;
	padding: 0 0 0 10px;
}

div.accesCentreImplantation {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}

div.accesCentreImplantation p {
	padding: 0 10px 10px 10px !important;
}

div.hotelImplantation {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}

div.hotelImplantation p {
	padding: 0 10px 10px 10px !important;
}

div.restaurantImplantation {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}

div.restaurantImplantation p {
	padding: 0 10px 10px 10px !important;
	width: 265px;
}


/**************************************************
********** CONTACT
**************************************************/

/* STEP 3 */
table.contact {
	width: 100%;
	padding: 0 0 0 10px;
	margin: 0 0 15px 10px;
}

table.contact tr td {
	line-height: 20px;
	vertical-align: middle;
	padding: 0 0 5px 0;
}

table.contact tr td label {
    display: block;
    padding: 0 0 0 10px;
}

table.contact tr td label.error {
    display: block;
    clear: left;
    color: #f00;
    padding: 0 !important;
}

table.contact tr td label span {
    color: #f00;
}

table.contact tr td span.obligatoire span {
    color: #f00;
}

table.contact tr td a {
    font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}

table.contact tr td span.obligatoire {
	font-size: 11px;
	color: #666666;
	text-align: right;
	display: block;
}

table.contact tr td input {
	width: 298px;
	height: 16px;
	line-height: 16px;
	border: 1px solid #B2B2B2;
}

table.contact tr td input.forfaitRepas {
    float: left;
	width: auto !important;
	height: auto !important;
	margin: 0 3px 0 0 !important;
	border: none;
}

table.contact tr td label.labelRepas {
    float: left !important;
	margin: 1px 20px 0 0 !important;
	padding: 0 !important;
}

table.contact tr td select {
    border: 1px solid #B2B2B2;
}

table.contact tr td textarea {
	width: 448px;
	height: 150px;
	line-height: 14px;
	border: 1px solid #B2B2B2;
}

table.contact tr td textarea#Subject {
	width: 448px;
	height: 40px;
	line-height: 14px;
	border: 1px solid #B2B2B2;
}

textarea#objetMessageDemandeInformation {
	width: 329px;
	height: 40px;
}

#btnEnvoyer {
	margin: 0 0 0 78px;
}

select.selectw115px {
    width: 115px;
}
select.selectw298px {
    width: 298px;
}

a.gotoHead
{color:#ff6600; text-decoration:underline;padding-left:3px !important;}

OPTION.promo{color:red;}

.promo{color:red;}

table.tableAboutUs {
    margin: 20px 0;
}

table.tableAboutUs tr td {
    vertical-align: top;
}


/**************************************************
********** SITEMAP
**************************************************/

div#ctl00_CphContent_TreeView1 a img {
    display: block;
}

div#ctl00_CphContent_TreeView1 table tr td span, div#ctl00_CphContent_TreeView1 table tr td a {
    font-size: 20px;
    font-weight: bold;
    color: #FF6600;
    line-height: 25px;
}

div#ctl00_CphContent_TreeView1 div table tr td span, div#ctl00_CphContent_TreeView1 div table tr td a {
    font-size: 15px;
    color: #000000;
}

div#ctl00_CphContent_TreeView1 div div table tr td span, div#ctl00_CphContent_TreeView1 div div table tr td a {
    font-size: 15px;
    font-weight: normal;
    color: #000000;
}

div#ctl00_CphContent_TreeView1 div div div table tr td span, div#ctl00_CphContent_TreeView1 div div div table tr td a {
    font-size: 13px;
    font-weight: normal;
    color: #333333;
}

fieldset.shareThisPage input.submit {
margin-left:377px !important;
width:75px !important;
}

table.promotions tr td {
    color: #186A90;
}

table.promotions tr td p {
    margin-top: 5px;
    color: #000000;
}

div.agenceGammeEditeur {
    padding: 0 0 20px 9px;
}

div.agenceGammeEditeur span {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
	color: #FF6600;
}

div.agenceGammeEditeur select {
    margin-right: 15px;
    width: 150px;
}

div.agenceGammeEditeur select option {
    width: 100%;
}


.partie_fiche_formation {
    border: none !important;
}

/* Formateurs indépendant */
input.checkboxReadyImmediatly, input.checkboxReadyOn  
{
    width: auto !important;
    height: auto !important;
    border: none !important;
}

/**************************************************
********** FORMATION SUR-MESURE
**************************************************/
div.btnCommencer 
{
    margin-top: 40px;
}

div.btnCommencer a
{
    margin: 0 auto;
    display: block;
    width: 113px;
    height: 31px;
    background: transparent url(../images/btn-commencer.jpg) no-repeat 0 0;
}

div.btnCommencer a span
{
    display: none;
}


div.headerFormationSurMesure 
{
    margin-bottom: 20px;
	width: 766px;
	height: 66px;
	overflow: hidden;
	background: transparent url(../images/formation-sur-mesure-step.gif) no-repeat 0 0;
}

div.step1FormationSurMesure 
{
	background-position: 0 0;
}

div.step2FormationSurMesure 
{
	background-position: 0 -66px;
}

div.step3FormationSurMesure 
{
	background-position: 0 -132px;
}

div.step4FormationSurMesure 
{
	background-position: 0 -198px;
}

div.containerRight {
	float: right;
	width: 185px;
	padding: 0 5px 0 0;
}

div.projetFormationSurMesure {
	float: right;
	width: 182px;
	height: 70px;
	background: transparent url(../images/background-projet-formation-sur-mesure.gif) no-repeat 0 0;
	margin: 0 0 5px 0;
	overflow: hidden;
}

div.projetFormationSurMesure p {
	color: #484848;
	padding: 40px 0 0 8px;
}

div.selected2 {
	background: transparent url(../images/background-projet-formation-sur-mesure-selected.gif) no-repeat 0 0 !important;
	cursor: pointer;
}

div.selected2 p {
	color: #fff !important;
	font-weight: bold;
}

div.selected2 a {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}

div#formationByKeywords {
	padding: 20px 70px 0 20px; 
}

div#formationByKeywords p {
	padding-left: 0; 
}

div.searchFormationByKeywords {
	float: left;
}

input.searchFormationByKeywords {
	float: left;
	width: 250px;
	height: 15px;
	background: #fff none no-repeat 0 0;
	padding: 3px 0 0 3px;
	border: 1px solid #d0d0d0;
	font-family: Arial;
	font-size: 11px;
	color: #3c3c3c;
}

input.btnRechercher {
	float: left;
}

div.searchResult
{
    padding: 20px 0;
}    

div.searchResult p
{
    padding-left: 0px !important;
}    

div.searchResult {
	float: left;
	clear: left;
	width: 550px;
}

div.searchResult table {
	margin: 0 0 20px 0;
}

div.searchResult table tr td p {
	padding: 4px 0 4px 30px !important;
	background: transparent url(../images/commun/picto-liste.gif) no-repeat 20px 10px;
}

div.searchResult table tr td p.titleSearchResult {
	background: none !important;
	padding: 4px 0 4px 10px !important;
}

div.searchResult table tr td p a 
{
    font-weight: normal;
	text-decoration: none;
	color: #000000;
}

div.searchResult table tr td p a:hover {
	text-decoration: underline;
}

div.searchGamme 
{
    margin-top: 20px;
}

div.searchGamme p
{
    padding-left: 0px !important;
}

div.searchGamme div.searchGamme2
{
    margin-top: 20px;
    padding: 10px;
	width: 580px;
	overflow-y: auto;
}

div.searchGamme div.searchGamme2 div.gabaritTitle2
{
    margin: 0 0 20px 0;
}
   
div.searchGamme div.searchGamme2 div.gabaritTitle2 h1 {
	font-size: 22px;
	font-weight: normal;
	padding: 0 0 5px 0;
}

div.searchGamme div.searchGamme2 div.gabaritTitle2 h1 span {
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	padding: 10px 0 5px 0;
}
   
div.searchGamme div.searchGamme2 table.gabarit tr th h2 
{
    margin: 0;
	font-size: 14px !important;
	font-weight: bold;
}

div.searchGamme div.searchGamme2 h2.formation {
    margin: 0 0 10px 0 !important;
    padding: 0 0 0 10px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 20px !important;
    color: #FFFFFF !important;
}

div.searchGamme div.searchGamme2 h3.formation {
	padding: 0 0 3px 3px;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
	color: #000;
}

div.checkTitle 
{
	margin: 0 0 10px 0;
    display: inline-block;
}

div.checkTitle input
{
    float: left;
}

div.checkTitle h3
{
    float: left;
    width: 530px;
    margin: 0 !important;
}

div.searchGamme div.searchGamme2 ul.listeFormation2
{
    padding-left: 20px;
    clear: left;
}

div.formationSurMesureStep2 h4
{
    font-size: 14px !important;
}

div.formationSurMesureStep2Content
{
    padding-left: 20px;
    display: inline-block;
}

.backToList
{
    margin-top: 10px;
    text-align: right;
    padding-right: 20px;
}

.backToList a
{
    color: #FF6600;
    text-decoration: underline;
    font-weight: bold;
}

.autreRecherche
{
   text-align: center;
}

.autreRecherche a 
{
    color: #FF6600;
    font-weight: bold;
}

/* domainesInterventionsMissionsRealisees */
div.domainesInterventionsMissionsRealisees 
{
    margin-bottom: 20px;
}

div.domainesInterventionsMissionsRealisees table tr td.egg
{
    margin-bottom: 20px;
}

div.domainesInterventionsMissionsRealisees table tr td.egg p
{
    font-weight: bold;
}

div.domainesInterventionsMissionsRealisees table tr td.odd
{
    background: #f7f7f7 none no-repeat 0 0;
    border: 1px solid #cccccc;
}

div.domainesInterventionsMissionsRealisees table tr td.odd p
{
    background: transparent url(../images/commun/picto-liste.gif) no-repeat 6px 11px;
    padding: 5px 0 5px 15px !important;
}

div.domainesInterventionsMissionsRealisees table tr td.odd a
{
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}

div.domainesInterventionsMissionsRealiseesFiche
{
   padding-top: 20px;
   padding-bottom: 10px;
}

div.domainesInterventionsMissionsRealiseesFiche p.titreExempleMission
{  
   font-size: 13px;
   font-weight: bold;
   color: #FF6600;
}

div.domainesInterventionsMissionsRealiseesFiche table
{
   margin-left: 10px;
   margin-bottom: 0;
}

div.domainesInterventionsMissionsRealiseesFiche table tr td p
{
   padding-right: 10px;
}

/* FCUK */
/* backToList n' otherSearch */
a.backToList 
{
    margin: 30px 125px 0 0 !important;
    padding: 0 !important;
    display: none;
    float: left;
}

a.otherSearch 
{
    margin: 30px 0 0 0 !important;
    display: none;
    float: left;
}

a.backToList img, a.otherSearch img
{
    margin: 0 !important;
}
