
.news {
	padding: .25em 0 .25em 20px;
	/*border: 1px solid red;*/
	background: url(http://www.univ-paris5.fr/image_partagee/itemqube2.gif) no-repeat;
	background-color: transparent;
	font-size: 1.1em;
}

.titre{
	/*border: 1px solid blue;*/
	font-size: 1.8em;
	line-height: 120%;
	color: #00B7F0;
	display: block;
	text-transform: capitalize;
}

.publication{
	/*border: 1px solid green;*/
	padding: 0 10px .25em O;
	display: block;
	color: grey;
	font-style: italic;
	font-size: 0.9em;
	font-family: Georgia,Times,serif;
}

.chapeau{
	/*border: 1px solid yellow;*/
	padding: 10px 50px;
	color: black;
	text-align: justify;
	max-height: 9%;
	overflow: scroll-y;
}

.pagenews{
	/*border: 1px solid pink;*/
	background-color: White;
	background: url(http://www.univ-paris5.fr/image_partagee/body.jpg) repeat-y center top;
	padding: 10px 0px 1px 40px;
	margin:0 auto;
	width:770px;
	font-family: Helvetica, Arial, Sans-serif;
	font-size:12px;
	color:#666;
	height: 100%;
}


body{
	background-color: #DDDDDD;
	margin: 0px;
}

.bodyNews{
	background-color: #FFFFFF;
}

.titrepage{
	font-size:32px;
	color: #5208AD;
	letter-spacing:-.5px;
	height: auto;
}

/*:link, :visited, :hover, :active*/
a{
	text-decoration: none;
	color: #00B7F0;
}

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

#page{
	margin: 10px 50px 10px 50px;
	width: auto;/*640px;*/
}

#voirNews{
	overflow: scroll;
	width: auto;/*590px;*/
	height: auto;/*420px;*/
	margin: 10px 0;
	display: block;
	position: absolute;
	top: 5px;
	bottom: 60px;
	left: 30px;
	right: 30px;
}

h1{
	font-size: 1.8em;
	margin: 10px;
	/*background: url(http://www.univ-paris5.fr/image_partagee/itemqube2.gif) no-repeat;*/
	padding: 15px;
	text-align: center;
	background-color:#DDDDDD;
	border: 2px inset black;
}


h2{
	font-weight: bold;
}

hr{
	border: 1px dotted blue;
}

p{
	text-align: justify;
	margin-right: 10px;
}

#menu{
	margin: 0 0 0 0;
	padding: 0px 0 0 10px;
	/*background: url(http://www.univ-paris5.fr/image_partagee/punaise.jpg) no-repeat;*/
	position: absolute;
	border: 5px outset rgb(94, 94, 94);
	top: 88px;
	right: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
	background-color: White;
	overflow: hidden;
	text-align: left;
	vertical-align: middle;
}

#menu ul{
	margin-top: 10px;
	padding: 0;
	z-index: 30;
}

#menu li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 2px;
	margin-right: 5px;
	z-index: 30;
}

#menu li a{
	margin:0;
	background: url(http://www.univ-paris5.fr/image_partagee/ex_folder_closed.gif) no-repeat;
	padding-left: 30px;
	padding-bottom: 2px;
	width: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	color: black;
	z-index: 30;
}

#menu li a:hover{
	background: url(http://www.univ-paris5.fr/image_partagee/ex_folder_open.gif) no-repeat;
	text-decoration: underline;
	color: rgb(0, 183, 240);
}

#hand{
	left: 5px;
	margin: 0 0 10px 0;
	padding: 0 30px 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	display: inline;
	text-align: center;
	z-index: 10;
}

#menu div div img{
position: absolute;
	right: 0px;
	top: 0px;
	z-index: 0;
}

.footer{
	position: absolute;
	bottom: 5px;
	left:0px;
	right: 0px;
	height: 30px;
}


