/* 
		gaiia  v3.1
	
		editeur.css
	
		CSS pour le contenu généré par l'éditeur
*/

* 
	{
		padding: 0px;
		margin: 0px;
	}

/* Texte */
.Bloc
	{
		padding: 5px;
		border-color: #000000;
		border-width: 1px; 	
		border-style: dashed;
		font-family: verdana;
		font-size: 10px;
		color: #000000;	
	}
	
.Standard
	{
		font-family: verdana;
		font-size: 10px;
		color: #000000;
	}

.Moyen
	{
		font-family: verdana;
		font-size: 12px;
		color: #000000;
	}

.Titre
	{
		font-family: verdana;
		font-size: 14px;
		color: #000000;
	}
	
.Lien
	{
		font-family: verdana;
		font-size: 10px;
		font-weight: bold;				
	}
	
.Lien:hover
	{
		cursor:pointer;
		/*text-decoration: underline overline;*/
		color: #F9C68E;
	}