@import url(base.css);

#head {
	background-image: url(header2.gif);
}

#contenu {
	margin: 0;
	padding: 10px 0 120px 0;
	clear: both;
}

#links {
	margin: 0 105px 30px 85px;
	width: 550px;
	position: relative;
	padding-top: 20px;
}

h2#titret {
	font-size: 1.4em;
	color: #EFBF3A;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 30px;
}

.tem {
	padding-bottom: 20px;
	border-bottom: 1px solid #B9CCDB;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.tem img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.texte {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	font-size: 0.8em;
	letter-spacing: 1px;
	text-align: justify;
}

.texte em {
	font-weight: bold;
	font-style: normal;
}

.sstitre {
	font-size: 0.9em;
	background: transparent url(fond_sstitre.gif) repeat-y top left;
	color: #1D4B68;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
}

h4 {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	color: #1D4B68;
	margin: 0;
	padding: 0;
}

#contenu ul {
	margin: 0;
	padding: 0;
	margin-left: 15px;
	list-style: circle;
	font-size: 0.8em;
	list-style-position: outside;
}

#contenu ul a {
	font-weight: bold;
	text-decoration: underline;
}

#contenu ul a:hover {
	text-decoration: none;
}

#contenu ul em {
	font-weight: normal;
	text-decoration: underline;
}