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

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e818d;
	background: #437491 url(../images/background.png) top center repeat-x;
	margin: 0;
	padding: 0;
}

#header {
	width: 1020px;
	height: 150px;
	margin: 0 auto;
	background: url(../images/bgHeader.png) bottom center no-repeat;
	text-align: left;
}

#header img {
	border: none;
}

#header a {
	margin: 0 14px;
	display: block;
	height: 150px;
	width: 191px;
	float: left;
}

#header span {
	color: #ecf1f3;
	font-size: 16px;
	font-weight: bolder;
	display: inline-block;
	margin: 60px 0 0 0;
}

#content {
	width: 1000px;
	padding: 0 10px;
	margin: 0 auto;
	background: url(../images/bgContent.png) top center repeat-y;
	text-align: left;
}

#contentLeft {
	float: left;
	width: 200px;
	color: #405e68;
}

.headerLeft {
	font-size: 14px;
	background: #7a9fac url(../images/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;
}

#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(../images/separationMenu.png) bottom center no-repeat;
	text-decoration: none;
	color: #405e68;
}

#contentLeft .ulMenu li a:hover {
	background: url(../images/separationMenuHover.png) top right repeat-y;
	color: #fff;
	border-bottom: #d5e4e7 solid 1px;
	padding-bottom: 3px;
}

#contentLeft .submenu {
	margin: 0;
	padding: 0 0 5px 0;
	list-style: none;
	background: url(../images/separationMenu.png) bottom center no-repeat;
}

#contentLeft .submenu li {
	margin: 1px 0 2px 15px;
	border-bottom: #5c7f8b solid 1px;
	border-left: #5c7f8b solid 2px;
}

#contentLeft .submenu li a, #contentLeft .submenu li a:hover {
	text-decoration: none;
	color: #405e68;
	font-size: 10px;
	background: none;
}

#contentLeft .submenu li 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(../images/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(../images/filArianneSeparation.png) center left no-repeat;
	text-decoration: none;
	font-weight: bolder;
}

#filArianne span {
	display: inline-block;
	height: 17px;
	padding: 4px 11px 3px 14px;
	margin: 0;
	color: #fff;
	font-weight: bolder;
	background: url(../images/filSelected.png) center left no-repeat;
}

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

.contentZone p {
	text-align: left;
}

.contentZone img {
	border: #35515a solid 2px;
}

.contentZone .btView {
	border: none;
}

.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;
}

#newsTitle {
	font-size: 16px;
	font-weight: bolder;
}

#footer {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	padding: 10px 10px 25px 10px;
	color: #ecf1f3;
	background: url(../images/bgFooter.png) top center no-repeat;
}

.clear {
	clear: both;
	width: 0;
	height: 0;
}

p {
	padding: 3px 10px;
}