label
{
}
select
{
	margin-bottom:10px;
}

.categorie
{
	font-weight:bold;
	text-decoration:underline;	
}

.nomfiche
{
	font-weight:bold;
	font-size:16px;	
}

.formulaires
{
	width:310px;	
	margin-top:10px;
	margin-left:10px;
	padding:10px;
	margin-right:20px;
}

.formulaires form
{
	margin : 0px;	
}

.formulaires_haut
{
	background-image : url(../images/fond_palette_html_1.png);	
	background-repeat:no-repeat;
	width:320px;
	height:12px;
}

.formulaires_centre
{
	background-image : url(../images/fond_palette_html_2.png);	
	background-repeat:repeat-y;
	width:320px;
	/*padding : 5px 5px;
	padding-right:85px;*/
	/*height:1px;*/
}

.formulaires_centre .texte
{
	margin :0px 20px;	
}

.formulaires_bas
{
	background-image : url(../images/fond_palette_html_3.png);	
	background-repeat:no-repeat;
	width:320px;
	height:12px;
}

.formulaires hr
{
	color : #AF9631;
	background-color : #AF9631;
	border : 0px;
}

.formulaires .titre_formulaire
{
	font-weight:bold;
	color:	#666666;
}	


/* ############ FICHES ############## */

.fiche_haut
{
	background-image : url(../images/fond_palette_html_4.png);	
	background-repeat:no-repeat;
	width:400px;
	height:12px;
}

.fiche_centre
{
	background-image : url(../images/fond_palette_html_5.png);	
	background-repeat:repeat-y;
	width:400px;
	/*padding : 5px 5px;
	padding-right:85px;*/
	/*height:1px;*/
}

.fiche_centre .texte
{
	margin :0px 20px;	
}

.fiche_bas
{
	background-image : url(../images/fond_palette_html_6.png);	
	background-repeat:no-repeat;
	width:400px;
	height:12px;
}

hr
{
	color : #AF9631;
	background-color : #AF9631;
	border : 0px;
}	

.grande_photo
{
	 display:none;
	 position:absolute;
	 left:450px;
	 top:200px;
	 background-color:#FFFFFF;
}