/** Written by Fahd Arshad. fahdarshad.com **/


body {
	font-size: 80%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #eee;
}

#outerWrapperDiv {
	/*background-color: #eec;*/
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#bannerHeaderDiv {
}


#menuParentDiv {
	position: relative;
}

#horizNavDiv {
	background-color:#FC0;
}

#contentMainDiv {
	position: absolute;
	top: 2.2em;
	background:#FFF;
}


#contentHeader {
	background-color: #FFF;
	border-bottom: solid 1px #DDD;
	padding-top: 5px;
	padding-right: 2px;
	font: 200% bold "Times New Roman", Times, serif;
	text-align: right;

}

#contentHeader h1 {
}

#leftNavDiv {
	float: left;
	width: 150px;
	background: #33CCFF;
}

#leftNavDiv a {
	text-decoration: none;
}

#contentAreaDiv {
	float: right;
	width: 580px;
	padding: 0px 3px 0px 10px; 
}

#footerDiv {
	border-top: solid 1px #DDD;
	width: 750px;
	font-size: 75%;
	text-align: right;
	font-weight: lighter;
	color: #666; 
	clear: both;
	margin-left: auto;
	margin-right: auto;
}


/* CSS issu des tutoriels www.alsacreations.com/articles */

#horizNavMenuDiv dl, #horizNavMenuDiv dt, #horizNavMenuDiv dd, #horizNavMenuDiv ul, #horizNavMenuDiv li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index:100;
}

#horizNavMenuDiv {
	position: relative;
	/*top: 2px;
	left: 0;*/
	z-index:100;
	width: 100%;
}

#horizNavMenuDiv dl {
	float: left;
	width: 8em;
	margin: 0 1px;
	background-color:#EEE;
}

#horizNavMenuDiv dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #FC0;
	border: 1px solid gray;
	height: 1.5em;
	padding-top: .5em;
}

#horizNavMenuDiv dd {
	border: 1px solid gray;
}
#horizNavMenuDiv li {
	text-align: center;
	background: #fff;
	font-size: 90%;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	z-index: 100;
}
#horizNavMenuDiv li a, #horizNavMenuDiv dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
/*#horizNavMenuDiv li a:hover, #horizNavMenuDiv dt a:hover {*/	
#horizNavMenuDiv li a:hover {
	background: #EEE;
}

#site {
	position: absolute;
	z-index: 1;
	top : 70px;
	left : 10px;
	color: #000;
	background-color: #ddd;
	padding: 5px;
	border: 1px solid gray; 
}
/*
a {
	text-decoration: none;
	color: black;
	color: #222;
}*/

/************ sectionLinks styles **************/

.sectionLinks {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 150px;
}

/*a.sectionLinks:link, a.sectionLinks:visited {*/
.sectionLinks a, .sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #FFF;
	background-color:#FFEA93;
	padding: 3px 0px 3px 10px;
	color: black;
	padding-left: 1.5em;
	font-size: 95%;
	text-decoration: none;
}

.sectionLinks a:hover {
	border-top: 1px solid #cccccc;
	background-color: #FC0;
	background-image: none;
	/*font-weight: bold;*/
	text-decoration: none;
}

#sectionLinksTopItem {
	font-size: 100%;
	font-weight: bold;
	padding-left: .5em;
	background-color: #FC0;
	cursor: default;
}

.googleSearch input {
	font-size: .6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.googleSearch input {
	font-size: 60%;
}

/*.thumbnail {
	padding: 5px 0 0 5px;
}*/

#picsLeftCol {
	width: 380px;
	float: left;
}

#picsRightCol {
	width: 160px;
	float: right;
	text-align: right;	
}

#picsRightCol img {
	margin-top: 2em;
}
