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;
	color:#000099;
	}

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;
	
}

a:link { 
	text-decoration:none;
	color:#0033FF ;
	}

a:visited {
	text-decoration:none;
}

a:hover {
	color:#FFFF00;
	background-color:#3333CC
	}

img {
	border:none;
}

.une_colonne-1 #container {
	width: 780px;  /* 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: 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. */
}
.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 #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;
}

.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; */
}

.une_colonne-1 #mainContent1 {
	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: 215px;
	margin-right: 200px;
	}

.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: 220px;
	margin-right: 10px;
}

.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 #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 
}
*/


/*******************************************************/

.une_colonne-2 #container {
	width: 1024px;  /* 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-2 #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. */
}
.une_colonne-2 #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-2 #mainContent {
	padding: 0;
	text-align:justify;
	background-color: #ffffff;
}


.une_colonne-2 #mainContent1 {
	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: 220px;
	margin-right: 0px;
}


.une_colonne-2 #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-2 #footer a:hover {
	color:#FFFF00;
	background-color:#3333CC
	}

.une_colonne-2 p  {
/*	text-align:justify;  */
	margin-top:10px;
	margin-bottom:10px;
	}


.une_colonne-2 #sidebar5 {
	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: 15px 0px 15px 9px;
	text-align:left;	
}


.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;	
	}

.listes {
	font-size: 12px;
	color: #000000;
	}

ul.liste li {
	padding-left: 5px;
	padding-bottom: 4px;
	margin-left: 20px;
	list-style:  disc;
}

ul.listeemploi li {
	padding-left: 5px;
	padding-bottom: 4px;
	margin-left: 98px;
	list-style:  disc;
}

ul.liste a:visited {
    color: #0033FF;
}

ul.liste a:hover  {
	color:#FFFF00;
	background-color:#3333CC
	}

ul.liste2 li {
	padding-left: 5px;
	margin-left: 5px;
	list-style:  disc;
	padding-bottom:3px;
}

ul.liste2 a:visited {
    color: #0033FF;
}

ul.liste2 a:hover  {
	color:#FFFF00;
	background-color:#3333CC
	}

ul.liste1 li {
	padding-left: 5px;
	margin-left: 20px;
	list-style-image:  url(../images/pyramide.gif);
}

ul.liste1 a:visited {
    color: #0033FF;
}

ul.liste1 a:hover  {
	color:#FFFF00;
	background-color:#3333CC
	}


.gras {
	font-size: 12px;
	color: #03572E;
	font-weight: bold;
	}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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: 15px 10px 15px 10px;
	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;	
}

#sidebar5 {
	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 9px;
	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;
}

#sidebar71 {
	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: #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;	
}


#sidebar81 {
	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: 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;
}



#ligne_jaune {width:776px; background-color:#ffffff; border-bottom:4px solid #ffcc00; margin-bottom:0px; margin-top:0px; }

#outer {
	width:776px;
	font: 11px Verdana, Geneva, sans-serif ;
	font-weight:bold;
}

#prodserv {
	font: 11px Verdana, Geneva, sans-serif ;
	font-weight:bold;
}
	
#prodserv1 {
	font: 11px Verdana, Geneva, sans-serif ;
	font-weight: 100;
}
	

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}


.Left_headers {
	color: #00F;
}


ul.liste8 li {
	padding-left: 5px;
	margin-left: 35px;
	margin-top: 2px;
	list-style: decimal;
}

ul.liste9 li {
	padding-left: 5px;
	margin-left: 20px;
	padding-bottom: 4px;
/*	list-style: none; */
	padding-bottom:3px;
}

ul.liste10 li {
	padding-left: 5px;
	margin-left: 40px;
	padding-bottom: 4px;
	list-style: disc;
	padding-bottom:3px;
}

ul.liste12 li {
	padding-left: 5px;
	padding-bottom: 4px;
	margin-left: 40px;
	list-style:decimal;
}

ul.liste12 a:visited {
    color: #0033FF;
}

ul.liste12 a:hover  {
	color:#FFFF00;
	background-color:#3333CC
	}
	

ul.liste13 li {
	padding-left: 5px;
	padding-bottom: 4px;
	margin-left: 25px;
	list-style:lower-alpha;
}

ul.liste13 a:visited {
    color: #0033FF;
}

ul.liste13 a:hover  {
	color:#FFFF00;
	background-color:#3333CC
	}	

ul.liste14 li {
	padding-left: 5px;
	padding-bottom: 4px;
	margin-left: 20px;
	list-style:disc;
}

ul.liste14 a:visited {
    color: #0033FF;
}

ul.liste14 a:hover  {
	color:#FFFF00;
	background-color:#3333CC
	}	

ul.liste15 li {
	padding-left: 5px;
	padding-bottom: 4px;
	margin-left: 40px;
	list-style: lower-roman;
}

ul.liste15 a:visited {
    color: #0033FF;
}

ul.liste15 a:hover  {
	color:#FFFF00;
	background-color:#3333CC
	}

.une_colonne-2a #container {
	width: 1275px;  /* 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. */
}

.left_image {
	float: left;
	margin-right: 20px;
	margin-bottom: 6px;
	margin-top: 6px;
}

.right_image {
	float: right;
	margin-left: 20px;
	margin-bottom: 6px;
	margin-top: 6px;
}

/*
.imageentexte {
	margin-left: 20px;
	margin-bottom: 6px;
	margin-top: 6px;
	float:right;
}
	*/
.rouge {
	color:#C00;
}

.annonce {
	color:#900;
	font-weight:bolder;
	font-size:12px;
}
.annonce a {
	text-decoration:none;
	color:#900 ;
	}
	
	


.lstemplois {
	padding-left:85px;
	text-indent:-85px;
}
