/**********************************************************/
/************						DIVISION		***********************/
/**********************************************************/

.generale
{
	position relative;
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
}

	.gen1
	{
		height:1100px;
	}
	
	.gen2
	{
		height:1500px;
	}
	
	.gen3
	{
		height:1500px;
	}
	
	.gen4
	{
		height:1500px;
	}
	
	.gen5
	{
		height:1500px;
	}

div#bandeau
{
	position relative;
	width:800px;
	height:220px;
	background-image: url(img/bandeau.jpg);
	background-repeat: no-repeat;
	background-position : 25px 20px;
	
	/*background-position : top;*/
	background-color:#FD6236;
}

#div_menu
{
	margin : 0;
	padding : 0;
	width : 800px;
	background : #FD6236;
	margin : 0 auto;
	height : 30px;
	color : #FFFFFF;
}

img#img_art_1
{
	padding : 10px 100px 10px 10px;
	float : right;
}

.article
{
	position : relative;
	width : 760px;
	left : 37px;
}

		.art_1
		{
			top : 37px;
			height : 600px;
			background-color : #FFFFFF;
			background-image : url(img/fond_article1.gif);
			background-repeat : no-repeat;
			background-position : left top;
			
		}
		
		.art_2
		{
			top : 37px;
			height : 500px;
			background-image: url(img/fond_article2.gif);
			background-repeat: no-repeat;
			background-position : left top;
			background-color : #FFFFFF;	
		}
		
		.art_3
		{
			top : 37px;
			height : 1050px;
			background-image: url(img/fond_article3.gif);
			background-repeat: no-repeat;
			background-position : left top;
			background-color : #FFFFFF;
		}
		
		.art_4
		{
			background-color : #FFFFFF;	
		}
		
		.art_5
		{
			background-color : #FFFFFF;	
		}

		.fond_titre_article_1
		{
			top : 55px;
			height : 150px;
			background-image: url(img/coins1.gif);
			background-repeat: no-repeat;
			background-position : right top;
			background-color : #FFFFFF;
		}
		
		.fond_titre_article_2
		{
			top : 55px;
			height : 150px;
			background-image: url(img/coins2.gif);
			background-repeat: no-repeat;
			background-position : right top;
			background-color : #FFFFFF;
		}
		
		.fond_titre_article_3
		{
			top : 55px;
			height : 150px;
			background-image: url(img/coins3.gif);
			background-repeat: no-repeat;
			background-position : right top;
			background-color : #FFFFFF;
		}
		
		.fond_titre_article_4
		{
			top : 55px;
			height : 150px;
			background-image: url(img/coins4.gif);
			background-repeat: no-repeat;
			background-position : right top;
			background-color : #FFFFFF;
		}
		
		.fond_titre_article_5
		{
			top : 55px;
			height : 150px;
			background-image: url(img/coins5.gif);
			background-repeat: no-repeat;
			background-position : right top;
			background-color : #FFFFFF;
		}
		
.titre-article
{
	
	position : relative;
	width : 760px;
	height : 20px;
	top : 50px;
	left : 30px;	
  font-family: "arial black", courrier;
	font-size : large;
	text-decoration : none;
	font-weight : none;
	text-indent : 20px;
	line-height : 20px;
	padding : 1em 1em 1em 1em;
	color : #FFFFFF;
}

		.tit_1
		{
			width:630px;
			background-color : #3D3CF0;
		}
		
		.tit_2
		{
			width:300px;
			background-color : #3D811B;
		}
		
		.tit_3
		{
			width:400px;
			background-color : #FC811B;	
		}
		
		.tit_4
		{
			width:630px;
			background-color : #9124C8;
		}
		
		.tit_5
		{
			width:630px;
			background-color : #912D00;	
		}

.cadre_onglet
{
	position : absolute; 
 	width:800px;

}

	.cad_ong_1
	{
		height:900px;
	}
	
	.cad_ong_2
	{
		height:800px;
	}

	.cad_ong_3
	{
		height:1300px;
	}

	.cad_ong_4
	{
		height:500px;
	}

	.cad_ong_5
	{
		height:500px;
	}


div#piedpage
{
	clear:both;
	width:100%;
	height:50px;
	background-color:#33FF99;
}