body {


	/*background-color: #EAEAEA;*/
	/*padding-top: 100px;*/
	background: black url("../images/fond2.jpg") no-repeat fixed center center / cover ;
}
.navbar-inner {
    background:black url('../images/fond_metal.jpg');
    color:white;
    margin-bottom:20px;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    border-width: 0 0 0px;
}
.navbar-inner  a{
	color:white;
}

.well {
    background: #f5f5f5 url("../images/papier.jpg");
}
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;
}

form,input {
	margin: 0;
	padding: 0;
}

.separateur {
	clear: both;
}
.logo-header{
	height:70px;
}	
.ident-header{
	width:300px;
	line-height: 20px;
	padding-top:15px;
}
.protrait-miniature{
	height:90px;
	float:left;
	margin-right:10px;
	margin-bottom: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: #FFFFFF url(../images/fond_metal2.jpg);
	color:white;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    margin: 0px 22px 0 0;
    padding: 0;
    width: 258px;
}
#menu ul{
	padding:0;
}
#menu .titre{
	text-align:center;
	font-size:20px;
	margin:10px;
}

.menu >li >a{
	/*border: 1px solid #E5E5E5;*/
    display: block;
    margin: 0 0 -1px;
    padding: 8px 14px;
}
#menuGroupe > li >a{
	font-size:18px;
}
/***************************	structure générale	***************************/
.container{
	width:1040px;
}
#content{
	min-height:600px;
	margin:0;
	width:760px;
	position:relative;
}

#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;
}
.calendrierAccueil{
	margin-top:15px;
}
.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;
}

