/* Styles de la page d'intro */
body.intro {
	background : #A52779;
	text-align: center;
}
/* Styles de la page d'accueil */
#left {
	width : 315px;
	height : 334px;
	float : left;
	background : #E0F5F4 url(../images/left.gif) no-repeat;
	color : #892D66;
	text-align : right;
	color : #892D66;
	padding : 8px 20px 0px 35px;
}
#left #vignettes img, #left #concept {
	margin : 10px 0 10px 4px;
}
#left .chapo {
	color : #4F0A34;
	font-weight : bold;
}
#right {
	width : 375px;
	float : right;
	background : #E0F5F4 url(../images/right.gif) no-repeat;
}

#right div a {
	font-size : 11px;
	font-weight : bold;
}

#copyright {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	clear: both;
	padding : 5px;
	color : #4F0A34;
	background : #60C3C0;
	text-align : center;
}
#copyright a {
	color : #9B3775;
	font-size : 10px;
}
#index_snav a {
	color : #9B3775;
	}
