
/* ======================== donnees ========================== */
/*



*/

/* ======================== LINKS ========================== */
a
{
	text-decoration:none;
	color:#000000;
}

a:hover /* Quand le visiteur pointe sur le lien */
{
	color:#666666;
}

/* ====================== Generic Styles =========================== */


h1
{
	
	
}
h2
{
	    text-align:center;
	
	
}
h3
{
	
}

h4
{
	
}

p
{
	
}

/* On travaille sur la balise body, donc sur TOUTE la page */
body 
{
	background-color: #000000; /* Le fond de la page */
	


	color: #444444; /* Le texte de la page*/
	font-family: "Comic Sans MS", "Purisa", TSCu_Comic, Comics, cursive;
   	width: 100%;
	height:100%;
	
	margin: 0px; 
}


/* ============================== Main Layout ================================= */

.menu
{
	position:fixed;
	top:0px;
	left:0px;
	z-index:10;
	
	height:40px;
	width:100%;
	
	margin:0px;
	padding:0px;
	
	background-color:#CCCCCC;
	border-bottom:1px solid #000000;

}

.menu p
{
	float:left;
	margin:8px;
	padding:0px;
	padding-left:20px;
	padding-right:20px;
	font-size:16px;
	font-weight:bold;
	font-weight:normal;
	
}

.menu .submenu
{
    position:fixed;
    top:40px;
    left:80px;
    height:65px;
    width:170px;
    background-color:#CCCCCC;
    border:1px solid #000000;
	visibility:hidden;
	text-align:center;
    

}
.menu .submenu p
{
    font-size:12px;
    margin:5px;
	text-align:center;
    float:none;
	height:25px;
	line-height:25px;
}


.login
{
    position:fixed;
    top:25px;
    right:0px;
    height:15px;
    margin:0px;
    padding:0px;

    z-index:15;
    font-size:10px; 
    text-align:right;
}

#loginpad
{
    position:fixed;
    top:40px;
    right:0px;
    
    height:180px;
    margin:0px;
    padding:10px;
    border:1px solid #000000;
    background-color:#CCCCCC;
    z-index:50;
    font-size:10px; 
    text-align:left;
    visibility:hidden;
}


.corps
{
	position:absolute;

	/*background:url("images/back.jpg");
	background-position:left ;
	background-repeat:repeat-y;*/
	background-color:#000000;

	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
	
	height:100%;
	width:100%;
	
	background-color:#000000;
}
.corps .photoarborescence
{
	position:absolute;
	top:40px;
	left:0px;
	width:100%;
	height:20px;
	
	margin:0px;
	padding:0px;
	
	z-index:9;
	background-color:#000000;
	border-bottom:1px #CCCCCC solid;
	
}
.corps .photoarborescence p
{
	font-size:12px;
	padding:0px;
	padding-left:20px;
	margin:0px;
	color:#CCCCCC;

}
.corps .photoarborescence a
{
	color:#CCCCCC;

}

.corps .colgauche
{
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	height:100%;
	z-index:8;
	
	margin:0px;
	padding:0px 10px;
	
	color:#CCCCCC;
	background-color:#000000;
	border-right:1px #CCCCCC solid;
	overflow:hidden;
}
.corps .colgauche h2
{
	margin:0px;

}
.corps .coldroite
{
	position:absolute;
	top:40px;
	bottom:25px;
	right:0px;
	width:200px;
	height:auto;
	z-index:8;
	
	margin:0px;
	padding:0px 10px;
	
	color:#000000;
	border-left:1px #CCCCCC solid;
	overflow:hidden;
}
.corps .coldroite h2
{
	margin:0px;

}

.corps .coldroite .latestphoto
{
  float:left;
  width:90px;
  height:90px;
  padding:5px;
  margin:0px;
  line-height:80px;
  text-align:center;
}
.corps .coldroite .latestphoto img
{
  vertical-align:middle;
  max-width:80px;
  max-height:80px;
}





