*{margin:0; padding:0; border:0;}
a{text-decoration:none; color:#3ca0ff; font-size:8pt}
a:hover{text-decoration:underline; color:#1e69d1;}

body {
	width: 845px;
	margin:0 auto;
	font: normal 10pt Tahoma, Verdana, sans-serif, Arial;
	color:#3ca0ff;
	background: #fff; 
	background:#000000 url(images/fond.png) repeat-x;
}

/*///////////////////////////////////  GLOBAL  //////////////////////////*/
#global {
	margin:0 auto;
	padding: 25px 0 0 0;
	float:left;
	width:847px;
	background:#fff url(images/fondcontenu.png) repeat-y left top;
}

/*///////////////////////////////////  HEADER  //////////////////////////*/
#header {
	width:847px;
	height:210px;
	background:#fff url(images/header.png) no-repeat left top; 
}

#header p.pub{
        margin-top: 180px;
	margin-left: 20px;
	position:absolute;
}

#header img{
        margin-top: 50px;
	margin-left: 230px;
	position:absolute;
}

#sce{
    margin-top: 5px;
    margin-left: 530px;
    position:absolute;
    text-align:right;
}

/*///////////////////////////////////  MENU  A GAUCHE //////////////////////////*/
#menu {
	float:left;
	display:inline;
	width:140px;
	text-align:left;
	margin:0 0 0 10px;
}
#menu h2 {
	width:140px;
	height:51px;
	line-height:30px;
	font-size:10pt;
	margin:0;
	text-align:center;
	color:#fff;
	background: url(images/rubrique.png) no-repeat left top;
}
#menu ul {
	margin:0 0 15px 0;
	width:162px;
	font-size:10pt;
	list-style:none;
	letter-spacing: 0.2px;

}

#menu ul li {
	width:26px;
	height:26px;
	margin:0 0 2px 5px;
	background: url(images/icon.png) no-repeat left 80%;
}

#menu ul li a {
	display:block;
	margin:0px;
	padding:0 0 0 28px;
	font-size:11px;
	font-weight:600;
	width:115px;
	height:29px;
	line-height:29px;
	text-decoration:none;
	color:#1f7dff;

}

#menu ul li a:hover {
	text-decoration:underline;
}

/*///////////////////////////////////  MENU  A GAUCHE //////////////////////////*/
#menu2 {
	float:left;
	display:inline;
	width:18px;
	text-align:left;
	margin:0 0 0 17px;
	color:#3D3D3D;
}
#menu2 h2 {
	width:140px;
	height:51px;
	line-height:30px;
	font-size:10pt;
	margin:0;
	text-align:center;
	color:#fff;
	background: url(images/rubrique.png) no-repeat left top;
}
#menu2 ul {
	margin:0 0 15px 0;
	width:162px;
	font-size:10pt;
	list-style:none;
		letter-spacing: 0.2px;
}

#menu2 ul li {
	width:26px;
	height:26px;
	margin:-5px 0 2px 2px;
	background: url(images/icon2.png) no-repeat left 80%;
}

#menu2 ul li a {
	display:block;
	margin:0px;
	padding:0 0 0 28px;
	font-size:11px;
	font-weight:600;
	width:115px;
	height:29px;
	line-height:29px;
	text-decoration:none;
	color:#1f7dff;

}

#menu2 ul li a:hover {
	text-decoration:underline;
}

/*///////////////////////////////////  CORPS  //////////////////////////*/
#corps {
	margin:0 0 0 200px;
	padding:10px;
	width:617px;
    text-align: center;
}

.floatl {
	float:left;
	padding-right:1em;
	margin:0;
}


#corps h1 {
	color:#fff;
	margin:-10px 115px 0px;
	padding:5px 0px;
	text-align:center;
	font: bold 10pt Tahoma,Verdana,sans-serif, Arial;
	width:506px;
	height:50px;
	background: url(images/h1.png) no-repeat left top;
}
#corps p {
	color:#666666;
	margin:-20px 5px 5px 115px;
	width:500px;
    text-align: center;
}
#corps a {
	color:#3ca0ff;
	font: normal 10pt Tahoma, Verdana, sans-serif, Arial;
}

#corps p.right {
	margin-right:15px;
	text-align:right;
	font-weight:bold;
	font-size:9px;
	letter-spacing:1px;
	color:#3ca0ff;
}

#verif {
	text-align:center;
	color:#000000;
	background: url(images/bordure.png) no-repeat left top;
}


#text{
	clear:both;
	width:835px;
	text-align:justify;
	font-size:11px;
	color:#666666;
	margin-left: 5px;
}

p#prefooter {
	clear:both;
	width:847px;
	height:41px;
	padding-top:19px;
	font-size:12px;
	text-align:center;
	color:#FFFFFF;
	background:url(images/footer.png) no-repeat left top;
}

p#prefooter a:hover {
	text-decoration:underline;
}

p#prefooter a{
color:#FFFFFF;
font:Arial, Helvetica, sans-serif;
font-size:12px;
}
/*///////////////////////////////////  FOOTER  //////////////////////////*/
p#footer {
	clear:both;
	width:847px;
	height:41px;
	padding-top:19px;
	font-size:12px;
	text-align:center;
	color:#FFFFFF;
	background:url(images/footer.png) no-repeat left top;
}

p#footer a:hover {
	text-decoration:underline;
}

p#footer a{
color:#FFFFFF;
font:Arial, Helvetica, sans-serif;
font-size:12px;
}




/* other */

div#fancy_overlay { background: #2c2c2c; }	/* overlay color */



.fixe { 
  position : fixed;
  display: inline-block;
  height:auto;
  z-index:100;
  background-color:#FFFFE1;
  border-bottom:#707070 1px solid;
  top: 0px; 
  left: 0px; 
  right: 0px; 
  width: 100%; 
  /* et le patch pour IE */ 
  position : expression("absolute"); 
  width : expression("100%"); 
  top : expression(document.body.scrollTop + this.offsetHeight - this.offsetHeight); 
  left : expression("0px"); 
}-->
