body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e818d;
	background: #437491 url(design/background.png) top center repeat-x;
	margin: 0;
	padding: 0;
}

#header {
	width: 980px;
	min-width: 680px;
	height: 100px;
	margin: 0 auto;
	background: url(design/bgHeader.png) bottom left no-repeat;
	text-align: left;
}

#header img {
	border: none;
}

#header a {
	margin: 0 12px;
	display: block;
	height: 100px;
	width: 127px;
	float: left;
}

#header span {
	color: #ecf1f3;
	font-size: 16px;
	font-weight: bolder;
	display: inline-block;
	margin: 20px 0 0 0;
}

#content {
	width: 1000px;
	min-width: 975px;
	padding: 0 10px;
	margin: 0 auto;
	background: url(design/bgContent.png) top center repeat-y;
	text-align: left;
}

#contentLeft {
	float: left;
	width: 200px;
	color: #405e68;
}

.headerLeft {
	font-size: 14px;
	background: #7a9fac url(design/headerLeft.png) bottom right no-repeat;
	margin: 0;
	padding: 5px 5px 15px 5px;
	color: #d2dee2;
}

#contentLeft #searchForm {
	margin: 0 10px 5px 10px;
}

#contentLeft #searchForm #txtField {
	width: 140px;
	margin: 0;
	border: none;
	border-top: #73909b solid 1px;
	border-left: #73909b solid 1px;
	color: #5e818d;
}

.textField {
	width: 160px;
	margin: 10px;
	padding: 5px;
	border: none;
	border-top: #73909b solid 1px;
	border-left: #73909b solid 1px;
	color: #5e818d;
}
#contentLeft #searchForm #btSearch {
	width: 25px;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #fff;
	background: #779daa;
	border: #405e68 solid 1px;
}

#contentLeft .ulMenu {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

#contentLeft .ulMenu li a {
	display: block;
	margin: 0;
	padding: 4px 10px;
	background: url(design/separationMenu.png) bottom center no-repeat;
	text-decoration: none;
	color: #405e68;
	
}

#contentLeft .ulMenu li a:hover {
	background: url(design/separationMenuHover.png) top right repeat-y;
	color: #fff;
	border-bottom: #d5e4e7 solid 1px;
	padding-bottom: 3px;
}

#contentLeft ul.submenu {
	margin: 0;
	padding: 0 0 5px 0;
	list-style: none;
	background: url(design/separationMenu.png) bottom center no-repeat;
}

#contentLeft .submenu li, li.submenu {
	margin: 1px 0 2px 5px;
	border-bottom: #5c7f8b solid 1px;
	border-left: #5c7f8b solid 10px;
	background: none;
}

#contentLeft .submenu li a, #contentLeft li.submenu a, li.submenu a:hover, #contentLeft .submenu li a:hover {
	text-decoration: none;
	color: #375284;
	font-size: 12px;
}

#contentLeft .submenu li a:hover, li.submenu a:hover {
	background: #d2e1e5;
}

#imgPhone {
	margin: 10px 6px;
}

#contentPrincipal {
	float: left;
	width: 800px;
}

#filArianne {
	height: 23px;
	padding: 0 0 0 5px;
	margin-bottom: 10px;
	background: url(design/bgFilArianne.png) center left repeat-x;
	border-bottom: #59818f solid 1px;
}

#filArianne a {
	display: inline-block;
	height: 17px;
	padding: 4px 11px 3px 14px;
	margin: 0;
	color: #fff;
	background: url(design/filSelected.png) center left no-repeat;
/*	background: url(design/filArianneSeparation.png) center left no-repeat; */
	text-decoration: none;
	font-weight: bolder;
}
#filArianne a.home {
  background: none;
	padding-left: 0px;
}
#filArianne span {
	display: inline-block;
	height: 17px;
	padding: 4px 11px 3px 14px;
	margin: 0;
	color: #fff;
	font-weight: normal;
	font-style: italic;
	background: url(design/filSelected.png) center left no-repeat;
}

#filArianne span.supsigle {
  background: none;
  visibility:hidden;
	padding: 0;
	text-indent: -5000px;
}
#filArianne a:hover {
	color: #334c55;
}

.separateZone {
	float: left;
	width: 50%;
	text-align: center;
}

#titleAccueil {
	font-size: 18px;
}

#titleAccueil span {
	font-size: 24px;
	font-weight: bolder;
}

.contentZone {
	margin: 8px;
	padding: 10px;
	background: #ecf1f3;
	border: #5e818d solid 2px;
	color:#375284;
}

.contentZone p {
	text-align: left;
}

.contentZone img {
	border: #35515a solid 2px;
}

.contentZone .btView {
	border: none;
}

.contentZone h2 {
/*	color: #375284; */
  color: #FCA302;
	font-size: 20px;
	text-align: left;
	margin: 0;
	padding: 0;
}

.contentZone h3 {
	color: #375284;
	font-size: 20px;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
	padding: 0;
}

.contentZone h4 {
	color: #6e93d6;
	font-size: 14px;
	text-align: left;
	margin: 0;
	padding: 0;
}

.contentZone h5 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

b.zonecontenu {
	color: #375284;
	font-size: 14px;
	line-height: 130%;
}

#newsTitle {
	font-size: 16px;
	font-weight: bolder;
}

#footer {
	width: 993px;
	height: 50px;
	margin: 0 auto;
	padding: 10px 10px 25px 10px;
	color: #ecf1f3;
	background: url(design/bgFooter.png) top center no-repeat;
}

.clear {
	clear: both;
	width: 0;
	height: 0;
}

p {
	padding: 3px 10px;
}