html, body {
	/*height : 100%;*/
}

body {
	margin : 0;
	padding : 0;

	/*background-color : #EDEDED;*/
	background-color : #fff;
}

#page {
	position : relative;

	width : 950px;
	/*margin : auto;*/
	/*margin-top: 10px;*/

	background-color : #fff;
	padding-right : 15px;
}


/*--------------------------------------------------------------------
/* BARRE HAUT
/**/

#search-topmenu {
	height : 80px;
	width: 402px;
	overflow : hidden;

	padding-left : 30px;
	padding-top : 25px;
}

#menu-bar {
	float: right;
	width: 402px;
	line-height: 1.5em;
	color: #aaa;
	font-size: 8pt;
	font-stretch:expanded;
}

#frmRecherche {
	position : relative;
	left : 30px;
	top : 13px;

	margin : 0;
	padding : 0;

	width : 275px;
}

#search {
	float : right;
	background-image: url(../images/itineraire/search.gif);
	width: 402px;
	height: 51px;
	background-repeat: no-repeat;
}

.section_decouvrir #search {
	background-image: url(../images/itineraire/search-mauve.gif);
}

.section_comprendre #search {
	background-image: url(../images/itineraire/search-orange.gif);
}

.section_samuser #search {
	background-image: url(../images/itineraire/search-vert.gif);
}

.section_enseigner #search {
	background-image: url(../images/itineraire/search-bleu.gif);
}

#search a {
	font-size: 10px;
	font-weight: normal;
	color: #000;

	text-transform : uppercase;

	text-decoration : none;
}

#search a:hover {
	text-decoration : underline;
}

#search .search {
	/*position: relative;
	left: 35px;
	top: 12px;*/
}

#menu-bar table {
	height: 1em;
	border-collapse: collapse;
	margin-bottom: 3px;

	width : 100%;
}

#menu-bar table td {
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	border-left : 1px solid #666;
}

#menu-bar a {
	text-decoration: none;
	color: #333;
}

#menu-bar a:hover {
	color : #000;
	text-decoration: underline;
}

#menu-bar table .first {
	border-left: none;
}

#search input {
	/*position: relative;
	left: 30px;
	top: 12px;*/
	
	height: 13px;
	width: 184px;
	
	font-family: Tahoma, Arial, Verdana;
	font-size: 8pt;
	color: #666;
	font-weight: bold;
}

#search #glossaire {
	float:right;
	/*position : absolute;*/
	

	/*outline: none;*/
	
	display: block;
	/*height: 51px;*/
	width: 90px;
	/*padding-right : 27px;*/
	padding-right : 10px;
	
	text-align: center;
	/*line-height: 50px;*/
	/*margin-top : 25px;*/

	/*top : 63px;
	left : 350px;*/

	margin-top : -2px;
}


/*--------------------------------------------------------------------
/* COPYRIGHT
/**/

#copyright {
	margin-top : 1em;
	padding-bottom : 1em;

	font-size : 0.85em;

	text-align : center;

	color : #aaa;

	padding-top : 0.5em;
	margin-right : 20px;
	margin-left : 20px;

	border-top : 1px solid #ddd;

	line-height : 1.5em;
}

#copyright a {
	color : #aaa;
}

#copyright a:hover {
	color : #333;
}

