/* 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);
position:fixed;
width:800px;
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:fixed;
bottom:auto;
right:auto;
top: 51px;
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*/


#div_menu
{
background:url(graphisme/fondmenu.png);
position:fixed;
width:218px;
height:auto;
top: 82px;
left:0;
bottom: 0;
right: auto;
padding: 0px;
text-family: Bitstream Vera Sans,Times;
/*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;
color: inherit;
}
.titre2parent,.titre2frere,.titre2courant,.titre2enfant,.titre2visible
{
margin-left:5px;
}
.titre3parent,.titre3frere,.titre3courant,.titre3enfant,.titre3visible
{
margin-left:10px;
}
.sectionouverte .titre1parent, .sectionouverte .titre2parent
{
color: black;
}
.sectionouverte .titre2frere, .sectionouverte .titre3frere
{
color: #838383;
}
.sectionouverte .titre2courant, .sectionouverte .titre3courant
{
color: #4c87d5;
}

.sectionouverte .titre2enfant, .sectionouverte .titre3enfant
{
color: #c0c0c0;
}

.sectionouverte .titre2visible, .sectionouverte .titre3visible
{
color: #c0c0c0;
}

.sectionouverte :hover
{
color: red;
}


/*Corps principal de la page*/

#div_principal
{
background:white;
width:545px;
/*overflow: scroll;*/
margin-top: 82px;
margin-right:0;
margin-bottom: 0;
margin-left: 218px;
padding-left:35px;
padding-right:10px;
padding-top:35px;
padding-bottom:35px;
text-align:justify;
}

#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;
}
