@charset "utf-8";
/* CSS Document */
.titre
{
	background: #CCC;
	font-size: 24px;
	margin-top:10px;
	margin-left:2px;
	border-radius:3px;
	text-shadow:#FFF;

}
.image_info
{
	background:#3399ff;
	border:2px black;
	border-radius:3px;
	margin-right:0px;
	margin-top:5px;	
	width:371px;
	height:330px;	
    vertical-align: top;
    text-align: center;
	color:#FFF;
}

.info_acceuil
{
	background-image:url(images/bnci.jpg);
	width:394px;
	height:260px;
	border-radius:3px;
	background-repeat:no-repeat;
}
.text_info
{

	background: #CCC;
	border-radius: 4px;
	text-align: center;
	height: 400px;
	width: 185px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 5px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}

.text_info1
{
	border: 3px #000000;
	background: #CCC;
	border-radius: 4px;
	text-align: justify;
	height: 180px;
	width: 730px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 5px;
}

.text_tete
{
	border: 3px #000000;
	background: #666;
	border-radius: 2px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	padding: 5px;
	font-style: normal;
	color: #FFF;
	box-shadow: 1px 1px 1px 1px #FFFFFF;
	margin-top:0;
	margin-bottom:5px;
}
