/* A.Default Reset */
* {margin:0;padding:0;border:0;outline:0;letter-spacing:0;font-family:Arial, Helvetica, sans-serif;}
body{background-color:#ffffff;}
h1{line-height:24px;}
h2{line-height:16px;}
h3{line-height:14px;}
p{line-height:14px;}
form{line-height:14px;}
label{line-height:14px;}
input{line-height:14px;}
small{line-height:12px;}
br{line-height:14px;}
img{line-height:15px;}
ul{line-height:14px;}
li{line-height:15px;}
input, select, option{font-size:11px;}

.float-right {
    float: right!important;
}

/* WRAPPER */
#wrapper{
	width:1010px;
	background-color:#fff;
	/*background-image:url("custom/img_backgroundContenu.png");
	background-repeat:repeat-y;*/
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
}

/* HEAD */
#conteneur_head {
	margin-bottom:20px;
}

#conteneur_head #logo_head{
	margin-left:10px;
}

#sidebar{width:100%;}

.text-right{text-align:right;}
.text-secondary {
    color: #6c757d!important;
}
.text-primary {
    color: #007bff!important;
}
.text-success {
    color: #28a745!important;
}
.text-info {
    color: #17a2b8!important;
}
.text-danger {
    color: #dc3545!important;
}
.text-warning {
    color: #c09853!important;
}

