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

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

body{
	color:#fff;
	background:url("images/graindesel/bkg-body-bleu.jpg")  0 0 repeat-x;
	background-color:#5597c9;
}

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

.version1:hover{
	color:#67a9d5;
}

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

/* menu **********************************************************************************/

#menu a:hover {	
	background-color:#c5c96c;
}

/* bloc texte **********************************************************************************/
#blocTexte{
	margin-top:80px;
}

#blocTexte h1 {	
	color:#c5c96c;
}

#blocTexte a {	
	color:#0e4e6a;
}

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

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

.lienRef:hover{
	background-color:#0e4e6a;
	color:#fff;
 }
/* End of 'css bleu' */

