/* CSS Document */

html, body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}


body {
	background:url(../images/halfBlack.gif) #000000 top repeat-x;
}

body.sub {
	background-color:#efebdc;
}

#cdp {
	width:900px;
	margin:0 auto;

}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

img {
	border:none;
	display:block;
}

img.logo{
	margin:18px 0 22px 0;
}

#header {
	height:100px;
}

#header.home {
	height:350px;
	background:url(../images/home_header.jpg) no-repeat;
	position:relative;
}

#header .logo {
	float:left;
	display:inline;
	margin-top:18px;
}

.sbHolder {
	float:right;
	display:inline;
	width:187px; 
	color:#FFFFFF;
/*	font-size:12px;*/
}

#header .sbHolder{
	width:195px; 
}

.sbHolder .searchBox {
	float:right;
	display:inline;
	border:1px solid #a5a4a2;
	margin-top:18px;
	width:186px;
	margin-bottom:5px;
}

.homeBox .sbHolder .searchBox {
	margin-top:0;
}

.sbHolder .searchBox input {
	border:none;
	background:#000000;
	color:#FFFFFF;
	padding-left:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:138px;
	height:15px;
	padding-top:2px;
}

#header.home .introText {
	position:absolute;
	bottom:0px;
	right:20px;
	color:#000;
	width:485px;
	text-align:right;
	/*opacity:0.6;
	filter:alpha(opacity:60);*/
	padding:10px;
}

.introText div.text {
	width:390px;
	margin-right:10px;
	margin:3px 0;
	text-align:right;
}

.introText p, .leadBox p {
/*	width:390px;*/
/*	display:inline;*/
	margin-right:10px;
	margin:3px 0;
	text-align:right;
	clear:both;
}

#header.home .introText div.text p.text {
	background:transparent url(../images/bg_opac40.png) repeat;	
	padding:0 10px 0px 10px;
	margin:0;
	display:block;
/*
	width:100%;
	clear:right;
	display:inline;
	margin:0;
	text-align:left;
*/
}

#header.home .introText div.text div.textFooter, .leadBox .textBox div.text div.textFooter{
	background:transparent url(../images/bg_fond_footer_opac40.png) no-repeat bottom;	
	padding:0;
	margin:0;
	height:10px;
	font-size:10px;
}

#header.home .introText div.text {
	background:transparent url(../images/bg_fond_header_opac40.png) no-repeat top;	
	padding-top:10px;
	float:right;
}

#header.home .introText a.greenRedArrow {
	color:#fff;	
}

.introText h1, .leadBox h1 {
	font-size:29px;
	font-weight:normal;
	text-transform:uppercase;
	margin:0;
	text-align:right;
	color:#fff;
}

.introText h1 span, .leadBox h1 span {
	color:#FF0000;
}



.floatLeft {
	float:left;
	display:inline;
}

.floatRight {
	float:right;
	display:inline;
}	

a.blackRedArrow {
	color:#FFFFFF;
	background:url(../images/blackRedArrow.gif) no-repeat;
	background-position:0 3px;
	line-height:18px;
	padding-left:15px;
	margin-top:3px;
}

