body{
 color:#ffffff;
	background: #fff url(img/bg.png) top left no-repeat;
}


.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: yellow;
}


/* ######### TAbleau dans le menu ######### */

A.menulink {
display: block;
width: 198px;
text-align: left;
text-decoration: none;
font-family:arial;
font-size:12px;
color: #000000;
BORDER: none;
border: solid 1px #FFFFFF;
}

A.menulink:hover {
border: solid 1px #6100C1;
background-color:#F0E1FF;
}




/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0px;
top: 0px;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 400px; /* default width for menu */
}


/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0px;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkcsscols .column{
width: 210px;
float: left;
}


/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}


.block_adresse{
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
	border-style:solid;
	border-color:#111;
	border-width:2px;
	background-color:#FFCC99;
}





.block_adresse h2{
	margin:0px;
	padding:0px;
	background-color:#FFCC66;
	color:#fff;
}

.block_adresse h4{
	margin:0px;
	padding:0px;

}

.block_adresse p{

}

.block_adresse a{
	margin:0px;
	padding:0px;
}

.spacer{
	height:540px;
}


.texteAccueil{
	color:#111000;
	font-size:8px;
}



.block_team{
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
	border-style:solid;
	border-color:#111;
	border-width:2px;
	background-color:#FFCC99;
}



.menuLangue{
	width:90%;
	text-align:right;
	padding-right:20px;
}

.menuLangue A {
   color: #000000;
   font-size:10px;
   text-decoration:none;
   letter-spacing:1px;
   font-family: Verdana;
   background-color:#FFAEAE;
}

.menuLangue A:hover{
   color:#efefef;
   font-size:10px;
   text-decoration:none;
   letter-spacing:1px;
   font-family: Verdana;
   background-color:#FF1c1c;
}