.font-weight-bold {
    font-weight: 700!important;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.option_info {color: #DC7A08;}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}

input[disabled],
select[disabled] {
  color: #999;
  background-color: #ebebeb;
}

:invalid,
:-moz-submit-invalid,
:-moz-ui-invalid {
  box-shadow: none;
}

.clear{clear:both;}

abbr[title] {
	border-bottom: 1px dashed #ccc;
	cursor:help;
}

/* MESSAGES */
.msg {
	/*
	border-radius: 5px; border:1px solid; padding:5px 15px; font-weight:normal; text-align:left; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 1px 2px rgba(0, 0, 0, 0.1); text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	*/
	position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.msg_ok {background-color:#f0fff0; border-color: #C0E6A1; color:#468847; }
.msg_warning {background-color:#fff3cd; border-color: #ffeeba; color:#856404; }
.msg_erreur {background-color:#f8d7da; border-color: #f5c6cb; color:#721c24; }
.msg_info {background-color:#d1ecf1; border-color: #bee5eb; color:#0c5460; }
.msg_custom {color:#dd0021;}

.txt_ok {color:#468847;}
.txt_erreur {color:#b94a48;}
.txt_warning {color:#E3992F;}

@keyframes slideFromTop {from {top: -100px;} to {top: 0;} }
@-webkit-keyframes slideFromTop {from {top: -100px;} to {top: 0;} }
.flash {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	text-align: center;
	padding: 15px 0;
	font-size: 15px;
	animation: slideFromTop 0.5s;
	-webkit-animation: slideFromTop 0.5s; /* Safari and Chrome */
	transition: top 0.5s;
	z-index:11;
	box-shadow: 0 1px 1px 0 #bbb;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.flash span {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
.flash span i{margin-right: 10px;font-size: 1.2em;}
.flash_ok {background-color:#E0FFE0; border-color: green; color:green;}
.flash_warning {background-color:#FFF4E0; border-color: #ff840e; color:#C76100; }
.flash_error {background-color:#ffeff0; border-color: #dd0021; color:#dd0021; }
.flash_info {background-color:#e2f1fc; border-color: #2A57D4; color:#2A57D4; }
.flash .close {cursor: pointer; position:absolute; right:10px; color:#888;}
.flash.hidden {top:-100px;}

.lien_text_hidden:link,
.lien_text_hidden:visited {text-decoration: none;}
.lien_text_hidden .text_hover {display:none;}
.lien_text_hidden:hover .text_hover {display:inline;}

body{
	background: url(../_images/fond_screening.png) repeat 0 0 #EBEBEB;
	color: #3C3C3C;
	font-size: 12px;
}
/*
ul li,
ol li {list-style-position:inside;}
*/
fieldset{display:block;border:none;}
label{font-family:Arial, Helvetica, sans-serif; font-size:12px;}
input[type=text],
input[type=password],
select,textarea{color:#333;font-size:11px;font-family:Arial, Helvetica, sans-serif;border:1px solid #ddd; padding:4px;}

select.court{ width: 88px; }

input[type=text],
input[type=password]{width:200px; }
input.court[type=text],
input.court[type=password]{width:80px; }
select {width:210px; }
textarea{width:291px; height:80px;}
input.long,
input.long{width:290px;}
select.long {width: 300px;}

.btn,
.btn:link,
.btn:visited{
	display: inline-block;
	background-color: #6c757d;
	border-color: #6c757d;
	color:#fff;
	cursor: pointer;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:hover{
	background-color:#bbb; 
	text-decoration:none;

	/*-moz-box-shadow: 0 1px 0 rgba(255 ,255 ,255 , 0.85) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 0 rgba(255 ,255 ,255 , 0.85) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 0 rgba(255 ,255 ,255 , 0.85) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 rgba(230 ,230 ,230 , 0.85) inset, 0 1px 2px rgba(0, 0, 0, 0.1);*/
}


.btn.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem!important;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}


.btn.couleur.menu {display:block; margin-bottom:10px; font-size:12px;}

.btn.couleur,
.btn.couleur:link,
.btn.couleur:visited {
	color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn.couleur:hover{
	text-decoration:none;
	background-color:#14749f;

	/*-moz-box-shadow: 0 1px 0 rgba(47, 135, 199, 0.85) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 0 rgba(47, 135, 199, 0.85) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 0 rgba(47, 135, 199, 0.85) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 rgba(92, 148, 189, 0.85) inset, 0 1px 2px rgba(0, 0, 0, 0.1);*/
}

.btn.couleur.warning:link,
.btn.couleur.warning:visited {
	color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn.couleur.warning:hover{
	background-color:#F5DFB5;
}

.btn.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

i[class^='icon-'].green {color:#468847;}
i[class^='icon-'].red {color:#b94a48;}
i[class^='icon-'].blue {color:#14749f;}

#colCenter #connect_block {margin-bottom:25px; height:35px; margin-bottom:0; width:100%;}
#colCenter #connect_block label { color:#666666; float:left; width:100%;}
#colCenter #connect_block #viadeo {display:block; margin-right: 10px; width:157px; height:22px; float:left; background:url('../_images/candidats/viadeo_bg.png') no-repeat top left transparent; cursor:pointer;}
#colCenter #connect_block #viadeo:hover {background-position:bottom left;}
#colCenter #connect_block #linkedin { display:inline-block;}

#blocCaptcha { margin:30px 0 10px 0; }
#blocCaptcha #champCaptcha input {width: 120px;}
#blocCaptcha #champCaptcha {display:inline-block; vertical-align: top;margin-left: 5px;}
#blocCaptcha #champCaptcha a:link,
#blocCaptcha #champCaptcha a:visited {font-size: 11px;}
#blocCaptcha.erreur #champCaptcha input {background-color:#FFDEDE; border:1px solid #FF4242;}

.ligne * {vertical-align: middle;}
.ligne.ligne2cols .content small {font-style: italic;}
.ligne.ligne2cols {margin-top: 4px; min-height: 26px;}
.ligne.ligne2cols > div {display: inline-block; vertical-align: top;}
*:first-child+html .ligne.ligne2cols > div {display: inline;} /* IE7 */
.ligne.ligne2cols * {vertical-align: middle;}
.ligne.ligne2cols .label {width:230px; text-align: left; margin-right:25px; font-size: 13px; margin-left:6px;}
.ligne.ligne2cols.large .label {width: auto; max-width: 590px;}
.ligne.ligne2cols .content input[type=text],
.ligne.ligne2cols .content input[type=password]{height: 16px; line-height: 22px; margin-bottom:0; font-size:12px; border-color: #dedede;}
.ligne.ligne2cols .content select{height: 26px; margin-bottom:0; font-size:12px; border-color: #dedede;}
.ligne.ligne2cols .content input[type=text].long {width:290px;}
.ligne.ligne2cols.checkboxCv {margin-top:20px; font-size:12px;}
.ligne.ligne2cols.fileCv {height:38px; margin-top:5px;}
.ligne.ligne2cols.mdp .label {vertical-align: top; padding-top: 3px;}

.ligne.ligne2cols .ligne2cols .label {width:106px; margin-right: 5px;}
.ligne.ligne2cols .ligne2cols .content input[type=text],
.ligne.ligne2cols .ligne2cols .content input[type=password]{width: 190px;}
.ligne.ligne2cols .ligne2cols .content select{width:200px;}


.ligne.ligne2cols .sameWidthCol {
	/*padding: 0 10px 0 0;*/
	width: 49%;
	box-sizing:border-box;
}

.ligne.ligne2cols .sameWidthCol + .sameWidthCol {
	/*padding: 0 0 0 10px;*/
	width: 49%;
}

.ligne.ligne2cols .sameWidthCol + .sameWidthCol .label{ width:126px;}
.ligne.ligne2cols .sameWidthCol + .sameWidthCol .content input[type=text],
.ligne.ligne2cols .sameWidthCol + .sameWidthCol .content input[type=password]{width: 180px;}
.ligne.ligne2cols .sameWidthCol + .sameWidthCol .content select{width:190px;}
.ligne.ligne2cols .sameWidthCol + .sameWidthCol .content select.multiselect{width:190px;}
/*
.ligne.ligne1col .sameWidthCol .label{ width:220px;}
.ligne.ligne1col .sameWidthCol .content input[type=text],
.ligne.ligne1col .sameWidthCol .content input[type=password]{width: 250px;}
.ligne.ligne1col .sameWidthCol .content select{width:260px;}
.ligne.ligne1col .sameWidthCol .content select.multiselect{width:200px;}
*/
/*
.ligne select {width: auto; height: 24px;}
*/
/*
.ligne.ligne2cols .field_adresse .ligne2cols .label {width:100px;}
.ligne.ligne2cols .field_adresse .ligne2cols .content input[type=text],
.ligne.ligne2cols .field_adresse .ligne2cols .content input[type=password] {width:230px;}
.ligne.ligne2cols .field_adresse .ligne2cols .content select {width:240px;}*/

.field_pro .ligne.ligne2cols .content select {width:210px;}





#page3Cols, #page2Cols {
    margin-left: 10px;
}

#page3Cols #colLeft, 
#page2Cols #colLeft {
	float:left;
	min-height:500px;
	width:215px;
}

#colLeft h2 {font-size: 1.2em; margin-bottom: 0.3em; text-align:center;}

#colCenter{
	padding-left:20px;
	padding-right:5px;
	display:table;
	width:760px;
	min-height:360px;
}

#colCenter h1 {
	color:#000;
	font-size:16px;
	font-weight:bold;
	padding:0;
}

#colCenter h2 {
    color: #14749f;
    font-family: Verdana;
    font-size: 20px;
    font-weight: 400;
	margin-bottom:5px;
}

#colCenter h3 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
}

#colCenter h4 {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	padding:0;
}

/* MENU */
#colLeft .bloc {
	/*background: #F9F9F9;*/
	background-color: #0074a1;
	color: #eef6f9;
	padding: 20px;
}

#colLeft .bloc li {
	line-height: 1.6em;
	list-style-type: none;

}

#colLeft .bloc > * {text-align: left;}

#colLeft .bloc  h2 {
	text-align:center;
	font-size: 12px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}

#colLeft .bloc a:link,
#colLeft .bloc a:visited {color: #fff;}
#colLeft .bloc a:hover{color: #ccc;}

#colLeft .rappelIdent {font-size: 12px; font-weight:700;}


#colLeft .bloc a.lien_important:link,
#colLeft .bloc a.lien_important:visited {
	color:#b94a48;
	font-size: 11px;
	text-transform: uppercase;
}

#colLeft .bloc.nonLogue {
	background: none;
	border: none;
	box-shadow: none;
	text-align:center;
	padding: 0;
}

#colLeft .bloc.nonLogue a:link,
#colLeft .bloc.nonLogue a:visited {color: #fff;}

#colLeft .bloc input[type=text],
#colLeft .bloc input[type=password] {margin-bottom:20px;height:24px;width:170px;}

#colLeft .bloc.nonLogue li {
	margin-bottom: 5px;
	list-style: none;
	line-height: normal;
}

#colLeft .bloc.nonLogue li:last-child {margin-bottom:0;}

#colLeft .blocPromo {
	color: #666;
	font-size: 13px;
	margin-top: 70px;
	padding:0 20px;
	width: auto;
}

#colLeft .blocPromo ul {
	list-style: none;
	margin: 5px auto;
	text-align:center;
}

#colLeft .blocPromo li {
	font-weight: bold;
	font-size: 17px;
	color: #F39C24;
}

#colLeft .blocPromo li ul {
	list-style: square;
	margin:0;
}

#colLeft .blocPromo li ul li{
	font-size: 0.8em;
	color:#3a3a3a;
}

#colLeft .blocPromo p { text-align: center;}
 
#colLeft input[type=text],
#colLeft input[type=password]{padding:0px;}

input[type=text]:focus,
input[type=password]:focus,
select:focus{
	box-shadow: 0 0 4px 0px #ddd inset;
}

/*-------------------------------------------------------------------*/
/*                             Links                                 */
/*-------------------------------------------------------------------*/

a:focus, a.active:focus {
  outline: none;
}

a:link,
a:visited,
a.active:link,
a.active:visited{
	color: #0074a1;
	text-decoration: none;
}

a:hover, a.active:hover {
	color:#888;
	text-decoration:underline;
}

.ui-tooltip.tooltip_erreur {
	color: #DE0021;
	background: #FFE6E6;
	border-width: 1px;
	border-color: #DE0021;
	border-radius: 0;
	font-size: 12px;
}

.champ_oblig,
.important{
	text-align: left;
	font-weight: bold;
	/*color: #0074a1 !important;*/
}

.champ_important {
	color:#FC8905;
	font-weight: bold;
}

label.champ_oblig:before,
label.champ_erreur:before{
	content: "* ";
}

.champ_erreur{
	text-align: left;
	font-weight: bold;
	color: #de0021;
}

.banniereInfo{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#fafafa;
	padding:10px 5px;
	margin-bottom:20px;
	font-size:1.1em;
}

.table_standard {
	width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
	background-color: transparent;
	border-collapse: collapse;
	padding-top:20px
}

.table_standard tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.table_standard h4 {
	font-weight: bold;
}

/*
.table_standard tr th{
	background: #93b1cc;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-left: 1px solid #C5D8E8;
    border-right: 1px solid #6990B3;
}

.table_standard tr th{
	border-bottom:0;
	color:#ffffff; 
	height:40px; 
	text-align:center;
	font-size:12px;
	padding:0 5px;
	padding-left: 10px;
	font-weight:700;
}
*/

.table_standard thead th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table_standard thead th {
    vertical-align: top;
    border-bottom: 2px solid #dee2e6;
}
.tabtable_standardle td, .table_standard th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}


.table_standard .lien_order {
	color: #fff;
	font-size: 13px;
}

.table_standard tr {background-color:#ffffff;}
.table_standard tr:hover td{background-color:#f0f0f0;}
.table_standard tr:hover td.last{background-color:#fff;}
.table_standard td {font-size:12px;border-bottom:1px solid #eee; padding-left:3px;height:40px;}
.table_standard tr th{text-align:left;}
.table_standard tr td.last{width:160px; height:60px; padding-left:0;}

.table_standard .sort_placeholder {
	border-radius: 5px;
	border:none;
}

.table_standard .sort_placeholder td {
	background: #FAF8DE;
	border-top: 2px dashed #ddd;
	border-bottom: 2px dashed #ddd;
}

.table_standard .sort_placeholder td:first-of-type {
	border-left: 2px dashed #ddd;
	/*border-radius: 5px 0 0 5px;*/
}

.table_standard .sort_placeholder td:last-of-type {
	border-right: 2px dashed #ddd;
	/*border-radius: 0 5px 5px 0;*/
}

.drag {
	background: #f4f4f4;
	font-size: 15px;
	/*text-align: center;*/
	padding-left: 5px;
	cursor:grabbing;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: 1px 1px 2px 0 #888;
	line-height: 40px;
	vertical-align: middle;
}

.drag i {
	float: right;
	margin-top: 12px;
	margin-right: 10px;
}

*[class^=icon-].handle {
	color: #333;
}

.table_standard .handle {
	font-size: 15px;
	float: right;
	cursor: grab;
	margin-right: 10px;
	vertical-align: middle;
}

/* E.Footer */
#footer {
	background-color:#0074a1;	
	padding:20px;
	margin-top:30px;
	margin-bottom:24px;
	margin-left:-20px;
	margin-right:-20px;
	font-size:11px;
}

#footer .mentions {color:#ffffff;}
#footer .mentions p{text-align:center;}
#footer .mentions a{color:#ffffff;text-decoration: none;}
#footer .mentions a:hover{color:#ffffff;text-decoration:underline;}

.blocOmbre {
	margin-bottom: 30px;
    border-radius: 3px;
    background: #f7f7f9;
    padding: 20px;

    margin: 10px 0 0 0;
    padding: 20px;
}

/*
.blocRecherche .ligne label:last-of-type{
	width:125px;
	margin-left:21px;
}*/

.blocRecherche .ligne label{
	display:inline-block;
	width:140px;
	padding-right:5px;
	font-size: 11px;
}

.ligne{
	margin-bottom: 4px;
}

.blocRecherche .ligne:last-child{
	margin-bottom: 0;
	margin-top:10px;
}

.blocRecherche .multiselect {
	height: 17px;
}

.blocRecherche .multiselect {
	height: 24px;
	padding-left: 2px;
	overflow-y: scroll;
	z-index:5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.blocRecherche .multiselect option {
	height: 17px;
}

.blocRecherche .multiselect.expand {
	position: absolute;
	box-shadow: 1px 1px 2px 0 #888;
	overflow-y: auto;
	width: auto !important;
	max-width: 350px;
}

.blocRecherche .multiselectBox {
	display: inline-block;
	width: 210px;
	vertical-align: top;
}


.multiselect {
	height: 17px;
	padding-left: 2px;
	overflow-y: scroll;
	z-index:5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.multiselect.expand {
	position: absolute;
	box-shadow: 1px 1px 2px 0 #888;
	overflow-y: auto;
	width: auto !important;
	max-width: 350px;
}

.multiselect option {
	margin:3px 0;
}

.barreCompteur {
	width: 97%;
	margin:30px 15px 15px 15px;
	position: relative;
	text-align:center;
}

.barreCompteur > span{
	font-size:14px;
	color: #3a3a3a;
	font-weight: bold;
}

.barreBoutonsOffre {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 5px solid #f1f1f1;
}

.barreBoutonsOffre .boutons_appli {
	width: 495px;
}

.barreBoutonsOffre .boutons_appli > div > a,
.barreBoutonsOffre .boutons_appli > div > a.btn,
.barreBoutonsOffre .boutons_appli > div > span {
	margin-right: 15px;
}

.barreBoutonsOffre > div > a,
.barreBoutonsOffre > div > span{
	margin-right: 5px;
	vertical-align: top;
	display:inline-block;
	line-height: 1.1em;
}

.barreBoutonsOffre > div {
	display: inline-block;
	vertical-align: middle;
}

*:first-child+html .barreBoutonsOffre > div {display: inline;} /* IE7 */

body#offreDetail dt.large {width:auto;}

.barrePager {
	background-color:#efefef;
	height:20px;
	font-size:12px;
	padding-top:2px;
	margin-top:12px;
	width: 98%;
}

.offre_compteur {
	font-size: 12px;
	text-align: right;
	padding: 0 5px;
	position: absolute;
	right:0;
	bottom:0;
}

.blocRecherche select{
	width:210px;
}
.blocRecherche input[type="text"]{
	width:200px;
}

#moduleInscription ul {
	margin-top: 8px;
} 

#moduleInscription li span {
	color: #3C3C3C;
}

#moduleIdentification label {
	display:inline-block;
	width: 130px;
}

#moduleIdentification .ligne.oublie{
	padding-left: 132px;
}

.identifier .lienAnnuler {
	padding-top: 10px;
}

.compteurCar {
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
}

.barreEspaceCandidat {
	padding-left: 16px;
	margin-bottom: 10px;
}

.barreEspaceCandidat a{
	display: inline-block;
	vertical-align: middle;

}

.barreEspaceCandidat a:last-child{
	height: 28px;
}

.centre {
	text-align: center;
}

#blocAssistantsInscr {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom:25px;
	width:600px;
}

body#offreDetail #dialogTransfert .ligne label {
	width: 150px;
	display: inline-block;
}

body#offreDetail #dialogTransfert .msg {margin: 2px 0 10px 0;}

body#offreDetail #form_postul textarea { background: #fff;}

body#offreDetail #colCenter {
	padding-right: 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

body#offreDetail dl {font-size: 11px; line-height: 1.4em;}

body#offreDetail dt:after {content: " :";}

body#offreDetail dt {
	font-weight: bold;
	display: inline-block;
	width: 175px;
}

body#offreDetail dd {
	display: inline;
}

body#offreDetail dd + dd{
	margin-left: 178px;
}

/* retour à la ligne aprÃ¨s la définition */
body#offreDetail dd:after {
	content:"\A";
	white-space:pre;
}

body#offreDetail #colCenter h1 {
	color:#14749f;
	font-size: 23px;
	font-weight: normal;
}

