/*_________________________________
|
|       styles Site ER V2 - DEVIS
|__________________________________*/
body {
	background-color : #FFFFFF;
}

a
{
	color:		#800000 ;
}

a:hover
{
	color:		#CC6600 ;
}

#global {
	position:	absolute;
	left :		20px;
	top  :		20px;
	width:		800px;
	font-family:	tahoma,helvetica,arial,sans-serif;
	text-align:  justify;
	font-size:	0.9em;
	background:	url("../images/devis/fond_A4.jpg");
	background-color : #red;
}

#infos_societe{
	background:	url("../images/devis/societe.jpg") no-repeat;
}
#infos_lieu{
	background:	url("../images/devis/site.jpg") no-repeat;
}
#infos_logistique{
	background:	url("../images/devis/camion.jpg") no-repeat;
}
#infos_conditionnement{
	background:	url("../images/devis/palette.jpg") no-repeat;
}


#deee_uc{
	background:	url("../images/devis/deee_uc.jpg") no-repeat;
}
#deee_ecran{
	background:	url("../images/devis/deee_ecran.jpg") no-repeat;
}
#deee_imprimante{
	background:	url("../images/devis/deee_imprimante.jpg") no-repeat;
}
#deee_onduleur{
	background:	url("../images/devis/deee_onduleur.jpg") no-repeat;
}
#deee_pem{
	background:	url("../images/devis/deee_pem.jpg") no-repeat;
}
#deee_lampe{
	background:	url("../images/devis/deee_lampe.jpg") no-repeat;
}

/*_________________________________
|
|          Classes generales
|__________________________________*/
.menu_image{
	border:		0px;
}
h1 {
	/*font-family: 	helvetica,arial,sans-serif;*/
	text-align:	center;
	font-size:	1.5em;
	font-weight:	bold;
	text-decoration:	underline;
	margin:		2em;
}
h2 {
	/*font-family: 	helvetica,arial,sans-serif;*/
	text-align:	left;
	font-size:	1.3em;
	font-weight:	bold;
	text-decoration:	underline;
	margin:		1em;
}

h3 {
	/*font-family: 	helvetica,arial,sans-serif;*/
	text-align:	left;
	font-size:	1em;
	font-weight:	bold;
	padding : 25px 0px 5px 85px;
	
	/*margin:		1em;*/
}
hr{
 width: 90%;
 height: 2px;
}
 
.mise_en_valeur {
	font-weight:	bold;
}

.mise_en_valeur_couleur {
	color:		#CC6600;
}

.mise_en_valeur_centre {
	text-align:	center;
}

.mise_en_valeur_reduit {
	text-align:	center;
	font-size:	0.9em;
}


