/* .............................. */
/* Basic*/
/* .............................. */

body {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background-image: url(images/fond.png);
	color: #666666;
	margin: 0px;
	padding: 0px;
	}

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

.gras {
	font-weight: bold;
	}

.italique {
	font-style: italic ;
	}
	
.orangeg {
	color: red;
	font-weight: bold;
	}

.centre {
	text-align: center;
	}

/* .............................. */
/* Headings */
/* .............................. */

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

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

.title {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#eee;
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	}
	
/* .............................. */
/* main et titre */
/* .............................. */	

#main {
    background:rgb(75,75,75);
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	margin-right: auto;
	margin-left: auto;
	width: 1253px;
	height: 600px;
	}

#cadre {
    color:#eee;
    float: right;
    width: 200px;
    height: 600px;
    margin: 0;
	padding-top: 0px;	
	}

#cadre2 {  
    color:#eee;
    border-right: 1px solid white;
    float: left;
    width: 1051px;
    height: 600px;
    margin: 0;	
	}	
#present {
    
	border-top: 1px solid white;
    border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	margin: auto;
	margin-top: 25px;
    background: #666666;
    color: white;
    padding: 5px;
    width: 900px;
    height: 150px;
    text-align: left;
    }
#present2 {
    
	border-top: 1px solid white;
    border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	margin: auto;
	margin-top: 25px;
    background: #666666;
    color: white;
    padding: 5px;
    width: 900px;
    height: 150px;
    text-align: left;
    }
#present3 {
    
	border-top: 1px solid white;
    border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	margin: auto;
	margin-top: 25px;
    background: #666666;
    color: white;
    padding: 5px;
    width: 900px;
    height: 150px;
    text-align: left;
    }	
/* .............................. */
/* Link stylings */
/* .............................. */

a {
	color: #eee;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: none;
	/*color: rgb(200,200,200);*/
	color: red;
	}

/* .............................. */
/* Menu  et Navigation*/
/* .............................. */	

#navigation {
    background:#333333;
	border-bottom:1px solid #ccc;
	padding:5px;
	height:15px;
	margin-bottom:20px;
	}
	
.menu {
    float:right;
	clear:right;
	text-align:right;
	font-size:11px;
	}
	
.menu a {
	padding:7px;
	padding-left:10px;
	padding-right:10px;
	}
		
.menu a:hover {
	text-decoration:none;
	
	}
	
/* .............................. */
/* Image */
/* .............................. */

#image img{
   padding-top:0px;
   padding-bottom:0px;
   border:1px solid white;
   text-align: center;
   position: relative;
   left: 0px;
   top: 24px;  
   }	

/*.titre {
	color: #D58900;	
	}*/

#sousphoto {
	width: 500px;
	margin:0px auto;
	text-align: left;
	font-size: 12px;
	}
	
.soustitre {
	width: 600px;
	border:1px solid white;
	padding-top:1px;
	padding-bottom: 10px;
	font-size: 11px;
	}

/* .............................. */
/* Vignettes */
/* .............................. */

#vignettes {
	width: 100px;
	margin:0px auto;
	padding-top: 50px;
	text-align: right;
	}

#vignettes a:link img{
	padding: 4px;
	border: 1px solid white;
	}

#vignettes a:visited img{
	padding: 4px;
	border: 1px solid white;
	}

#vignettes a:hover img{
	padding: 4px;
	border: 1px solid red;
	}

/* .............................. */
/* credits */
/* .............................. */

#credits {
	font-size: 10px;
	color: #9C9C9C;
	}

#credits a {
	text-decoration: none;
	color: #9C9C9C;
	}

#credits a:hover {
	text-decoration: none;
	color: red;
	}

/* .............................. */
/* liste categories */
/* .............................. */
.albumWrapper {
				
	height:120px;
	text-align:center;
	float:left;
	/*background:#333;
	border:1px solid #666;*/
	/*margin:5px;*/
        /*border: 1px solid white;*/
}
.albumWrapper2 {	
	/*margin:3px;*/
	width:83px;
}
.albumWrapper a:link, .albumWrapper a:visited {
	border:1px solid #666;
	display:block;
}
.albumWrapper img {
	border:3px solid #FFF;
	}
