html {
	/* font-family: 'PT Sans Narrow', sans-serif; */
	font-family: 'Roboto', sans-serif;
}
body.body {
	font-family:Arial, Helvetica, sans-serif;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
	background:#e3e3e3;
        color:#000;
}
.clear {
    clear:both;
}
.clearfix:after,
.form_box:after,
.bxPublications:after {
	content:" ";
	display:block;
	height:0px;
	visibility:hidden;
	clear:both;
	line-height:0px;
}
header,
article,
navigation,
footer {
	display:block;
}
*:focus {
	outline: none;  
}
.site {
	max-width:1160px;
	margin:auto;
}
a {
	text-decoration:none;
	color:#1B6DAB;
	transition:0.2s;
}
a:hover {
	color:#000;
}
.contD a:hover {
	text-decoration:underline;
}
.spadtop {
	padding-top:0px !important;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0px;
	padding:0px;
}
h3, h4, h5, h6 {
    font-weight:600;
}
h1 {
    font-size:1.857em;
    margin:35px 0px 25px 0px;
    color: #556576;
    font-family: "PT Sans Narrow",sans-serif;
    font-size:2.571em;
    line-height: 1.2em;
}
.contD h1 {
    margin:8px 0px 25px 0px;
}
h2 a,
h3 a,
h4 a {
	display:block;
}
/* h1.page-header {
	margin:-30px -30px 10px -30px;
} */
h2 {
	font-size:1.5em;
        margin:25px 0px 20px 0px;
        font-weight:500;
}
.contenu h2 {
	font-family: "PT Sans Narrow",sans-serif;
	color: #556576;
	font-size:2.143em;
        line-height: 1.15em;
        margin-top:40px;
}
h3 {
    font-size:1.143em;
    margin:18px 0px 15px 0px;
}
h4 {
    font-size:1.1em;
    margin:14px 0px 13px 0px;
}
h4 {
    font-size:1.06em;
    margin:10px 0px 7px 0px;
}
h5 {
    font-size:1.02em;
}
h6 {
    font-size:1em;
}
h2.page-header:first-child {
	margin-top:20px;
}
h2 a, h3 a, h4 a {
    color:#000;
}
h2 a:hover, h3 a:hover, h4 a:hover {
    color:#2572B5;
}
.btRoll,
.btShow {
	position:relative;
        cursor:pointer;
}
.btRoll.show,
.btShow.show {
	background:url('../img/close.png') no-repeat right center;
}
.bxOverlay2 {
    transition:0.2s;
}
.bxOverlay2,
.boxShow {
    display:none;
}
.boxRoll {
	display:none;
	position:absolute;
        box-shadow:2px 2px 4px rgba(0,0,0,0.3);
        background-color: #FFF;
        padding:15px 25px;
        color:#000;
        text-align: left;
        transition:0.2s;
}
@media all and (min-width:990px) {
.btRoll:hover > .boxRoll {
	display:block;
}
}
.l_date {
    color:#566576;
    font-size:0.929em;
}
.tag {
     font-family: 'PT Sans Narrow', sans-serif;
    color:#FF793B;
    font-size:1.071em;
    text-transform:uppercase;
}
.tag:hover {
    color:#FF3300;
}
.fleche {
    display:block;
    background:url(../img/fleche.png) no-repeat left top;
    font-size:1.071em;
    color:#000;
    margin:8px 0px;
    padding:2px 0px 2px 24px;
}
.flecheBlc {
    background-image:url(../img/flecheBlc.png);
    color:#FFF;
}
.fleche:hover {
    background-image:url(../img/fleche_or.png);
    color:#FF793B;
}
.flecheBlc:hover {
    background-image:url(../img/fleche.png);
    color:#000;
}
.img {
    background-repeat:no-repeat;
    background-size: cover;
}
.allover,
.over {
	overflow:hidden;
	position:relative;
        padding-bottom:5px;
}
.allover:after,
.over:after {
	display:block;
	content:"";
	visibility:visible;
	background:linear-gradient(to top, #FFF, rgba(255,255,255,0));
	position:absolute;
	height:12px;
	width:100%;
	bottom:0px;
	left:0px;
}
.bxEmploi:hover a,
.bxEmploi:hover .picto,
.bureau .itemsCommissions:hover,
.bureau .itemsAgenda:hover,
.home .bxMembreHome:hover,
.home .bxPublications:hover,
.home .bxJob:hover,
.home .bxStats:hover,
.home .bxActus .allint:hover,
.itDossier:hover {
    box-shadow:0px 0px 5px rgba(0,0,0,0.3);
}
.itActu:hover {
    box-shadow:0px 3px 4px rgba(0,0,0,0.25);
}
.home:not(.bureau) .boxHome .itActu:hover {
    box-shadow:none;
}
.msg {
	border:1px solid #BEC1CB;
	padding:10px 15px;
	border-radius:4px;
	margin:15px auto;
        display: inline-block;
}
.msg_indic {
	font-style:italic;
}
.msg_warning {
	border-color:#ff793c;
}
.msg_attention {
	border-color:#FC1C22;
}
.nothing {
 font-style: italic; 
 text-align: center;
 color:#526576;
}
.close,
.fermer {
	background:url('../img/close.png') no-repeat right 0px;
	padding:0px 20px 2px 0px;
	font-size:0.786em;
	text-align:right;
	cursor:pointer;
}
.close:hover,
.fermer:hover {
	color:#FC1C22;
}

p {
	margin:15px 0px;
}
.submit a {
    color:#FFF;
}
.submit, input[type="submit"], button[type="submit"] {
	cursor:pointer;
	display:inline-block;
	background:#2C3F5C;
	border-radius:2px;
	padding:5px 16px;
	box-shadow:2px 2px 4px rgba(0,0,0,0.2);
	margin:15px 0px;
	color:#FFF;
	border:0px;
	font-weight:500;
        transition:0.3s;
}
.submit:hover, input[type="submit"]:hover {
	background:#1E7CC2;
}
.formadmin h2 {
	display:table;
	background:#52657A;
	color:#FFF;
	font-size:19px;
	border:0px;
	padding:5px 30px 4px 30px;
	margin-top:25px;
	border-radius:3px;
}
.formadmin h2:first-child {
	margin-top:0px;
}
.breadcrumb {
	font-size:0.857em;
	margin:-25px 0px 35px 13px;
        color:#566576;
}
.breadcrumb li {
	list-style-type:none;
	display:inline-block;
}
.breadcrumb li a {
	color:#2c3f5c;
	padding-left:10px;
	margin:0px 8px 0px 0px;
	display:inline-block;
	background:url(../img/breadcrumb.png) no-repeat left 6px;
}
.breadcrumb li a:hover {
	color:#1e7cc2;
}
hr {
	display:block;
	border:0px;
	background:linear-gradient(to right, #FFF, #C6CDD7, #FFF);
	height:1px;
	padding:0px;
	margin:20px 0px;
	}
.table {
	display:table;
}
.w100 {
	width:100%;
}
.row {
	display:table-row;
}
.td {
	display:table-cell;
	vertical-align:top;
}
.contenu ul {
	margin:14px 40px;
	padding:0px;
}
.contenu ul ul {
	margin:7px 20px;
	padding:0px;
}
.corps ol li,
.cke_editable ol li  {
	display:block;
	list-style-type:none;
	padding:0px 0px 0px 30px;
	margin:1em 0px;
	position:relative;
}
.corps ol,
.cke_editable ol {
    counter-reset: item;
}
.corps ol li:before {
	display:block;
	position:absolute;
	left:0px;
	top:0px;
    content: counter(item) ") "; 
	counter-increment: item;
	font-weight:700;
	color:#ff793c;
}
.contenu ul.pagination li {
	background:none;
}
.puce {
	display:block;
        color:#000;
}
.puce,
.contenu ul li {
	background:url(../img/puce.png) no-repeat left 10px;
	list-style-type:none;
	padding:6px 20px;
}
.chapo ul li a,
.intro_chapo ul li a,
.corps ul li a {
	color:#000;
        text-decoration: underline;
}
.chapo ul li a:hover,
.intro_chapo ul li a:hover,
.corps ul li a:hover {
	color:#ff793c;
}
.contenu .intro_chapo ul li {
	background-position:left 16px;
}
.puce:hover {
        color:#ff793b;
}
.contenu ul li ul li {
	background:url(../img/puce_carre2.png) no-repeat left 9px;
	padding:4px 20px;
}
.contenu ul.puce_carre li ul li {
	background:url(../img/puce.png) no-repeat left 7px;
	padding:4px 25px;
}
.contenu .formadmin ul {
	padding:15px 0px;
}
.contenu .formadmin ul li {
	background:none;
	padding:8px 0px;
}
.nom_aeroport {
	font-size:1.071em;
}
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
  vertical-align: baseline; /* 4 */
  *vertical-align: middle; /* 4 */
  max-width: 100%; /* 5 */
  -ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box; 
	box-sizing:content-box;
        transition: 0.2s;
}
input:not([type='submit']),
textarea,
.contenu select  {
	background:#C1C5CB;
	padding:6px 10px;
	border:1px solid #B6BBC2;
	margin:0px 5px 9px 0px;
}
input:not([type='submit']):hover,
textarea:hover,
.contenu select:hover  {
	background:#D8DADE;
}
input:not([type='submit']):focus,
textarea:focus,
.contenu select:focus {
	background:#FFFFCC;
}
.contenu input.i_note {
	width:90%;
	}
form input[type='text'],
form input[type='email'],
form input[type='url'],
textarea  {
	width:400px;
}
form .tab_stats input[type='text']
{
    width:120px;
}
p.justify {
    text-align: justify;
}
.tab_stats th {
    text-align: left; 
    width:45%;
    font-weight:normal;
}
.tab_stats thead th,
.tab_stats thead td {
    font-weight:bold;
}
.tab_stats {
   width: 100%;
}
.table_align .tab_stats {
    border:1px solid #ccc;
    margin:20px 0px;
    padding:20px 5%;
}
.contenu input[type='number'],
.contenu .i_classement {
	width:100px;
}
.contenu select,
.contenu input[type='number']  {
	padding:4px 4px 4px 8px;
}
.contenu .demi {
	width:170px;
}
.toutes {
    display: inline-block;
    background:url(../img/fleche2.png) no-repeat left 1px;
    color:#566576;
    padding-left:15px;
    margin:0px;
}
.toutes:hover {
    color:#FF793B;
    background-image:url(../img/fleche2or.png);
}
.main {
 padding-top:230px;
 background:#e3e3e3;
}
.image {
    text-align: center;
    margin:25px 0px;
}
.image img {
    display:block;
    margin:auto;
}
.flecheImgT,
.flecheImgL,
.flecheImgB,
.flecheImgR {
  position:relative;
}
.flecheImgT::after,
.flecheImgL:after,
.flecheImgB:after,
.flecheImgR:after,
.flecheImgTag:after {
   display:block;
   content:"";
   position: absolute;
   z-index:150;
   background-repeat:no-repeat;
   background-position:center;
}
.flecheImgL:after {
   background-image:url(../img/flecheL.png); 
   width:11px;
   height:22px;
   left:-11px;
   top:46px;
}

.flecheImgR:after {
   background-image:url(../img/flecheR.png); 
   width:11px;
   height:22px;
   right:-11px;
   top:46px;
}
.flecheImgT::after {
    background-image:url("../img/flecheT.png");
    height:11px;
    top:-11px;
    left:26px;
    width:22px;
}
.flecheImgB::after {
    background-image:url("../img/flecheActu.png");
    height:11px;
    top:0px;
    left:26px;
    width:22px;
}
.flecheImgTag::after {
    background-image:url("../img/flecheImgTag.png");
    height:22px;
    bottom:18px;
    left:0px;
    width:11px;
}
.overlay,
.overlay2 {
  position:fixed;
  top:0px;
  left:0px;
  height:100%;
  width:100%;
  overflow:hidden;
   background:#222428;
  opacity: 0.95;
  z-index:280;
  cursor:pointer;
  display:none;
}
.overlay2 {
	background:none;
        z-index:180;
}
.overlay:after {
    display: block;
    content:"Fermer";
    position:fixed;
    top:10px;
    right:10px;
	background:url('../img/close.png') no-repeat right 0px;
	padding:0px 20px 2px 0px;
	font-size:0.786em;
	cursor:pointer;
        color:#ccc;
}
.overlay:after:hover {
	color:#FC1C22;
}
/* .navmenu ul li a:hover,
.navmenu ul li.active a.activ:hover {
	background:#FFBF00;
	color:#000;
}*/
.contenu {
	padding:0px 30px 30px 30px;
	min-height:200px;
        
}
.page_actu {
    max-width:900px;
    margin:auto;
}
.fd_bleu {
	background:url(../img/contenu.png) repeat left top;
}
.contenu50 {
	background:url(../img/contenu50.png) repeat left top;
}

.plus {
	display:inline-block;
	background:url(../img/plus.png) no-repeat left 7px;
	padding:4px 15px 4px 17px;
	color:#000;
}
.b_travail .plus {
	display:block;
}
.plus:hover {
	background-image:url(../img/plus_or.png);
}
.annuler {
	background:url(../img/annuler.png) no-repeat left center;
	padding:4px 28px;
	color:#000;
}


/* CLASS SYNFONY */
.butn {
    display:inline-block;
    background-color: #66A3FF;
    border:1px solid #0033CC;
    color:#000;
    font-weight:bold;
    padding:4px 10px;
    border-radius:4px;
    margin:5px 5px 5px 0px;
    background-repeat: no-repeat;
    background-position:4px center;
}

/* Formulaires côté admin */
.formadmin label,
.fos_user_profile_edit label {
    display:table;
    margin-top:20px;
    text-align:left;
	font-weight:bold;
	background:#F5F5F5;
	padding:2px 8px;
	border-radius:3px 3px 0px 0px;
}
.formadmin .notlab label {
    display:inline-block;
    margin-top:0px;
	margin-right:10px;
	font-weight:normal;
	background-color:transparent;
	padding:0px;
}

/* Fin Formulaires côté admin */
.siteBas {
    padding-bottom:40px;
}
.main .site {
    position:relative;
}
.page_edito {
    display:table;
    width:100%;
}
.acts_admin {
    position: absolute;
    margin-top:-30px;
    right:0px;
}
.fos_user_change_password label {
    width:230px;
    padding-right:15px;
    display: inline-block;
}
.contD {
	display:table-cell;
	vertical-align:top;
	padding:20px 50px;
        background-color:#fff;
}
.contenu > .intro_chapo,
.contenu > .corps {
  background-color:#fff;
  margin:20px 0px;
}
.contenu > .intro_chapo .int,
.contenu > .corps .int {
  padding:20px 30px;
}
.spad {
	padding:0px;
}
.spad h1.page-header {
    margin:0px 0px 20px 0px;
}
.box_documents {
	padding:35px 0px;
	clear:both;
}
.box_documents h2 {
	font-size:21px;
}
.box_documents a {
	display:block;
	background:url('../img/ic_doc.png') no-repeat left top;
	padding:7px 0px 11px 35px;
	margin-left:35px;
	color:#000;
}
.box_documents a:hover {
	color:#ff793c;
}
.box_documents a.apdf {
	
}
.menu_sort {
	float:left;
	width:42%;
	border:1px dotted #ccc;
	padding:1% 2%;
	margin-right:2%;
}
.cadre .menu_sort h3 {
	padding:5px 0px 10px 0px;
	display:block;
	margin-top:0px;
	border:0px;
}

/* FIN Formulaire edit profil */
.tags{
    list-style-type: none;
}

#sortable1, #sortable2{ 
    list-style-type: none; 
    margin: 0; padding: 0 0 2.5em; 
    float: left; 
    margin-right: 10px; 
}
 ul#sortable1 li, ul#sortable2  li {
	background:none;
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1.2em;
    width: 180px;
}
#gestion-pages{
    padding: 10px;
    margin-left: 5px;
    width:450px;
    height: 450px;
    border: 1px #0033CC dashed;
}
#pages-actuelles{
    float:left;
    width: 200px;
    height: 350px;
    padding-left: 5px;
}
#pages-disponibles{
    float:right;
    width: 200px;
    height: 350px;
    padding-left: 5px;
}
#pages-actuelles h5, #pages-disponibles h5{
    font-weight: bolder;
    padding-bottom: 5px;
}
.info{
    /*width:500px;*/
    background: #EDECEB;
    color: #7BA3E3;
    font-size: 11px;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
    /*text-align: center;*/
}
#sortable{
    list-style-type: none; margin: 0; padding: 0; width: 60%; 
}
#sortable li{ 
    margin: 0 3px 3px 3px;
    padding: 0.4em; padding-left: 1.5em; height: 18px;
	background-image:none;
}
#sortable li span{
    position: absolute; 
	margin-left: -1.3em;
}
.header_position{
    margin: 20px;
}

