/*
// Site		: http://www.easy-fermetures.com
// Date		: 2009-02-05
*/

body
{
	font			: normal normal normal 16px Helvetica, sans-serif;
	color			: #000;
	background		: #FFF url('images/bkg1.jpg') repeat-x left top;
	margin			: 0;
	padding			: 0;
}

.conteneur
{
	text-align		: justify;
	width			: 860px;
	margin			: auto;
	padding			: 0px 40px;
	background		: transparent url('images/bkg2.jpg') no-repeat center top;
	position		: relative;
}

.gauche 
{
	width			: 600px;
	margin-top		: 30px;
	margin-right	: 40px;
	float			: left;
}

.droite
{	
	width			: 220px;
	margin-top		: 30px;
	float			: left;
}

.contact
{	
	text-align		: left;
	line-height		: 14px;
	width			: 190px;
	height			: 215;
	margin-top		: 30px;
	padding			: 15px;
	float			: left;
	background		: transparent url('contact/images/bkg-contact.jpg') no-repeat center top;
}

.bold
{
	font-weight		: bold;
}

.bold_orange
{
	font-weight		: bold;
	color			: #ff9c00;
}

.grey
{
	color			: #959595;
}

.grey_italic
{
	font-style		: italic;
	color			: #959595;
}

.bold_contact
{
	font			: normal normal normal 12px Helvetica, sans-serif;
	font-weight		: bold;
}

.grey_contact
{
	font			: normal normal normal 12px Helvetica, sans-serif;
	color			: #959595;
}

li
{
	list-style-type	: none ;
	font-weight		: bold;
	color			: #000;
	padding			: 0px 0px 0px 10px;
	background		: transparent url('images/point.png') no-repeat left 8px;
	line-height		: 20px;
}

/*
// LIENS
*/

a:link 
{
	color			: #ff9c00;
	font-weight		: bold;
}

a:visited 
{
	color			: #ff9c00;
	font-weight		: bold;
}	

a:hover 
{
	color			: #707070;
	font-weight		: bold;
}

a:active 
{
	color			: #ff9c00;
	font-weight		: bold;
}


border			: 1px black solid;