/* coding: utf-8  */
body {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, sans-serif;
	background-image: url(fdidxv2.jpg);

}
#global {
     position:absolute;
     left: 50%; 
     top: 50px;
     width: 740px;
     margin-left: -370px; /* moitié de la largeur */
	 background-color: #EBE5E3;
	 border: 1px solid #000;
	 background-image: url(horv2.jpg);
	 background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;	
}
#titridx2 {
	margin-left: 15px;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	margin-top: 1em;
	text-align: center;
	color: #2E542E;
}
.surtitre {
	color: #EBE5E3;
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 0;
}
.gras {
	font-weight: bold;
}
.vert {
	color: #066E06;
	}
.rouge {
	color: #C00000;
}
.annonce {
	font-size: 0.7em;
	text-align: center;
	color: #000;
}
#nouveau {
	font-size: 0.7em;
	text-align: center;
	color: #000;
	height: 6em;
	margin-top: 25em;
}
#new {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	/*background-color: #EAE4E4;
	border: 1px solid #C00000;*/
}
.nouveaute {	
	color: #000;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}
#menubas {
	font-size: 0.6em;
	text-align: center;
	color: #000;
	margin-top: 0.5em;
}
#tech {
	font-size: 0.6em;
	text-align: center;
	color: #404040;
	margin-bottom: 2em;
}
#central {
margin-top: 0;
}
.centralg {
	float: left;
	width: 260px; 
	margin-top: 3.5em;/*4em*/
}
.centrald {
	float: right;
	width: 260px; 
	margin-top: 3.5em;/*4em*/
}
a.menu  {
     margin-top: 10px;
	 margin-left: auto;
	 margin-right: auto;
	 padding: 5px;
     width: 200px; 
     height: 1.2em;
     display: block;
     text-align: center;
     border: 1px solid gray;
     text-decoration: none;
     color: #404040;
     background: #E2DAD4;
	 font-size: 0.8em;
	 font-weight: bold;
}
	 
a.menu:hover  {
     background: #4C704C;
	 color: #fff;
     border: 1px solid gray; 
     }

a.menu:active {
     background: #5D2121;
     border: 1px solid gray; 
     color: #fff;
}
a.menu  span {     
display: none;
}

a.menu:hover span {  
display: block;
position: absolute;
top: 33em;
left: 70px;
width: 600px;       
text-align: center;
color: red;
font-weight: normal;
}

a.liennew:link, a.liennew:visited {color: #008000; text-decoration: underline; font-style: normal;}
a.liennew:hover, a.liennew:focus, a.liennew:active {color: #fff; background-color: #800000;}


