/* CSS Document */
/* Feuille de style d'habillage dédiée à la page d'accueil */
/* Complète la feuille "typographie.css" et "generique.css" */

/****************** ENTETE ***************************************************/

#home_entete{
	/*width:800px;*/
	background-image:url(../images/home_entete1.jpg);
	background-repeat:no-repeat;
	height:238px;
	padding:0;
	margin:0;
}
/* Menu des gros boutons */
#gromenu{
	list-style-type: none ;
	padding:0;
	margin-top:10px;
	margin-left:36px;
	width:400px;
	/*border:thin solid #006600;*/
}
/* Gros boutons */
#gromenu div {
	
}
#gromenu a {
	display: block ;
	float:left;
	height:44px;
	}
#gromenu a span {     /* définition de la balise <span> inclue dans <a> */
	display: none;
}
#gro1 a{
	width:154px;
	margin-right:6px;
	margin-bottom:4px;
	background-image:url(../images/home_gboot1.jpg);
	background-repeat:no-repeat;
}
#gro1 a:hover {
	background-image:url(../images/home_gboot1_2.jpg);
}
#gro2 a{
	width:224px;
	margin-bottom:4px;
	background-image:url(../images/home_gboot2.jpg);
}
#gro2 a:hover {
	background-image:url(../images/home_gboot2_2.jpg);
}
#gro3 a{
	width:154px;
	margin-right:6px;
	background-image:url(../images/home_gboot3.jpg);
}
#gro3 a:hover {
	background-image:url(../images/home_gboot3_2.jpg);
}
#gro4 a{
	width:224px;
	background-image:url(../images/home_gboot4.jpg);
}
#gro4 a:hover {
	background-image:url(../images/home_gboot4_2.jpg);
}
.separationhautbas {clear:both;padding-top:13px;}

/****************** CORPS ***************************************************/

/* colonnes*/
#home_corpsdepage{
	background-image: url(../images/home_finfond1.jpg);
	background-repeat:repeat-y;
	background-position:100px;
}
#home_colonne_centre{
	float:left;
	width:590px;
	/*margin-left:5px;
	margin-right:10px;*/
}
#home_texte_centre{
	padding-left:5px;
	padding-right:10px;
	padding-top:35px;
	background-image:url(../images/home_centrehaut.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	/*background-color:#333333;*/
}
#home_colonne_dr{
	background-image:url(../images/home_drfond.jpg);
	background-repeat:repeat-y;
	float:left;
	width:160px;
}
.home_dr_colonnerallonge{
	padding-left:10px;
	padding-right:60px;
	background-image:url(../images/home_finfond1.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
#home_colonne_drtop{
	background-image:url(../images/home_drhaut.jpg);
	background-repeat:no-repeat;
	height:96px;
}
#home_colonne_drbot{	
	background-image:url(../images/home_drdecrochebas.jpg);
	background-repeat:no-repeat;
	height:47px;
}
/* netoyeur */
#home_nett {
	clear:both;
	background-image:url(../images/home_fondbas1.jpg);
	background-repeat:no-repeat;
	height:18px;
}
a.vert, a.vert:link, a.vert:visited {	background:none;text-decoration: none;	color: #009900;}
a.vert:hover {	background:none;text-decoration: none;	color:#660000;}
 