/* CSS Document */

body {
	text-align: center;
	background-color:#000000;
}


#legende{
font-size:10px;
font-style:italic;
margin-left:5px;
margin-right:5px;}

#principal {
	height: 600px;
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

/*ajouts*/

#col_droite_telescope img{ margin-bottom:5px; margin-top:5px;margin-right:5px;}
#col_gauche_telescope img{ margin-bottom:5px;margin-right:5px;}
#col_gauche_telescope img{ margin-top:10px;
float:right;
}
  /* liens navigation sous-parties dans col_droite*/
   #col_droite_telescope ul#liens_sous_parties {padding-top:20px;
   }
   #col_droite_telescope ul#liens_sous_parties li {
list-style-image:url(../img/puces/puce_orange.jpg);
margin-bottom:10px;
   }
  #col_droite_telescope ul#liens_sous_parties a {
font-size:15px;
font-weight:bold;
   }
    





/* fin ajouts*/

/*menu niveau 1 (gauche) */
#menu_un {
	height:600px;
	width: 100px;
	float: left;
	

	}
	
	#menu_un ul{
	height:600px;
	width: 100px;
	text-decoration: none;
	background-image:url(../img/fondMenuUnTelescope.jpg);}
	

	

/*menu niveau 2 (numéros en haut) */
#menu_deux {
	color: #FFFFFF;
	height:50px !important;
	height:50px;
	width: 700px;
	text-decoration: none;
	float: right;
	font-style: normal;
background-image:url(../img/degrade_menu.jpg);
	
}

/* menu niveau 3 (sous-titres) */
#menu_nivtrois_2 {
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
	width: 700px;
	float: left;
	background-color: #000000;
}

#menu_nivtrois_2 li a {
	text-decoration: none;
	display: block;
	height: 20px;
	width: 340px;
	background-color: #000000;
	padding: 5px;
	line-height: 20px;
	color: #FFFFFF;
}


ul#menu_nivtrois_2 {
	height: 30px;
	width: 700px;
}
#menu_nivtrois_2 li {
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	height: 30px;
	width:350px;
	float: left;
}
#menu_nivtrois_2 li a:hover {
	color:#CA6B33;
}
#menu_nivtrois_2 li a.ici {
color:#FFFFFF;
background-color:#CA6B33;

}



/*classes pour définir polices du contenu */

.texte {
	font-family:Verdana;
	font-size:12px;
	padding:30px;

}

.texte a {
	color:#FFFFFF;
	text-decoration:none;
	
}
.texte a:hover {
	color:#FFFFFF;
text-decoration:none;
	}

.texte h1 {
    font-family:Georgia, Times New Roman, Times, serif;
    font-size:18px;
	color: #FFFFFF;
margin-bottom:15px;
}

.texte h2 {
    font-family:Georgia, Times New Roman, Times, serif;
    font-size:18px;
	color:#000000;
	margin-bottom:10px;
}

/*div pour définir le flottement, taille, etc. des div contenu telescope */

#col_droite_telescope {
	height: 495px;
	width: 350px;
	float: right;
    background-image:url(../img/ContenuDroitTelescope.jpg);
}

#col_gauche_telescope {
	float: left;
	height: 495px ;
	width: 350px;
    background-image:url(../img/ContenuGaucheTelescope.jpg);
}

#pied_de_page_telescope {
	font: Verdana;
	font-size: 11px;
	text-align: center;
	height: 25px;
	width: 700px;
	float: right;
	background-image:url(../img/PiedDePageVierge.jpg);
	background-repeat:no-repeat;
}
#pied_de_page_telescope a {
	color:#000000;
	text-decoration: none;
}
#pied_de_page_telescope a:hover {
	color:#FFFFFF;
	text-decoration:none;
}


/*div contenant la div menu niveau 3, les div col gauche et col droite, et la div pied de page */
#contenu {
	float: right;
	height: 600px;
	width: 700px;
	
}

