@charset "utf-8";
/* CSS Document */
div#conteneur {
	background: url(img/fond-contact.jpg);
}
#cote {
	position:absolute;
	top: 50%;
	width: 100%;
	height:500px;
	margin-top: -250px; /* moitié de la hauteur */
	background-image: url(img/bar_contact.jpg);
	background-repeat: repeat-x;
	z-index:1;
}
div#contenu {
	height: 388px;
	overflow:auto;
	padding: 0 25px 0 100px;
	background: url(img/contacts-txt.png) no-repeat 10px 50px;
}
div#contenu h2 {
	padding-left: 48px;
	line-height: 37px;
	font-size: 1.4em;
	background: url(img/contacts.png) no-repeat left bottom;
	color: #fddb04;
	border-bottom: 1px solid #fddb04;
}
div#contenu h3 {
	margin-left: 15px;
	padding-left: 5px;
	border-bottom: 1px solid #fddb04;
	border-left: 3px solid #fddb04;
	color: #fddb04;
}
div#contenu h4 {
	font-size:120%;
	font-weight:bold;
	padding-left: 10px;
	font-variant: small-caps;
}
div#contenu p {
	text-align: justify;
	text-indent: 2em;
	line-height: 1.6em;
}
div#contenu a {
	color: #99FF99;
}
div#contenu a:hover {
	color: #fddb04;
}
.cadre {
	width: 90%;
	height:160px;
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
	text-align:justify;
	background: transparent url(../img/cadre.png);
	border: 1px solid #bfbfbf;
}
.cadreB {
	border: 1px solid #bfbfbf;
	margin: 1em;
	padding: 1em;
	background: transparent url(../img/cadre.png);
	width: 70%;
	-moz-border-radius:5px;
	border-radius:5px;
	float: left;
}
.mini {
	font-weight:bold;
	margin-right: 10px;
	float:right;
}
.img {
	float: left;
	margin-left: 10px;
}
.img2 {
	float: right;
	margin-left: 10px;
}
.red {
	font-size:120%;
	font-weight:bold;
	padding-left: 40px;
	font-variant: small-caps;
	color:#FF0000;
}