.labelfor{
    font-weight: bold;
}
.content_membre {
	margin:25px 0px;
}
.suite {
	display:inline-block;
	background:#FFF url(../img/suite.png) no-repeat 7px center;
	color:#A0AFC2;
	border:1px solid #AEBBCB;
	padding:5px 13px 5px 28px;
	border-radius:4px;
}
.bt_devenir {
	display:inline-block;
	background:#FFBF00 url(../img/coche_blc.png) no-repeat 5px center;
	color:#000;
	padding:5px 15px 5px 33px;
	border-radius:4px;
	font-weight:500;
	transition:all 0.2s ease 0s;
}
.bt_devenir:hover {
	background-color:#B1BDCD;
}
.btn {
	display:inline-block;
	margin:5px 10px 5px 0px;
	color:#000 !important;
	padding:4px 10px 4px 23px;
	background:url(../img/fleche_or.png) no-repeat 1px center;
	min-height:18px;
	font-size:13px !important;
	transition:all 0.2s ease 0s;
}
.btn:hover {
	background-color:#D6D8DC;
}
.add, .ajout {
	background-image:url(../img/add.png);
}
.addoc {
	background-image:url(../img/btn_addoc.png);
}
.btn-success,
.valid {
	background-image:url(../img/valid.png);
}
.edit {
	background-image:url(../img/btn_edit.png);
}
.gerer {
	background-image:url(../img/btn_gerer.png);
}
.voir {
	background-image:url(../img/btn_voir.png);
}
.supp,
.btn-danger,
.delete {
	background-image:url(../img/btn_supp.png);
}
.change {
	background-image:url(../img/btn_vider.png);
}
.supp {
	padding:1px 10px !important;
}
.doc {
	background-image:url(../img/btn_doc.png);
}
.retour {
	background-image:url(../img/btn_retour.png);
}
.vider {
	background-image:url(../img/btn_vider.png);

}
.cancel {
	background-image:url(../img/annuler.png);
}
.etat {
	float:right;
	font-size:11px;
	padding:3px 10px;
	font-style:italic;
}
.etat:after {
	display:block;
	float:right;
	content:"";
	visibility:visible;
	height:14px;
	width:14px;
	background-color:#AEEB94;
	box-shadow:1px 1px 2px rgba(0,0,0,0.1);
	margin-left:8px;
}
.et_attente {
    background-color:#FFC166;
}
.btn-titre {
    float:right;
}
.chapo,
.info_offre {
    text-align: justify;
    color:#666;
}
.gris {
   color:#666;
}
.miseLigne {
    font-size:0.8em;
    color:#566576;
}
.c_date {
    color:#566576;
}

