/*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: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color:#666666;
}
h1 {
	font-size: medium;
	color: #999999;
}

img { border:none;}

h2 {
	font-size: medium;
	color: #B0B0B0;
}
.thrColElsHdr #container {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	border-left: 1px dotted #464646;
	border-right: 1px dotted #464646;
	border-color: #464646;
}
/* ------------ HEADER   ------------------*/
.thrColElsHdr #header {
	padding: 5px 0px 5px 5px;
}
.thrColElsHdr #header h2 {

}

.thrColElsHdr #header  a {
	text-decoration: none;
	color: #FFFFFF;
}
/*  navigation du haut------------------------------------------ */
.thrColElsHdr #nav {
	padding: 5px 0px 5px 5px;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	margin: 0px;
	border-top: 1px dotted #464646;
	border-bottom: 1px dotted #464646;
}
.thrColElsHdr #nav  a {
	font-weight: bold;
	text-decoration: none;
	width: 120px;
}
/* -------------------- SIDE BAR ------------------------------  */
.thrColElsHdr #sidebar2 {
	width: 255px;
	float:right;
	padding: 2px 0px 5px 5px;
	border-left: 1px dotted #464646;
	border-bottom: 1px dotted #464646;
	margin: 0px;
	clear:right;
	color: #999999;
}
.thrColElsHdr #sidebar2 p {
	text-align: left;
	padding: 2px 25px 0px 15px;
	line-height: 140%;
}

.thrColElsHdr #sidebar2 img {
	text-align: center;
}

.thrColElsHdr #sidebar2 ul { 
   padding: 0px 25px 0px 15px;
   	list-style-type: none
}
/*  ----------------------- MAIN CONTENT ----------------------------- */
.thrColElsHdr #mainContent {
	width: 680px;
	margin: 0px;
	padding: 5px 5px 5px 5px;
}

.mainContentBox {
	padding: 0px 5px 0px 0px;
	width: auto;
	margin: 0px;
	clear: left;
	height: auto;
}
.caption {
	font-size: x-small;
	color: #999999;
	padding: 0px 0px 5px 5px;
}

.thrColElsHdr #mainContent p {
	text-align: justify;
	padding: 2px 0px 0px 15px;
	line-height: 140%;
	margin: 0px;
	color: #666666;
}
.thrColElsHdr #header  a {
	color: #888888;
}

.thrColElsHdr #mainContent h2 {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;	
}

.thrColElsHdr #mainContent img {
	padding: 5px 15px 15px 5px;
	float:left;
	
}

.thrColElsHdr #mainContent object {
	padding: 0px 10px 0px 20px;
	text-align: center;
}
/*  main ciontent for big images                          ----    */

.thrColElsHdr #footer {
	text-align:center;
	padding: 5px 0px 5px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	border-top:  1px dotted #464646;
	border-bottom:  1px dotted #464646;
}
.thrColElsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	text-align: center;
}
.clearfloat {
	clear:left;
	height:30px;
	line-height: 20px;
}
.clearTableauprojet {
	clear:left;
}
.floatLeft {
	float:left;
	width: 120px;
}

.align_center {
text-align:center;
}

.clearPLusline {
	clear:left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted #6699FF;
	border-bottom-style: dotted #6699FF;}


a:link {
	text-decoration: underline;
	color: #99C2F0;
	border-bottom: 1px;
}
a:visited {
	text-decoration: underline;
	color: #99C2F0;
}
a:hover {
	text-decoration: none;
	color: #FF99CC;
}
a:active {
	text-decoration: none;
	color:#FF99FF;
}
