/* CSS Document */

CSS - http://www.proenergie.fr/
http://www.proenergie.fr/
Styles en-ligne dans http://www.proenergie.fr/

/*
  This stylesheet uses relative values for sizes in almost all cases.
  This means the screen can be resized, and all elements will resize as well
  not only fonts and texts.
*/


/*
  Start with some global parameters
*/
html{
  font-size: 1.0em;
}
img{
  border-color: #000000;
}
body    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #4d94d2;		 
 }
		 
#inhalt	{
	padding: 0; 
	font-size: 9px;
	line-height:18px;
	border:1px solid #1672bd; 
	width: 774px;	
	height: 100%;
}

.menu_blanc {
text-decoration: none;
color: #FFFFFF;	
font-size: 9pt;
font-weight:500;
padding-left: 10px;
padding-top:2px;
font-stretch: expanded;
}

a:hover {
	text-decoration: none;
	color: #023055;
}

.menu_gris {
	text-decoration: none;
	color: #7e858e;
	font-size: 9pt;
		padding-left: 50px;
	text-transform: uppercase;
    line-height:22px; 
}

.menu_gris:hover {
	text-decoration: none;
	color: #023055;
	font-size: 9pt;
	padding-left: 50px;
	text-transform: uppercase;
	line-height:22px;
	background-color: #dce7ef;
}
.menu_gris:active {
	text-decoration: none;
	color: #023055;
	font-size: 9pt;
	padding-left: 50px;
	text-transform: uppercase;
	line-height:22px;
	background-color: #dce7ef;
}

.t1 {
	background-image: url(images/b_orange.gif);
	background-repeat:no-repeat; 
}


.h1 {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	color: #207fcc;
	font-size: 14pt;
	
}

.h2 {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	color: #929aa3;
	font-size: 14pt;
}

.h3 {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	color: #4e5862;
	font-size: 10pt;
}
.h4 {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 13pt;
}
.txt  {
	font-family:  Arial, Helvetica, sans-serif;
	color: #80878f;
	font-size: 9pt;
}


.txt_underline  {
	font-family:  Arial, Helvetica, sans-serif;
	color: #2170a5;
	font-size: 9pt;
	text-decoration:underline;
}


.txt_bleu  {
	font-family:  Arial, Helvetica, sans-serif;
	color: #154e69;
	font-size: 8pt;
	text-decoration:none;
}








