/******************************************************/
/*     Feuille de style CSS du site PanoramaEarth Portfolio     */
/*                  (réalisée par Ludovic THOMAS)                       */
/*****************************************************/


/*
	0 - Balises générales
*/

body {
	background-color: #666;
	margin: 0;
	
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

a:link, a:visited { 
	text-decoration: none; 
	color: #999;
}
a:hover, a:active { 
	text-decoration: underline;
}

a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	color: #666;
}

#div {border: 1px solid #f00;}



/*
	1 - Container du portfolio
*/

#container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 740px;
	margin: -225px 0 0 -370px;
	color: #000;
	font-size: 1em;
	padding: 0;
}

#container hr {
	border: 1px solid #333;
}


/*
	1.1 - Logo et titre du portfolio
*/

#logo {
	float: left;
	padding: 0;
	width: 330px;
	height: 37px;
	background: url(/designPEP/portfolio.gif) no-repeat 50px center;
}

#photographe{
	position: relative;
	margin-left: 330px;
	height: 30px;
	
	text-align: right;
	margin-right: 30px;
	padding-top: 7px;
}


/*
	1.2 - Corps du portfolio de couleur foncé
*/

#corps {
	position: relative;
	margin-left: 20px;
	
	width: 700px;
	height: 320px;
	background-color: #333;
	
	font-size: 1em;
	color: #999;
	
	border: 1px solid #000;
	z-index: 2;
}


/*
	1.2.1 - Partie gauche du corps affichant que le panorama courant (page portfolio)
*/

#panoramagauche {
	float: left;
	display: inline;
	width: 510px;
	height: 320px;
	text-align: left;
	
	border-right: 1px dashed #000;
}

#panorama {
	position: absolute;
	/* margin-top négative en dur dans le code */
	margin-left: 35px;
	
	text-align: center;
}

#panorama img {
	padding: 2px;
	border: 1px solid #999;
}

#panorama p {
	margin-top: 10px;
}

#panoramagauche p.basgauche {
	position: absolute;
	margin-top: 300px;
	margin-left: 20px;
	padding: 0;
}


/*
	1.2.2 - Partie centrale du corps affichant la liste des panoramas
*/

#listepanorama {
	position: relative;
	margin-right: 35px;
	margin-left: 515px;
	#height: 295px;
	padding-top: 67px;
}

#listepanorama ul {
	margin: 10px 0 3px 0;
	padding: 0;
	list-style-type: none;
}

#listepanorama li {
	height: 40px;
	margin: 0;
	padding: 3px 0 3px 15px !important;
	padding: 1px 0 1px 5px;
}

#listepanorama li a{
	margin: 0;
	display: block;
	height: 40px;
	width: 120px;
	border: 1px solid #000;
}

#listepanorama li a:hover{
	border: 1px solid #999;
}


/*
	1.2.3 - Partie gauche du corps affichant que du texte (pour les pages Contact et Photographes)
*/

#partietexte {
	float: left;
	display: inline;
	width: 625px;
	height: 300px;
	text-align: left;
	margin: 0;
	padding: 20px 20px 0 20px;
}


/*
	1.2.3.1 - Division de la 'partietexte' en deux : photo et texte
*/

#photo {
	float: left;
	width: 200px;
	text-align: center;
}

#texte {
	position: relative;
	margin-left: 220px;
}


/*
	1.2.3.2 - Division de la 'partietexte' en une : 'partietexte'
*/

#partietexte img{
	padding: 2px;
	border: 1px solid #999;
}

#partietexte p {
	margin-top: 10px;
	text-indent: 20px;
}

#partietexte h1 {
	margin: 0;
	padding-top: 5px;
	font-size: 1.1em;
}

#partietexte dl {
	margin: 0;
}

#partietexte dt {
	margin-top: 10px;
}

#partietexte ul {
	margin: 0 0 0 15px !important;
	margin: 0 0 0 55px;
	list-style-type: square;
}

#partietexte  hr {
  clear: both;
  visibility: hidden;
}

#partietexte .colonne {
	float: left;
	margin: 0;
	width: 200px;
}


/*
	1.2.4 - Partie droite du corps affichant le menu vertical
*/

#menuvertical {
	float: right;
	display: inline;
	height: 320px;
	margin: 0;
	width: 30px;
	
	border-left: 1px dashed #000;
}

#menuvertical ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menuvertical li {
	margin: 0;
	padding: 0;
}


/*
	1.3 - Partie inférieure du corps affichant le calque "en savoir plus"
*/

