/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FCDB9B;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	color:#52bfc4;
	font-weight:bold;
	
}
a:hover{
	color:#ff0000;
	
}
#content{
	width:955px;
	height:600px;
	margin: 0 auto;
	text-align:left;
}
#bandeau{
	position:relative;
	background-image:url(images/bandeau_upec.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:955px;
	height:183px;
	text-align:center;
	margin: 0 auto;
	
}
#menu{
	position:relative;
	top:96px;
	text-align:center;
}
#titre{
	position:relative;
	top:90px;
	font-size:26px;
	color:#FF9900;
	margin-left:230px;
	margin-right:50px;
	margin-top:15px;
	text-align:left;
	border-bottom:1px #FF6600 solid;
}
#contenu{
	background-image:url(images/fd_contenu.jpg);
	background-repeat:repeat-y;
}
#texte{
	position:relative;
	left:60px;
	width:840px;
	font-size:12px;
	color:#333333;
	text-align:justify;
}
.titre{
	color:#FF9900;
	font-weight:bold;
	font-size:16px;
}
.ss_titre{
	color:#98141b;
	font-weight:bold;
	font-size:14px;

}
.bl_org{
	color:#FF9900;
	font-weight:bold;
}
#bandeau_bas{
	position:relative;
	background-image:url(images/bandeau_bas_upec.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:955px;
	height:80px;
	text-align:center;
	margin: 0 auto;
	padding-top:60px;
}

/* winpcweb*/
#winpcweb{
	font-size:10px;
	text-align:center;
	color:#990000;
}
#winpcweb a{
	color:#006666;
}
#winpcweb a:hover{
	color:#990000;
}