/* CSS contact */

body
{
	background        : url('img_index/fond.gif');
	font-family       : Verdana, Arial, Helvetica, sans-serif; 
	font-size         : 12px;
	color             : #3366CC
}

div.cadre_contact
{
	position          : relative;
	width             : 700px;
	height            : 499px;
	top               : 20px;
	background        : url('img_contact/cadre_contact.gif') no-repeat;
	margin-left:auto; margin-right:auto; padding:50px; 
}
	
	#contact
	{
		position : absolute;
		top      : 260px;
		left     : 250px;
	}

div.cadre_adresse
{
	position          : relative;
	width             : 700px;
	height            : 499px;
	top               : 20px;
	background        : url('img_contact/cadre_adresse.gif') no-repeat;
	margin-left:auto; margin-right:auto; padding:50px; 
}

	#demande
	{
		position : absolute;
		top      : 170px;
		left     : 240px;
	}

ul
{
	list-style-image : url('img_contact/puce.gif');
	line-height      : 18px;
	text-align       : justify
}

p
{
	padding : 20px;
}

h2
{
	font-size : 12px;
	padding   : 0px;
}

#small
{
	font-size : 10px;
}