@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background-color:#F4F4F4;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
#skin{width:962px;margin-right:auto;margin-left:auto;}
#translate {
	margin-bottom: 20px;
	margin-right: 35px;
	margin-top: 10px;
}
#translate a {
	font-weight: bold;
	color: #333;
}
.head{
	background-image:url(../style/bg_head.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding-top:13px;
	text-align: right;
}
.nav{
	background-image:url(../style/bg_nav.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:37px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bandeau{
	background-image: url(../style/bg_bandeau.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.centre{
	background-image:url(../style/bg_centre.png);
	background-repeat:repeat-y;
	background-position:center top;
	height:200px;
	vertical-align:top;
	padding-right:1px;
	padding-bottom:1px;
	padding-left:1px;
	padding-top:0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.centre a {
	color: #333;
}
#content{
	width:100%;
	text-decoration: none;
}
#content td{}
#content strong{
	font-size: 11px;
	color: #333;
	margin-bottom: 4px;
}
#ulIndex {
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	list-style-position: inside;
	padding-right: 12px;
	padding-left: 12px;
}
#ulIndex li {
	list-style-type: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: -8px;
	list-style-position: inside;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.title{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
.title a {
	font-weight: bold;
	color: #F00;
}
.contentCentre{
	margin-top:6px;
	padding: 5px;
}
.contentCentre h2{
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.contentCentre h3{
        font-size: 12px;
        font-weight: bold;
        padding-top: 4px;
        padding-right: 2px;
        padding-bottom: 4px;
        padding-left: 0px;
}
.footer{background-image:url(../style/bg_footer.png);background-repeat:no-repeat;background-position:center top;height:90px;text-align:center;padding-top:50px;padding-bottom:6px;}
.footer a{color:#000;}
.footer a:hover{color:#666;}
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
}
.menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu li{float:left;}
.menu li a{
	display: block;
	font-weight: bold;
	line-height: 33px;
	text-align: center;
	padding-top: 0px;
	border-right-style: solid;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	color: #E6E6E6;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-color: #666;
	width: 150px;
}
.menu li a:hover{
	color: #3CC;
}
.menu li ul{
	display:none;
	height:auto;
	position:absolute;
	width:225px;
	z-index:999;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-color:#333;
	border-bottom-color:#333;
	border-left-color:#333;
	background-color:#F8F8F8;
}
.menu li:hover ul{display:block;}
.menu li li{display:block;float:none;width:225px;}
.menu li ul a{
	display:block;
	font-size:12px;
	font-style:normal;
	text-align:left;
	padding-top:0px;
	padding-right:20px;
	padding-bottom:0px;
	padding-left:20px;
	font-weight:normal;
}
.menu li ul a:hover{
	color:#999;
	background-color:#F8F8F8;
	font-size: 12px;
}
.menu p{clear:left;}
.menu #current{
	color:#F00;
}
#res_cnx {
	position: fixed;
	top: 22px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	left: 650px;
	padding-right: 22px;
	padding-bottom: 22px;
	padding-left: 22px;
}
