/*##### CENTRE ####  COINS ARRONDIS DES ENCARTS ###########*/
#div_coin_haut_gauche {
	float: left;
	width: 6px;
	height: 6px;
	background-image: url(http://www.reussir-son-regime.fr/images/coin-haut-gauche.jpg);
	background-repeat: no-repeat;
}

#div_coin_haut_droite {
	float: right;
	width: 6px;
	height: 6px;
	background-image: url(http://www.reussir-son-regime.fr/images/coin-haut-droite.jpg);
	background-repeat: no-repeat;
}

/*##### CENTRE ####  FIN COINS ARRONDIS DES ENCARTS  ###########*/

/*##### CENTRE ####  ENCARTS  ###########*/
#div_encart1, #div_encart2, #div_encart3, #div_encart4 {
	background-color: #fff;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

#div_encart1 {
	float: left;
	width: 574;
}

#div_encart2 {
	float: left;
	width: 285px;
}

#div_encart3 {
	float: right;
	width: 285px;
}

#div_encart4 {
	float: left;
	width: 574px;
}
/*##### CENTRE ####  FIN ENCARTS  ###########*/

/*##### CENTRE ####  IMAGES DES ENCARTS  ###########*/
#div_img_encart1, #div_img_encart2, #div_img_encart3, #div_img_encart4 {
	float: left;
	margin-top: 5px;
}

#div_img_encart2 {
	margin: 0px;
	padding: 0px;
	margin-left: -6px;
}

#div_img_encart3 {
	margin: 0px;
	padding: 0px;
	margin-left: -6px;
}
/*##### CENTRE ####  FIN IMAGES DES ENCARTS  ###########*/

/*##### CENTRE ####  RESUME DES ENCARTS  ###########*/
#div_resume_encart1 {
	width: 400px;
	margin: 0px;
	padding: 0px;
}

#div_resume_encart2 {
	width: 190px;
	margin: 0px;
	padding: 0px;
}

#div_resume_encart3 {
	width: 190px;
	margin: 0px;
	padding: 0px;
}

#div_resume_encart4 {
	width: 400px;
	margin: 0px;
	padding: 0px;
}

#div_resume_encart1, #div_resume_encart2, #div_resume_encart3, #div_resume_encart4 {
	float: right;
	margin: 0px;
	padding: 0px;
}

#div_encart1 p, #div_encart2 p, #div_encart3 p, #div_encart4 p{
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
}
/*##### CENTRE ####  FIN RESUME DES ENCARTS  ###########*/

/*##### CENTRE ####  TITRE DES ENCARTS  ###########*/
#div_encart1 h1, #div_encart2 h1, #div_encart3 h1, #div_encart4 h1{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

#div_encart1 h1 {
	color: #5e9b06;
}

#div_encart2 h1 {
	color: #ff4800;
}

#div_encart3 h1 {
	color: #2a99b5;
}

#div_encart4 h1 {
	color: #af4980;
}
/*##### CENTRE ####  FIN TITRE DES ENCARTS  ###########*/

/*##### FIN CENTRE  ###########*/
