/* CSS by Patricia Cardet, Spirales web design
www.spirales-webdesign.net 
Photo-Albums were built using the 
application Photozen
*/


/* Main Layout
------------------------------ */
body {
	background: #001A02;
	margin: 0px;
	padding: 0px 0px 50px;
	text-align: center;
	line-height:1.08em;
}

html {
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

#header {
height: 5px;
background-color: #001A02;
}
#haut {
height: 5px;
background-color:#001A02;
}
#conteneur {
/* position: absolute; */
width: 100%;
background-color:#001A02;
}
#centre {
background-color:#001A02;
margin-left: 150px;
margin-right: 150px;
}
#gauche {
position: absolute;
left:0;
width: 130px;
}
#droite {
    position: absolute;
    right:0;
    width: 10px;
}
#pied {
    height: 30px;
    background-color: #001A02;
}

#main {
    position:absolute;
	left:20%;
	text-align: left;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto; 
	width:650px;
	background: #001A02;
	padding: 20px 30px 70px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-align: left;
	
}
#credit, #sort {
	margin: 0 auto;
	width: 640px;
	font-size: 85%;
	color: #FFFFFF;
	text-align: right;
	clear: both;
}
#credit a, #sort a {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
}
#credit a:hover, #sort a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
}
#gallerytitle {
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 14px;
	margin-bottom: 12px;
	_margin-top: 40px; /* IE Only */
}


/* Text Styles
------------------------------ */
body {
	font: normal 90%/200% Papyrus, Verdana, Arial, sans-serif;
	color: #FFFFFF;
}

h1 {
	font: 200% Papyrus, Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-weight:bold;
	margin-top: 25px;
}
h1 a:link, h1 a:visited, h1 span {
	color: #FFFFFF;
}

h1 a:link, h1 a:hover, h1 span {
	color: #FFFFFF;
}
	
h2 {
	font: 140% Papyrus, Verdana, Arial, sans-serif;
	color: #FFFFFF;
	margin-top: 25px;
}
h2 a:link, h2 a:visited, h2 span {
	color: #FFFFFF;
}
h3 {
	font: 120% Papyrus, Verdana, Arial, sans-serif;
	color: #FFFFFF;
	margin-top: 30px;
}



.xx-small
   {
  font-size:xx-small; 
  }
   
.x-small
   {
  font-size:x-small;
  }
  
.small
  {
  font-size:small;
  }

.medium
  {
  font-size:medium;
  line-height:1.30em;
  }

.large
  {
  font-size:large;
  line-height:1.50em;
  } 
  
.x-large
  {
  font-size:x-large;
  }
  
.xx-large
  {
  font-size:xx-large;
  }    

.left {
   text-align:left;
   }
   
.right {
   text-align:right;
}

.center {
   text-align:center;
   }

. inline {
   display:inline;
   }
   
 .cadre {
	 border: 1px solid #FFFFFF;
	 padding: 3px;
 }

/* Link Styles
------------------------------ */
a:link, a:active { text-decoration: underline overline; color: #FFFFFF; }
a:visited { text-decoration: underline; color: #FFFFFF; }
a:hover, a:focus { text-decoration: underline; color: #FFFFFF; }


/* START  Liens 2 -------------------------------------------*/

a.lien2 img {
	border: none;
}

a.lien2 {
   color:#FFFFFF;
   font-family: Papyrus, Verdana, Arial, Helvetica, sans-serif;
   text-decoration: underline overline;
   background-color:#001A02;
  
}

a:visited.lien2 {
   color:#FFFFFF;
   text-decoration: underline overline;
   background-color:#001A02;
}

a:hover.lien2 {
   color:#FFFFFF;
   text-decoration: underline overline;
   background-color:#001A02;
}

/* END  Liens 2 ---------------------------------------------*/

/* START  Liens 3 -------------------------------------------*/

a.lien3 img {
	border: none;
}

a.lien3 {
   color: #FFFFFF;
   font-family: Papyrus, Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
}

a:visited.lien3 {
   color:#FFFFFF;
   text-decoration: none;
   background-color:#001A02;
}

a:hover.lien3 {
   color:#FFFFFF;
   text-decoration: none;
   font-weight:bold;
   background-color:#001A02;
}

/* END  Liens 3 ---------------------------------------------*/

/* START Navigation gauche ------------------------------ */
#menu {
padding:1em;
margin:0;
list-style-type:none;
font-size:1.2em;

}
#menu li {
width:150px; 
line-height:1.6em;
 _line-height:1.3em; /* for Internet Explorer */
position:relative;
left:0;
text-align:left;
padding-left:5px;
margin-left:5px;
}

#menu li a, #menu li a:visited {
display:block;
text-decoration:none; 
color:#FFFFFF;
font-family:Papyrus, Verdana, Arial, sans-serif;
}