/* FIN CLASS SYMFONY */
.ui-datepicker {
	background-color:#FFF;
}
.erreur{
    background: none repeat scroll 0 0 #F2DEDE;
    border: 1px solid #D00D09;
    color: #D00D09;
    display: block;
    font-size: 15px;
    padding: 10px;
}

#menufix.fix {
	position:fixed;
	top:0px;
	text-align:center;
	z-index:2000;
}
#menufix.fix .titre_site {
	display:none;
}
#menufix.fix .menu_haut {
    height:43px;
	box-shadow:0px 0px 4px rgba(0,0,0,0.5);
	width:989px;
	transition:all 0.2s ease;
}
#menufix.fix .logo {
	padding:4px 5px 3px 5px;
	transition:all 0.1s ease;
}
#menufix.fix .logo img {
	width:100px;
	height:auto;
}
#menufix.fix .navmenu {
    height: 43px;
}
#menufix.fix .navmenu li.niv1 {
    height: 43px;
}
#menufix.fix .navmenu li a.Rniv1 {
    font-size: 16px;
    height: 36px;
    padding: 14px 13px 0;
}
#menufix.fix .recherche {
    padding-top:11px;
}

.boxF {
    float: left;
    padding-right:25px;
}
.menu_user .member
{
    font-weight: bold;
    font-size: 16px;
    color: #FFBF00;
    margin-left: 60px;
    margin-top: 5px;
}

