@charset "utf-8";
div#boxpage {
	position: relative;
	float: right;
	
	width: 215px;
	height: auto;
	
	background-image: url(../images/boites/box_content.gif);
	background-repeat: repeat-y;
	
}

.contentbox {
	margin-left: 10px;
	margin-right: 10px;
	
	width: auto;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	text-align: left;
	
}
.contentbox h1 {
	/* titre avec puce pour l'actu en avant */
	
	font-weight: bold;
	font-size: 14px;
	
	color: #00a7e3;
	
	background-image: url(../images/erplm_pbh.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	
	padding: 0;
	padding-left: 15px;
}
.contentbox p {
	/* Texte de l'actu en avant */
	
	font-weight: normal;
	font-size: 11px;

	color: #666666;
	
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

/*
	Boite over et out spécifiques
*/

div.experience {
	position: relative;
	
	
	width: 215px;
	height: 57px;
	
	background-image: url(../images/boites/box_bottom-expe-ou.jpg);
	background-repeat: no-repeat;
}
div.experience:hover {
	background-image: url(../images/boites/box_bottom-expe-ov.jpg);
}

div.zoom {
	position: relative;
	
	
	width: 215px;
	height: 57px;
	
	background-image: url(../images/boites/box_bottom-zoom-ou.jpg);
	background-repeat: no-repeat;
}
div.zoom:hover {
	background-image: url(../images/boites/box_bottom-zoom-ov.jpg);
}

div.ueb {
	position: relative;
	
	
	width: 215px;
	height: 57px;
	
	background-image: url(../images/boites/box_bottom-ueb-ou.jpg);
	background-repeat: no-repeat;
}
div.ueb:hover {
	background-image: url(../images/boites/box_bottom-ueb-ov.jpg);
}


div.uebrss {
	position: relative;
	
	
	width: 215px;
	height: 49px;
	
	background-image: url(../images/boites/uebrss-ou.jpg);
	background-repeat: no-repeat;
}
div.uebrss:hover {
	background-image: url(../images/boites/uebrss-ov.jpg);
}

/*
	UEB Testes
*/

.contentuebrss {
	margin-left: 10px;
	margin-right: 10px;
	
	width: auto;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	color: #666666;
	font-weight: normal;
	
	text-align: center;
}
.contentuebrss h1 {
	font-size: 15px;
	color: #009999;
	font-weight: normal;
	
	text-align: center;
}
.contentuebrss h1 span {
	font-size: 17px;
	font-weight: bold;
}
