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

#cadre /* Propriétés qui s'appliquent au cadre en général */
{
	width: 432px;
	background-color: #F7F4F4;
	margin-top: 63px;
	margin-left: 44px;
}

#cadre_gauche /* Propriétés qui s'appliquent au cadre en général */
{
	background-color: #F7F4F4;
	margin-top: 63px;
	margin-left: 44px;
}


.haut_info , .bas_info /* Propriétés communes aux quatre coins de notre arrondi */
{
background-repeat: no-repeat;
}

.haut_info
{
	background-image: url(../images/haut_info.png);
	height: 12px;
	width: 432px;
}

.bas_info
{
	background-image: url(../images/bas_info.png);
	height: 16px;
	width: 432px;
}

.texte_info {
	width: 410px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C2C1C0;
	border-right-color: #C2C1C0;
	border-bottom-color: #C2C1C0;
	border-left-color: #C2C1C0;
	padding: 10px;
	padding-top: 0px;
}


.haut_info_gauche , .bas_info_gauche /* Propriétés communes aux quatre coins de notre arrondi */
{
background-repeat: no-repeat;
}

.haut_info_gauche
{
	background-image: url(../images/haut_info_gauche.png);
	height: 12px;
	width: 432px;
}

.bas_info_gauche
{
	background-image: url(../images/bas_info_gauche.png);
	height: 16px;
	width: 432px;
}

.texte_info_gauche {
	width: 274px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C2C1C0;
	border-right-color: #C2C1C0;
	border-bottom-color: #C2C1C0;
	border-left-color: #C2C1C0;
	padding: 10px;
	padding-top: 0px;
}


.trait_vertical {
	height: 301px;
	margin-left: auto;
	margin-right: auto;
}

.trait_horizontal {
	width:410px;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color:#C2C1C0;
}

.content_paiment {
	height: 50px;
	width: 330px;
	float:right;
	padding-top: 17px;
	color: #535152;
}