/* CSS Document */

body {
	background-image: url(images/fond_veto.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.bandeau {
	background-color: #572B8B;
}

#menu_gauche ul { /* Suppression du padding et des puces du <ul> */
	background-color: #572B8B;
}

#central {
	background-image: url(images/fond_central_veto.png);
}

#central h2 {
	color: #572B8B;

}

#central a {
	color: #572B8B;
}

.cadre1 {
	background-color: #20111A; 
	width: 450px;
	color: #FFFFFF;
}



#central .cadre1 a {
	color: #9074AE;
}

.cadre2 {
	background-color: #572B8B; 
	width: 230px;
	color: #FFF;
}

#central .cadre2 a {
	color: #FFF;
}

.cadre3 {
	background-color: #9074AE; 
	width: 230px;
	color: #FFF;
}
.cadre4 {
	background-color: #BFA7DA; 
	width: 230px;
	color: #20111A;
}



#motcles a {
	color: #572B8B;
}

.tableau th {
	background-color: #9074AE; 
	color: #FFF;
}

#central .tableau th a {
	color: #FFF;
}