*
{
	padding: 0;
	margin: 0;
}
body
{
	background-color: #808080;
}
#document
{
	margin:0 auto;
	width: 1000px;
	background-color: #a6a6a6;
}
#entete
{
	width:1000px;
	height:235px;
	/*background: #ffffff url('../../ressources/images/front/head.jpg') no-repeat top left;*/
}

#entete2
{
	width:1000px;
	height:112px;
	background-color:#a6a6a6; 
}

#corpsetmenu{
	width:1000px;
}

#colonne1
{
	left: 0;
	width: 140px;
	background-color: #A9C90A;
	float:right;
}
#corps
{		
	width:860px;
	float:right;
	background: #c8c8c8 url('../../ressources/images/front/fond.jpg') repeat-x top left;
}

/*
>>>>>>  3 colonnes dans le corps
*/
#colonne2_3
{
	float:right;
	background-color: transparent;
	width:460px;
}
#colonne3_3
{
	float:right;
	width: 200px;
	background-color: transparent;
}

#colonne4_3
{
	float:right;
	right: 0;
	width: 200px;
	background-color: transparent;
}


/*
>>>>>>  2 colonnes dans le corps
*/
#colonne2_2
{
	float:right;
	background-color: transparent;
	width:660px;	
}

#colonne3_2
{
	float:right;
	width: 200px;
	background-color: transparent;
}

/*
>>>>>>  1 colonne dans le corps
*/
#colonne2_1
{
	float:right;
	background-color: transparent;
	width:860px;	
}

#astuce
{
	clear: left;
}

#pied
{
	clear:both;
	height:20px;
	background:#a6a6a6 url('../../ressources/images/front/footer.jpg') no-repeat top left;
}

#pied2
{
	clear:both;
	height:14px;
	background:#a6a6a6 url('../../ressources/images/front/footer_corned.jpg') no-repeat top left;
}

p{
	padding: 20px;
}