body#offreDetail #colCenter h2 {
	margin-top: 20px;
	font-size: 15px;
	color:#14749f;
}


body#offreDetail #colCenter span.label {
	display: inline-block;
	width: 90px;
	color: #3a3a3a;
}

body#offreDetail .blocEnteteAnnonce {
	position: relative;
}

body#offreDetail .blocEnteteAnnonce div {
	display: inline-block;
}

body#offreDetail .blocEnteteAnnonce img {
	position: absolute;
	right:0;
	top:0;
}

body#postuler #colCenter .body {
	margin-top: 15px;
}

body#postuler #messageNewTitulaire {
	display: none;
}

body#postuler #colCenter h3,
body#monCV  h3  {
    border-bottom: 3px solid #85B2D3;
    font-size: 18px;
    font-weight: normal;
    margin: 20px 0 10px;
    padding-bottom: 8px;
}


body#monCV .section {
	background: #efefef; /* Old browsers */

	padding: 4px 5px 5px 5px;
	margin: 0;
	margin-top: 8px;
	border: 1px solid #ddd;
	border-radius: 6px;
	/*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 1px 2px rgba(0, 0, 0, 0.1);*/
	font-size: 16px;
	color: #888;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.5);
}

body#monCV .section.active {
	background: #14749f; /* Old browsers */

	margin-top: 20px;
	border-color: #14749f;
	border-bottom: none; 
	border-radius: 6px 6px 0 0;
	text-shadow: 0 -1px 0 rgba(0,0,0, 0.5);
	color: #fff;
}