.corps .colgauche .photofolders
{
position:absolute;
  
top:40px;
bottom:200px;
left:0px;
right:0px;
height:auto;
width:auto;
text-align:center;
overflow:auto;


}
.corps .colgauche .photosdatas
{
  position:absolute;
  height:173px;
  bottom:26px;
  left:0px;
  width:200px;
 overflow:auto;
  background-color:#CCCCCC;
  padding-left:10px;
  padding-right:10px;
  z-index:40;

	color:#000000;
}
.corps .colgauche .photosdatas .title
{
 font-size:14px;
 text-align:center;
 font-weight:bold;
 
  margin:5px; 
}
.corps .colgauche .photosdatas .legend
{
  font-size:11px;
 text-align:center;
 
 margin:2px; 
}

.corps .colgauche .photofolders .folders 
{
  
  
  text-align:left;
  color:#CCCCCC;
  font-size:12px;
  overflow:auto;
  
}
.corps .colgauche .photofolders .folders p
{
  margin:3px;
  line-height:12px;
}
.corps .colgauche .photofolders .spacer 
{
  width:20px;
  height:100%;
  float:left;
  margin:0px;
}


.corps .colgauche .photofolders table 
{
  
}

.corps .colgauche .photofolders td 
{
  color:#CCCCCC;
  font-size:12px;
  text-align:left;
  line-height:12px;
  padding:3px;
}
.corps .colgauche .photofolders td a 
{
  color:#CCCCCC;
}







.corps .colgauche .photofolders .folders a
{
  color:#CCCCCC;
}
.corps .colgauche .photofolders .folders a img
{
  border:none;
}
.corps .colgauche .photofolders .folders img
{
    max-width:30px;
    max-height:30px;
    margin-right:5px;
    display:block;
    float:left;

}


.corps .colgauche .photodate
{
position:absolute;
  
top:70px;
bottom:40px;
left:0px;
right:0px;
height:auto;
width:auto;
text-align:left;
overflow:auto;
font-size:12px;

}


#menucalendar2 .joursansphoto 
{
  color:#CCCCCC;


}
#menucalendar2 .jouravecphoto 
{
  color:#333333;
  
}

#menucalendar2 .joursansphoto a
{
  color:#CCCCCC;


}
#menucalendar2 .jouravecphoto a
{
  color:#333333;


}


.corps .photofilmstrip, .corps .videofilmstrip
{
	position:absolute;
	bottom:25px;
	left:0px;
	width:100%;
	height:81px;
	
	margin:0px;
	padding:0px;
	
	background-color:#000000;
overflow:auto;


}
.corps .photofilmstripinside, .corps .videofilmstripinside
{
height:80px;	
margin:0px;
	border-top:#CCCCCC 1px solid;
	
	margin-left:220px;
	padding:0px;
	
	background-color:#000000;
      overflow:auto;
}
.corps .videofilmstripinside
{
	margin-right:220px;
}
.corps .photofilmstrip .photofilmstripinside p img, .corps .videofilmstrip .videofilmstripinside p img
{
	height:48px;
	
	margin:1px;
	margin-left:10px;
	margin-top:2px;
	
	padding:0px;
	text-decoration:none;

}
.corps .photofilmstrip .photofilmstripinside p, .corps .videofilmstrip .videofilmstripinside p 
{
	margin:0px;
	padding:0px;
	
      white-space:nowrap;
}
.photofilmstripinside p a, .photofilmstripinside p a img
{
text-decoration:none;
border:none;
}






.corps .zonevideo
{
  position:absolute;
  top:100px;
  bottom:150px;
  left:270px;
  right:270px;
  width:auto;
  height:auto;
  

}
.corps .zonevideo iframe
{
  position:absolute;
  top:0px;
  bottom:0px;
  right:0px;
  left:0px;
  width:100%;
  height:100%;

}

.corps .zonephoto
{
  position:absolute;
  top:40px;
  bottom:105px;
  left:220px;
  right:0px;
  width:auto;
  height:auto;
  text-align:center;
  
}






.corps .zonephoto .viewphoto
{
  position:absolute;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  width:auto;
  height:auto;
  text-align:center;
  
}

.corps .zonephoto .viewphoto img
{
  
  margin:auto;
  position:absolute;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  max-height:98%;
  max-width:98%;

}







.footer
{
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:100;
	height:25px;
	width:100%;
	
	margin:0px;
	padding:0px;
	
	border-top:1px solid #000000;
	background-color:#CCCCCC;
}

