@charset "iso-8859-1";
/* CSS Document */

*  {
	margin: 0px;
	padding: 0px;	
}
body  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}



#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	
}


#header {
	height: 100px;
}
#header h1 {
	background-image: url(/pix/Temps-Forts_logo.png);
	background-repeat: no-repeat;
	height: 63px;
	width: 259px;
	float: right;
	margin-top: 30px;
}
#header h1 span {
	display: none;	
}
#header h2 {
	
}
#header h2 span {
	display: none;	
}

#sheet {
	/*filter: Alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;*/
	height: 500px;
	border: 1px solid #eeeeee;
	background-image: url(/pix/bgd-sheet-01.png);
	background-repeat: repeat;
	box-shadow: 0px 2px 5px #999;
	-webkit-box-shadow: 0px 2px 5px #999;
	-moz-box-shadow: 0px 2px 5px #999;
	padding-bottom: 10px;
}


#menu ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 40px;
}
#menu ul li {
	list-style-type: none;
	float: left;
}
#menu ul li a {
	color: #999;
	font-size: 16px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#menu ul li a:hover {
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
#menu ul li span {
	color: #999;
	font-size: 16px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}


#content {
	height: 450px;
	overflow: auto;
	padding-bottom: 0px;	
}
#content .ZoneTexte {
	padding: 30px;
	width: 460px;
}
#content .ZoneImages {
	width: 310px;
	padding: 20px;
	position: fixed;
}
#content .ZoneImages img {
	border: 4px solid #fff;	
	box-shadow: 0px 1px 2px #666;
	-webkit-box-shadow: 0px 1px 2px #666;
	-moz-box-shadow: 0px 1px 2px #666;
	
}
#content .ZoneTexte h3 {
	font-size: 24px;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 0px;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content .ZoneTexte h4 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
	margin: 0px;
	
}
#content .ZoneTexte h5 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	letter-spacing: 1px;
	color: #666;
	font-style: italic;
}
#content .ZoneTexte h6 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	letter-spacing: 1px;
	color: #666;
}
#content .ZoneTexte p, ul {
	font-size: 14px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666;
}
#content .ZoneTexte li {
	
}
#content .ZoneTexte a {
	color: #AE007A;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
#content .ZoneTexte a:hover {
	color: #AE007A;
	text-decoration: underline;
}
#content .ZoneTexte a:active {
	color: #AA0040;
	text-align: center;
}

#footer {
	
}

.right {
	float: right;
}
.left {
	float: left;
}
.clearfloat {
	clear: both;
}
.topSpaceH3 {
	height: 80px;
}
.En2Col {
	width: 48%;
}
.cadrenoir {
	border: 1px solid #666;
	text-align: center;
}
.newsletter {
	border: 1px solid #999;
	width: 340px;
	margin: auto;
	font-size: 14px;
	color: #333;
}
.newsletter td {
	padding: 6px;
}
.newsletter tr {
	
}
.fieldtxt {
	letter-spacing: 1px;
	padding: 2px;
	border: 1px solid #666;
	width: 200px;
}
