/* Fichier de mise en page CSS du site Voyage vers l'infiniment petit
Créé le 17 septembre 2005 par Juliette Roussel
Conception graphique initiale (c) 3xplus */

body
{
	/* Pour que Mozilla gere bien les z-index des pages */
	position: relative;
	z-index: 10;
/*	background: url(graphisme/fond.jpg) repeat-y top left;*/
	padding: 0px;
	margin: 0px;
	font-family: Verdana, sans-serif;
}

p, li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: regular;
	clear: both;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4B4072;
	font-weight: bold;
	clear: both;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #4C87D5;
	font-weight: bold;
	clear: both;
}

h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #050505;
	font-weight: bold;
	clear: both;
}

/*Entête de la page*/


#div_entete
{
background: url(graphisme/logo.png) #342c67 no-repeat;
position:fixed;
width:1000px;
height:82px;
top:0;
right:0;
bottom: auto;
left:0;
}

#div_entete .titreentete
{
display:none;
}

#precedent
{
left:0px !important;
}

#suivant
{
left:201px !important;
}

#infos
{
left:402px !important;
}

#credits
{
left:603px !important;
width:197px !important;
}

#precedent,#suivant,#infos,#credits
{
background: #51bcac;
width:198px;
height:21px;
text-align:center;
position:absolute;
bottom:auto;
right:auto;
top: 53px;
bottom:auto;
right:auto;
left:auto;
text-transform: lowercase;
}

#div_entete DIV:hover
{
background:#90dbd1;
}

#div_entete DIV a
{
text-decoration: none;
color: #342c67;
}

/*Menu de gauche généré automatiquement*/

#td_menu
{
background:url(graphisme/fondmenuie.png) #d3e0ff no-repeat;
width:300px;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

#div_menu
{
position: absolute;
padding: 0 0 0 0;
text-family: "Bitstream Vera Sans", "Arial", sans-serif;
width:250px;
top: 82px;
left: 0px;
/*font-weight: bold;*/
font-size: 11px;
padding-top: 32px;
}

/* Maintenant la gestion du menu */
.autresection
{
/* background: url(graphisme/darkblue.png); */
color: white;
/* background: #eef8ff; */
/* background: #0f0043; */
/* opacity: 75%; */
/* L'opacite n'est pas supportee ou tres peu */
background: #2b276b;
border-top: 1px solid #342c67;
border-left: 1px solid #342c67;
border-bottom: 1px solid #342c67;
border-right: 0px;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 19px;
margin-right: 0px;
padding-left: 10px;
padding-top: 4px;
padding-bottom: 3px;
}

#div_menu DIV.autresection:hover
{
color: black;
background: #eef8ff;
border-right: 1px solid #342c67;
}

.sectionouverte
{
color: black;
background: #eef8ff;
border: 1px solid #342c67;
border-right: 0px !important;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 19px;
margin-right: 0px;
padding-left: 10px;
padding-top: 4px;
padding-bottom: 3px;
}

#div_menu a
{
text-decoration: none;
}

#div_menu .autresection a
{
text-decoration: none;
color: white;
}
.titre2parent a,.titre2frere a,.titre2courant a,.titre2enfant a,.titre2visible a
{
text-decoration: none;
margin-left:5px;
}
.titre3parent a,.titre3frere a,.titre3courant a,.titre3enfant a,.titre3visible a
{
text-decoration: none;
margin-left:10px;
}
.sectionouverte .titre1parent a, .sectionouverte .titre2parent a
{
text-decoration: none;
color: black;
}
.sectionouverte .titre2frere a, .sectionouverte .titre3frere a
{
text-decoration: none;
color: #838383;
}
.sectionouverte .titre2courant a, .sectionouverte .titre3courant a
{
text-decoration: none;
color: #4c87d5;
}

.sectionouverte .titre2enfant a, .sectionouverte .titre3enfant a
{
text-decoration: none;
color: #c0c0c0;
}

.sectionouverte .titre2visible a, .sectionouverte .titre3visible a
{
text-decoration: none;
color: #c0c0c0;
}

.sectionouverte :hover
{
color: red;
}


/*Corps principal de la page*/
table {
width: 1000px;
border: 0;
}
#td_principal
{
}
#div_principal
{
background: white;
width: 673px;
/*height: 618px;*/
text-align:justify;
overflow-y: auto;
overflow-x: auto;
padding: 17px 35px 35px 35px;
}

#div_principal :first-child 
{
padding-top:0px;
margin-top:0px;
}

#legendephoto
{
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

#legendephoto p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575859;
	font-weight: regular;
	clear: none;
}

#legendephoto img
{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

#legendeanimation
{
	clear: both;
	margin-left: 0;
/*	margin-right: auto;*/
	padding-top: 10px;
	width: 400px;
}

#legendeanimation p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575859;
	font-weight: regular;
	clear: none;
}

#legendeillustration
{
	clear: both;
	margin-left: 0;
	padding-top: 10px;
}

#legendeillustration p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575859;
	font-weight: regular;
	clear: none;
	width: 400px;
}

#legendeillustration img
{
	border: 1px solid;
}

