h1 {
	font-size: 300%;
	font-weight: normal;
	}
h2 {
	font-size: 250%;
	font-weight: normal;
	}
h3 {
	font-size: 200%;
	font-weight: normal;
	}
h4 {
	font-size: 150%;
	font-weight: normal;
	}
h5 {
	font-size: 125%;
	font-weight: normal;
	}
h6 {
	font-size: 100%;
	font-weight: bold;
	margin-top:10px;
	margin-bottom:5px;

	}

body  {
	font: 11px 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: #000000;
	
}

p.red {
	font: 11px;
	font-weight: bold;
	color:#F00;
	}

.nonmontre {
	display:none;
}

.rouge {
	font: 11px;
	font-weight: bold;
	color:#F00;
	}
	
a:link { 
	text-decoration:none;
	color:#0033FF ;
	}

a:visited {
	text-decoration:none;
}

a:hover {
	color:#FFFF00;
	background-color:#3333CC
	}


#ligne_ewrs_et {width:680px; background-color:#ffffff; border-bottom:4px solid #7171D5; margin-bottom:0px; margin-top:0px; }

.une_colonne-1 #mainContent {
	padding: 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;
	margin-left: 180px;	
}

.une_colonne-1 #mainContent1 {
	padding: 5px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	text-align:justify;
	margin-left: 180px;	
	margin-right: 125px;
	}

.une_colonne-1 #mainContent2 {
	padding: 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;
	margin-left: 200px;
	margin-right: 0px;
}

.une_colonne-1 #mainContent3 {
	padding: 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;
	margin-left: 150px;
	margin-right: 150px;
}

.une_colonne-1 #mainContent4 {
/*	padding: 0 ;  remember that padding is the space inside the div box and margin is the space outside the div box 
	background: #ffffff;
	text-align:left; */
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* 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: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 3px;
	margin-top:10px;
/*	text-align:left; */
}




img {
	border:none;
}

.une_colonne-1 #container {
	width: 760px;  /* using 20px less than a full 800px 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. */
}

.une_colonne-1 #header {
	background: #ffffff; 
	padding: 20px 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. */
}
.une_colonne-1 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.une_colonne-1 #footer {
	text-align:center;
	padding: 0 ; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
}

.une_colonne-1 #footer a:hover {
	color:#FFFF00;
	background-color:#3333CC
	}


.une_colonne-1 p  {
/*	text-align:justify;  */
	margin-top:10px;
	margin-bottom:10px;
	}

/*
.une_colonne-1 #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; 
	}


.personnel {
	text-align:left;
	color: #000099;
	font-weight: bold;
	font-size: 12px;
	}
	
.sections {
	font-size: 12px;
	color: #03572E;
	font-weight: bold;
	text-decoration:underline;	
	}

ul.liste li {
	padding-left: 5px;
	padding-bottom: 4px;
	margin-left: 20px;
	list-style:  disc;
	text-align:left;
}

ul.listenum li {
	padding-left: 5px;
	padding-bottom: 4px;
	margin-left: 20px;
	list-style: decimal;
	text-align:left;
}


ul.liste a:visited {
    color: #0033FF;
}

ul.liste a:hover  {
	color:#FFFF00;
	background-color:#3333CC
	}


ul.liste1 li {
	padding-left: 5px;
	padding-bottom: 4px;
	padding-top: 6px;
	margin-left: 20px;
	list-style:  disc;
	text-align:left;
}



.gras {
	font-size: 12px;
	color: #03572E;
	font-weight: bold;
	}


.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;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 125px; /* 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: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 0px;
	text-align:left;	
}


#sidebar5 {
	float: right; /* since this element is floated, a width must be given */
	width: 120px; /* 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: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 0px 5px 5px;
	text-align:left;	
}


#sidebar3 {
	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: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px;
	text-align:left;	
}

#sidebar4 {
	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: #FF9; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 15px 10px;
	margin-top:30px;
	text-align:left;	
}

#sidebar6 {
	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: #FF9; /* 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:30px;
	margin-right:10px;	
	text-align:left;	
}


#sidebar7 {
	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: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 3px;
	margin-top:10px;
	text-align:left;	
}

#sidebar10 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* 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: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 3px;
	margin-top:10px;
	text-align:left;	
}


#sidebar2 {
	float: right; /* 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: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 20px;
	text-align:left;	
}


#sidebar8 {
	float: right; /* 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: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px;
	text-align:left;	
	margin-top:10px;
}

#sidebar11 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* 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: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px;
	text-align:left;	
	margin-top:10px;
}


dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

<!--
.Left_headers {
	color: #00F;
}