body#monCV a.titre:hover{
	text-decoration: none;
}

body#monCV a:hover .section {
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.5);
}

body#monCV a .section i {float:right; color:#aaa;}
body#monCV a:hover .section i {float:right; color:inherit;}
body#monCV #disclaimer,
body#monCV .bloc_section {
	background: #f7f7f9;
	/*
	border-radius: 0 0 6px 6px;
	border: 1px solid #aaa;
	border-top: none;
	*/
	padding: 10px 20px;
	margin-bottom: 20px;
}

#section_situation_admin .ligne.ligne2cols .label {width:210px; margin-right: 8px;}
#section_situation_admin .ligne.ligne2cols.large .label {width:auto; max-width:620px;}

body#monCV #disclaimer:before{content:"* ";}

body#monCV #disclaimer {
	border-radius:6px;
	margin-top: 20px;
	border: 1px solid #aaa;
}

body#monCV #tel_actuel { width:139px;}
body#monCV #fax_actuel { width:138px;}

fieldset {
	margin-bottom: 30px;
	border-radius: 3px;
	background: #f7f7f9;
	padding:20px;
}

.dialog_table {
	display: none;
}

.dialog_table fieldset {
	margin: 0 auto;
	width: 220px;
	margin-bottom: 5px;
}

.bloc_section fieldset {background: #fdfdfd;}

textarea {
	margin-bottom: 0;
	display: block;
	width: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

legend {
	font-weight: bold;
	font-size: 13px;
} 

.default_hidden {
	display: none;
}

body#monCV table {
	width: 100%;
	border-collapse: collapse;
}

body#monCV table tbody tr.loading td {
	height: 50px;
	background: url("../_images/ajax-loader-standby.gif") no-repeat scroll center center #ccc;
}
/*
body#monCV table tbody tr:hover {
	background: #cfcfcf;
}

body#monCV table thead {
	background: #212529;
	color:#fff;
}

body#monCV table th {
	text-align: left;
	padding:2px 0;
}
*/
body#monCV table a.btnAddTable {
	display: block;
	text-align: center;
	padding: 2px 5px 3px 5px;
	background: #f4f4f4;
}
/*
body#monCV table td {height: 20px;}
*/
body#monCV table a.btnAddTable:hover {
	text-decoration: none;
}

