.index img {
 max-height : 50px;
 max-width : 50px;
}

body {
    background-color:#fff;
    color: #444444;
	font-family:"Avenir next","Lucida Sans Unicode",sans-serif;
	-webkit-font-smoothing:antialiased;
    font-size: 12px;
    line-height: 22px;
    margin-top:10px;
    margin:0;
    padding:0;
}

#header{
	background-color:#e8e8e8;
	height:10px;
	padding-bottom:20px;
	font-size:1.3em;
	
}

#header_logo{
  float:left;
  color:#000;
  width:auto;
/*  margin:5px 0px 5px 10px;*/
  margin:0px 0px 5px 10px;

  }

#header_logo img{
  text-align: center;
  height:20px;
  vertical-align:top;
/*  border:1px solid #cfcfcf;*/
}

#header_logo p{
  color : #000;
  font-size: 125%;
  font-weight: bold;
}

#onglets{
/*  float:left;*/
/*  margin-top:18px;*/
/*  margin-left:30px;*/
	width:100%;
	text-align:center;
}

#onglets ul{
  margin:0;
  padding:0;
}

#onglets li{
  padding : 5px;
  text-align : center;
  float : left;
  list-style-type: none;
  color : #fff;
  font-weight:normal; 
  margin:0;
}

#onglets li a,#onglets li a:link,#onglets li a:visited{
  text-decoration: none;
  color : #fff;
  font-weight:normal;
}

#onglets li a:hover{
  text-decoration: none;
  color : #2F2F2F;
  font-weight:normal;
}

#user_info{
/*  float : right;*/
/*  margin-right: 35px;
  margin-top:20px;*/
  text-align:right;
  padding-right:10px;
}

#user_info a,#user_info a:link,#user_info a:visited{
  text-decoration: none;
  color : #2F2F2F;
  font-weight:normal;
}

#user_info a:hover{
  text-decoration: none;
  color : #97be0e;
  font-weight:normal;
}


/***************/
/*  PRINCIPAL  */
/***************/

#content{
/*	border-top: 1px solid #ddd;*/
	background: #fff;
	clear: both;
	color: #333;
	overflow: auto;
/*	margin-top:10px;*/
/*	font-size:0.9em;*/
}

#content h1 {
	background-color:#0bb7e9;
	color:#fff;
	padding:5px;
	padding-left:10px;
	margin:5px 1%;
}

#onglet_home {
    background-color:#cdcdcd;
    margin-right:10px;
}

#onglet_groups {
    background-color:#835a00;
    margin-right:1px;    
}

#onglet_fiches, #onglet_categories, #onglet_souscategories {
    background-color:#de0000;
    margin-right:1px;    
}

#onglet_users {
    background-color:#835a00;
    margin-right:10px;
}

#onglet_parcours {
    background-color:#a8dc00;
    margin-right:1px;
}

#onglet_pois {
    background-color:#a8dc00;
    margin-right:10px;
}

#onglet_satisfaction {
    background-color:#4d53ad;
	margin-right:10px;
}

#onglet_sejours {
	background-color:#62af56;
	margin-right:10px;
}

#onglet_stats {
    background-color:#fdb300;
}

#onglet_agenda {
    background-color:#0bb7e9;
}

.red {
	color:#f00;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.intitule_planning {
	background-color:#efefef;
	color:#2F2F2F;
	padding:5px 3%;
/*	border:1px solid rgb(169, 212, 125);*/
	text-align:center;
	border-radius:5px;
	margin-bottom:10px;
	margin-top:5px;
	min-height:60px;
}


#onglet_thematiques {
    background-color:#97be0e;
    margin-right:1px;
}


/***************/
/* Google maps */
/***************/

#map_canvas {
	height:500px;
}


/************/
/* IMAGES   */
/************/

#ordreimages ul {
	width:600px;
/*    height:200px;*/
	height:auto;
    margin:0;
	padding:0;
  	overflow-x:hidden;
	overflow-y:auto;
	margin-right:20px;
}

#ordre_images li {
	list-style-type:none;
	padding-left:10px;
	cursor:pointer;
}

#ordre_images img {
	width:50px;
	height:auto;
	vertical-align:middle;
	margin-top:5px;
	margin-bottom:5px;
}


