/*Styles génraux*/
	img{
		border: none;
	}

	h1{
		background-image: url(../images/banniere_accueil.png);
		background-repeat: no-repeat;
		height: 3em;
		margin-bottom: 0em;
	}

	h2{
		clear: both;
		font-style: italic;
		font-size: 1em;
		margin-bottom: -0.5em;
		color: #2B3137;
	}
	
	#menu{
		margin-top: 1.55em;
		margin-bottom: 0em;
	}

/*Style des différents composants de la bannière*/
	#sponsor{
		margin-top: -5em;
		margin-left: 25.6em;
	}

	#banniere{
		margin-top: 0.5em;
	}
	
	#corps{
		margin-top: 2.2em;
		padding: 0;
		height: 31.35em;
	}

/*Image de la terminaison supérieur du corps de page principal*/
	#image_haut_corps{
		position: absolute;
		margin-top: -0.25em;
		margin-bottom: -0.85em;
	}
	
/*Photo du mois*/
	#photo{
		position: absolute;
		margin-left: 33em;
		margin-top: -1.95em;
		z-index: 2;
	}
	
	#blanc{
		position: absolute;
		margin-left: 44.9em;
		margin-top: -1.95em;
		z-index: 1;
	}

/*Afichage de la tribune de 3d-test*/
	#tribune{
		margin-left: 1em;
		width: 54em;
		height: 9em;
	}
	
	a.lien_origine{
		color: #CCCCCC;
		text-decoration: none;

	}
	
	a.lien_origine:hover {
		color: #CCCCCC;
		text-decoration: none;
	}
	
	a.lien_titre{
		color: white;
		text-decoration: none;

	}
	
	a.lien_titre:hover {
		color: #330000;
		text-decoration: none;
	}

	.element{
		width: 120px;
		float: left;
		margin-right: 3em;
		margin-bottom: 1em;
	}
	
	.image{
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.origine{
		background: url("/images/deg1.jpg") no-repeat #333333;
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
		font-size: 0.7em;
		margin-top: 7.95em;
		margin-bottom: -0.3em;
	}

	.titre{
		background: url("/images/deg2.jpg") no-repeat #D9DCDD;
		text-align: center;
		font-size: 0.9em;
		margin: 0;
		padding: 0;
	}

	.espace_vide{
		height: 1em;
		clear: both;
	}

/*Affichage des dernière news entrées*/
	#news{
		margin-left: 1em;
	}

	.date{
		font-size: 0.8em;
		margin-top: 0.6em;
	}

	.un_jour{
		margin-top: -0.5em;
	}
	
	.news_un_jour{
		margin-top: -1em;
		margin-left: 5.5em;
	}

	.titre_news{
		font-size: 0.8em;
	}

/*Affichage de la liste des liens Web 3D*/
	h2#titre_liens{
		margin-bottom: 0.5em;
	}

	#liens{
		margin-left: 1em;
		margin-top: 1.4em;
	}

	.lien_web_3d{
		font-size: 0.8em;
	}
	
/*Recherche sur le site*/
	#recherche{
		margin-left: 1em;
		margin-top: 1.35em;
		height: 3.9em;
	}
	
	#formulaire_recherche{
		position: absolute;
		margin-left: 0.3em;
		margin-top: 0.7em;
	}