body#monCV .dialog_table .msg {
	margin-bottom: 10px;
}

body#monCV .dialog_table input,
body#monCV .dialog_table select  {
	margin: 5px 0;
}

*[required]::-webkit-input-placeholder,
*[required]:-moz-placeholder,
*[required]::-moz-placeholder,
*[required]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #2f87c7;
}

body#monCV .dialog_table .erreur {
	border-color: #de0021;
}

body#monCV a.lienDialogEdit:hover,
body#monCV a.lienDelete:hover {
	text-decoration: none;
}

body#monCV .dialog_table {
	text-align:center;
}

body#monCV .ligne .msg {
	display: inline-block;
}

body#monCV .ligneSubmit {
	text-align: center;
	margin-top: 20px; 
	padding-top: 10px; 
	border-top: 2px dotted #ccc;
}

body#monCV .bloc_dir_ecole,
body#monCV .bloc_cafipemf,
body#monCV .bloc_ens_special {
	background: #f4f4f4;
    padding: 5px 5px 5px 10px;
}

body#monCV .bloc_dir_ecole label {
	display: inline-block;
	width: 230px;
}

body#monCV .bloc_cafipemf label {
	display: inline-block;
	width: 85px;
}

body#monCV .bloc_ens_special label {
	display: inline-block;
	width: 25px;
}

