html
{
	font-size: 100%;
}
body
{
	font-size: 0.8125em;
	font-family:  TW Cen MT, "century gotic" , arial,sans-serif;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
	font-family: "TW Cen MT", "century gotic" , arial,Moonbeam,Georgia, Times, serif;
}
h1
{
	margin-top: 5px;
	font-size: 1.70em;
	color: #000000;
}
h2
{
	font-size: 1.40em;
	font-weight: normal;
}
h2, h2 a, h2 a:focus, h2 a:hover, h2 a:active
{
	color: #000000;
}
h3
{
	font-size: 1.20em;
	font-weight: bold;
}
img
{
	margin: 0;
	padding: 0;
	border: 0;
}
/* ------------------------------------------
/* Disposition a l'ecran des blocs principaux
/* ------------------------------------------ */
body
{
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	background-image: url("http://localhost/LaNave/images/FondDePage.png");
	background-repeat: repeat-x;
}

#conteneur
{
	width: 998px;
	overflow: hidden;
	background: #FFFFFF;
	margin: 0 auto;
}
#Top
{
	background-image: url("http://localhost/LaNave/images/FondDePage.png");
	padding-top: 15px;
}
#lapage 
{	float: left;
	width: 994px; 
	font-family: "TW Cen MT";
	background: #FFFFFF; /*#F0BD6C;*/
	padding:0px;
	border-color:#0055A6;
	border-width:2px ;
	border-style:double;
	border-top-width:0px ;
	border-top-style:none;

	}
#navigation
{
	float: left;
	width: 236px; /* margin-top: 1em; */
	font-family: "TW Cen MT";
	font-size:23px;
	margin: 0px; /* overflow: hidden; */
	background: #8BCA35; /*#F0BD6C;*/
	padding:0px;
	display:block;
}
#contenu
{
	float: left;
	width: 758px;
	padding: 0px;
	margin-left: 0px;
	margin-right:0px;
	background: #FFFFFF;
	font-family:"Tw Cen MT";
	padding
}
#menu2 
{
	float: left;
	width: 228px; 
	font-family: "TW Cen MT";
	font-size:21px;
	margin: 0px; 
	padding:5px;
}
#contenu_SubMenu
{
	float: left;
	width: 520px;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
}

#contenus.pas_surlignable
{
	width: 677px;
	background: #8BCA35;
}
#contenus.h1
{
	font-size: 16pt;
	color: #008442;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: uppercase;
}
h1
{
	font-size: 16pt;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: uppercase;
}


#extra
{
	float: right;
	clear: right;
	width: 30%;
	margin-top: 1em;
	overflow: hidden;
}

#pied
{
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0.40em 0;
	border-top: 1px solid #8B6F92;
	text-align: center;
	font-size: 0.90em;
	color:#505050;
	/*background-color:#5D9643;*/
}

.invisible
{
	position: absolute;
	top: -3000em;
	height: 1%;
	visibility:hidden;
}


/* ------------------------------------------
/* Habillage des elements du contenu
/* ------------------------------------------ */
#fil_arianne 
{
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 682px;
	font-size:10px;
    background-color: #8BCA35;
}

.texte
{
	line-height: 1.60em;
}

/* Couleurs des liens
---------------------------------------------- */
/*
a
{
	color: #604A7F;
	text-decoration: none;
}
a:focus, a:hover, a:active
{
	color: #F57900;
	text-decoration: underline;
}
.article {}
*/
.article_titre 
{
	/*padding-top: 10px; */
	border-bottom-style:solid;
	border-bottom-color:Gray;
	border-bottom-width:medium;
}


/* Habillage general des menus de navigation */
/* 8BCA35=vert claire
   990033=bordeau
*/
.menu ul {line-height:1.2em;font-weight:normal;text-align:center;list-style-type:none;margin:0;padding:0;}
.menu ul li {border-top:0px;display:block; }
.menu ul li a {text-decoration:none;text-align:center;padding:3px 4px 3px 4px;display:block;}
.menu ul li a.courrant {font-weight:bolder;text-decoration:underline;}
.menu ul li a:hover {text-decoration:none;background-color:#C0C0C0;color:#FFFFFF;}

.menu2 ul {line-height:1.2em;font-weight:normal;text-align:left;list-style-type:none;margin:0;padding:0;}
.menu2 ul li a,.menu2 ul li a:visited {text-decoration:none;text-align:left;padding:3px 4px 3px 4px;display:block;color:#909090;}
.menu2 ul li a.courrant {font-weight:bolder;color:#202020;}
.menu2 ul li a:hover {text-decoration:none;background-color:#C0C0C0;color:#FFFFFF;}

