body {


	background-color: #EAEAEA;
	/*padding-top: 100px;*/
}


h1{
	font-size:20px;
	line-height:24px;
	margin-bottom:30px;
}
h2{
	font-size:16px;
	line-height:18px;
	color:#666;
}
h3{
	font-size:14px;
	line-height:16px;
	color:#b3b3b3;
}

hr {
	display: block;
	height: 1px;
	padding: 0;
	color: transparent;
	background-color: transparent;
	border: none;
	border-top: 1px dashed #666666;
	margin: 0px auto;
}
.navbar-default{
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	background-color: #fafafa;
    background-image: linear-gradient(to bottom, #fff, #f2f2f2);
    background-repeat: repeat-x;
}
form,input {
	margin: 0;
	padding: 0;
}

.separateur {
	clear: both;
}
.logo-header{
	height:70px;
}	
.ident-header{
	width:258px;
	line-height: 20px;
	padding-top:15px;
}
.protrait-miniature img{
	max-height:70px;
}
.protrait-miniature{	
	float:left;
	margin-right:10px;
}
.form-signin {
    
    margin: 0 auto 20px;
    max-width: 300px;
    
}
.form-inscription-groupe{
    
    margin: 0 auto 20px;
    max-width: 500px;
    
}
.lireSuite a{
	color:#0088CC;
}
.auteur{
	float:right;
	color:#666;
	font-style:italic;
	font-size:11px;
}
.moduleKmlTitre .auteur{
	float:none;
}
.bouton_haut_droit{
	position:absolute;
	top:10px;
	right:10px;
}
#form_fiche input[size="6"]{
	width:50px;
}
#form_fiche input[size="10"]{
	width:100px;
}
#edit_fiche input{
	margin-bottom:0!important;
}
#edit_fiche input[size="70"]{
	width:440px;
}
#edit_fiche input[size="60"]{
	width:400px;
}
#edit_fiche input[size="10"]{
	width:100px;
}
#form_comment textarea{
	width:500px;
}
#menu{
	background-color: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    margin: 0px 0 0;
    padding: 0;

}
#menu ul{
	padding:0;
}
#menu .titre{
	text-align:center;
	font-size:20px;
	margin-bottom:10px;
	color:#fff;
	padding:15px 0;
	background-color:#337ab7;
	background-image: linear-gradient(to bottom, #337ab7, #265A84);
}
#menu .titre:first-child{
	border-radius:6px 6px 0 0;
}

#menu .nav >li >a{
    padding: 7px 15px;
}
#menuGroupe > li >a{
	font-size:18px;
}
#menu .nav >li.active{
	background-color:#efefef;
}
#menu .nav >li >a .glyphicon{
	font-size:20px;
}
/***************************	structure générale	***************************/
.container{
	/*width:1040px;*/
}
#content{
	min-height:600px;
	margin:0;
	
	position:relative;
	overflow:hidden;
}

#droite {
	float: right;
	min-height: 400px;
	padding: 10px 10px 10px 0;
	width: 160px;
	display: inline; /*correction bug double margin IE6*/
}

#footer {
	text-align: center;
	padding-top: 5px;
	min-height: 20px;
	font-size: 0.9em;
	color: white;
	background-color: #17599F;
}
#footer a {
	color: white;
}

#signature {
	position: relative;
	
	height: 15px;
	text-align: right;
	font-size: 10px;
	width: 940px;
	margin: 0 auto;
	color: #333333;
	
}
#signature a{
	color:#333333;
}

#zoomPhoto,#fondZoomPhoto {
	width: 100%;
	height: 100%;
	padding-top: 20px;
	position: fixed;
	z-index: 2;
}

#fondZoomPhoto {
	background: #f0f0f0 url(../images/trameFond.png);
	opacity: 0.9;
	filter: alpha(opacity = 90);
	z-index: 1;
}

#contenuZoomPhoto {
	width: 850px;
	margin: 0 auto;
	text-align: center;
}

#contourZoomPhoto {
	display: inline-block;
	background: white;
	padding: 25px 25px 10px 25px;
	border: 1px solid #666666;
	max-width: 800px;
}

#contenuZoomPhoto img {
	max-width: 800px;
	width: expression(( this.width >   800) ?   800 :   true );
	margin-bottom: 5px;
}


/* pretty galery */
.pp_overlay {
	position: absolute;
	left: 0px;
	top: 0px;
}

.pp_pic_holder {
	position: absolute;
	left: 0px;
	top: 0px;
}

.ppt {
	position: absolute;
	left: 0px;
	top: 0px;
}

.alerte-no-javascript {
	width: 200px;
	margin: 25px;
	float: right;
	text-align: left;
	padding: 10px;
}

.infosResultat{
	color:#666;
	text-align:center;
	font-size:12px;
}
.commentaire{
	font-size:12px;
}
.panel-heading h2{
	margin:10px 0;
}
.pagination-sm > li > a{
	padding: 5px 9px;
}
.well{
	background:white;
}
.moduleKmlrecente .publication{
	color:#666;
}
.moduleKmlrecente .fiche{
	margin-left:100px;
	/*line-height:1;*/
}

/*******************************************************************************
**********************			MODULE KAMELEON		  **********************
**********************			module-liste-cartes-visites			**********************
*******************************************************************************/


/*Liste des actus*/

.moduleKmlCartesVisites .fiche {
	display:inline-block;
	vertical-align:top;
	width: 245px;
	height:80px;
	overflow:hidden;
	margin-right:10px;
	margin-bottom: 20px;
	font-size:13px;
}
.moduleKmlCartesVisites .separateurVertical {
	width: 5%;
}
.moduleKmlCartesVisites .separateur{
	height: 20px;
}
.moduleKmlCartesVisites h2 {
	background-color: transparent;
	color: #ff7a00;
	margin:0;
	font-size:13px;
}
.moduleKmlCartesVisites h3 {
	color: #444444;
}
.moduleKmlCartesVisites .photoMdl {
	float: left;
	margin-right: 5px;
}
.moduleKmlCartesVisites .photoMdl img {
	width:50px;
}
.moduleKmlCartesVisites .photoMdl span{
	font-style: italic;
}
.moduleKmlCartesVisites .coordonnees{
	text-align: left;
}
.moduleKmlCartesVisites .infosResultat {
	color: #999999;
	font-size: 10px;
}

#navbar .navbar-brand{    
    color: #fff;
    	background-color: #337ab7;
    background-image: linear-gradient(to bottom, #337ab7, #265a84);
    height:52px;
}
#navbar .navbar{
	border: 0px solid transparent;
}
.calendrierAccueil .table_mois{
	width:100%;
	text-align:center;
}
.calendrierAccueil .table_mois th{
	text-align:center;
}
.calendrierAccueil .jour{
	padding:2px 3px;
}
.calendrierAccueil .selected{
	color:#fff;
	background:#337ab7;
	
}
.calendrierAccueil .selected a{
	color:#fff;
}
.calendrierAccueil .selected a:hover{
	text-decoration:none;
}
.calendriderAnnee .table_mois{
	width:30%;
	text-align:center;
	display:inline-block;
	vertical-align:top;
	margin:10px 10px;
}

.well h2, .well h1{
	margin-top:0;
}