/* CSS Document */

body {
    margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	text-align:center;
}

body, div, td, input, textarea, select, th {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #000000;	
}

a {
	color: #3295D7 ;
	text-decoration:none ;
}

.menu a {
        color: #FFFFFF;
        text-decoration: none;
		font-weight: bold;
		display:block ; 
		height: 12px;
		background-color: #000000;
}

.menu a:hover {
		background-color:#FFFFFF;
		color:#000000;
}

.jaune {
	background-color: #EBEB10;
	background: #EBEB10 url(img/main06.gif) no-repeat scroll bottom center;
	text-align: center ;
	font-weight: bold;
	font-size: 12px;
}

.listecategories {
	background-color: #EBEB10;
	background: #EBEB10 url(img/main07.gif) ;
	text-align: center ;
	font-weight: bold;
	font-size: 12px;
}

.accueil {
	border : 2px #91E40D solid;
}