/* Start of CMSMS style sheet 'journees-accueil' */
a{
border: 0;
margin: 0;
padding: 0;
}

body{
margin: 0;
padding: 0;
background: url(images/accueil-bg.jpg) top left repeat-x ; 
}

#accueil { 
display: block;
width: 960px;
height: 10px;
text-align: center;
margin: auto;
padding-top: 669px;
background: url(images/visuel-accueil.jpg) top left no-repeat ; 
font-family: verdana, arial, sans-serif;
font-size: 10px;
color: #000;
}
		
	a #accueil{ 
	background: url(images/visuel-accueil.jpg) top left no-repeat ; 
	color: #000;
	}
		
	a:hover#accueil, a:focus#accueil , a:active#accueil { 
	background: url(images/visuel-accueil.jpg) bottom left no-repeat ; 
	color: #000;
	text-decoration: underline;
	}
/* End of 'journees-accueil' */

