/* .............................. */
/*            Base                */
/* .............................. */

body {
	background-color:#8199BD;     
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
    color:#FFFFFF;                
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:center;
	}

html, body {
     min-height:100.1%;
	}

/* .............................. */
/*           Liens                */
/* .............................. */

a {
	color:#FFFFFF;               
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

/* .............................. */
/*         HEADERS                */
/* .............................. */

h1 {
    float:left;
	clear:left;
	font-weight:bold;
	font-size:11px;
	letter-spacing:2px;
	color:#FFFFFF; 
	margin:0px;
	margin-left:5px;
	padding:0px;
	}
	
h1 a {                        
    text-decoration:none;
	color:#FFFFFF;               
	}

h1 a:hover {
    text-decoration:none;
	}

.title {                        /* Titre de la photo */ 
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#39428D;            
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	}

.title2 {                        /* Titre de la photo */ 
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#FFFFFF;            
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	}

h2 {
    float:left;
	clear:left;
	font-weight:bold;
	font-size:10px;
	letter-spacing:2px;
	color:#FFFFFF; 
	margin:0px;
	margin-left:5px;
	padding:0px;
	}
	
h2 a {                        
    text-decoration:none;
	color:#FFFFFF;               
	}

h2 a:hover {
    text-decoration:none;
	}






h3 {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#39428D;
	text-align:center;
	}

/* .............................. */
/*  Barre de menu et navigation   */
/* .............................. */

#navigation {                                 
    background:#39428D;        
	border-bottom:1px solid #39428D;
	padding:5px;
	height:15px;
	margin-bottom:10px;
	}

.menu {
    float:right;
	clear:right;
	text-align:right;
	font-size:10px;
	}
.menu a {
	padding:7px;
	padding-left:10px;
	padding-right:10px;
	}
		
.menu a:hover {
	text-decoration:none;
	color:#CCC;
	}

.addcomment {
    float:right;
	clear:right;
	padding:0px;
}


/* .............................. */
/*     Photo                      */
/* .............................. */

#photo {
    background:#fff;
    padding:5px;
	border:1px solid #39428D;
	}
	
/* .............................. */
/*     Bloc Navigation / image    */
/* .............................. */

#image-navigate {
    background-color:#8199BD;
	padding:20px;
	height:15px;
	width:70%;
	font-weight:bold;
	margin:0px auto;
	}
	
#image-navigate a {
	padding:10px;
	}

.image-previous {
    float:left;
	}

.image-next {
	float:right;
	}

/* .............................. */
/*     Bloc Informations          */
/* .............................. */

#image-info {
    background:#E8F0FF;           
	border:1px solid #39428D;
	padding:20px;
	text-align:justify;
	width:70%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	color:#39428D;              
	}
	
#image-info a {                  
    text-decoration:none;
	color:#39428D;               
	}

#image-info a:hover {
	text-decoration:underline;
	}

#image-notes {
	width:70%;
	vertical-align:top;
	}
#image-exif {
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
	}
	
/* .............................. */
/*    Archives et About           */
/* .............................. */

#page {
    background:#E8F0FF;
	border:1px solid #39428D;
	padding:20px;
	text-align:left;
	width:65%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	color:#39428D
	}

#page a {
    font-weight:bold;
    text-decoration:none;
	color:#39428D;               
	}
	
#page img {
	background:#fff;
    padding:5px;
	border:1px solid #333;
	}

.column{
	width:50%;
	text-align:left;
	vertical-align:top;
	}
	
.thumbnails {
	border:1px solid #39428D;
	padding:3px;
	margin:3px;
	}

/* .............................. */
/*         Commentaires           */
/* .............................. */

#comment-top {
    background:#39428D;
	border-bottom:1px solid #39428D;
	padding:5px;
	margin-bottom:25px;
	height:15px;
	}    

#comments {
    margin:0px auto;
	width:95%;
	text-align:left;
	}
	
#comments ul {
	list-style-type:none;
	margin:0px;
	padding:10px;
	}
	
#comments li {
	background:#E8F0FF;
	display:block;
	margin:0px;
	margin-bottom:10px;
	color:#39428D;
	text-decoration:none;
	padding:10px;
	border:1px solid #39428D;
	}
	
#comments li a {
	color:red;
	text-decoration:none;
	}

#comments li a:hover {
	color:#39428D;
	text-decoration:underline;
	}
	
#comments li:hover {
	background:#FFFFFF;
	}

#comment-middle {
    background:#39428D;
	border-top:1px solid #39428D;
	padding:5px;
	margin-top:25px;
	height:15px;
	} 

#addcomment {
    width:90%;
	text-align:left;
	padding:10px;
	margin:0px auto;
	border:1px solid #8199BD;
	background:#8199BD;
	}

.input {
    width:45%;
	font-size:10px;
	border:1px solid #39428D;
	background-color:#E8F0FF;
	/*	color:#eee; */
	color:#39428D;
	padding:5px;
    }
	
#addcomment textarea {
	width:90%;
	height:50px;
	font-size:12px;
	border:1px solid #39428D;
	background-color:#E8F0FF;
	/*	color:#eee; */
	color:#39428D;
	padding:5px;
	}

.comment-button {
    background:#E8F0FF;
	border:1px solid #39428D;
	color:#39428D;
	border-bottom:2px solid #39428D;
	border-right:2px solid #39428D;
	}

/* .............................. */
/* Footer */
/* .............................. */

#footer {
   text-align:center;
   margin-bottom:20px;
   }

/* TAG SUPPORT */
.tags01
{
	font-size: 10px !important;
}

.tags02
{
	font-size: 12px !important;
}

.tags03
{
	font-size: 14px !important;
}

.tags04
{
	font-size: 16px !important;
}

.tags05
{
	font-size: 18px !important;
}

.tags06
{
	font-size: 20px !important;
}

.tags07
{
	font-size: 22px !important;
}

.tags08
{
	font-size: 24px !important;
}

.tags09
{
	font-size: 26px !important;
}

.tags10
{
	font-size: 28px !important;
}
