/*margin: [margin-top] [margin-right] [margin-bottom] [margin-left]  */

@charset "utf-8";
body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	height: auto;
}
h1 {
	font-size: 28px;
	color: #999999;
	font-weight: normal;
	font-style: normal;
	line-height: 0px;
	padding: 24px 0px 0px 0px;
}
h2 {
	font-size: 18px;
	color: #666;
	font-weight: strong;
	line-height: 16px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
img {
	border: none;
}
.thrColElsHdr #container {
	width: 1024px;
	padding: 0px;
	border-color: #464646;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	background-color: #FFFFFF;
}
/* ------------ HEADER   ------------------*/
.thrColElsHdr #header {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 0px;
	font-size: 24px;
	color: #666666;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.thrColElsHdr #header a {
	text-decoration: none;
	color: #FFFFFF;
}
/*  navigation du haut------------------------------------------ */
.thrColElsHdr #nav {
	text-decoration: none;
	margin: 0px;
	border-top: 1px dotted #464646;
	border-bottom: 1px dotted #464646;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 20px;
}
.thrColElsHdr #nav a, #nav a:visited {
	text-decoration: none;
	width: 100px;
	color: #666666
}
.thrColElsHdr #nav a:hover, #nav a:active {
	text-decoration: underline;
	color: #000000;
}
/*  ----------------------- MAIN CONTENT ----------------------------- */

.thrColElsHdr #header a {
	color: #000;
}
.floatLeft {
	float: left;
	width: 142px;
}
a:link {
	text-decoration: underline;
	color: #666;
	border-bottom: 1px;
}
a:visited {
	text-decoration: underline;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #000066;
}
a:active {
	text-decoration: none;
	color: #003399;
}
.imageSlides {
	color: #CCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}
.imageSlides a {
	color: #000000;
}
imagesSlides img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* ----------------- pour page  INDEX thumbnail d<image  projet ----- */

.indexProjet {
	color: #666;
	float: left;
	padding: 10px;
	background-color: #FFFFFF;
	display: block;
	width: 320px;
	min-height: 320px;
}
/*--------------------- captio porjet image  */
.imagesToutes {
	color: #666;
	float: left;
	padding: 3px;
	background-color: #FFFFFF;
	display: block;
	width: 250px;
	height: 250px;
	alignment-adjust: middle;
	margin: auto;
}
.clearfloat {
	clear: left;
	height: 30px;
	line-height: 20px;
}
/* -------------------  pour image nav dans les page grandes images ---*/

.mainContentBox {
	padding-left: 100px;
	width: auto;
	margin: 0px;
	clear: left;
	height: auto;
	text-align: justify;
}
