body {
	margin: 0px 0px 20px 0px;
	background: #FDF3D8 url(../imgs/bkgd.gif);
	text-align: center;
	color: #6f6a6a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td {
	font-size: 11px;
}

a img {
	border: 0px;
}

a {
	text-decoration:none; 
	color: #53556D;
	background-color: transparent;
}

a:hover {
	text-decoration: underline;
}

#global {
	background-color: #FDF3D8;
	bottom: 0px;
	width: 100%;
}

#main {
	position: absolute;
	top: 145px;
	left: 50%; 
	width: 920px;
	height: 100%;
	bottom: 0px;
	margin-left: -460px; /* moitié de la largeur */
	background-color: #FDF3D8 ;
	padding-top: 30px;
	
}

#logo {
	position: absolute;
	top: 0px;
	left: 50%; 
	width: 920px;
	height: 145;
	margin-left: -460px; /* moitié de la largeur */
	background-color: #FDF3D8; /* arrière-plan général du menu */
}

#i18n {
	position: absolute;
	top: 100px;
	left: 72%; 
	/*margin-left: 390px;*/
	width: 70px;
	height: 40px;
	z-index:6;
	color:#ffffff;
}

#i18n a {
	text-decoration:none; 
	color:#ffffff;
}

#i18n a:hover {
	text-decoration: underline;
}


.menu {
	position: absolute;
	top: 145px;
	left: 50%; 
	width: 920px;
	height: 25px;
	margin-left: -460px; /* moitié de la largeur */
	background: transparent url(../imgs/traitMenu.gif) bottom no-repeat;
	z-index:7;
}

.menu ul, li {	/* utilisation de liste pour le menu */
	list-style-type: none;	/* suppression des puces de liste */
	margin:0;
	padding:0;
}

.menu ul {
}

.menu li {
	float: left;
}

.menu li a {	/* dimensions et définitions des boutons */
	/*display: block;*/	/* mise en block de <a> pour lui donner des dimensions */
	float: left;
	height: 20px;
	padding-left: 15px;
	padding-right: 8px;
	color: #000;
	line-height: 20px;	/* hauteur de ligne pour éviter les paddings */
	font-size: 12px;
	font-family: verdana, helvetica, arial, serif;
	text-decoration: none;
	letter-spacing: 1px;
}
.menu li a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.title {
	position: absolute;
	left: 50%; 
	margin-left: -460px; /* moitié de la largeur */
	padding-left: 40px;
	padding-top: 10px;
	background: transparent url(../imgs/traitTitle.gif) bottom no-repeat;
	width: 920px;
	height: 25px; 
	color: #000; /*#C27E89;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	letter-spacing: 2px;
}

/* meme que .title mais height:35px; */
.titlenoline {
	position: absolute;
	left: 50%; 
	padding-left: 40px;
	padding-top: 10px;
	width: 920px;
	height: 35px;
	margin-left: -460px; /* moitié de la largeur */
	background: transparent url(../imgs/traitTitle.gif) bottom no-repeat;
	text-align: left;
	color: #000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
}

.remplitTouteLaPage {
	background-color: #FDF3D8;
	padding-left: 10px;
	padding-right: 10px;
}

.actuDesc {
	text-align: justify;
	vertical-align: top;
}

.actuImg {
	vertical-align: top;
}

.soonDesc {
	text-align: justify;
	vertical-align: top;
}

.soonImg {
	vertical-align: top;
	width: 190px;
}

.bulle {
	position: absolute; 
	right: 40px; 
	top: 100px; 
	width: 180px; 
	text-align:left; 
	background-color: transparent; 
	z-index:7;
}

.rdvActu {
	width: 100%;
	float: left;
	padding: 5px 5px 5px 5px; 
	border-width:1px; 
	border-style:solid; 
	border-color: #808080; 
	text-align:justify; 
	background-color: white; 
	margin-bottom: 20px;
}

.infoContact {
	width: 100%;
	float: left;
	padding: 5px; 
	border-width:1px; 
	border-style:solid; 
	border-color: #808080; 
	text-align:left; 
	background-color: white; 
}

.infoContact .facebook{
	float: left;
	margin-top: 10px;
}

.feed-list {
/*  margin: 0 0 15x 15px;*/
  /*padding: 5px;*/
  list-style-type: none;
}

.feed-list li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}
*
.feed-list li a {
  padding: 0 0 0 19px;
  background: url("../imgs/feed-icon-14x14.png") no-repeat;
  list-style-type: none;
} 

.feed {
  background: url("../imgs/feed-icon-14x14.png") no-repeat;
  padding: 0 0 5px 19px;
}

