/*************************************************************/
/* Dans ce fichier vous pouvez modifier la structure du bloc */
/*************************************************************/


/* Style du bloc dans la colonne de gauche */
/* ici vous modifiez le contenu du module, la partie ou se trouve les liens */
.bloc_titre_g{
	/* largeur du bloc */
	width: 172px;
	/* marges autour du titre (correction bug IE6) */
	margin: 0px;
	margin:auto;
	/* alignement du contenu */
	text-align: center;
	font-variant: small-caps;
	font-size: 1.1em;
	/* texte en gras */
	font-weight: bold;
	color: #ff0000;
}

.bloc_defaut_g{
	/* largeur du bloc */
	width: 172px;
	/* couleur de fond */
	background-color: #1a1a1a;
	/* alignement du module par rapport à la colonne */
	margin: auto;
	margin-bottom: 15px;
	/* marges intérieures */
	padding: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	/* bordure du bloc */
	border: 1px solid #000000;
	/* style du contenu du bloc */
	color: #ffffff;
	font-size: 0.9em;
}

/* styles des liens du bloc */
.bloc_defaut_g a:link,
.bloc_defaut_g a:active,
.bloc_defaut_g a:visited
{
	color: #ffffff;
	text-decoration: none;
	font-weight : bold;
}
.bloc_defaut_g a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

#colonne_de_gauche hr{
	border: none;
	border-top: 1px solid #ffffff;
	height: 0px;
}

#colonne_de_gauche input,
#colonne_de_gauche textarea,
#colonne_de_gauche select
{
	background-color:#333333;
	font-size:12px;
	font-weight:normal;
	color:#dddddd;
	border: 1px solid #000000;
}

/* Changement de couleur au passage de la souris */
#colonne_de_gauche input:hover,
#colonne_de_gauche textarea:hover,
#colonne_de_gauche select:hover
{
	background-color:#555555;
}


/* Style du bloc dans la colonne de droite */
/* ici vous modifiez le contenu du module, la partie ou se trouve les liens */
.bloc_titre_d{
	/* largeur du bloc */
	width: 172px;
	/* marges autour du titre (correction bug IE6) */
	margin: 0px;
	margin:auto;
	/* alignement du contenu */
	text-align: center;
	font-variant: small-caps;
	font-size: 1.1em;
	/* texte en gras */
	font-weight: bold;
	color: #000000;
}

.bloc_defaut_d{
	/* largeur du bloc */
	width: 172px;
	/* couleur de fond */
	background-color: #e0d9b4;
	/* bordure du bloc */
	border: 1px solid #d9c78b;
	/* alignement du module par rapport à la colonne */
	margin: auto;
	margin-bottom: 15px;
	/* marges intérieures */
	padding: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	/* style du contenu du bloc */
	color: #000000;
	font-size: 0.9em;
}

/* styles des liens du bloc */
.bloc_defaut_d a:link,
.bloc_defaut_d a:active,
.bloc_defaut_d a:visited
{
	color: #aa0000;
	text-decoration: none;
	font-weight : bold;
}
.bloc_defaut_d a:hover
{
	text-decoration: underline;
}

#colonne_de_droite hr{
	border: none;
	border-top: 1px solid #000000;
	height: 0px;
}

#colonne_de_droite input,
#colonne_de_droite textarea,
#colonne_de_droite select
{
	background-color:#d1c9a7;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	border: 1px solid #c7b67f;
}

/* Changement de couleur au passage de la souris */
#colonne_de_droite input:hover,
#colonne_de_droite textarea:hover,
#colonne_de_droite select:hover
{
	background-color:#faf4d4;
}

.bloc_defaut_g li, .bloc_defaut_d li{
	/* décalage vers le bas */
	margin-left:10px;
}

