@charset "utf-8";
/* CSS Document */

body{
	margin:auto;
	margin-top:10px;
	width:1024px;
	/*height:1024px;*/
	
	/*border: 1px solid black;*/
	background-color:#9bb0c1;
	border:1px solid black;
	border-collapse: collapse;
	
}

#bannierre{
	width:1024px;
	height:100px;
	background-image:url(images/banniere.png);
	background-repeat:no-repeat;
}

#bannierre_bas{
	width:1024px;
	height:16px;
	background-image:url(images/bannierebas.png);
	background-repeat:no-repeat;
}

#menu{
	margin-top:4px;
	width:1024px;
	height:28px;
	background-color:8092af;
}


#news_accueil{
	text-align:left;
	border:1px solid white;
	width:702px;
	height:340px;
	overflow: hidden; /* les dépassements seront masqués */
	-o-text-overflow: ellipsis; /* pour Opera 9 */ 
    text-overflow: ellipsis; /* pour le reste du monde */
	
}

#corps_centre_haut_photo{
	float:left;
	margin:5px;
	border:none;
	/*width:220px;*/

}

#corps_centre_haut_photo a{
	border:none;
} 

#corps_centre_haut_texte{
	padding-left:5px;

}

#corps_centre_haut_texte h1{
	margin-top:0px;
	/*color:#b77503;*/
	color:#ffa600;
	text-align:center;
	
}

#corps_centre_haut_texte_next{
	width:723px;
	text-align:right;

	
}

#news_autre{
	border:1px solid white;
	width:233px;
	height:250px;
	overflow: hidden; /* les dépassements seront masqués */

}

#corps{
	width:1024px;
	height:615px;
	background-image:url(images/fondbody.jpg);
	background-repeat:repeat;

}

#corps_gauche{
	float:left;
	width:125px;
	height:615px;
	background-color:blue;
}

#corps_centre{
	float:left;
	width:723px;
	height:615px;
	
}

#corps_right{
    float:left;
	width:176px;
	height:615px;
	background-color:green;
}

#corps_centre_haut{
	width:723px;
	height:290px;
	overflow:hidden;
}

#corps_centre_news{
	width:703px;
	padding:10px;
	height:595px;
	overflow-Y:scroll;
	overflow-X:hidden;

}

#corps_centre_news h1{
	color:#FF9900;
	text-align:center;

}

#corps_centre_bas_gauche{
	float:left;
	width:241px;
	height:305px;
	background-color:#00FFFF;

}


#corps_centre_pt_photo{
	margin:auto;
	text-align:center;
	border:none;
	/*width:220px;*/

}

#corps_centre_pt_photo a{
	border:none;
} 

#corps_centre_pt_texte{
	margin-left:5px;
	margin-right:5px;
	height:160px;
	overflow:hidden;

}

#corps_centre_pt_texte h1{
	margin-top:0px;
	font-size:1.2em;
	/*color:#b77503;*/
	color:#ffa600;
	text-align:center;
	
}

#corps_centre_pt_texte_next{
	width:241px;
	text-align:right;

	
}



#corps_centre_bas_centre{
	float:left;
	width:241px;
	height:305px;
	background-color:#CCFF66;
}

#corps_centre_bas_droite{
	float:left;
	width:241px;
	height:305px;
	background-color:#663366;

}

#separateur{
	width:690px;
	height:2px;
	background-color:#CC6600;
}

.photo{
	float:letf;
	
}
 
#bandeau_bas{
	width:1024px;
	height:20px;
}