a.whiteRedArrow {
	color:#FFFFFF;
	background:url(../images/whiteRedArrow.gif) no-repeat;
	background-position:0 center;
	display:block;
	line-height:18px;
	padding-left:18px;
	margin-top:3px;
}
div.new a.whiteRedArrow {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

a.greenRedArrow {
	color:#FFFFFF;
	background:url(../images/greenRedArrow.gif) no-repeat;
	background-position:0 3px;
	line-height:18px;
	padding-left:15px;
	margin-top:3px;
}

.homeBox {
	background:url(../images/homeBoxBgr.gif) repeat-y;
	padding:20px 0 50px 0;
	border-bottom:1px solid #666666;
	margin-bottom:15px;
}

.homeBox .unit {
	width:190px;
	padding-right:15px;
	padding-left:20px;
	color:#999999;
}

.preHomeBox {
	background:url(../images/preHomeBoxBgr.gif) repeat-y;
	padding:20px 0 50px 0;
	border-bottom:1px solid #666666;
	margin-bottom:15px;
}

.preHomeBox .unit {
	width:265px;
	padding-right:15px;
	padding-left:20px;
	color:#999999;
}

.preHomeBox .unit .w130 {
	width:130px;
}



span.title {
/*	color:#fff;*/
	color:#FF0000;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	margin-bottom:5px;
}

span.title16 {
	color:#f00;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	font-size:16px;
}

span.subTitle, a.subTitle {
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	display:block;
	text-decoration: none;
}

#copyright {
	text-align:right;
	color:#cccccc;
	font-size:11px;
	margin-bottom:15px;
	margin-top:15px;
	padding-top:8px;
	border-top:1px dotted #666666;
	display:block;
}

div.new #copyright, div.new2 #copyright {
	border-top: 1px dotted #666666;
	color: #666;
	padding: 7px 0px;
}
div.new #copyright a, div.new2 #copyright a {
	color: #666;
}

#copyright a {
	color:#FFFFFF;
}

.redBorder {
	border:2px solid #FF0000;
}


/* nav */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
}
ul.mainMenu {
	background: url(../images/nav_back.gif) repeat-y;
	position: relative;
	width: 900px;
}
ul.mainMenu li {
	float: left;
	width: 180px;
	height: 66px;
}
ul.mainMenu li a {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	display:block;
	padding-left: 20px;
	padding-top: 10px;
	text-decoration:none;
}
ul.mainMenu li#current {
	
}
ul.mainMenu li ul {
	display: none;
	background: #424242;
	width: 900px;
	position:absolute;
	left: 0px;
	top: 66px;
}
ul.mainMenu li#current ul {
	display: block;
}
ul.mainMenu li ul li {
	width: 140px;
	height: auto;
	padding: 10px 10px 0px 10px;
	height: 38px;
	background: url(../images/border_dot_grey.gif) repeat-y right top;
}
ul.mainMenu li#current ul li {
	display: block;
}
ul.mainMenu li ul li a {
	display:block;
	color: #fff!important;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform:none;
	padding:0;
}
ul.mainMenu li ul li a:hover {
	color: #000;
}
li.selected {
	background: url(../images/bottom_right_nav.gif) no-repeat bottom right;
}
li.selected a {
	color: #000!important;
}
.last {
	background:none;
}

#nav.home {
	background:url(../images/nav_back_home.gif) repeat-y;
	width:900px;
	height:66px;

	position:relative;
}

#nav.home ul {
	padding:0;
	margin:0;
}
#nav.home ul li {
    float: left;
    padding-left:20px;
    padding-right:10px;
    padding-top:10px;
    width:150px;	
}	
#nav.home ul li a {
	height:73px;
	text-decoration:none; 
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
}

#nav.home ul li a:hover {
	color:#000000;
}

#nav {

}

/** pied de nav */
#navfooter{
	width:900px;
	border-top: 1px solid #666666;
	padding-top:10px;
	margin-top:20px;
}

#navfooter.home{
	border-top: 0px solid #000000;
	padding-top:0px;
}

#navfooter ul {
	padding:0;
	margin:0;
}

#navfooter li{
	border-left:red solid 1px;
    float: left;
    padding-left:20px;
    padding-right:10px;
    width:149px;
    height:30px;
}

#navfooter li a {
	text-decoration:none; 
	font-size:11px;
	color:#666666;
	text-transform: capitalize;
}

#navfooter.home li a {
	color:#fff;
}



#content {
	margin-top:70px;
}
.mt33-fix {
    margin-top:33px !important;	
}	
            
.leadBox {
	background:url(../images/pre_home_bgr1.jpg) no-repeat;
	height:348px;
	position:relative;
	text-align:right;
}

