/* Start of CMSMS style sheet 'GRE - Menu' */
#menu
{
	position : relative;
	top : 0px;
	left : 0px;
	width : 380px;
	background-color :#FFFFFF;
	height : 80px;
}

#cvlogo, #realislogo, #pclogo, #photoslogo, #autrescilogo
{
	position : relative;
	top : 0px;
	left : 0px;
	margin-right : 20px;
}

#menudescr
{
	height : 20px;
	color : #000000;
	text-align:center;
	font-size : 10px;
	font-weight : normal;
	width : 350px;
}

#menu img, #menu a
{
	border : none;
	text-decoration: none;
}

#submenu
{
  position : absolute;
  top : 35px;
  left : 140px;
  width : 760px;
  height : 20px;
  border-bottom : solid 1px #000000;
  border-top: solid 1px #000000;
  font-size : 12px;
}

a.menu
{
  font-size : 12px;
}
/* End of 'GRE - Menu' */

