body {
	background: #8385A9;
	text-align: left;
}

.header {
	background: repeat-x url(../img/headerbg.jpg); 
	border:none;
	padding:0;
}

.header .container {
	height: 260px;
	background: no-repeat url(../img/header.jpg); 
}

.header .brand {
	margin-top: 79px;
	margin-left: 30px;
	float: left;
}

.header .brand img {
	max-width: none;
}

.header .titreSite {
	margin-top: 79px;
	margin-left: 155px;
	width:345px;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.68);
}

.header .boiteNavig {
	margin-top: 10px;
	margin-left: 155px;
}

.header .navig {
	list-style: none outside none;
	margin:0;
}

.header .navig li {
	width: 137px;
	height: 20px;
	float: left;
}

.header .navig li a {
	width: 126px;
	height: 78px;
	display: inline-block;
	background: no-repeat url(../img/onglet.png);
	text-align: center;
	padding: 10px 5px 0 5px;
	color: #666666;
	font-weight: bold;
}

.header .navig li a:hover {
	text-decoration: none;
}

.header .navig li a#accu { 
	background-position: 0px 0px;
}

.header .navig li a#pres {
	background-position: -137px 0px;
}

.header .navig li a#prof { 
	background-position: -274px 0px;
}

.header .navig li a#inst {
	background-position: -411px 0px;
}

.header .navig li a#ress { 
	background-position: -548px 0px;
}

.header .navig li a#part {
	background-position: -685px 0px;
}

.header .navig li a#accu.active { 
	color: #3399cc;
}

.header .navig li a#pres.active {
	color: #55351f;
}

.header .navig li a#prof.active { 
	color: #009900;
}

.header .navig li a#inst.active {
	color: #ff9900;
}

.header .navig li a#ress.active{ 
	color: #993300;
}

.header .navig li a#part.active {
	color: #666666;
}

.header .navig li a#accu:hover { 
	background-position: 0px -88px;
	color: #3399cc;
}

.header .navig li a#pres:hover {
	background-position: -137px -88px;
	color: #55351f;
}

.header .navig li a#prof:hover { 
	background-position: -274px -88px;
	color: #009900;
}

.header .navig li a#inst:hover {
	background-position: -411px -88px;
	color: #ff9900;
}

.header .navig li a#ress:hover { 
	background-position: -548px -88px;
	color: #993300;
}

.header .navig li a#part:hover {
	background-position: -685px -88px;
	color: #666666;
}

.content {
	background: #ffffff;
	/*padding-top: 18px;*/
}

.picto-contact{
	display: inline-block;
	vertical-align:middle;
	width: 49px;
	height: 41px;
	background: no-repeat url(../img/picto.png);
	background-position: -7px -6px; 
}

.picto-plan{
	display: inline-block;
	vertical-align:middle;
	width: 35px;
	height: 35px;
	background: no-repeat url(../img/picto.png);
	background-position: -69px -7px; 
}

.picto-recherche{
	display: inline-block;
	vertical-align:middle;
	width: 33px;
	height: 33px;
	background: no-repeat url(../img/picto.png);
	background-position: -120px -8px; 
}

.picto-urgence{
	display: inline-block;
	vertical-align:middle;
	width: 62px;
	height: 50px;
	background: no-repeat url(../img/picto.png);
	background-position: -160px 0px; 
}

.picto-consult{
	display: inline-block;
	vertical-align:middle;
	width: 44px;
	height: 50px;
	background: no-repeat url(../img/picto.png);
	background-position: -225px 0px; 
}

.boiteMenu {
	background: #eeeeee;
	padding: 5px;
	margin-bottom:15px;
	-moz-box-shadow: 0px 0px 1px 2px #eeeeee;
	-webkit-box-shadow: 0px 0px 1px 2px #eeeeee;
	-o-box-shadow: 0px 0px 1px 2px #eeeeee;
	box-shadow: 0px 0px 1px 2px #eeeeee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 3px solid #ffffff;
}

.boiteMenu.menu{
	padding: 0;
}

.boiteMenu.icone{
	text-align: center;
}

.boiteMenu .nav{
	border: none;
}