body#monCV .bloc_habil_1deg,
body#monCV .bloc_habil_2deg,
body#monCV .bloc_exp_emile {
	padding: 5px 0 5px 15px;
	margin-bottom: 20px;
	margin-top: -5px;
	background: #eee;
}

.ligne2cols.ligne_is_titu {margin-top:12px;}
#ligne_msg_date_echelon {margin: 5px 0 15px;}
body#monCV #section_piece_jointe .ligne.ligne2cols .label {
	width: 275px;
}

body#monCV #section_piece_jointe .ligne.ligne2cols {
	margin-bottom: 16px;
}

body#monCV input.erreur {
	background: #ffcfd2;
}

body#candidatures .ligneSubmit {
	margin-top: 5px;
	text-align: center;
	height: 20px;
}

body#candidatures .lien_remove_cand {
	text-decoration: none;
	float:right;
	margin-right: 5px;
}

/****************************************************************
 
 */
.loadingScreen{
	display: none;
	top:0;
	left:0;
	position:fixed;
	z-index: 10;
	width:100%;
	height:100%;
	padding-top:20%;
	background: url(../_images/1px_trans.png) 0 0 repeat transparent;
}

.loadingScreen div{
	margin:0 auto;
	padding: 15px 10px;
	width:400px;
	height:80px;
	background-color: #fff;
	text-align:center;
	border:3px solid #3a3a3a;

	border-radius: 8px;
}