.even {
 background:#eee;
}

.odd {
 background:#ddd;
}

audio {
	width:250px;
}

video {
	width:200px;
}

.videolarge {
	width:350px;
}

.brouillon {
	background-color:#ccc;
	color:#2F2F2F;
	padding:5px;
}

.publie {
	color:#fff;
	background-color:#4d53ad;
	padding:5px;
}

.align {
	text-align:center;
}

/*********************/
/*   SYNCHRO IMAGES  */
/*********************/

.main_audio {
	height:100px;
}
.view_audio {
	width: 255px;
	float:left;
	height: 100px;
	margin-right:30px;
}

.timer {
	width:30px;
	font-size:100%;
}

.bouton_timer {
	border:1px solid #97be0e;
	background-color:#97be0e;
	color:#fff;
	padding:5px;
}

.loading_timer {
	vertical-align:top;
}

.ordre div {
	text-align:center;
}

.loading_timer_centre {
	margin-top:10px;
	margin-left:30px;
}

.img_lng {
	width:30px;
}

input {
	margin-bottom:10px;
}

.ui-autocomplete-loading {
    background: white url("/img/icons/newloader.gif") right center no-repeat;
}

.ui-menu-item {
	background-color:#fff;
	padding:0;
	margin:0;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
	cursor:pointer;
/*	height:200px;*/
	width:400px;
/*	overflow:auto;*/
}

.ui-corner-all {
	padding:5px;
}

/* ONGLETS */


#onglets a, #onglets a:link, #onglets a:visited {
	font-weight:normal;
	color:#fff;
	text-decoration:none;
}

#onglets a:hover {
	color:#2F2F2F;
}

#header a, #header a:link, #header a:visited {
	font-weight:normal;
	color:#2F2F2F;
	text-decoration:none;
}

#header a:hover {
	color:#00a7d5;
}

#onglets h1 {
	margin:0;
}

#sub_onglets {
	margin-left:5px;
	margin-top:5px;
}
/* ACCUEIL */

#ong_accueil {
	float:left;
	background-color:#D4D4D4;
/*	margin-left:10px;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;*/
    border-right:1px solid #efefef;
}

#ong_accueil h1 {
	background-color:#aaa;
	color:#fff;
	padding:2px;
	padding-left:5px;
	text-transform:uppercase;	
}

#ong_accueil div {
	margin-left:5px;
	margin-right:5px;
}

/* AGENDA */

#ong_agenda {
	float:left;
/*	margin-left:10px;*/
	background-color:#CD000B;
/*
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;*/
    border-right:1px solid #efefef;
    
}

#ong_agenda h1 {
	background-color:#aaa;
	color:#fff;
	padding:2px;
	padding-left:5px;
	text-transform:uppercase;	
}

#ong_agenda div {
	margin-left:5px;
	margin-right:5px;
}

/* ADMINISTRATION */

#ong_administration {
	float:left;
/*	margin-left:10px;*/
	background-color:#fabd41;	
/*	-webkit-border-radius: 5px 5px 5px 5px;
   -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;*/
    border-right:1px solid #efefef;    
}

#ong_administration h1 {
	background-color:#aaa;
	color:#fff;
	padding:2px;
	padding-left:5px;
	text-transform:uppercase;
	
}

#ong_administration div {
	margin-left:5px;
	margin-right:5px;
}

/* FICHES */

#ong_fiches {
	float:left;
/*	margin-left:10px;*/
	background-color:#7F580C;
/*	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;*/
    border-right:1px solid #efefef;    
}

#ong_fiches h1 {
	background-color:#aaa;
	color:#fff;
	padding:2px;
	padding-left:5px;
	text-transform:uppercase;	
}

#ong_fiches div {
	margin-left:5px;
	margin-right:5px;
}

/* PARCOURS */

#ong_parcours {
	float:left;
/*	margin-left:10px;*/
	background-color:#B4D21A;
/*	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;*/
    border-right:1px solid #efefef;
 
}

#ong_parcours h1 {
	background-color:#aaa;
	color:#fff;
	padding:2px;
	padding-left:5px;
	text-transform:uppercase;	
}