.leadBox .textBox {
	position:absolute;
	bottom:0px;
	right:20px;
	width:400px;
	color:#000;
	padding:10px;

}

.leadBox .textBox div.text {
	background:transparent url(../images/bg_fond_header_opac40.png) no-repeat top;	
	padding-top:10px;
	float:right;
	width:390px;
}

.leadBox .textBox  p.text{
	background:transparent url(../images/bg_opac40.png) repeat;
	padding:0 10px;
	margin:0;
/*	color:#fff;*/
}


.leadBox .textBox a.blackRedArrow {
	color:#fff;
}

div.new h1 {
	font: bold 12px Arial;
	color: #ff0000;
	padding-top: 25px;
	padding-left: 2px;
}
div.new h1 span {
	display:block;
	font: normal 11px Arial;
	color: #333333;
	font-style:italic;
}
div.new h2 {
	padding-left: 2px;
/*	padding-top: 10px;*/
	font: normal 16px Arial;
	color: #F00;
/*	text-transform: uppercase;*/
	padding-bottom: 10px;
	font-weight:bold;
	zoom:1;
}

div.right h2 {
	text-align: center;
}

div.new h3 {
	padding-bottom: 5px;
	font-weight:bold;
	font-size: 12px;
}
div.new {
	padding-bottom: 10px;
}
div.new div.text div.left {
	float: left;
	display: inline;
	text-align: right;
	width: 252px;
	padding-left: 66px;
	font: bold 16px Arial;
	color:#333;
	padding-top: 45px;
}

div.new div.text div.left div.new2{
	text-align:left;
}

div.new div.text div.right {
	float: left;
	display: inline;
	width: 530px;
	padding-left: 30px;
/*	padding-top: 45px;*/
	padding-top: 17px;
}
div.new div.text div.right p {
	padding-bottom: 20px;
}
div.new div.photo {
	float: left;
	display: inline;
	width: 245px;
	margin-right: 86px;
	padding-bottom: 40px;
}
div.new div.photo strong {
	display: block;
	font: normal 18px Arial;
	color: #333333;
	padding-top: 9px;
	padding-bottom: 13px;
}
div.new div.leftPh {
	float: left;
	width: 315px;
	padding-right: 30px;
}
div.new div.rightPh {
	float: left;
	width: 550px;
}
div.new div.rightPh div.photo {
	margin-right: 30px;
}
div.new div.leftPh strong {
	text-transform: uppercase;
	display:block;
	padding: 15px 0px;
}
div.new2 div.partLeft {
	float: left;
	display: inline;
	width: 283px;
	padding-right: 40px;
	padding-top: 32px;
}
div.new2 div.partRight {
	float: right;
	display: inline;
	width: 576px;
	padding-top: 32px;
}
div.new2 h1 {
	color: #ff0000;
	font: bold 16px Arial;
/*	text-transform: uppercase;*/
	padding-bottom: 12px;
}
div.new2 h2 {
	text-transform: uppercase;
	font-weight:bold;
	font-size: 12px;
	color: #333;
	padding-bottom: 12px;
}
div.new2 div.partLeft p {
	font-size: 13px;
	color: #333;
	padding-bottom: 30px;
}
div.new2 div.partLeft ul {

}
div.new2 div.partLeft ul li, div.new2 ul.pdingBot15 li {
	border-bottom: 1px dotted #333;
	padding: 5px 0px;
}
div.new2 div.partLeft ul li a, div.new2 ul.pdingBot15 li a{
	font: bold 12px Arial;
	color: #ff0000;
	text-decoration: none;
}
div.new2 div.partLeft ul li a span, div.new2 ul.pdingBot15 li a span {
	font-weight: normal;
}
div.new2 div.partRight div.thmb {
	float: left;
	display: inline;
	width: 125px;
	padding-right: 19px;
	font: normal 11px Arial;
	color: #333;
	padding-bottom: 20px;
}
div.new2 div.partRight div.thmb img {
	display: block;
}
div.new2 div.partRight div.pdf {
	padding: 10px;
	background: #fff;
	margin-bottom: 10px;
}
div.new2 div.partRight div.pdf img {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-top: 2px;
}
div.new2 div.partRight div.pdf div.right{float:right; width:320px;}
div.new2 div.partRight div.pdf p{zoom:1;}
div.new2 div.partRight div.pdf p.redTitle {
	font: bold 12px Arial;
	color: #ff0000;
	display: inline;
}
div.new2 div.partRight div.pdf p.boldTitle {
	font: bold 14px Arial;
	color: #333;
}
div.new2 div.partRight div.pdf p.boldTitle span {
	font: normal 11px Arial;
	color: #333;
}
div.new2 div.partRight div.pdf p.normal {
	/*padding-bottom: 8px;*/
}
/*
div.new2 div.partRight div.pdf a.pdfLink {
	background: url(../images/pdf.gif) no-repeat;
	padding: 2px 0px 2px 21px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #555;
	text-decoration: none;
}*/
a.pdfLink {
	background: url(../images/pdf.gif) no-repeat;
	padding: 2px 0px 2px 21px;
	margin-top: 5px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #555;
	text-decoration: none;
	display:block;
}

