/* CSS Document */
body{ 
  margin:0;
  padding:0;
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#eceded;
	background:#eceded;
        background-position:top center;
}

/*pour eviter les sauts de ligne*/
table,form,h1,h2,ul,hr {margin:0;padding:0;}

hr {
display:block;
height: 1px;
margin: -0px 0;
color: #67594f;
background-color: #868485;
border: 0;
}

#principal{
	background-position:top left;
	position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-top: 58px;
        margin-bottom:58px;
        width: 930px;
        border: 0px ;
}


#divConteneur2{
	background: url(fondgris.gif) no-repeat;
	position: absolute;
	width: 930px;
	z-index:10;
	border: 0px;
	margin:0;
	padding:0;
	border:#eceded 1px solid;

}




#divF{
	background-color: #eceded;
        height:70px;
        width: 932px;
        font-size: 9px;
  	font-family:Arial, Helvetica, sans-serif;
  	font-weight: bold;
	color:#000;
  
}


a {
      color : #000000;
      text-decoration: none;
}

a:visited{
      color : #000000;
      text-decoration: none;
}

a:hover{
      color : #000000;
      text-decoration: underline;
}


/* CSS déroulant */


dl, dt, dd, ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}

#menu {
	position: absolute;
	top: 103px;
	left: 0px;
	z-index:100;
	width: 930px;
	
	}

#menu dl {
	float: left;
	width: 155px;
	margin: 0px 0px;
	height: 50px;
	
	
}





#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	border: 0px solid gray;
	height: 48px;
	width: 153px;
	
}
#menu dd {
border: 0px solid gray;
}
#menu li {
text-align: center;
background: #fff;
background: transparent url(fondrose.gif) repeat-x bottom left;
font-family: Georgia, "Times New Roman", Times, serif;

}

#menu li.rose {
text-align: left;
background: #F4A1CE;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 36px;
font-size: 10px;
background: transparent url(fondrose.gif) repeat-x bottom left;

}



#menu li a, #menu dt a {
color: #545454;
text-decoration: none;
display: block;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
text-decoration: underline;
}