@charset "utf-8";
/* CSS Document UREV by Designis.ch - admin */

h3 {
	font-size: 110%;
	margin-bottom: 5px;
	font-weight: bold;
	color: #C90;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #C90;
}
hr {
	clear: both;
	color: #E8E8E8;
	background-color: #E8E8E8;
	height: 2px;
	border: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}
.important {
	background-color: #F4F3F3;
	border: 1px solid #CCC;
	padding: 10px;
}

.photo_gauche{ /* gauche */
	float: left;
	border: 5px solid #e3e1e1;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.photo_droite{ /* droite */
	float: right;
	border: 5px solid #e3e1e1;
	margin: 5px 5px 5px 10px;
}

/*icone en images*/
a.externe {
	background-image: url(../images/icone/fl_externe.gif);
	background-repeat: no-repeat;
	background-position: left -2px;
	padding-left: 12px;
}
a.interne{
	background-image: url(../images/icone/fl_interne.gif);
	background-repeat: no-repeat;
	background-position: left -2px;
	padding-left: 12px;
}
a.pdf {
	background-image: url(../images/icone/ico_pdf.gif);
	background-repeat: no-repeat;
	padding-left: 19px;
}