div.preHomeBox a.pdfLink {
	color: #FFFFFF;
}
div.mapCategories div.download {
	background-color:#ffffff;
	width:289px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

div.mapCategories a.pdfLink {
	background: url(../images/telechargerEtablisements.gif) no-repeat;
/*	width: 241px;*/
	height: 55px;
	margin: 0 25px 0 25px;
	padding: 13px 0 0 35px; 
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #555;
	text-decoration: none;
	display:block;	
}

div.new2 div.partRight div.pagination {
	float: right;
}
div.new2 div.partRight div.pagination a {
	background: #92896c;
	margin-right: 4px;
	font: bold 11px/18px;
	color: #fff;
	display: block;
	float: left;
	text-align: center;
	width: 20px;
	height: 20px;
	text-decoration: none;

}
div.new2 div.partRight div.pagination a img {
	padding-top: 5px;
	padding-left: 5px;
}
div.new2 div.partLeft div.menuLeft {
	width: 291px;
}
div.new2 div.partLeft div.menuLeft a {
	/*
	display: block;
	background: url(../images/menuL_nor.jpg) no-repeat;
	text-transform: uppercase;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 14px;
	width: 282px;
	*/
}
div.new2 div.partLeft div.menuLeft a.sel {
	background: url(../images/menuL_sel.jpg) no-repeat;
	color: #ff0000;
}
div.new2 div.partLeft div.menuLeft div.cont1 {
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 17px 12px;
}
div.new2 div.partLeft div.menuLeft div.cont1 div.icon {
	/*float: left;*/
	/*width: 120px;*/
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333;
	padding-bottom: 25px;
	padding-left: 7px;
	/*text-align: center;*/
}
div.new2 div.partLeft div.menuLeft div.cont1 div.icon img {
	display: block;
	margin: 0px auto;
/*	padding-bottom: 13px;*/
	padding-right: 10px;
	float: left;
}
div.new2 div.partLeft div.menuLeft div.cont1 p {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333;
	padding-bottom: 0px;
}
div.new2 div.partRight div.photo {
/*	width: 250px;*/
	margin-bottom:10px;
	float: left;
	display: inline;
}
div.new2 div.partRight div.photo div{
	display:block !important;
}

div.new2 div.partRight div.photo div.left{
	padding-right:10px;
}

div.new2 div.partRight div.photo div.right{
	padding-left:10px;
}

.new3 {
	padding-right: 26px!important;
	padding-top: 0 !important;
}


div.new4 div.thmb {
	float: right!important;
	padding-right: 0px !important;
	padding-left: 18px;
}
div.new4 div.photo {
	float: left!important;
	padding-left: 35px;
}
.pdingBot15 {
	padding-bottom: 15px;
}
div.mapLeft {
	padding-right: 10px !important;
}
body.sub .hoverbej {
	background: url(../images/bej.gif) no-repeat right bottom !important;
}
.hoverbej a span {
	color: #000!important;
}

#imageBox{
	text-align: center;
}