#ong_parcours div {
	margin-left:5px;
	margin-right:5px;
}

/* SEJOURS */

#ong_sejours {
	float:left;
/*	margin-left:10px;*/
	background-color:#0bb7e9;
/*	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;*/
    border-right:1px solid #efefef;    
}

#ong_sejours h1 {
	background-color:#aaa;
	color:#fff;
	padding:2px;
	padding-left:5px;
	text-transform:uppercase;	
}

#ong_sejours div {
	margin-left:5px;
	margin-right:5px;
}

/* BLOCS */

#ong_blocs {
	float:left;
/*	margin-left:10px;*/
	background-color:#d1bd41;	
/*	-webkit-border-radius: 5px 5px 5px 5px;
   -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;*/
    border-right:1px solid #efefef;    
}

#ong_blocs h1 {
	background-color:#aaa;
	color:#fff;
	padding:2px;
	padding-left:5px;
	text-transform:uppercase;
	
}

#ong_blocs div {
	margin-left:5px;
	margin-right:5px;
}

/* NEWSLETTER */

#ong_newsletter {
	float:left;
/*	margin-left:10px;*/
	background-color:#B4D21A;	
/*	-webkit-border-radius: 5px 5px 5px 5px;
   -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;*/
    border-right:1px solid #efefef;    
}

#ong_newsletter h1 {
	background-color:#aaa;
	color:#fff;
	padding:2px;
	padding-left:5px;
	text-transform:uppercase;
	
}

#ong_newsletter div {
	margin-left:5px;
	margin-right:5px;
}



.geolocalise {
	color:#00a7d5;
}

#headers {
	padding-top:20px;
}

#headers img {
	width:50px;
	padding:10px;
	cursor:pointer;
}

.bordure {
	border:3px solid #0bb7e9;
}

#colors {
	margin-top:20px;
	margin-bottom:20px;
}

#colors span {
	width:50px;
	margin:10px;
	cursor:pointer;
	padding:5px;
}


.bordureColor {
	border: 3px solid #CD000B;
}

#galerie {
	padding:20px 20px;
	min-height:400px;
}

.galerie_element {
	float:left;
	padding:20px;
	text-align:center;
	min-height:190px;
	min-width:130px;
	width:auto;
	margin-top:10px;
}


#generee img {
	width:100px;
	height:auto;
	margin-top:10px;
}

#pictos {
}

#pictos img {
	width:50px;
	padding:10px;
	cursor:pointer;
	background-color:#efefef;

}

#visuels {
	padding-top:20px;
}

#visuels img {
	width:50px;
	padding:10px;
	cursor:pointer;
}

.blue {
	color:#0bb7e9;
}

.myvignettes {
	min-height:80px;
	margin-top:10px;
}

#gestion_colonnes {
	margin-left:auto;
	margin-right:auto;
}



#gestion_colonnes th {
 	text-align:center;
 	font-weight:bold;
}

#gestion_colonnes td {
 	text-align:center;
 	cursor:pointer;
}


#gestion_colonnes ul {
	text-align:center;
}

.blue img {
	width:20px;
	vertical-align:top;
	cursor:pointer;
}

#loading {
	color:#2F2F2F;
	margin-left:10px;
}

.invisible {
	display:none;
}

#trash {
	width:200px;
	background-color:#CD000B;
	color:#fff;
	text-align:center;
	padding:5px;
	cursor:pointer;
}

.galerie_element_gestion {
	float:left;
	padding:20px;
	text-align:center;
	min-height:160px;
	min-width:100px;
	width:auto;
	margin-top:10px;
	cursor:pointer;
}

#ajouter {
	width:200px;
	background-color:#B4D21A;
	color:#2F2F2F;
	text-align:center;
	padding:5px;
	cursor:pointer;
	margin-left:30px;
}

#gestion_colonnes .bdy a img, #gestion_colonnes .bdy a:link img {
/*	height:50px;*/
}

.drop {
	height:20px;
}

#content .bdy h1 {
	margin-bottom:5px;
	padding:1px;
	background-color:#fabd41;
	color:#2F2F2F;
}

.entre {
	margin:20px 0px;
}