.on_right
{
    margin-left :400px;
    font-size: 11px;
}

.warning  {
  padding-bottom: 5px;
  color:red;
  font-style: italic;
  font-size: small;
}

.warning-min {
  font-size: smaller;
}

.infos_valid  {
  padding-bottom: 5px;
  color:green;
  font-size: small;
}

/*  VOEUX 2016 
.b_alaune .hbloc h2,
.b_alaune .hbloc #actus,
.b_alaune #nextBtn,
.b_alaune #prevBtn,
.b_alaune a.plus {
	display:none;
}
.voeux2016 {
	background:#FFF url(../img/airportsfrance.gif) no-repeat center;
	background-size:cover;
	width:390px;
	height:305px;
	position:absolute;
	z-index:400;
	margin-left:9px;
}
@media all and (max-width:1150px) {
	.voeux2016 {
            width:330px;
            height:254px;
        }
}
@media all and (max-width:990px) {
	.voeux2016 {
            background-size: auto 100%;
            width:310px;
            height:220px;
        }
}

@media all and (max-width:767px) {
	.voeux2016 {
            width:100%;
            height:220px;
            margin:0px;
	}
}
*/
.documents {
    margin:10px 0px;
    padding: 20px 30px;
    border:1px solid #b0b8c4;
    background-color: #F0F0F0;
}
.documents h3 {
    display:inline-block;
    margin-right:20px;
}
/* Logo de tri */
.order{
    display: block;
    float: right;
    height: 16px;
    width: 16px;
}
.date-asc{
   background: rgba(0, 0, 0, 0) url("../img/tri_up4.png") no-repeat center top;
    
}
.date-desc{
   background: rgba(0, 0, 0, 0) url("../img/tri_down4.png") no-repeat center top;
}
/* fin logo de tri */
.show_modal_waiting{
    background: #f3f3f3 none repeat scroll 0 0;
    padding: 20px;
    text-align: center;
    width: 50%;
}
.adI {
    display:table-cell;
    vertical-align: top;
    padding:5px 45px 5px 0px;
}
.front .rechercheA {
    display: none;
}
.rechercheA {
	border-top:1px solid #B0B8C4;
        border-bottom:1px solid #B0B8C4;
        margin:50px 0px 25px 0px;
	padding:25px 0px;
}
.rechercheA h2 {
    font-size: 1.6em;
    margin: 4px 24px 0px 0px;
    float:left;
}
.rechercheA .rechA {
   float:left;
   margin:0px 10px;
}
body:not(.explorer) .rechA .select2-container {
   width:auto;
   padding:0px;
   margin:0px;
}
body:not(.explorer) .rechA .select2-container .select2-choice,
.rechA .rechAbt,
#s2id_tag-filter .select2-choice {
   display:block;
   width:210px;
   margin:0px;
   background:#C1C5CB url('../img/fleche_recherche_aeroport.png') no-repeat right center; 
   font-size:1.2em;
   padding:6px 30px;
   border:0px;
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   color:#000;
   border-radius:3px;
}
body:not(.explorer) .rechA .select2-container .select2-choice:hover,
.rechA .rechAbt:hover,
.listeA .rechA .voirListe {
   background-color:#1E7CC2;
   background-image:url('../img/fleche_recherche_aeroport2.png'); 
   color:#FFF;
}
.rechA .rechAbt {
   font-size:1.2em;
   padding-top:8px;
   padding-bottom:8px;
   cursor: pointer;
}
body:not(.explorer) .select2-container .select2-choice > .select2-chosen {
    margin-right:0px;
    width: auto;
}
body:not(.explorer) .select2-container .select2-choice .select2-arrow {
    display:none;
}
.rechA .btMap {
   background-image:url('../img/map_recherche_aeroport.png'); 
}
.rechA .voirListe {
   background-image:url('../img/voirliste.png'); 
}
.rechA .btMap:hover {
   background-image:url('../img/map_recherche_aeroport2.png'); 
}
.rechA .voirListe:hover,
.listeA .rechA .voirListe {
   background-image:url('../img/voirliste2.png'); 
}
.planSite h3 {
 margin-top:0px;
}
.contenu ul.planSite > li {
    background:none;
}
.public .formadmin,
.contenu form {
    background-color:#FFF;
    padding:20px 35px;
}
.contenu .texte_oubli {
    position: absolute;
    margin-top:-55px;
    right:65px;
    font-size:0.9em;
    text-decoration: underline;
}
.contenu .texte_oubli.show {
    color:#FF793C;
}
.loading {
 position: fixed;
    top: 40%;
    left: 40%;
    margin-top: -50px;
    margin-left: -100px; 
}
.intro_chapo {
	font-size:1.214em;
        line-height: 1.4em;
        font-weight:500;
}
/* FCK EDITOR */

