/** ---------------------------------
    --  Typo & general appearance  --
    --------------------------------- */

a:link, a:hover, a:visited, a:active { text-decoration: none; }

a:link{
    color: inherit;
}
a:hover{
	color: #555;	
}
a:active{
	color: #333;
}
a:visited{
    color: inherit;
}

img{
    border: none;
}


.invisible{
    visibility: hidden;
}

/** ---------------------------------
    --   Layout (common elements)  --
    --------------------------------- */

body{
	margin: 0;
    font-family:  Constantia, Georgia, "Times New Roman", serif;
    font-size: 12pt;
    line-height: 1.5em;
    color: #333;

}

#wrap{
    position: relative;
    margin: 10px auto;
}

.centre{
    position: relative;
    margin: 0 auto;
   /* width: 800px;*/               /* !!! */
    padding: 0 20px;
    clear: none;
}

.gap{
	clear: both;
	height: 50px;
}

/** Bas */

#bottom{
	border-top: black solid 5px;
	color: #e0e0e0;
	background-color: #333;
	margin-bottom: 30px;
    padding: 10px 50px;
}
#bottom ul{
    padding: 0 0 0 1.3em;
}
#bottom a:link, #bottom a:visited{
    border-bottom: dotted 1px #999;
    color: #999;
}
#bottom a:hover, #bottom a:focus{
    color: #ccc;
    border-color: #ccc;
}
#bottom a:active{
    color: white;
}
#bottom h3{
    font-family: "Trebuchet MS", Trebuchet, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: normal;
    font-size: 100%;
    margin: 1em 0px 1em 0px;
    color: white;
}
#bottom strong{
    color: #eee;
}

#foot{
	font-family: "Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif;
    margin: 10px 10%;
    font-size: 70%;
    color: #555;
}

/*#foot a:link{
    color: #555;
    padding: .3em .2em;
    text-decoration: none;
    background-color: #DDD;
}

#foot a:hover, #foot a:focus{
    color: black;
    background-color: #CCC;
}

#foot a:active{
    background-color: #AAA;
    color: white;
}*/

/** ---------------------------------
    --     First page specific     --
    --------------------------------- */

/** Galerie (colonne de gauche) */

#galerie{
    position: absolute;
    margin-top: 5px;
    width: 160px;               /* !!! */
    left: 50px;                 /* decalage 50px par rapport a .centre, fin a 190. */
}

#gravures_head{
    margin: 0 0 7px 3px;        /* aligner a droite : margin-left 33px */
    right: 6px;
	width: 121px;
	height: 15px;
	background: url(images/gravures_caps.jpg) top left no-repeat; /* c'est du P22 Underground */
}
#gravures_head span{
	font-size: large;
	display: none;
}

#gravures{
    padding: 10px 3px;             
    margin-top: 0px;                               
    border-top: solid 1px #BBB;
}
#gravures ul{
	margin-top: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}
#gravures img{
	padding: 1px;
	margin-bottom: 10px;
	border: none;
}
#gravures a:link img{
	display: block;
}
#gravures a:hover img{
	padding: 0;
	border: solid 1px #666;
}
#gravures a:active{
}

/** Affiche (centre) */

#poster{
    display: inline;
    margin-left: 250px;         /* !!! soit 50 apres #galerie, fin a 750 */
  	float: left;
  	width: 500px;               /* !!! version 2 !!! */
}

#text{                          /* absent dans version 2 */
    position: absolute;         /* !!! */
    font-size: 90%;
    padding-left: 0;
    font-style: italic;
    left: 600px;                /* !!! */
    width: 190px;               /* !!! */    
    height: 510px;
}

/*#text p:first-letter{
    font-style: normal;
    color: #666;
    font-size: 3em;
}*/

/*#text a:link, #text a:visited{
    text-decoration: none;
    color: #777;
}
#text a:hover{
    text-decoration: none;
    color: #555;
}
#text a:active{
    color: #333;
}*/
#bio_link{
    text-align: right;
    margin-top: 20px;
    margin-right: 6px;
    font-size: 70%;	
}
.squared a:link, .squared a:visited{
    font-style: normal;
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    color: #555;
	padding: .3em .2em;
	text-decoration: none;
	background-color: #DDD;
}
.squared a:hover, .squared a:focus{
	/*color: black;
	   background-color: #CCC;*/
	background-color: white;
	border-bottom: 2px solid #333;
	padding: .3em 0;
	margin: 0 .2em;
}
.squared a:active{
	color: #999;
	border-bottom: 2px solid #999;
}

/** ---------------------------------
    --     Viewer page specific    --
    --------------------------------- */

#entete{
    background-color: #424242;
    height: 100px;
    border-bottom: black 5px solid;
}
#entete div[id]{ }
#entete div.centre {
    width: inherit;
    min-width: 800px;               /* !!! */
}