#maj {
	width:200px;
	background-color:#B4D21A;
	color:#2F2F2F;
	text-align:center;
	padding:5px;
	cursor:pointer;
	margin-top:20px;
}

.index .editmode {
	width:37px;
	vertical-align:bottom;
}


#sejours_elements {
	width:600px;
/*    height:200px;*/
	height:auto;
    margin:0;
	padding:0;
  	overflow-x:hidden;
	overflow-y:auto;
	margin-right:20px;
}

#sejours_elements li {
	list-style-type:none;
	padding-left:10px;
	cursor:pointer;
	padding:5px 0px 5px 5px;
}


.qrcode img {
	max-width:100px;
	max-height:100px;	
}

.edit_image {
	height:400px;
}


.div_classement_id, .div_clevacances {
	display:none;
}	

.altrow {
	background-color:#efefef;
/*	background-color:#2F2F2F;*/
}


.publique_images span {
	padding:10px 1%;
	padding-left:0;
}

.publique_images img {
	max-width:150px;
	max-height:150px;
	border:1px solid #2F2F2F;
}

.publique_categorie {
	background-color: #efefef;
    color: #2F2F2F;
    padding-left: 1%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.publique_description {
	padding:10px 1%;
	margin-top:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#efefef;	
}

.publique {
	font-size:1.1em;
}

.publique td p {
	margin:0;
	padding:5px 1%;
}

.publique h1 {
	background-color:#bfce12;
}

.publique a, .publique a:link, .publique a:visited {


}


.number {
	/*padding:2px 0.7%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#fff;
	margin-right:1%;
	background-color:#B4D21A;*/
}

#content .publique h1 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}

.publique_categorie strong {
	font-weight:bold;
}

.round {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#B4D21A;
	padding:5px 1%;	
}

table.publique tr td {
	border:0;
	border-bottom:2px;
	margin-top:20px;
	border-color:#CD000B;
	border-style:dashed;
	margin-bottom:10px;
	border:0;
}

.publique .adresse {
	background-color:rgba(0, 144, 245, 0.2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:5px 1%;
	margin:10px 0 10px 0;
}

.publique .no-left {
	padding:0;
}

#entete_logo {
	display:none;
	font-size:2em;
	font-weight:bold;
}

#entete_logo div {
	margin-top:20px;
}

.printme {
	margin-bottom:10px;
	cursor:pointer;
}
.print_me {
	padding:10px;
	background-color:#B4D21A;
	font-weight:bold;
	border:1px solid #efefef;
	width:200px;
	font-size:1.2em;
	cursor:pointer;
}

.printme img {
	width:20px;
	vertical-align:middle;
	margin-right:3%;
}

.printme button {
	cursor:pointer;
}


th.actions {
	text-align:center;
	color:#0bb7e9;
	font-weight:bold;
}

.plannings td.actions {
	text-align:left;
}

.plannings td.actions a, .plannings td.actions a:link, .plannings td.actions a:visited {
	padding:5px;
	/*border:1px solid #2F2F2F;*/
	color:#0bb7e9;
	color:#2F2F2F;
	/*
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	*/
}

.plannings td.actions a:hover {
	color:#fabd41;
	color:#2F2F2F;
	color:rgb(169, 212, 125);	
}

.border_bottom {
	padding-bottom:5px;
	border-bottom:1px dashed rgb(169, 212, 125);
}

.border_top {
	padding-top:5px;
	border-top:1px dashed rgb(169, 212, 125);
}


.icons {
	width:20px;
	vertical-align:middle;
	
}


.plannings form div.submit {
	text-align:center;
	margin:0 auto;
}

.etapes {
	margin-top: 20px;
    margin-bottom: 10px;
    color: #15b4ca;
    font-size: 2em;
    text-align:center;   
}

.numbers {
	text-decoration:none;
	background-color:#15b4ca;
	color:#fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;	
	padding:2px 0.5%;
}

.nplannings form {
	width:70%;
	margin:0 auto;
	font-size:1.4em;
	margin-top:20px;
}

.nplannings {
	line-height:150%;
}

.nplannings form label {
	font-size:1em;
	vertical-align:-webkit-baseline-middle;
	margin-top:10px;
	font-weight:normal;
}

