/*************************************************************************************************
									Corps de la page
*************************************************************************************************/
body {
	margin: 0;padding: 0;overflow: scroll;
	text-align:center;font-family: arial, Helvetica, sans-serif;font-size:1em;
	background-color: #1b2c68;
	overflow: hidden;
}

img {
	margin: 0;border: none;
}

abbr, acronym {border-bottom: 1px dotted gray;cursor: help;}

#container {
	position: relative;width: 800px;margin: 0 auto;padding: 0;
	text-align: left;background:#ffffff;
}

#entete {width: 800px; height: 115px;}

#fond {width: 800px; background-color: #f8f8ff;}

.text{float: left;margin: 6px;text-align: left;font-size: 0.8em;font-family: Trebuchet MS;color:#ffffff;}

a:link {text-decoration:none;}
a:visited{text-decoration:none;}

/*************************************************************************************************
									Menu déroulant (en haut de la page)
*************************************************************************************************/

#menu {
	position: absolute;	top: 115px;	right: 0px;margin: 0;padding: 0;list-style: none;
	font-size: 85%;	color: #ffffff;font-family: Trebuchet MS;
}

#bloc{
	float:right;background:#ffffff;
}

#nav {
	float: right; right: 0px; height: 17px; padding: 0; margin: 0;
	list-style: none; line-height: 1.2em;font-size: 85%;color: #ffffff;font-weight: normal;
	background-image: url("images/fond5.png");	background-repeat: repeat-x;
}

#nav ul {
	float: left; left: 0px; padding: 0;
	list-style: none; line-height: 1.2em; color: #ffffff;
	border: solid 2px #ffffff; background-color: #1b2c68;
}

#nav a {
	display: block; padding: 0.2em 1em 0.1em 1em;
	color: #ffffff;	text-decoration: none;
}

#nav a.plus {
	background-image: url("images/plus5.png") right no-repeat;
}

#nav li {
	float: left; padding: 0; height:17px;
}

#nav li ul {
	position: absolute;	left: -999em; height: auto;	width: 12.5em; w\idth: 13.5em; margin: 0;
	font-weight: normal;
}

#nav li li {
	padding-right: 0; width: 12.5em; w\idth: 13.5em; height: 18px;
}

#nav li ul a {
	list-style: none;
	padding: 0.2em 0 0em 0.5em;
}

#nav li ul ul {
	margin: -1.5em 0 0 13.5em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background-color: #ffffff; background-image: url("images/fond4.png"); background-repeat: repeat-x;
}


/*************************************************************************************************
									Partie centre de la page
************************************************************************************************/

#au_centre {
	position:relative;width: 800px;margin: 70px auto 10px;padding: 0;
	text-align: left;font-size:1em;
}

#cadre {
  position: relative;width: 500px;margin: 65px 130px;padding: 0;
  font-size: 1em;
}

.info {
	float:left; margin: 0 0 10px 0; padding:10px;color: #1b2c68;
	font-size: 1.5em; text-align: center; border: solid 1px #1b2c68;
}

/*************************************************************************************************
									Bas de page
************************************************************************************************/

#basdepage {
	margin: 0;height:80px;
	border: none;
	background-position: center;
	background-repeat: no-repeat;
}

.img-g {
	float: left;
	margin: 1px 5px;
}

.img-d {
	float: right;
	margin: 1px 5px;
}

#pied {
	float:left;color:#ffffff;margin: 0 auto;width:760;
	margin:14px 20px;text-align:center;
	
}

#pied-gauche {
	float: left;margin: 6px 5px;padding: 0;
	text-align:left;
}

#pied-droit {
	float:right;;margin: 6px 5px;padding: 0;
	text-align:right;
}

#centre{
	float:left;margin: 4px 100px;padding: 0px;
	font-size: 12px;text-align: center;
}

#centre a:link, #centre a:visited{
	text-decoration: none; color: white;
}