ul.puce_bleu li {
	background-image:url(../img/puce_bleu.png);
}
ul.puce_carre li {
	background:url(../img/puce_carre2.png) no-repeat 6px 13px;
}
ul.puce_carre_bleu li {
	background:url(../img/puce_carre.png) no-repeat 2px 8px;
}
.c_noir {
	color:#000;
}
.c_rouge {
	color:#FC1C22;
}
.c_orange {
	color:#FF793B;
}
.c_vert {
	color:#006666;
}
.c_bleu {
	color:#07467E;
}
.c_gris {
	color:#666;
}
.legend {
	color:#666;
	font-style:italic;
	font-size:0.857em;
}
a.l_doc,
a.l_lien,
a.l_pdf {
	display:block;
	background:url('../img/ic_doc.png') no-repeat left top;
	padding:7px 0px 11px 35px;
	margin-left:35px;
	color:#000;
}
a.l_pdf {
	background-image:url('../img/ic_pdf.png');
}
a.l_lien {
	background:url('../img/fleche_or.png') no-repeat 7px 7px;
}
.phrase1, .phrase2 {
        border-left:4px solid #BBC0C7;
	margin:30px 0px;
        padding:5px 0px 5px 25px;
	font-size:1.2em;
        line-height: 1.3em;
	color:#1765AA;
        position: relative;
}
.phrase2 {
	color:#FF793C;
}
.bloc_attention {
	padding:10px 20px;
	margin:20px 0px;
	border:1px dotted #FC1C22;
}
.img_left {
	float:left;
	margin:0px 30px 20px 0px;
}
.img_right {
	float:right;
	margin:0px 0px 20px 30px;
}
.img_center {
	display:block;
	margin:20px auto;
	text-align:center;
}
.corps img {
    max-width:100%;
    height:auto !important;
}
.corps table {
	border-collapse:collapse;
	margin:15px 0px;
	border-color:#CCC;
}
.corps table th {
	background:#ebebeb;
	border-bottom:1px solid #ccc;
	padding:3px 6px;
}
.corps table td {
	border-bottom:1px solid #ccc;
	padding:3px 6px;
}
.cke_show_borders h3,
.cke_show_borders h4,
.cke_show_borders h5,
.corps h3,
.corps h4,
.corps h5 {
    font-family: "PT Sans Narrow",sans-serif;
    text-transform: uppercase;
     line-height:1.18em;
}
.cke_show_borders h3,
.corps h3 {
    font-size:1.6em;
    margin:35px 0px 25px 0px;
    color: #556576;
     font-weight: normal;
}
.cke_show_borders h4,
.cke_show_borders h5,
.corps h4,
.corps h5 {
    color:#000;
    font-weight:600;
}
.corps h4 {
    font-size:1.24em;
     margin:27px 0px 20px 0px;
}
.corps h5 {
    font-size:1.143em;
     margin:24px 0px 15px 0px;
}
.cke_show_borders h3:after,
.corps h3:after,
.cke_show_borders h4:after,
.corps h4:after,
.cke_show_borders h5:after,
.corps h5:after {
    display:block;
    content:"";
    width:70px;
    height:3px;
    background-color: #BBC0C7;
    margin-top:4px;
}
.cke_show_borders h4:after,
.corps h4:after{
    height:2px;
}
.cke_show_borders h5:after,
.corps h5:after{
    height:1px;
}
.image img {
    max-width:100%;
    height:auto;
}
.cke_show_borders h6,
.corps h6 {
    font-size:1em;
    font-weight:600;
    margin:20px 0px -10px 0px;
}

/* FIN FCK EDITOR */
