@charset "utf-8";
/* CSS Document */
/* ************************************************************************************************************* *
 * ********************************************************************************************* LIENS STATIQUES *
 * ************************************************************************************************************* */
#fondStaticNav {
	position: absolute;
	border:#FF9900 solid thin;
	right: 25px;
	top: 15px;
	color:#005278;
	font-size:0.7em;
	font-weight:bold;
	margin-right:2px;
	text-align:right;
	background-color:#ffffff;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}
#fondStaticNav ul{
	padding:0px;
	margin:5px;
	border-right:solid #005278;
}

#fondStaticNav li{
	list-style:none;
	padding:0px;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:5px;
}

#fondStaticNav a{
	color:#ffffff;
	font-weight:bold;
	text-decoration: none;
}
#fondStaticNav a:hover{
	text-decoration: underline;
}

#staticNav {
	position: absolute;
	/*background: url(../img/fond-blanc-transparent.gif) repeat;*/
	border:#FF9900 solid thin;
	right: 25px;
	top: 15px;
	color:#005278;
	font-size:0.7em;
	font-weight:bold;
	margin-right:2px;
	text-align:right;
}

#staticNav ul{
	padding:0px;
	margin:5px;
	border-right:solid #005278;
}

#staticNav li{
	list-style:none;
	padding:0px;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:5px;
}

#staticNav a{
	color:#005278;
	font-weight:bold;
	text-decoration: none;
}
#staticNav a:hover{
	text-decoration: underline;
}

/********************************************************************************************/

#staticLink {
	position: absolute;
	right: 0px;
	top: 115px;
	width: 135px;
	background: url(../img/menuStatiqueBottomBleu.png) left bottom no-repeat;
	background-color: #005278;
	font-size: 0.7em;
	color:#ffffff;
	margin:0px;
	padding:10px;
}
#staticLink ul{
	margin:0px;
	padding:0px;
}
#staticLink li{
	list-style:square inside;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:0px;
}

#staticLink a {
	font-size: 9px;
	color:#f9b700;
	text-transform:uppercase;
	text-decoration: none;
}

#staticLink a:hover {
	font-size: 9px;
	color:#f9b700;
	text-decoration: underline;
}

#staticLink ul hr {
	/*position:absolute;
	margin:0px;
	padding:0px;*/
	border:#ffffff;
	color:#ffffff;
	background-color:#ffffff;
	height:2px;
	/*margin-left:-10px;
	/*margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;*/
	/*padding-bottom:0px;
	padding-top:0px;*/
}

/* ************************************************************************************************************* *
 * ********************************************************************************************** BLOC ARRONDI   *
 * ************************************************************************************************************* */

#arrondi {
	position: absolute;
	margin:-1px;
	padding:0px;
	right:152px;
}