.footer p
{
	float:left;
	margin:0px;
	padding:0px;
}
.footer a img
{
margin:0px;
	padding:0px;
	text-decoration:none;
	border:0px solid #000000;
}
.footer p img
{
	margin:2px;
	height:16px;
	width:16px;
	vertical-align:middle;
}

.footer .right
{
	float:right;
	text-align:right;
	margin:2px;
	padding:0px;
	font-size:8px;
}

.footer #RSSmenu
{
    position:fixed;
    bottom:25px;
    left:120px;
    height:65px;
    width:100px;
    background-color:#CCCCCC;
    border:1px solid #000000;

    visibility:hidden;

}
.footer #RSSmenu p
{
    font-size:12px;
    margin:8px;
    float:none;
    text-align:center;
	
}


/*========================== Calendar left side (Histoique) ===================================*/

#menucalendar
{
    margin-top:50px;
    
}
#menucalendar a
{
  color:#CCCCCC;
}

#menucalendarhead
{
  width:196px;
  height:20px;
  border:1px solid #CCCCCC;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
  margin-bottom:3px;

}
#menucalendarbody
{
  width:196px;
  height:140px;
  border:1px solid #CCCCCC;
  
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;  

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	

}
#menucalendarhead .calendartitle
{
  width:116px;
  float:left;
  margin:0px;
  padding:0px;
  line-height:20px;
  vertical-align:middle;
  text-align:center;
  
}
#menucalendarhead .calendarbutton
{
  width:20px;
  height:20px;
  margin:0px;
  padding:0px;
  line-height:20px;
  vertical-align:middle;
  text-align:center;
  float:left;
}
#menucalendarhead .calendarbutton img
{
  width:18px;
  height:18px;
}

#menucalendarbody p
{
  width:24px;
  height:18px;
  margin:1px;
  margin-right:2px;
  margin-left:2px;
  padding:0px;
  line-height:20px;
  color:#CCCCCC;
  vertical-align:middle;
  text-align:center;
  float:left;
}

#menucalendarbody .head
{
  width:28px;
  height:20px;
  margin:0px;
  padding:0px;
  line-height:20px;
  vertical-align:middle;
  text-align:center;
  background-color:#CCCCCC;
  color:#333333;
  float:left;
}

#contentofday .head
{
  height:20px;
  margin:0px;
  margin-top:10px;
  padding:0px;
  line-height:20px;
  vertical-align:middle;
  text-align:center;
  background-color:#CCCCCC;
  color:#333333;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
}
#contentofday .item
{
  margin:0px;
  margin-top:5px;
  padding:5px;
  border:1px solid #CCCCCC;
  	-moz-border-radius:5px;
	-webkit-border-radius:5px;
  
}
#contentofday .item img
{
  margin:3px;
  max-height:100px;
  max-width:100px;
  display:block;
  float:left;
}



/*========================== news of homepage  ===================================*/

.zonenews
{
  position:absolute;
  top:40px;
  bottom:25px;
  height:auto;
  left:220px;
  right:220px;
  width:auto;
  color:#CCCCCC;
  text-align:left;
  z-index:5;
  overflow:auto;
  backgroung-color:#FFFF00;

}
.zonenews a
{
 
  color:#CCCCCC;

}
.zonenews form, .zonenews h3
{
  margin-left:30px;
}