.sommaire .boiteMenu .nav .active a{
	background-color: #3399cc;
}

.secteur1 .boiteMenu .nav .active a{
	background-color: #55351f;
}

.secteur2 .boiteMenu .nav .active a{
	background-color: #009900;
}

.secteur3 .boiteMenu .nav .active a{
	background-color: #ff9900;
}

.secteur4 .boiteMenu .nav .active a{
	background-color: #993300;
}

.secteur5 .boiteMenu .nav .active a{
	background-color: #666666;
}
/*
.sommaire .boiteMenu .nav-header{
	color: #3399cc;
}

.secteur1 .boiteMenu .nav-header{
	color: #55351f;
}

.secteur2 .boiteMenu .nav-header{
	color: #009900;
}

.secteur3 .boiteMenu .nav-header{
	color: #ff9900;
}

.secteur4 .boiteMenu .nav-header{
	color: #993300;
}

.secteur5 .boiteMenu .nav-header{
	color: #666666;
}*/

.plan .sommaire .boiteMenu .nav-header, .sommaire .cartouche h1{
	color: #3399cc;
}

.plan .secteur1 .boiteMenu .nav-header, .secteur1 .cartouche h1{
	color: #55351f;
}

.plan .secteur2 .boiteMenu .nav-header, .secteur2 .cartouche h1{
	color: #009900;
}

.plan .secteur3 .boiteMenu .nav-header, .secteur3 .cartouche h1{
	color: #ff9900;
}

.plan .secteur4 .boiteMenu .nav-header, .secteur4 .cartouche h1{
	color: #993300;
}

.plan .secteur5 .boiteMenu .nav-header, .secteur5 .cartouche h1{
	color: #666666;
}

.boiteMenu h2{
	font-size: 1.4em;
	color: #545454;
}

.boiteMenu h2 a{
	color: #3399cc;
}

.boiteMenu h2 a:hover{
	color: #005580;
	text-decoration: none;
}

.boiteMenu form{
	margin-bottom:0;
}

.boiteMenu.contact h2{
	color: #3399cc;
}

.boiteMenu.contact p{
	padding-left: 15px;
	padding-top: 5px;
}

.boiteMenu form input.input-small{
	width:125px;
}

.boiteMenu form.form-search input.input-small{
	padding-left:inherit;
	background-image:none;
}

.boiteMenu.urgence{
	padding: 0;
	background: #ef2d00; /* Old browsers */
	background: -moz-linear-gradient(top, #ef2d00 0%, #b62200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef2d00), color-stop(100%,#b62200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ef2d00 0%,#b62200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ef2d00 0%,#b62200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ef2d00 0%,#b62200 100%); /* IE10+ */
	background: linear-gradient(top, #ef2d00 0%,#b62200 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef2d00', endColorstr='#b62200',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0px 0px 1px 2px #ef2d00;
	-webkit-box-shadow: 0px 0px 1px 2px #ef2d00;
	-o-box-shadow: 0px 0px 1px 2px #ef2d00;
	box-shadow: 0px 0px 1px 2px #ef2d00;
}

.boiteMenu.urgence a{
	text-align: left;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.68);
	font-weight: bold;
	line-height: 25px;
	vertical-align:middle;
	font-size: 1.5em;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
}

.boiteAccueil{
	width: 326px;
	margin-left: 29px;
	margin-right: 17px;
	text-align: center;
}

.boiteAccueil h2{
	padding: 15px;
	line-height: 1.4em;
	color: #ffffff;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.68);
	height:125px;
}

.boiteAccueil p{
	padding: 22px;
	font-weight: bold;
	font-size: 1em;
}

.boiteAccueil#enfant{
	background: no-repeat url(../img/enfant.jpg);
}

.boiteAccueil#enfant p{
	color: #981f02;
}

.boiteAccueil#adulte{
	background: no-repeat url(../img/adulte.jpg);
}

.boiteAccueil#adulte p{
	color: #085886;
}

