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


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

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

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

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

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


/*
	0.a - Balises générales des 'formulaires'
*/

form {
	margin: 0;
}

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

select {
        padding: 1px;
}

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

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

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

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

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

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

label:hover {
	cursor: pointer;
}

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


/*
	1 - Container général du document
*/

#container {
	position: absolute;
	left: 50%;
	width: 750px;
	margin-left: -374px;
	
	background-color: #999;
	border: 1px solid #000;
}


/*
	1.1 - Partie haute du site
*/

#header {
	position: relative;
	margin: 5px 5px 0 5px;

	background: url(/designPE/header.jpg) no-repeat left top;
	height: 180px;
}

#navigation {
	position: relative;
	margin: 0 5px 0 5px;        

	background: url(/designPE/navigation.jpg) no-repeat left top;
	height: 30px;        
}


#navigation ul {
	float: left;
        font-size: 0.9em;
	margin: 7px 7px 0 15px;
	padding: 0;
}

#navigation ul li {
	display: inline;
	padding: 0;
	margin: 0 5px 0 0;
	list-style-type: none;
	list-style-image: none;
}



/*
	1.1.1 - Drapeaux des langues
*/

#langues{
	float: left;
	width: 100px;
	height: 20px;
	margin-left: 270px !important;
	margin-left: 130px;
	margin-top: 150px;
}

#langues img  {
	border: 1px solid #000;
}


/*
	1.2 - Corps du site (texte, footer, menugeneral)
*/

#corps {
	position: relative;
	margin: 0 5px 5px 5px;
	overflow: hidden;
}


/*
	1.2.1 - Partie gauche du corps affichant les textes par 'parties'
*/

#texte {
	float: left;
	width: 535px;
}

#texte h1 {
	margin: 0;
	padding: 2px 10px 2px 10px;
	background-color: #434a6e;
	
	font-size: 1.1em;
	color: #fff;
}

#texte p {
	margin: 0;
	padding: 5px 10px 5px 0px;
	
	text-align: justify;
	text-indent: 10pt;
}

#texte p.basdroite {
	padding: 0 10px 5px 0;
	text-align: right;
}

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


/*
	1.2.1.a - Détail de l'habillage des 'tables'
*/

#texte  table {
	margin: 10px auto 10px auto;
	border: 1px solid #000;
	border-collapse: collapse;
	width: 350px;
}

#texte  th {
	border: 1px dotted #fff;
	width: 33%;
	padding: 5px;
	background-color: #434a6e;
	color: #fff;
}

#texte tr {
	background-color: #ffffff;
}

#texte tr.gris {
	background-color: #eee;
}

#texte td {
	border: 1px dotted #434a6e;
	width: 33%;
	padding: 5px;
	text-align: center;
}

#texte tr:hover {
	background-color: #c7d7dd;
}

#texte tr img {
	border: 1px solid transparent;
}

#texte tr img:hover {
	border: 1px solid #434a6e;
}

#texte tr img.noborder:hover {
	border: 1px solid transparent;
}




/*
	1.2.1.b - Détail de l'habillage des 'formulaires'
*/

#texte form {
	margin: 10px auto 10px auto;
	width: 380px;
}

#texte fieldset {
	width: 370px;
	background-color: #eee;
	padding: 10px 5px 10px 5px;
}

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

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

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


/*
	1.2.1.1 - Partie de type 'partieTerre', ie affichant une terre à gauche
*/

#texte .partieTerre {
	margin: 0 0 5px 0;
	border: 1px solid #000;
	background: #e1e1e1 url(/designPE/terre_gauche.gif) no-repeat 20px 25px;
	padding-left: 80px;
}

#texte .partieTerre:hover {
	background: #e1e1e1 url(/designPE/terre_droite.gif) no-repeat 26px 25px;
}

#texte .partieTerre h1 {
	margin-left: -80px;
}

#texte .partieTerre ul {
	margin: 0 0 0 -20px !important;
	margin: 0 0 0 20px;
	list-style-type: square;
}

#texte .partieTerre .colonne {
	float: left;
	margin: 0;
	padding: 5px 0;
	width: 150px;
}


/*
	1.2.1.2 - Partie de type 'partieSimple', ie n'affichant pas de terre à gauche
*/

.partieSimple{
	margin: 0 0 5px 0;
	border: 1px solid #000;
	background: #e1e1e1;
}

.partieSimple .colonneg {
	float: left;
	margin: 0;
	padding: 15px 10px 0 20px;
	width: 240px;
}

.partieSimple .colonned {
	float: right;
	margin: 0;
	padding: 10px 10px 0 0;
	width: 240px;
}

.partieSimple .colonned img {
	padding: 0 0 10px 0;
}


/*
	1.2.1.3 - Dernière partie de la section 'texte' basse affichant le copyright
*/

#footer {
	border: 1px solid #000;
	background-color: #e1e1e1;
	
	text-align: center;
	font-size: 0.9em;
}


/*
	1.2.2 - Partie droite du 'corps' affichant le menu général
*/

#menu {
	float: right;
	margin: 0;
	width: 200px;
}

#menu #site ul li a {
	text-decoration: none;
	display: block;
	width: 178px;
	margin: 1px 0 0 0;
	padding: 4px 10px 6px 0;
	text-indent: 10px;
	
	background: #d7ddc7 url(/designPE/bas_menu.gif) repeat-x left bottom;
	color: #11130b;
}

#menu #site ul li  a:hover {
	background-color: #94a36b;
}

#site, #recherche {
	border: 1px solid #000;
	background: #fff;
}

#site {
	margin: 0 0 5px 0;
}

#menu h2 {
	margin: 0;
	padding: 2px 10px;
	
	font-size: 1.1em;
	color: #fff;
}

#menu #site h2 {
	background-color: #343a24;
}

#menu #recherche h2 {
	background-color: #3f3426;
}

#menu ul {
	margin: 0;
	width: 188px;
	padding: 5px 5px 5px 5px;
	list-style-type: none;
}

#menu #recherche form {
	width: 168px;
	padding: 4px 10px 6px 10px;
	background: #ddd3c7 url(/designPE/bas_menu.gif) repeat-x left bottom;
	color: #130f0b;
}

#menu #recherche form#formRecherchePano {
	margin: 5px 0 0 5px;
}

#menu #recherche form#formRecherchePhot {
	margin: 0 0 5px 5px;
}

#menu #recherche form input:hover {
    border: 1px solid #3f3426;
}

#menu #recherche form input:focus {
    border: 1px solid #0b0c34;
    background-color: #947D5C;
}


/*
	2 - Classes diverses
*/

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

.toutpetit {
	font-size: 0.85em;
}

.erreur {
	color: #f00;
}

.date {
	font-size: 0.9em;
	color: #434a6e;
}

#xiti-logo {
	display: none;
}
