
body
{
   width: 1000px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 10px; /* Pour éviter de coller avec le haut de la fenętre du navigateur. Essayez d'enlever pour voir ! */
   //margin-bottom: 10px;    /* Idem pour le bas du navigateur */
   background: url("image/fond_taches3.png");
   background-position: top center;
   color: #000000;
   font-family: Verdana, Calibri, Arial, 'Time New Roman';
}


#en_tete
{
   width: 1000px;
   height: 200px;
   background-repeat: no-repeat;
   margin-top:0px;  
   background-color: #FFFFFF;
}

.logo
{
margin-top:0px;
margin-left:0px;
}


#menu_horizontal
{
width: 1000px;
float: left;
height: 80px;
background-color: #FFFFFF;
}


#corps
{
   float:top;
   width:1000px;
   height:1200px;
   background-color: #FFFFFF;
   background-repeat: no-repeat;
}

#colonne
{
	float: left;
	width: 250px;
	
}
#textcorpus
{
	float: left;
	width: 750px;
}
#bas_de_page
{
	float: top;
	font-size: 33px;
	margin-bottom: 10px;
   width: 1000px;
   height: 59px;
   background-image: url("image/bord_bas3.png");
   background-repeat: no-repeat;
   margin-top:0px;  
   background-color: #FFFFFF;
}


		/*
			Vertical accordeons
		*/
		
		.accordeon_toggle_corps
		{
			display: block;
			height: 25px;
			width: 650px;
			background: url(image/nosprojets/barreviolet1.png) no-repeat top right #FFFFFF;
			color: #000000;
			outline: none;
			font-size: 16px;			
			cursor: pointer;
			margin: 0 0 0 0;
			font-family: Verdana, Calibri, Arial, "Time New Roman";
			text-align: left;
			text-indent: 20px;
			
		}
		
		.accordeon_toggle_corps_active {
			background: url(image/nosprojets/barreviolet2.png) no-repeat top right #FFFFFF;
			color: #ffffff;
		}
		
		.accordeon_content_corps {
			width:590px;
			font-family: Verdana, Calibri, Arial, "Time New Roman";
			color: #000000;
			overflow: hidden;
			padding-left: 30px;
			cursor: pointer;
			outline: none;
			font-size: 14px;
			text-align: justify;
			/*line-height: 3px;*/

		}
			

			



#texto
{
	padding-left: 40px;
	width: 670px;
	text-align: justify;
	font-size: 14px;
}