#logo{
    padding-top: 34px; /* 50 (la moitié de l'entete) - 16 (la moitie de la hauteur de l'image) */
    float: left;
}
#logo span { display: none; }
#logo img { padding-bottom: 2px; }
#logo a:hover img{
    border-bottom: 2px solid #CCC;
}

#series{
    display: inline;
    padding-top: 25px; /* 50 - 25 */
    float: right;
}
#series img{
    padding-left: 10px;
    filter: alpha(opacity=25);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
    -moz-opacity: 0.25;
    opacity:0.25;
}
#series a:hover img, #series a:active img{
    filter: alpha(opacity=75);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity:.75;
}
#series img.sel{
    filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1.00;
    opacity:1;
}

#browser{
    background-color: #EEE;
    padding: 20px 0 10px 0;
}
#browser p{ margin-top: 0; }
#browser .centre{
}

#info_serie{
    float: left;
	padding-top: 10px;
	text-align: right;
	line-height: 1em;
	width:  6em;
	font-size: 110%;
	font-style: italic;
	color: #666;
}

#liste_gravures{
    margin-left: 7em;
}
#liste_gravures img{
    margin-left: 20px;
    padding: 1px;
    margin-bottom: 5px;
}
#liste_gravures img.sel{
    border: 1px solid #CCC;
    padding: 0px;
}

#viewer{
    margin: 30px auto 0 auto;
    width: 700px;
}

#gravure{
    float: left;
    display: inline;
    padding-right: 15px;
    
}

#info_gravure{
    float: left;
    font-size: 90%;
    font-style: italic;
}

/** ---------------------------------
    --      C.V. page specific     --
    --------------------------------- */

#corpsCV a:link, #cv #corpsCV a:visited,
#admin #preview_label a:link, #admin #preview_label a:visited{
    color: #999;
    text-decoration: underline;
}

#corpsCV a:hover, #cv #corpsCV a:focus, #cv #corpsCV a:active,
#admin #preview_label a:hover{
    color: black;
}
    
#cv #adresse{
    font-family: "GillSans-Light", "Gill Sans", "Gill Sans MT", GillSans, sans-serif;
    font-weight: lighter;
    margin: 3em 0 0 3.5em;
}

#cv #adresse strong{
    font-family: "Gill Sans", "GillSans", "Gill Sans MT", GillSansMT, sans-serif;
    font-weight: normal;
}

#corpsCV{
    margin-left: 2em;
    margin-bottom: 3em;
}

#corpsCV h1{
    font-weight: normal;
    margin: 2em 1em .5em 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #999;
}

#corpsCV h2{
    text-transform: uppercase;
    font-weight: normal;
    font-size: 120%;
    letter-spacing: .15em;
    margin: 2.5em 0 1em 0;
}

#corpsCV ul { padding: 0; }

#corpsCV li{
    list-style-type: none;
    margin-left: 1.5em;
}

#corpsCV li:first-line{

}

#corpsCV li:before{
    margin-left: -1.5em;
    float: left;
    content: "\2014";

}

#cv #series a:hover img, #series a:active img{
    filter: alpha(opacity=100); /* IE */
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE */
    -moz-opacity: 1; /* Mozilla */
    opacity:1; /* Safari */
}

#cv #presentation{
    margin-left: 3em;
    margin-right: 3em;
    font-style: italic;
    line-height: 175%;
}
#cv #signature{
    text-align: right;
    font-style: normal;
    margin-right: 8em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#cv strong{
    color: #555;
}

/** ---------------------------------
    --  Big image pop-up specific  --
    --------------------------------- */

#pictureViewer{
    margin: 0;
    cursor: pointer;
}

#pictureViewer img{
    margin: 10px;
}

/** ---------------------------------
    --      Admin page specific    --
    --------------------------------- */

body#admin{

}

#admin #admin_head h1{
    font-family: Helvetica, Arial, sans-serif;
    padding: 20px 10px;
    margin: 0;
    background-color: #e0e0e0;
    border-bottom: 5px solid #333;
}

#admin #write{
    margin-left: 20px;
}
#admin #preview_label{
    padding: 25px 0 10px 20px;
}
/*#admin.news #preview_label span{
    background-color: #ddd;
    padding: 2px;
}*/

#admin #preview_label{
    border-bottom: 3px black solid;
    margin-bottom: 50px;
}

#admin form{
    width: 750px;
    position: relative;
}
#admin textarea{
    font-family: Consolas, Monaco, Courier, "Courier New", monospace;
    width: 100%;
    height: 220px;
    font-size: 90%;
    line-height: 150%;
}
#admin input{
    position: relative;
    margin-top: 5px;
    float: right;
}
#admin #nav{
	font-family: "Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif;
    margin: 10px 10%;
    font-size: 70%;
    color: #555;
}
