﻿
#index_container{
	width:900px;
	margin:auto;
	border:1px solid #f29400;
	background:url(../images/img_index_fondo.jpg) bottom right no-repeat;
	margin-bottom:10px;
	margin-top:10px;
	overflow:hidden;
}

#index_container_images{
	width:250px;
	float:left;
	margin:auto;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:25px;
	background:none;
}

#index_container_texte{
	width:550px;
	float:right;
	margin:auto;
	margin-top:15px;
	margin-bottom:5px;
	margin-right:25px;
	background:none;
}

#index_container_images img{
	float:right;
	padding:2px 2px 2px 2px;
	margin: 15px 40px 5px 10px;
	BORDER-RIGHT:1px solid #f29400; 
	BORDER-TOP:1px solid #f29400; 
	BORDER-LEFT:1px solid #f29400; 
	BORDER-BOTTOM:1px solid #f29400;
	vertical-align:middle;
	background:transparent;
}

