body {
	background-color: #210601;
	color: #aea495;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-attachment: fixed;
	background-image: url(images/SiteBg.jpg);
	text-shadow:#000 1px 1px 1px;
	margin-top:1em;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#SiteContainer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#LeftPane {
	float: left;
	width: 300px;
	padding-top: 20px;
}
#RightPane {
	margin-left: 300px;
	text-align: left;
	padding-right: 100px;
	padding-left: 50px;
}
#Header {
	height: 125px;
	padding-top: 75px;
	padding-left: 75px;
}
#RightPane h1 {
	color: #EC781C;
	font-size: 1.5em;
	font-weight: bold;
	text-align: right;
	letter-spacing: 0.2em;
	background-image: url(images/BgH1_02.png);
	background-repeat: repeat-x;
	padding: 0px;
	background-position: bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.ImgFloatLeft {
	float: left;
	margin-right: 10px;
	clear: none;
	margin-bottom: 30px;
}
.ImgFloatRight {
	float: right;
	margin-left: 20px;
}
#RightPane h2 {
	font-size: 18px;
	color: #EED889;
	font-family: MuseoLight, Georgia, serif;
	;
	font-weight: lighter;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#RightPane ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#RightPane li {
}
#ContentBottom {
	background-image: url(images/BgContentBottom.png);
	height: 120px;
}
#Footer {
	height: 60px;
	background-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	filter: Alpha(Opacity=85, FinishOpacity=50, Style=1, StartX=1, StartY=1, FinishX=1, FinishY=1);
	color: #333333;
	padding-top: 40px;
	padding-left: 35px;
}
#MainContent {
	padding-bottom: 50px;
	background-image: url(images/SiteContainerBg.png);
	min-height: 800px;
}
#FooterLinks {
	padding: 5px;
	color: #DB5C1A;
}
#Credits {
	color: #000000;
	text-align: center;
}
#FooterLinks a {
	color: #aea495;
	text-decoration: none;
}
#FooterLinks a:hover {
	color: #999;
	text-decoration: underline;
}
a {
	color: #EC7814;
	text-decoration: none;
}
/* Tool tip */
a.info {
	position:relative; /*this is the key*/
	z-index:24;
	color:#934607;
	text-decoration:none;
	display: block;
}
a.info:hover {
	z-index:25;
	color: #EC7814;
}
a.info span {
	display: none
}
a.info:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:2em;
	left:2em;
	width:400px;
	border:1px solid #333333;
	color:#aea495;
	padding: 20px;
	background-color: #333333;
	font-size: 0.9em;
	background-image: url(images/SiteToolTipBg.png);
	background-repeat: repeat-x;
	background-position: top;
}
a.info:hover span img {
	display:block;
	float: left;
	margin-right: 10px;
	border: 1px solid #EC7814;
}
.SiteThumbs img {
	font-size: 0.7em;
}
.SiteThumbs {
	text-align: left;
}
.Signature {
	font-size: 0.8em;
	font-style: italic;
	text-align: right;
	display: block;
}
input, textarea {
	background-color: #000;
	color: #666;
	border: 1px solid #000;
}
label #submit {
	background-color: #93460D;
	color: #F5CB6F;
}
.Box {
	width: 220px;
	padding: 10px;
	margin-bottom: 20px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(/images/SiteThumbsBg.png);
	border: 1px solid #000;
	height: 220px;
}
textarea {
	width: 100%;
}
/* Clases pour images changeantes du menu */
.imgMenu01 {
	background-image: url(/images/menu/Normedia_about.png);
}
.imgMenu02 {
	background-image: url(/images/menu/Normedia_customers.png);
}
.imgMenu03 {
	background-image: url(/images/menu/Normedia_services.png);
}
.imgMenu04 {
	background-image: url(/images/menu/Normedia_advantages.png);
}
.imgMenu05 {
	background-image: url(/images/menu/Normedia_contact.png);
}
.imgMenu06 {
	background-image: url(/images/menu/Normedia_connexion.png);
}
.imgMenu01, .imgMenu02, .imgMenu03, .imgMenu04, .imgMenu05, .imgMenu06 {
	display: block;
	width:280px;
	height:40px;
	background-repeat: no-repeat;
	overflow:hidden;
}
a.imgMenu01, a.imgMenu02, a.imgMenu03, a.imgMenu04, a.imgMenu05, a.imgMenu06 {
	background-position: 0px 0px;
}
a.imgMenu01:hover, a.imgMenu02:hover, a.imgMenu03:hover, a.imgMenu04:hover, a.imgMenu05:hover, a.imgMenu06:hover {
	background-position: 0px -40px;
}
#RightPane .Box ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#RightPane .Box ul li {
	list-style-type: square;
}
.ThumbsContainer {
	float: left;
	width: 160px;
	text-align: center;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 30px;
	margin-left: 8px;
	height: 160px;
}
.SiteThumbs a {
	display: block;
	padding: 5px;
}
.SiteThumbs a:hover {
	background-color: #000;
	color: #FFF;
}
.ThumbsText {
	display: block;
	margin-top: -10px;
	font-size: .8em;
}
#RightPane ol {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#RightPane ol ul li {
	list-style-type: lower-alpha;
	color: #A6A195;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: -20px;
}
#RightPane ol li {
	color: #F0DD9E;
}
#RightPane ul li {
	list-style-type: square;
	margin-bottom: 10px;
}
/* Text shadow */
#wrap {
	width:600px;
	position:relative;
	margin:30px auto;
	background:#fff;
}
h1 {
	padding-top:30px;
	padding-left:40px;
	font-size:40px;
	line-height:1em;
	font-weight:normal;
	font-variant:small-caps;
	color:#7d8;
	text-shadow:#000 2px 2px 2px;
}
/*p {
	text-shadow:#000 1px 1px 1px;
	margin-top:1em;
}*/

