@charset "UTF-8";
/* CSS Document */


div#mediacms {
	display:block;
	height: 130px;
	width: 175px;
	padding: 5px;
	border: 1px solid #003366;
	text-align:center;
	margin-bottom: 20px;
	background-color:#f1f1f1;
}

.photo{
	display: block;
	background: #fff;
	border: 1px solid #CCCCCC;
	padding: 0.7em;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.fichierscms{
	display: block;
	background: #fff;
	border: 0px solid #CCCCCC;
	clear: both;
	float: right;
	overflow: auto;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.fichierscms_ligne{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.tab_intranet {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #F8F8F8;
}
