/* Start of CMSMS style sheet 'css brique' */
/*	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-brique.jpg")  0 0 repeat-x;
	background-color:#59393a;
}

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

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


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

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

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

#blocTexte a {	
	color:#ff9c54;
}

/* bloc right ******************************************************************/
.lienRef{
	background-color:#ff9c54;
	color:#0e4e6a;
}
.lienRef:hover{
	background-color:#0e4e6a;
	color:#fff;
}
#blocRefR a {
color:#fff !important;
}

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

/* Ref Categ *************************************************/
.categRef {
width:300px;
height:60px;
border:1px solid #fff;
display:block;
float:left;
}




/* End of 'css brique' */

