#bandeau{
	font-weight:bold;
	position:relative;
	left:480px;
	margin-right: 10px;
	top: -92px;
	/top: -97px;
	width:360px;
}
#cse-search-box{
	margin-top:-9px;
	position:relative;
	left:220px;
}
#cse-search-results iframe{
	width:560px;
	height:1100px;
	}
	
.lienbandeau:hover {
	margin: -2px 0;
	background-position:right -37px;
	
}
.lienbandeau {
	background-position:right top;
	background-repeat:no-repeat;
	height:34px;
	left:0;
	margin:-6px 0;
	position:absolute;
	text-indent:-9999px;
	/*top:30px;*/
	cursor:pointer;	
	width:100px;
}
#liencontact{
	background-image:url(../img/btn_contact.png);
}
#liennewsletter{
	left:110px;
	background-image:url(../img/btn_newsletter.png);
}
#bandeau form{
	width:119px;
}
#bandeau input[type="image"]{
margin-left:116px;
position:relative;
}
#bandeau input[type="text"]{
position:absolute;
right:0;
}

/*-------------- Navigation ---------------*/

#menu{
	margin-top:10px;
	padding:0 0px 0 17px;	
}
#menu img{
	margin-right:10px;
}
.menu_contextuel{
	margin-bottom:15px;
	width:276px;
	position:relative;
	left:14px;
}

.menu_contextuel p{
	cursor:pointer;
}
.titre_blanc{
	cursor:default;
	line-height:10px;
	font-weight:bold;
	text-align:center;
	font-size:20px;
	color:#FFF;
}
.titre_blanc p{
	cursor:default;
}
.puce{
	margin-bottom:-7px;
}
.texteMenu{
	padding-left:6px;
}
.deuxiemeNiveau p{
	font-size:10px;
	padding-left:40px;
}
#acc {
	background-color:#a13986;
}
#com {
	background-color:#a1d721;
}
#dem {
	background-color:#c71f5d;
}

#actu {
	background-color:#7b9dc3;
}
#doc {
	background-color:#82c5b3;
}
#autre {
	background-color:#4bc71d;
}
#bas_col{
	position:relative;
	left:45px;
}
#nav, #nav ul {
	float: left;
	width:466px;
	list-style: none;
	background: #00519E;
	border:1px solid #FFF;
	padding:0;
	margin:0;
}

#nav a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 3px 2px 4px 3px; /* Bordure interne des cases */
}

#nav a.parent {
	width:192px !important;/* position de la fleche */
	width:207px; /* a laisser pou IE*/
	background: url(../Files/menuFleche.gif) center right no-repeat;
}
#nav li {
	float: left;
	padding: 0;
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 207px;/* taille des sous cases */
	border:3px solid #F8BB54; /*Bordure interne des sous cases */
}
#nav li li {
	padding-right: 1em;
	width: 195px !important; /* taille des traits */
	width: 100%;
	border-bottom:1px solid #F8BB54;
}

#nav li ul a {
	white-space: normal !important;	
	width: 207px; /* Blocs des sous cases */
}

#nav li ul ul {
	margin: -2em 0 0 12em; /* position des sous cases */
}

#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: #F8BB54;
}
