body{
		font-family: Monospace;
		background-color: #000;
		color: #fff;
		margin: 0px;
		overflow: hidden;
		
	}

#my-gui-container
{
	position: absolute;
	left:0px;
	bottom:20px;
}
			
			
#plans
	{
		background-color: rgb(197,197,192);
		color: black;
		font-weight: bold;
		z-index: 9999;
	}
			
.loader
	{
		background: url('images/ajax-loader.gif') 50% 50% no-repeat rgba(255, 255, 255, 0.8);
		cursor: wait;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999;
	}
			
.loader h1
	{
		background: none;
		border: none;
		color: #458976;
		font-size: 22px;
		font-family: "Open Sans",sans-serif;
		font-variant: small-caps;
		font-weight: 700;
		height: 700px;
		line-height: 700px;
		margin: 0 0 10px;
		padding: 0;
		text-align: center;
	}
	
#DivFormStructMusculaire
{
    width: 200px; /*largeur de la div */
    height: 235px; /*hauteur de la div */
    background-color: black;/*arrière plan de la div en noir*/
	border: 1px solid red; /*les bordures de la div seront rouges */
    font-weight: bold; /*Texte en Gras */
    display: none; /*partie importante: cacher la div et son contenu*/
    z-index: 9999; /*partie importante: à l'affichage, la div sera au-dessus de tout le reste*/
    position: absolute; /*positionnement par rapport au coin haut gauche de l'écran */
    right: 0px;
    bottom: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
	
}

#DivFormStructNerveuse
{
	 width: 200px; /*juste à titre d'exemple*/
    height: 200px;
    background-color: black;
	border: 1px solid red;
    font-weight: bold;
    display: none; /*partie importante: cacher la div et son contenu*/
    z-index: 9999; /*partie importante: à l'affichage, la div sera au-dessus de tout le reste*/
    position: absolute; /*à titre d'exemple également*/
    right: 0px;
    bottom: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
	overflow: auto;
}

#DivFormStructVasculaire
{
	 width: 200px; /*juste à titre d'exemple*/
    height: 200px;
    background-color: black;
	border: 1px solid red;
    font-weight: bold;
    display: none; /*partie importante: cacher la div et son contenu*/
    z-index: 9999; /*partie importante: à l'affichage, la div sera au-dessus de tout le reste*/
    position: absolute; /*à titre d'exemple également*/
    right: 0px;
    bottom: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
	overflow: auto;
}

#DivFormStructGlandulaire
{
	 width: 200px; /*juste à titre d'exemple*/
    height: 200px;
    background-color: black;
	border: 1px solid red;
    font-weight: bold;
    display: none; /*partie importante: cacher la div et son contenu*/
    z-index: 9999; /*partie importante: à l'affichage, la div sera au-dessus de tout le reste*/
    position: absolute; /*à titre d'exemple également*/
    right: 0px;
    bottom: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
	overflow: auto;
}

#DivFormStructViscerale
{
	 width: 200px; /*juste à titre d'exemple*/
    height: 200px;
    background-color: black;
	border: 1px solid red;
    font-weight: bold;
    display: none; /*partie importante: cacher la div et son contenu*/
    z-index: 9999; /*partie importante: à l'affichage, la div sera au-dessus de tout le reste*/
    position: absolute; /*à titre d'exemple également*/
    right: 0px;
    bottom: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
	overflow :auto;
}

.radio:hover
{
	cursor: pointer;
}


.button
{
	text-align: center;
	margin-left: 10px;
}

.button:hover
{
	border: 1px solid red;
}

.ParaFormStructs
{
	text-align: center;
	text-decoration: underline;
}