#menu li a span, #menu li a:visited span {
display:none;
}
#menu li a:hover {
border:0; /* needed to trigger IE */
color:#FFFFFF;
font-weight:bold;
/* border-left: 8px outset #FFFFFF;  border-style:double; */
background: url(http://www.patricia-cardet.net/images/carrenavigation.png) 2px 50% no-repeat;
padding-left:10px;

}
#menu li a:hover span {
display:block;
width:5em;
text-align:left;
position:absolute; 
left:-2px; 
top:-3px; 
color:#FFFFFF;
cursor:pointer;
}

/* END Navigation gauche */


/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #FFFFFF;
	margin: 0 0 12px 0;
	padding: 0;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #FFFFFF;
	margin-left: 20px;
	padding-left: 20px;
	color: #FFFFFF;
	}
	
.td55 {
    width:55%;	
}

/* Page Navigation
------------------------------ */
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #FFFFFF;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}


/* AJAX
------------------------------ */
#albumDescEditable {
	margin-bottom: 12px;
}
#imageDescEditable {
	margin-top: 24px;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a {
	display: block;
	padding: 10px;
	margin: 6px;
	
	border: 1px solid #FFFFFF;
	background: #001A02;
	line-height: 0px;
}
.imagethumb a:visited {
	border: 1px solid #FFFFFF;
	background: #001A02;
}
.imagethumb a:hover {
	border: 1px solid #FFFFFF;
	background: #001A02;
}
.imagethumb {
	float: left;
}


/* Album Thumbnails
------------------------------ */
.album {
	padding: 10px;
	margin-bottom: 12px;
	clear: both;
	border: 1px solid #FFFFFF;
	background: #001A02;
}
.album img {
	float: left;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album h3 a {
	display: block;
	width: 340px;
	padding: 3px 0 6px 0;
}
.album p {
	margin: 0 0 4px 0;
}
.albumdesc {
	float: right;
	width: 480px;
}
.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 120px;
	float: right;
	color: #FFFFFF;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 1.08em;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 0 solid #FFFFFF;
	background: #001A02;
	margin-top: 13px;
	_margin-top: 8px; /* IE Only */
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 200%;
	 _line-height: 150%;
	color: #FFFFFF;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color:#001A02;
	text-decoration: none;
	color:#FFFFFF;
}

.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}


/* Comments
------------------------------ */
#comments {
	clear: both;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 10px;
	border: 1px solid #FFFFFF;
	background: #001A02;
	margin-bottom: 12px;
}
.commentmeta {
	margin-bottom: 12px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	margin-top: 12px;
	color: #8DB8CF;
	font-size: 85%;
}


/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #5A5A4B;
	font: 100%/200% Papyrus, Verdana, Arial, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}
label {
	cursor: pointer;
}
label:hover {
	color: #000;
}

.lettrine_gauche {
float: left; 
font-size: 1em;
margin: 0;
padding: 0.5em;
}

.clear {
  clear:both;
  }
