/* Start of CMSMS style sheet 'css vert' */
/*	CSS nom du site
	Création Agence Grain de Sel le 00/00/0000 */

*{
	 margin:0;
	 padding:0;
	 border:0;
}

body{
	color:#d8dfc2;
	background:url("images/graindesel/bkg-body-vert.jpg")  0 0 repeat-x;
	background-color:#485d1c;
;
}

#bodyImage{
	background:url(images/graindesel/bkg-imagevert.jpg) 50% 0 no-repeat;
}

.version1:hover{
	color:#0e4e6a;
}


/* centre **********************************************************************/

/* menu *******************************************************************/
#menu a:hover {	
	background-color:#0e4e6a;
	color:#fff;
}

/* bloc texte ***************************************************************/
#blocTexte h1 {	
	color:#0e4e6a;
}

#blocTexte a {	
	color:#0e4e6a;
}

/* bloc right ****************************************************************/

.lienRef{
	background-color:#0e4e6a;
	color:#fff;
 }

.lienRef:hover{
	background-color:#485e1b;
	color:#fff;
 }

/* Fil d'ariane ***************************************************************/
#filAriane a {
	color:#d8dfc2;
text-decoration:none;
}
#filAriane a:hover {
text-decoration:underline;
}

/* End of 'css vert' */