.albumTitle {
	font-size:80%;
	padding:2px 0;
}
.albumTitle a:link, .albumTitle a:visited {
	border:none;
}


#catlist {
    color:#eee;
	float:left;
	margin-top: 25px;
	margin-left: 25px;
	width: 500px;
	height: 525px;
	text-align: left;
	padding-top: 25px;
	padding-right: 30px;
	border: 1px solid white;
	}
#catlist a:hover {
color: red;
}
#catlist li{
	list-style-type:none;
	}

#catthumbs {	
    color:#eee;
    float:right;
    margin-top: 25px;
	margin-right: 25px;
    height: 525px;
    width: 500px;
	padding-top: 25px;
    border: 1px solid white;	
	}
#catthumbs a:link img {
	padding: 4px;
	border: 1px solid #ffffff;
	}

#catthumbs a:visited img {
	padding: 4px;
	border: 1px solid #ffffff;
	}

#catthumbs a:hover img {
	padding: 4px;
	border: 1px solid red;
	}

/* .............................. */
/* page licence*/
/* .............................. */

#licence {
 	text-align: left;
 	width: 500px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin:0px auto;
 	}

#conditions {
	margin: 0px 25px 0px 25px;
	}


	
/* .............................. */
/* page liens */
/* .............................. */

#liens {
 	text-align: left;
 	width: 500px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin:0px auto;
    font-size: 12px;
 }
 	
#liens a {
	color: #eee;
	text-decoration: none;
	font-weight: bold;
	}
	
#liens a:hover {
	text-decoration: none;
	color: red;
	font-weight: bold;
	}

#liensg {
	float: left;
	position: relative;
	}
	
#liensd {
	margin-left: 200px;
	margin-bottom: 30px;
	}
	
/* .............................. */
/* page commentaires */
/* .............................. */	
#commain a {
	/*color: #eee;*/
	color: black;
	text-decoration: none;
	}	
#commain {

	margin-right: auto;
	margin-left: auto;
	width: 440px;
	}

#comhaut {
    background:white;
	/*background-image: url(images/comhaut.png);*/
	height: 25px;
	}
	
#combord {
    background:white;
	/*background-image: url(images/combord.png);*/
	}

#combas {
    /*background:white;*/
	background-image: url(images/combas.png);
	height: 19px;
	}

#commain2 {
	margin-right: auto;
	margin-left: auto;
	width: 440px;
	}

#comhaut2 {
    background:white;
	/*background-image: url(images/comhaut.png);*/
	height: 25px;
	}
	
#combord2 {
    background:white;
	/*background-image: url(images/combord.png);*/
	}

#combas2 {
    background:white;
	/*background-image: url(images/combas.png);*/
	height: 19px;
	}

#comthumb {
	float: left;
	position: relative;
	padding: 10px 10px 0 30px;
	}
	
#comnav {
	width: 380px;
	margin: 0 auto;
	border-bottom: 1px solid #cccccc;
	font-size: 10px;
	text-align: center;
	padding-bottom: 5px;
	
	}

#comcom {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 15px;
	}

#commain ul {
   display: inline;
   list-style:none;
	}

#commain li {
   border-top:1px dotted #cccccc;
   width: 380px;
  	margin: 0 auto;
   padding-bottom:5px;
	padding-top:5px;
	text-align: left;
	}
	
#commain li a {
	 font-style: italic ;
	}

#commain li:hover {
    background:#eeeeee;
    }
    
#addcomment {

   width: 380px;
  	margin: 0 auto;
	text-align: left;
	padding-bottom: 1px;
	}

.input {
   width:60%;
	border:1px solid #cccccc;
	font-size: 11px;
	color:#666666;
   background:#eeeeee;
	padding:3px;	
    }

.text {
	border:1px solid #cccccc;
	font-size: 11px;
	color:#666666;
   background:#eeeeee;	
	padding:3px;
	}

.commentbutton {
	background: #eeeeee;
	border:1px solid #cccccc;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	}

/* .............................. */
/* page commentaires */
/* .............................. */

#dolicho {
	text-align: left;
 	width: 500px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin:0px auto;
	}
.imageflottante
{
   float: right;
}

/*	 

*/
	