.loadingScreen div span {
	font-family: Verdana;
}

.loadingScreen div img{
	margin-bottom: 15px;
}

#content_verifier {
	background: #f6f6f6;
	padding: 10px 20px;
	margin-top: 20px;
}

ul.liste_erreurs {color:#b94a48;}

.blocPushOffre {
	background: #F9F9F9;
	border: 1px solid #DDD;
	padding: 6px;
}

.blocPushOffre *{
	vertical-align: middle;
}

body#confirm_suppress #colCenter {
	float: none;
	width: auto;
    font-size: 1.3em;
    text-align: justify;
    padding: 10px 30px;
}

body#confirm_suppress #colCenter p {
	line-height: 1.1em;
	margin-bottom: 8px;
}

body#confirm_suppress #colCenter li {margin-bottom: 4px;}

/* used by bootstrap datetimepicker */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.barreLangue {text-align:center; width:100%; background-color:#385464; padding:4px 0;}
.barreLangue a:first-child{margin-left: 0;}
.barreLangue a {display:inline-block; vertical-align:top; margin-left:8px; padding:1px;}
.barreLangue a.actif{ padding: 0;}
.barreLangue a.actif img {-webkit-filter: grayscale(0%); filter: grayscale(0%); opacity:1;}
.barreLangue a:hover img {opacity:1; filter:alpha(opacity=100);}
.barreLangue a img {-webkit-filter: grayscale(100%); filter: grayscale(100%); opacity:0.3;}