#imageBox img{
	margin:0 auto;
}


div.responsables div.right{
	margin-left:10px;
}

div.responsables div.left{
	margin-right:10px;
}



/* rajout pour les ?l?ments du simple cms */
#editor_box input[type=text],#editor_box  select, .edit_slot input[type=text], .edit_slot select {
	border:1px solid #7f9db9;
}

div.hideIllustration a{
	display:none;
}

div.hideIllustration br{
	display:none;
}

form.edit_slot{
	background-color:#FEDCBA;
	text-align:left;
}

form.edit_slot label {
	width:80px;
	float:left;
}

form.edit_slot div {
	clear:both;
}

form.edit_slot input.image_slot_form {
	float:left;
}


/* pagination */
ul.pagination {
	float: right;
	margin:0;
	padding:0;
}

ul.pagination li{
	margin:0 !important;
	padding:0 !important;
	float:left;
}

ul.pagination a {
	background: #92896c;
	margin-right: 4px;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	display: block;
	float: left;
	text-align: center;
	width: 20px;
	height: 20px;
	text-decoration: none;
}

ul.pagination a.on{
	color:#FF0000;
}

ul.pagination a img {
	padding-top: 5px;
	padding-left: 5px;
}

/* focus sur les cartes */
#focusMap{
	margin-top:3px;
}

#focusMap li{
	float:left;
	margin-right: 3px;
}

/* popup sur les marqueurs */
div.mapPopup {
	width: 450px;
}


/* le sitemap */

#sitemap  {
	margin:0;
	padding:0;
}

#sitemap li.sitemapItem1{
	margin:0 0 10px 0;
	padding:10px;
	background-color: #ffffff;
}

#sitemap li.sitemapItem1 a { 
	color:#333333;
	text-decoration:none;
	font-size: 13px;
	text-transform:uppercase;
	font-weight:bold;
}

#sitemap li.sitemapItem1 div.sitemapItem1 {
	width:400px;
	float:left;
	display:block;
}

#sitemap li.sitemapItem1 ul {
	margin:0;
	padding:0;
	width:350px;
	float:left;
	display:block;
}

#sitemap li.sitemapItem1 li a {
	text-transform:none;
	background:transparent url(../images/whiteRedArrow.gif) no-repeat scroll 0pt 3px;
	line-height:18px;
	margin-top:3px;
	padding-left:15px;
}

/** le diaporama */
#carousel_scene {
	background-color:#000000;
	width:780px;
}

#carousel_scene div.slideFooter{
	background-color:#EFEBDC;
}
p.legend {
	font-style:italic;
	width:750px;
	text-align:left;	
	font-size:11px;
	font-weight:bold;	
	float:left;
}

div.slideFooter{
	width:780px;
	padding-top:10px;
}

#slideCommand{
	width:20px;
	height:20px;
	display:block;
	float:right;
}
#slideCommand.pause{
	background:transparent url(/images/carousel/pause.gif) no-repeat;
}

#slideCommand.play{
	background:transparent url(/images/carousel/play.gif) no-repeat;
}

.top10{
	padding-top:10px;
}

/** page responsables */

div.responsables h3.subtitle {
	color:#333333;
	font-size:16px;
	font-weight:bold;	
}
	
/** autres */

p.image_legend {
	text-align:left;
	margin-left:60px;
	font-style:italic;	
	font-size:11px;
	font-weight:bold;	
	padding-top: 10px;
}

a.printLink {
	color:#333333;
	background: url(../images/imprimer.png) no-repeat;
	background-position:0 center;
	display:block;
	line-height:18px;
	padding-left:25px;
	margin-top:3px;
	text-decoration: none;
	font-weight: bold;
}






