/* CSS Document */
/* début des styles du menu */
#menu {
	background-image: url(../images/home/fond_entete.jpg);
	background-repeat: no-repeat;
	background-color: #660066;
}

/* fin des styles du menu */

/* début des styles du centre */
#home_contenu {
	position: relative;
	left: 0px;
	top: 0px;
	width: 739px;
	min-height: 450px;
	_height: 450px;
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 10px;
	background-color: #660066;
}

#home_gauche {
	float: left;
	width: 405px;
	padding-right: 10px; 
}

#home_taille {
	float: left;
	width: 405px;
	padding-left: 10px;
}

#home_taille a {
	color: #FFFFFF;
	text-decoration: none;
}

#home_taille img {
	vertical-align: middle;
	margin: 5px;
}

#home_apostrophe {
	float: left;
	margin-top: 15px;
	padding-left: 10px;
}

#home_article {
	float: left;
	width: 360px;
	min-height: 100px;
	_height: 100px;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-top: 25px;
	padding-left: 10px;
}

#home_article-titre {
	min-height: 30px;
	_height: 30px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;

}

#home-article-texte {
	position: relative;
	left: 0px;
	top: 0px;
}

#home_temoignage {
	position: relative;
	left: 0px;
	top: 0px;
	width: 314px;
	_width: 304px;
	border: 1px solid #FFFFFF;
}

#home_temoignage-titre {
	position: relative;
	left: 0px;
	top: 0px;
	width: 304px;
	min-height: 24px;
	_height: 24px;
	padding-top: 6px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #660066;
	background-color: #FFFFFF;
}

#home-temoignage-texte{
	position: relative;
	left: 0px;
	top: 0px;
	padding: 5px;
}

#home_lien {
	margin: 10px 3px 10px 3px;
}

#home_droite {
	float: left;
	width: 318px;
	padding-top: 10px;
	padding-bottom: 10px;	
}

#home_droite img {
	margin-bottom: 10px;
}

/* fin des styles du centre */

/* debut ds styles des articles */
#home_entete {
	width: 719px;
	min-height: 26px;
	_height: 26px;
	padding-top: 4px;
	padding-left: 10px;
	font-size: 15px;
	color: #660066;
	background-color: #FFFFFF;
}

#home_texte {
	width: 719px;
	min-height: 300px;
	_height: 300px;
	color: #FFFFFF;
}
/* fin ds styles des articles */