/* CSS Document */
	
	



body {
	background-color: #4a6480;
}

#entete {
	height: 350px;
	width: 928px;
	position: relative;
	
}

#fond {
	background-image: url(../contact/images/fond_long.jpg);
	background-repeat: no-repeat;
}

#fond-court {
	background-image: url(../contact/images/fond.jpg);
	background-repeat: no-repeat;
}

#fond-long {
	background-image: url(../contact/images/fond_principal.jpg);
	background-repeat: repeat-y;
}

#menu {
	background-image: url(../contact/images/fond_menu.gif);
	background-repeat: no-repeat;
}

#entete h1 {
	color: #fffbcf;
}

#contenu h2 {
	color: #fffbcf;
}

#contenu {
	color: #fffbcf;
}

#contenu a {
	color: #fffbcf;	
}

#contenu a:hover {
	color: #fff;	
}

#pied,
#pied a {
	color: #a5b2c0;
}

#pied a:hover {
	color: #fff;
}



.sousMenu a{
	background-color: #fffbcf;
	border-top: 1px solid #2d4867;
	color: #2d4867;
}

.sousMenu a:hover {
	background-color: #bcc1ac;
}