body
{
  text-align: center; /* ne pas enlever*/
  background: #eff3d8;
}

/* TinyMCE specific rules */
body.mceContentBody {
  font-family: Arial, Helvetica, sans-serif;
  background: #f7f7f7;
}

#page
{
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  background: #f7f7f7;
}

/* HEADER*/
#header
{
  width: 100%;
  height: 110px;
}

#entete
{
  position: absolute;
  width: 100%;
  background: transparent url(/images/accueil/bandeau.png) no-repeat;
}

#logo
{
  float: left;
  margin-left: 20px;
  margin-top: 5px;
  width: 300px;
  overflow: hidden;  /*This hides the excess padding in non-IE browsers */
}

#slogan
{
  position: absolute;
  left: 360px;
  top: 70px;
  font-size: 22px;
  font-style: italic;
  color: #000000;
}

#breadcrumb
{
  position: absolute;
  left: 10px;
  top: 68px;
  font-size: 0.9em;
  color: #444444;
}

/* CONTENT */
#content
{
  width: 100%;
  margin-top: 30px;
  overflow:hidden;
}

/*  MIDDLE */

#content_middle
{
  float: left;
  position: relative;
  width: 1000px;
  margin-top: 10px;
  padding-left: 15px;
  min-height: 420px;
  background: transparent;
}

#traits
{
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: transparent;
}

#coordonnees
{
	float:left; 
	width: 210px;
	height: 380px;
	margin-top:15px;
	padding-left: 15px;
	border-left: #444444 solid thin;
}

#photo_contact
{
	float:left; 
	width: 300px;
	height: 225px;
	margin-top:15px;
	/*padding-left: 15px;
	border: #444444 solid thin;*/
}

/* FOOTER */
#footer
{ 
  float:left; 
  margin-top: 10px;
  text-align: left;
  height: 60px;
  width: 100%;
  min-width: 1024px;
}

#footerinfo
{ 
	padding-top: 15px;
	padding-left: 10px;
	font-size: 0.75em;
	color: #939393;
	text-align: center;
	background: transparent;
}


/*MENU*/
#barre_menu
{
  position: relative;
  left: 0px;
  top: 115px;
}

#menu
{
  position: absolute;
  /*left: 392px;*/
  right: 3px;
  top: 0px;
}

#menu ul {
  list-style-type: none;
  padding:0;
  margin:0;
}

#menu li {
  float:left;
  position:relative;
  width:110px;
  margin:0;
  padding:0;
  z-index:100;
  background-image: none;
}

#menu table {
  /*position:absolute;*/
  border-collapse:collapse;
  z-index:80;
  left:0px;
  /*top:125px;*/
}

#menu a, #menu :visited {
  display:block;
  font-size:12px;
  font-weight: bold;
  color: #923085;
  height:14px;
  padding:3px 0px;
  background:#e6e6e6;
  border-bottom: solid 3px #b9cd5d;
  text-decoration:none;
  margin-right:2px;
  text-align:center;
}

#menu a:hover{
  color:#ffffff;
  background:#923085;
  border-bottom: solid 3px #e6cae1;
}

#menu ul ul {
  visibility:hidden;
  position:absolute;
  height:0;
}

/* make the sub level visible on hover list or link */
#menu ul li:hover ul,
#menu ul a:hover ul{
  visibility:visible;
}

/* Informations */

div.informations {
  width: 700px;
  margin-top: 10px;
  padding: 3px;
  background: transparent url(/images/accueil/top-bottom.png) repeat-x;
  text-align: left;
}

/*  DIVERS */
h1
{
  height: 24px;
  background: #bacc62;
  color: #ffffff;
  font-size: 18px;
  font-weight: lighter;
  margin-bottom: 10px !important;
  padding-left: 5px !important;
}

h2
{
  color: #22568c; /*#006C85*/
  font-size: 14px;
}

h3
{
  color: #2d2d2d;
  font-size: 14px;
  margin-top: 10px !important;
  margin-bottom: 5px !important;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ 
	margin: 0; 
	padding: 0; 
}

ul {
  list-style-type: none;
  padding: 0;
  margin-top: 5px;
  padding-left: 10px;
}

li {
  background-image: url(/images/accueil/puce.gif);
  background-repeat: no-repeat;
  background-position: 0 1px;
  padding-left: 18px;
}

ul.objectifs {
  list-style-type: square;
  padding: 0;
  margin-top: 5px;
  padding-left: 24px;
}

li.objectifs
{
  background-image: none;
  padding-left: 3px;
}
p {
  margin-top: -3px !important;
}

a img,:link img,:visited img 
{ 
	border: none; 
}

a:link, a:visited
{
  text-decoration: none;
  color:#6E3291;
}

a:hover
{
  text-decoration: underline;
}

/*pour png ie6 */
img, div, a
{ 
  behavior: url(/js/iepngfix.htc);
}