#ensavoirplus {
	position: relative;
	left: 30px !important;
	left: 20px;
	
	bottom: 5px;
	width: 700px;

	z-index: 1;
	padding-top: 5px !important;
	padding-top: 10px;
	
	border: 1px solid #000;
	background-color: #999;
	font-size: 0.9em;
}

#ensavoirplus p {
	margin: 10px 0;
}

#ensavoirplus a:link, #ensavoirplus a:visited { 
	text-decoration: underline; 
	color: #000;
}
#ensavoirplus a:hover, #ensavoirplus a:active { 
	text-decoration: none;
}


/*
	1.4 - Partie basse du portfolio affichant le copyright
*/

#footer {
	position: relative;
	margin-top: 10px;
	font-size: 0.9em;
}


/*
	2 - Container des commentaires
*/

#containerCommentaires {
	width: 390px;
	margin: 10px auto;
	color: #000;
	font-size: 0.9em;
	text-align: center;
}

#containerCommentaires hr {
	clear: both;
	border: 1px solid #333;
	width: 100%;
}


/*
	2.1 - Calque des commentaires individuels
*/

#containerCommentaires .commentaire, #ajoutcommentaire  {
	width: 85%;
	margin: 5px auto;
	border: 1px solid #000;
	background-color: #999;
	text-align: left;
}

#containerCommentaires .commentaire h1, #ajoutcommentaire h1 {
	margin: 0;
	padding: 2px 10px 2px 10px;
	background-color: #333;
	
	font-size: 0.9em;
	color: #fff;
}

#ajoutcommentaire {
	margin-top: 20px;
}

#containerCommentaires .commentaire p {
	margin: 10px 10px;
}

#containerCommentaires .commentaire a { 
	text-decoration: none; 
	color: #fff;
}
#containerCommentaires .commentaire a:hover { 
	text-decoration: underline;
}


/*
	2.1.a - Détails de l'habillage du formulaire de 'ajoutcommentaire'
*/

#ajoutcommentaire form {
	margin: 10px;
	width: 100%;
}

#ajoutcommentaire input, #ajoutcommentaire textarea {
        border: 1px solid #000;
        font-size: 0.95em;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background-color: #fff;
        margin: 2px 0 0 0;
}

#ajoutcommentaire input:hover, #ajoutcommentaire textarea:hover {
        border: 1px solid #434a6e;
}

#ajoutcommentaire input:focus, #ajoutcommentaire textarea:focus {
        border: 1px solid #0b0c34;
        background-color: #c7d7dd;
}

#ajoutcommentaire input.button {
	cursor: pointer;
	font-weight: bold;
}

#ajoutcommentaire input.alerte, #ajoutcommentaire textarea.alerte {
	border: 1px solid #f00;
}

#ajoutcommentaire input.alerte:hover, #ajoutcommentaire textarea.alerte:hover {
	border: 1px solid #700000;
}

#ajoutcommentaire input.alerte:focus, #ajoutcommentaire textarea.alerte:focus {
	border: 1px solid #f00;
	background-color: #F18E8E;
}

#ajoutcommentaire label:hover {
	cursor: pointer;
}

#ajoutcommentaire label.alerte {
	color: red;
	font-weight: bold;
}

#ajoutcommentaire legend {
	font-style: italic;
	color: #000;
}

#ajoutcommentaire label
{
	float: left;
	text-align: right;
	width: 35%;
	margin: 0;
	padding: 0 5px 0 0;
	line-height: 1.8;
}

#ajoutcommentaire .legende
{
	font-style: italic;
	color: #666;
}


/*
	2.1 - Calque des telechargements
*/

#telechargement {
	width: 85%;
	margin: 15px auto;
	border: 1px solid #000;
	background-color: #999;
	text-align: center;
}

#telechargement h1 {
	margin: 0;
	padding: 5px 10px 5px 10px;
	background-color: #333;
	
	font-size: 1em;
	color: #fff;
}

#telechargement p {
	margin: 10px 25px;
	text-align: center;
}

#telechargement ul {
	margin: 10px 0 10px -40px;
}

#telechargement a { 
	text-decoration: none; 
	color: #000;
}
#telechargement a:hover { 
	text-decoration: underline;
}


/*
	3 - Classes diverses
*/

.panoramaearth {
	font-variant: small-caps;
}

.toutpetit {
	font-size: 0.85em;
}

.erreur {
	color: #f00;
}

#xiti-logo {
	display: none;
}