
/* Le contenu sans Menu de l'accueil */
.contentACC {
	
	margin: 15px;
	text-align: left;
	
	position: relative;
}

#AccLeft {
	float: left;
	width: 375px;
}


#AccMiddle {
	margin-left: 15px;
	margin-top: 10px;
	float: left;
	width: 190px;
	text-align: left;

}

#AccRight {
	float: left;
	width: 135px;
	

}

.AccNews {
	padding: 5px;
	
	text-align: left;

	border-bottom : 2px #496d0b dotted;
	
}


.AccPack {
	background-image: url(../img/acc_pack_bg.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	
	margin-left: 10px;
	
	width: 334px;
	
	padding: 15px;
	
	text-align: justify;
	
}

.AccLink {
	color: #ffa200;
	font-weight: bold;
	text-decoration: underline;
}


.AccPackCTop_Vert {
	width: 173px;
	height: 20px;
	
	padding-top: 6px;
	padding-left: 10px;
	
	font-weight: bold;
	
	color: #ffffff;
	
	background-image: url(../img/acc_cpack_vert_top.gif);
	background-repeat: no-repeat;
	
}


.AccPackCContent_Vert {
	width: 170px;
	
	padding: 5px;
	padding-right: 8px;
	
	margin-bottom: 1px;
	
	color: #ffffff;
	background-image: url(../img/acc_cpack_vert_content.gif);
	background-repeat: repeat-y;
	
}


.AccPackCTop_Orange {
	width: 173px;
	height: 20px;
	
	padding-top: 4px;
	padding-left: 10px;
	
	font-weight: bold;
	
	color: #ffffff;
	
	background-image: url(../img/acc_cpack_orange_top.gif);
	background-repeat: no-repeat;
	
}


.AccPackCContent_Orange {
	width: 170px;
	
	padding: 5px;
	padding-right: 8px;
	
	margin-bottom: 1px;
	
	color: #ffffff;
	background-image: url(../img/acc_cpack_orange_content.gif);
	background-repeat: repeat-y;
	
}


.AccPackCTop_Rouge {
	width: 173px;
	height: 19px;
	
	padding-top: 4px;
	padding-left: 10px;
	
	font-weight: bold;
	
	color: #ffffff;
	
	background-image: url(../img/acc_cpack_rouge_top.gif);
	background-repeat: no-repeat;
	
}


.AccPackCContent_Rouge {
	width: 165px;
	
	padding: 10px;
	padding-right: 8px;
	
	margin-bottom: 1px;
	
	color: #ffffff;
	background-image: url(../img/acc_cpack_rouge_content.gif);
	background-repeat: repeat-y;
	
}

#AccMiddle a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.AccForm {
	border: 1px #e58d6b solid;
	color: #d4440b;
	
	width: 70px;
	margin-bottom: 4px;
	margin-right: 4px;

}


