body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
	
	background-color: #cccc99;
	/*font-family: Verdana, Tahoma, sans-serif;*/
	font-size: 12px;
	color: #FFFFFF;

}
.twoColFixLtHdr #container { 
	width: 800px;  /* 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: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	background-color: #DCDFEF;
	background-image: url('../img/fond.gif');
	background-repeat: repeat-y;

	border: 1px solid #000050;
	border-bottom: 0px solid #000050;
} 
.twoColFixLtHdr #header { 
	background: #000050; 
	padding: 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. */
	text-align:center;
	margin-bottom:15px;
} 
.twoColFixLtHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 208px; /* 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 */
	padding: 0px 0px 0px 10px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent h1 {
	display:inline; 
}
.twoColFixLtHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
	text-align:center;
	color: #000050;
	padding-bottom:10px;
} 
.twoColFixLtHdr #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 */
}
.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;
}
a, a:link, a:visited {
	color: #17154C;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}

a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #9E9E6F;
	text-decoration: none;
}
.lienscontact A, .lienscontact A:link, .lienscontact A:visited {
	font-size: 14px;
	color: #CCCC99;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

.lienscontact A:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.lienscontact A:hover {
	color:#FFFFFF;
}
.menu A, .menu A:link, .menu A:visited {
	font-size: 12px;
	color: #999965;
	font-weight: bold;
	text-decoration: none;
	font-style: normal
}

.menu A:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.menu A:hover {
	color:#FFFFFF;
}

#menubas {
	padding:0;
	margin:0;
}
.lien-investigation, .lien-investigation:link, .lien-investigation:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
}

.lien-investigation:active, .lien-investigation:hover {
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
}

#pied {
	font-size:10px;
	text-align:center;
	padding:0;
	margin:0;
}

IMG {
	border:0;
}

#logo{
	position:relative;
	background-image:url('../img/logo.gif');
	background-repeat:no-repeat;
	top:-150px;
	left:50px;
	width:274px;
	height:304px;

}
#enquete{
	position:relative;
	left: 120px;
	width:250px;
	top: 5px;
	z-index:10;
}
#enquete-liens{
	position:relative;
	left: 280px;
	top: -40px;
	z-index:10;
	width:300px
}
#qualiting{
	position:relative;
	width:250px;
	left: 330px;
	top: -270px;
	z-index:10;
}
#qualiting-liens{
	position:relative;
	left: 340px;
	top: -270px;
	z-index:10;
	width:300px
}
#intelligence{
	position:relative;
	left: 0px;
	width:250px;
	top: -350px;
	z-index:10;
}
#intelligence-liens{
	position:relative;
	left: 0px;
	top: -350px;
	z-index:10;
	width:300px
}

#diaporama{
	border-left:1px;
	border-right:1px;
}
.reference{
	text-align:left;
}

#txt{
	position:relative;
	top: -350px;
}

.h2-home{
	text-indent:0;
	font-size:20px;
}
.h2-home A, .h2-home A:link, .h2-home A:visited, .h2-home A:active, #bloc li A{
	text-decoration:none;
	font-style:normal;
}

.lien-h1, .lien-h1:link, .lien-h1:visited{
	color: #9A9A68;
	text-decoration:none;
}
a.rouge:link, a.rouge:visited{
	color:#cc0000;
}

#rss{
	width:200px;
	height:100px;
	font-size:16px;
	font-weight:bold;
}
.rsstitle A, .rsstitle A:link, .rsstitle A:visited {
	font-size: 12px;
	color: #CCCC99;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

.rsstitle A:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.rsstitle A:hover {
	color:#FFFFFF;
}
UL LI {
	color: #000050;
	font-size: 12px;
}

LI.limenu {
	list-style-image: url("/img/picto_rubrique.gif");
	margin-left: -10px;
	z-index:10;
}

.centre{
	text-align:center;
}

.mainhome{
	height:50px;
}