.datenews
{
	font-size:12px; 
	font-weight:normal;
	color:#333333; 
	text-align:left;
	background-color:#CCCCCC;
	padding: 2px;
	height:20px;
	margin-left:30px;
	margin-right:30px;
  margin-top:10px;
  margin-bottom:5px;
	

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.news
{
	font-size:18px; 
	font-weight:bold;
	color:#333333; 
	text-align:justify;
	background-color:#CCCCCC;
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 5px;
	margin-left:30px;
	margin-right:30px;
	overflow:auto;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.news a
{
	color:#222222; 
}
.news img
{
	float:left;
	margin: 0px;
	margin-right:20px;
}

.newscomment
{
	visibility:hidden;
	height:0px;
	margin-top:0px;
	margin-bottom:0px;
	
}

.newscommentarea
{
	margin-top:5px;
	margin-bottom:2px;
	margin-left:30px;
	margin-right:30px;
	
	font-size:10px;
}

.newscommentairedatepost
{
	font-size:10px;
margin:0px;	
margin-left:30px;
margin-top:10px;
	margin-right:30px;
	

	
}
.newscommentaire
{
	border:thin solid #CCCCCC;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-left:100px;
	margin-right:200px;
margin-top:0px;
	padding:5px;
}
.newscommentaireform
{
	border:thin solid #CCCCCC;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-left:100px;
	margin-right:200px;
	margin-top:10px;
	padding:20px;
}
.newscommentaireform p
{
	margin:0px;
	padding:0px;
}



/*===================== Page "Pendant ce temps..." =================================================== */
.places
{
	width:50%;
	float:left;
	overflow:auto;
	text-align:center;
}
.places h3
{
	margin:0px;
	padding:0px;
	font-size:14px;
}
.meteo
{
  
  text-align:center;
}


/*=================================== Livre d'or ==========================================================*/
.livreor
{
	font-size:18px; 
	font-weight:bold;
	color:#333333; 
	text-align:justify;
	background-color:#CCCCCC;
	padding: 10px;
	margin-bottom: 2px;
	margin-top: 15px;
	margin-left:30px;
	margin-right:30px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.datelivreor
{
	font-size:12px; 
	font-weight:normal;
	color:#333333; 
	text-align:left;
	background-color:#CCCCCC;
	padding: 2px;
	margin-bottom: 15px;
	margin-top: 2px;
	margin-left:30px;
	margin-right:30px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


/* ======================================== Calendrier =================================================================*/
.calendar
{
  position:absolute;
	 height:auto;
	 top:0px;bottom:0px;
  left:0px;
  right:0px;
  width:700px;
  margin:auto;
  color:#CCCCCC;
  

}

.calendar a img
{
  border:none;
}

.yeartitle
{
 height:40px;
 width:100%;
 margin:0px;
 padding:0px;

}
.yeartitle p
{
 font-size:24px;
 margin:0px;
 text-align:center;
 height:40px;
 line-height:40px;
 
}
.yeartitle img
{
 height:40px;
 
}
.yeartitle .btnnext
{
float:right;
text-align:right;
width:20px;

}
.yeartitle .btnprev
{
float:left;
text-align:left;

width:20px;
}

.month
{
	width: 196px;
	vertical-align:top;
}

.joursansphoto
{
	font-size:12px; 
	font-weight:normal;
	color:#CCCCCC; 
	text-align:center;
	padding: 0px;
	vertical-align: middle;
margin:1px;
	height: 16px;
	width: 16px;
}

.jouravecphoto
{
	font-size:12px; 
	font-weight:normal;
	color:#333333; 
	text-align:center;
	padding: 0px;
	vertical-align: middle;
	background-color:#CCCCCC;
	margin:1px;
	height: 16px;
	width: 16px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.jouravecphoto a
{
	color:#333333; 
}
.jouravecphoto a:hover
{
	color:#000000; 
}

.calendarheader
{
	font-size:12px; 
	font-weight:normal;
	color:#333333; 
	text-align:center;
	padding: 0px;
	vertical-align: middle;
	background-color:#CCCCCC;
	margin: 1px;
	height: 16px;
}

.monthtitle
{
	height: 20px;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	text-align:center;
	text-indent:0px;
}


/* ============================================================================special pour formulaire upload ==============================================================================*/


.imageinform
{
  float:left;
}
#mothercategory
{
  height:400px;
    
  margin-top:20px;
  margin-bottom:20px;
  position:absolute;
  top:50px;
  left:50%;
  
width:50%;
}

#mothercategory .listfolders
{
  height:320px;
  width:90%;
  border:1px solid #CCCCCC;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
overflow:auto;
  
}

#editcategoryinside
{
  height:600px;
overflow:auto;
  
}

#editcategoryinside .listfolders
{
  height:500px;
  width:45%;
  margin-right:20px;
  border:1px solid #CCCCCC;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
overflow:auto;
float:left;
  
}

#editcategoryinside .listfolders p, #mothercategory .listfolders p
{
  min-height:40px;
  line-height:40px; 
  border-bottom:1px solid #CCCCCC;
  
}
#editcategoryinside .listfolders img, #mothercategory .listfolders img
{
  vertical-align:middle;
  max-height:30px;
  max-width:30px;  
  
}

.editcategorybutton
{
  float:right;
}


#spacer
{
  height:600px;
}









