body {
	background-color: #2a4269;
	background-image: url(images/fond.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	border: none;
	margin: 0;
	padding: 0;
	text-align: center;
	background-position: top;
}

#page {
	width: 820px;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto; 
	text-align: left;
}

/*cadre header */
#header {
	background-image: url(images/header.jpg);
	width: 820px;
	height: 206px;
	border: none;
}


/*cadre menu */
#menuJS {
    display:block;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	width: 820px;
	height: 29px;
	border: none;
	text-align: left;
	padding-left: 75px;
	margin: 0;
}

#menuJS a:link, #menu a:active, #menu a:visited {
	color:#2a4269;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/***************************** CSS du menu horizontal *****************************/

/* taille et positionnement du menu */
#menu {
	display: block;
   	width: 820px;
	height:29px;
	position: absolute;
	text-align : center;
	display: block;
	/*z-index:100;*/
	margin:0;
	padding-right: 0;
}

/* style des listes */
dl, dt, dd, ul, li {
	margin: 0;
	padding:  0 1px;
	list-style-type: none;	z-index:100;

}

/* positionnement des items du menu */
#menu dl {
	float: left;
	margin: 0 2px;
	text-align: center;
	z-index:100;
}

/* largeur et positionnement des items du menu ayant une liste déroulante */
#menu dl.sousmenu {
	float: left;
	margin: 0 2px;
	width: 120px;
}

/* positionnement des drapeaux */
#menu dl.drapeaux {
	float: left;
	margin: 0 1px;
	width: 26px;
}

/* lien item du  menu */
#menu dt a {
	text-decoration: none;
	display: block;
	border: 0 none;
	background: #ffffff;
	
}

/* hover item du  menu */
#menu dt a:hover {
	text-decoration:underline;
	background: #ffffff;
}

/* item du  menu */
#menu dd {
	margin-top:  9px;
	padding: 0px;
}

#menu li {
	background: #fff;
	border: 1px solid  #2a4269;
	margin:  -1px -1px 0 -1px;
	padding: 2px;	
}

/* item du sous menu */
#menu li a {
	text-decoration: none;
	background: #ffffff;
	padding: 2px;	

}


/* hover item du  sous-menu */
#menu li a:hover, #menu dt a:hover {
	text-decoration:underline;
	background: #ffffff;
}

#contact-all { width: 70px; }
#blog-all { width: 70px; }
#liens-all { width: 117px; }

#contact-en { width: 80px; }
#blog-en { width: 70px; }
#liens-en { width: 127px; }

/***************************** Fin du menu horizontal *****************************/


#titre {
	
	background-image: url(images/titre.gif);
	background-repeat: no-repeat;
	width: 820px;
	height: 26px;
	padding-left: 70px;
	margin: 0;
}

#titre_texte {
	width: 820px;
	display: inline;
	height: 26px;
}

#corps {
	
	display: block;
	background-image: url(images/body.gif);
	background-repeat: repeat-y;
	width: 820px;
	height: auto;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2a4269;
}

#corps_texte {
	display: block;
	width: 790px;
	text-align: left;
	padding: 1px 22px 5px 4px;
	margin: 1;
}

#corps a:link, #corps a:active, #corps a:visited{
	text-decoration:underline;
	color:#2a4269;
}
#corps a:hover{
	color:#ffcc00;
	text-decoration:underline;
}

#footer {
	display: block;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	width: 820px;
	text-align: left;
	vertical-align: bottom;
	margin: 0 auto;
}

#footer_menu {
	display: block;
	width: 820px;
	margin: 0;
	padding-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#2a4269;
	vertical-align: bottom;
	text-align: center;

}

#footer_menu a:link, #footer_menu a:active, #footer_menu a:visited{
	text-decoration:none;
	color:#2a4269;
}
#footer_menu a:hover{
	color:#2a4269;
	text-decoration:underline;
}

	
h1 {
	display: inline;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: text-top;
}

