/*======= index.html =======*/
#accueil .col-1{width:286px}

#accueil .col-2{
	width:518px;
	background:url(../images/border.png) left repeat-y;
	padding-left:38px;
	margin-left:36px;
}

#a_propos .col-1{
	width:878px;
	padding-right:38px;
	margin-right:36px;
}

#catalogue .col-1 {
	width:878px;
	padding-right:38px;
	margin-right:36px;
}

#services .col-1{width:878px}

#contacts .col-1{
	width:510px;
	/*background:url(../images/border.png) right repeat-y;*/
	margin-right:34px;
	padding-right:34px;
}

#contacts .col-2{width:300px}

#contacts .colum{
	width:175px;
	float:left;
	margin-right:40px;
}

#contacts .colum.lst{margin-right:0}

#about_us .col-1 p,#accueil .col-1 p,#services p{
	text-align:justify;	
}
/*=========================*/