.nplannings form input, .nplannings form select {
	font-size:1em;
	float:right;
	font-family:"Avenir next","Lucida Sans Unicode",sans-serif;
	-webkit-font-smoothing:antialiased;
	
}


.nplannings form fieldset {
	width:70%;
	margin:0 auto;
	padding:0;
}


.nplannings input[type=submit] {
	text-decoration:none;
	background-color:#15b4ca;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	padding:10px 2%;
	border:0px;
}

.nplannings .submit {
	width:70%;
	margin:20px auto;
	text-align:right;
}


.nplannings form input {
	font-size:1em;
	font-family:"Avenir next","Lucida Sans Unicode",sans-serif;
	-webkit-font-smoothing:antialiased;
	

}

.nplannings form select {
	font-size:1em;
	font-family:"Avenir next","Lucida Sans Unicode",sans-serif;
	-webkit-font-smoothing:antialiased;

	margin-top:10px;
}

strong {
	color:#15b4ca;
}

.nplannings a, .nplannings a:link, .nplannings a:hover {
	color:#15b4ca;
	text-decoration:none;
}

.nplannings a:hover {
	color:#686868;
}

.nplannings p {
	line-height:150%;
}

.nplannings input,.nplannings textarea {
	width:auto;
	margin-top:5px;
	
}


.nplannings #PlanningIntitule {
	width: 95%;
    float: left;
}

.nplannings #PlanningDescriptif {
	width:95%;
	font-size:0.9em;
}

.nplannings #PlanningJobId {
	float:left;
}

.nplannings #PlanningJobAutre {
	float:left;
	width:95%;
}

.nplannings #PlanningDureeSeance {
	float:left;
	text-align:right;
	width:95%;
}

.nplannings #PlanningCodepromo {
	width: 95%;
    float: left;
}

.nplannings form .submit input[type=submit] {
	margin-right:3%;
	width:15%;
}

.nplannings #PlanningJobId {

}

.nplannings #PlanningJobAutre {
	display:none;
}

.message_erreur {
	color:#f00;
	padding:10px 0;	
	text-align:center;
}

.message_erreur p {
	width:60%;
	text-align:left;
	margin:0 auto;
}

#listing_plannings tr{
 display:inline-block;
 vertical-align:top;
 margin:0 1%;
 width:220px;
}

#listing_plannings td {
	border:0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.connexion label{
	font-size:1.3em;
	font-weight:normal;
}


.password_link {
	font-size:1.3em;
	font-weight:normal;
	color:#46ac4e;
}

.password_link:hover{
	color:#0bb7e9;
}

.rose {
	color:#e086ba;
}


.planning_solo{
	display:inline-block;
	width:250px;
	vertical-align:top;
	margin:0 0.5%;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border:1px solid #efefef;
    padding:0 1%;
    font-weight:normal;
}

.planning_solo a, .planning_solo a:link, .planning_solo a:visited{
	font-weight:normal;
}

.blue {
	color:#26b4c9;
}

.hidden{
	display:none;
}

.bienvenue{
	text-align:center;
	font-size:1.3em;
	margin-top:10px;
}


#fichiers_table{
	width:100%;
}

#fichiers_table td, #fichiers_table th {
	text-align:center;
}


.altrow{
	background-color:#efefef;
}

.highlightMe{
	color:#2F2F2F;
	font-family:"AvenirNext-DemiBold";
}

#PlanningNouveauForm{
	width:auto;
	margin:0;
}

@media screen and (max-width:600px) {
	#user_info{
		font-size:0.9em;
		display:block;
		clear:both;
	}
	
	#header{
		height:auto;
		padding-bottom:0;
	}
	
	.nplannings form{
		width:100%;
	}
	
	.nplannings fieldset{
		width:95%;
	}
	
	.nplannings form .submit input[type=submit]{
		width:100%;
		margin:0;
		
		margin-top:20px;
	
	}
	
	.planning_solo {
		display:block;
		width:95%;
		margin:0 auto;
	}	
}



.bold{
	font-family:"AvenirNext-DemiBold";
}

.hightlightUrl{
	padding:5px 1%;
	border:1px dashed #efefef;
	background-color:#efefef;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
}