.boiteAccueil a {
	padding: 5px;
	margin-bottom:15px;
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.38);
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.38);
	-o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.38);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.38);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 8px;
	border: 3px solid #ffffff;
	color: white;
	width: 280px;
	line-height: 25px;
	vertical-align:middle;
	font-size: 1.5em;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	text-align: left;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.68);
	font-weight: bold;
}

.boiteAccueil a.consult {
	background: #94cc33; /* Old browsers */
	background: -moz-linear-gradient(top, #94cc33 0%, #4a6719 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94cc33), color-stop(100%,#4a6719)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #94cc33 0%,#4a6719 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #94cc33 0%,#4a6719 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #94cc33 0%,#4a6719 100%); /* IE10+ */
	background: linear-gradient(top, #94cc33 0%,#4a6719 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94cc33', endColorstr='#4a6719',GradientType=0 ); /* IE6-9 */
	font-size: 1.7em;
}

.boiteAccueil a.urgence {
	background: #ef2d00; /* Old browsers */
	background: -moz-linear-gradient(top, #ef2d00 0%, #b62200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef2d00), color-stop(100%,#b62200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ef2d00 0%,#b62200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ef2d00 0%,#b62200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ef2d00 0%,#b62200 100%); /* IE10+ */
	background: linear-gradient(top, #ef2d00 0%,#b62200 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef2d00', endColorstr='#b62200',GradientType=0 ); /* IE6-9 */
}

.boiteAccueil a span{
	text-align: center;
}

.boiteAccueil a .picto-urgence{
	vertical-align:top;
	float: left;
}

.nav a {
	color: #666;
	font-weight: bold;
}

a:hover, a:focus, a:active {
	background-color: inherit;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #cccccc;
	color: #333;
}
.nav > li.sous-rub a{
  padding-left:30px;
}
.nav {
  border: none;
}
.nav .nav-header a {
  color: #999999;
}
.nav .nav-header.head{
  font-size:13px;
}

.nav ul li a 
{
	float:none;
}
.menu ul li ul
{
list-style: none outside none;
}
.menu_articles li
{
	margin-bottom: 0px; 
}
.menu_articles ul li ul li
{
	margin-bottom: -1px; 
}
.pagination a
{
	background: none;
	margin:0;
	line-height: 20px;
    padding: 0 8px;
}
.footer {
	border-top: solid 2px #d0d0d0;
	padding-top: 18px;
	background: #e3e4f6; /* Old browsers */
	background: -moz-linear-gradient(top, #e3e4f6 0%, #8385a9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e4f6), color-stop(100%,#8385a9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e3e4f6 0%,#8385a9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e3e4f6 0%,#8385a9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e3e4f6 0%,#8385a9 100%); /* IE10+ */
	background: linear-gradient(top, #e3e4f6 0%,#8385a9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e4f6', endColorstr='#8385a9',GradientType=0 ); /* IE6-9 */
	font-weight: bold;
}
.footer a{
	color: #005580;
}
.footer a:hover{
	color: #085886;
}

.legal {
	font-size: 0.8em;
	text-align: center;
}

.error {
	background: none;
	border: none;
	padding: 0;
}

.titre_pole h1 {
	color: #ff7700; 
	font-family: arial, sans-serif;
}

.responsable {
	border: 1px solid #909090;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #858585;
}

.structure{
	clear: both;
	margin-top: 00px; 
	margin-bottom: 25px; 
}

.structure hr{
	margin-top: 20px; 
	margin-bottom: 5px; 
	border: none; 
	height: 1px; 
	color: #808080; 
	background-color: #808080
}

.structure .titre_structure{
	margin-bottom:0.8em;
}

.structure h2 {
	font-size: 1.4em; 
	color: #ff7700; 
	font-family: arial, sans-serif;
	line-height: 1.4em;
}

.structure h3 {
	font-size: 1.4em; 
	color: #ff7700; 
	font-family: arial, sans-serif;
	font-weight: normal;
}

tbody tr:nth-child(even) th, tbody tr:nth-child(even) td, tbody tr.even th, tbody tr.even td {
background: none;
}
thead th {
background: none;
}

.titre_pole .well, .structure .well {
	background: #F9F9F9;
	padding: 0px 6px 3px;
}

dl dt img {
	max-width: none;
}