h1 {
	font-size: 300%;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height:30px;
/*	height:7px;*/
	}

h2 {
	font-size: 200%;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 200%;
	font-weight: normal;
	}

h4 {
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	}
	
h5 {
	font-size: 125%;
	font-weight: normal;
	}
h6 {
	font-size: 100%;
	font-weight: bold;
	color:#000099;
	}

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	overflow:scroll;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #006666;
}

.red {
	color:#F00;
/*	font-weight:bold;*/
	display:compact;
	background-color:#FF6;
}



a:link.red {
	text-decoration:none;
	color:#F00;
	}

	
a:link { 
	text-decoration:none;
	color:#0033FF ;
	}

a:visited {
	text-decoration:none;
}

a:hover {
	color:#FFFF00;
	background-color:#3333CC
	}

img {
	border:none;
}

img.logo {
	margin-right:10px;
    }
	
.one_column #container {
	width: 880px;  /* using 20px less than a full 900px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.one_column #header {
	background: #ffffff; 
	padding: 10px 0 0 0  ;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.one_column #mainContent {
	padding: 10px 0 0 0  ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	text-align:justify;
}

.one_column #mainContent2 {
	padding: 10px 0 0 0  ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left: 100px;
	margin-right: 100px;
    background: #ffffff;
	text-align:justify;
}

.one_column #mainContent1 {
	padding: 10px 0 0 0  ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left: 200px;
    background: #ffffff;
	text-align:justify;
}

.one_column #mainContent3 {
	padding: 10px 0 0 0  ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left: 200px;
	margin-right: 200px;
    background: #ffffff;
	text-align:justify;
}

.one_column #footer {
	text-align:center;
	padding: 0 ; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
}

.one_column #footer a:hover {
	color:#FFFF00;
	background-color:#3333CC
	}


.one_column p  {
/*	text-align:justify;  */
	margin-top:10px;
	margin-bottom:10px;
	}

/*
.one_column #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 
	padding: 10px 0; 
	padding on this element will create space, just as the the margin would have, without the margin collapse issue 
}
*/


/*******************************************************/


.pas_souligne a:hover  /*This makes the backgound of the tabs white instead of the default blue */
 {
	background-color: #ffffff; 
	}

ul.liste li {
	padding-left: 5px;
	padding-bottom: 4px;
	margin-left: 50px;
	list-style: disc;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #E8F1F1; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 1px 15px 1px;
	margin-top:15px;
	margin-right:10px;	
	text-align:left;	
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 1px 15px 1px;
	margin-top:15px;
	margin-right:10px;	
	text-align:left;	
}



#ipps_line {
	width:880px; 
	background-color:#ffffff; 
	border-bottom:4px solid #006666; 
	margin-bottom:5px; 
	margin-top:3px; 
	z-index:1000 }

#outer {
	width:680px;
	font: 11px Verdana, Geneva, sans-serif ;
	font-weight:bold;
}


.ligne {
	text-align:center;
	width: 300px;
	border-top-style:solid;
	border-top-width:thin;
	z-index:400;
	border-color:#006666;
}



.tabledesign {
	width: 600px;
	padding: 0;
	margin: 0;
	background-color:#ffffff;
	border: ridge #000000;
}

.tabledesign caption {
	padding: 0 0 5px 0;
	width: 600px;	 
	font: italic 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

.tabledesign td {
	border-bottom:thin #000 solid;
/*	border: thin #00CC00 solid;*/
	padding: 6px 3px 6px 3px;
	color: #4f6b72;
	vertical-align:top;
}

/*******************************************
TABLE DESIGN FOR COMING EVENTS
********************************************/

.design1 {
	width: 600px;
	padding: 0;
	margin: 0;
	background-color: #FFC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006666;
	border-right-color: #006666;
	border-bottom-color: #006666;
	border-left-color: #006666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: left;	
}


.design1 td {
/*	border: thin #00CC00 solid;*/
	padding: 6px 3px 6px 3px;
/*	color: #4f6b72;
	vertical-align:top;
	color: #006666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
*/
}

.design1 td.year1 {
	font-size: 14px;
	background-color: #FF9;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #003333;
}

.design1 td.date1 {
	background-color: #FF9;
}


.design2 {
	width: 680px;
	padding: 0;
	margin: 0;
	background-color:#ffffff;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006666;
	border-right-color: #006666;
	border-bottom-color: #006666;
	border-left-color: #006666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006666;
	text-align: left;	
	font-size: 14px;		
}

.design2 caption {
	padding: 0 0 5px 0;
	width: 600px;	 
	font: italic 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

.design2 td {
/*	border: thin #00CC00 solid;*/
	padding: 6px 3px 6px 3px;
/*	color: #4f6b72;*/
	vertical-align:top;
	color: #006666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;

}

.design2 td.date1 {
	background-color: #E8F1F1;
}

.design2 td.alt {
	background-color: #ffffff;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #006666;
}

.design2 td.year1 {
	background-color: #E8F1F1;
	border: medium solid #006666;
/*	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #006666;  */
	font-size: 14px;			
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.design2 td.year4 {
	background-color: #E8F1F1;
	border:thin solid #006666;
	font-size: 11px;			
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:100;
}

.design2 tr.year3 {
	background-color: #E8F1F1;
	border:thin solid #006666;
/*	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #006666;  */
	font-size: 11px;			
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.design2 td.year2 {
	background-color: #90B9FF;
	color:#000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #006666;
	
}

.design2 td.date2 {
	background-color: #90B9FF;
	color:#000;
}

/***************************************/
.design3 {
	padding: 0;
	margin: 0;
	background-color:#ffffff;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006666;
	border-right-color: #006666;
	border-bottom-color: #006666;
	border-left-color: #006666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #006666;
}


.design3 td {
/*	border: thin #00CC00 solid;*/
	padding: 6px 3px 6px 3px;
/*	color: #4f6b72;*/
	vertical-align:top;
	color: #006666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border:thin solid #006666;
}


