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

body {
	font: 12px/18px Arial, sans-serif;
	color: #333;
	
}

.cat1 #header .catTitle,
.cat1 h1,
.cat1 a:hover {background-color: #a03d1b;}

.cat2 #header .catTitle,
.cat2 h1,
.cat2 a:hover {background-color: #85cee0;}

.cat3 #header .catTitle,
.cat3 h1,
.cat3 a:hover {background-color: #4b6672;}

.cat4 #header .catTitle,
.cat4 h1,
.cat4 a:hover {background-color: #96b315;}

.cat5 #header .catTitle,
.cat5 h1,
.cat5 a:hover {background-color: #466635;}

.cat6 #header .catTitle,
.cat6 h1,
.cat6 a:hover {background-color: #e66e43;}

.cat7 #header .catTitle,
.cat7 h1,
.cat7 a:hover {background-color: #482a54;}

.cat8 #header .catTitle,
.cat8 h1,
.cat8 a:hover {background-color: #803a64;}

.cat9 #header .catTitle,
.cat9 h1,
.cat9 a:hover {background-color: #ca9faa;}



.cat1 h2,.cat1 h3, li.cat1 a, .cat1 #content a, .cat1 #content strong {color: #a03d1b;}
.cat2 h2,.cat2 h3, li.cat2 a, .cat2 #content a, .cat2 #content strong {color: #85cee0;}
.cat3 h2,.cat3 h3, li.cat3 a, .cat3 #content a, .cat3 #content strong {color: #4b6672;}
.cat4 h2,.cat4 h3, li.cat4 a, .cat4 #content a, .cat4 #content strong {color: #96b315;}
.cat5 h2,.cat5 h3, li.cat5 a, .cat5 #content a, .cat5 #content strong {color: #466635;}
.cat6 h2,.cat6 h3, li.cat6 a, .cat6 #content a, .cat6 #content strong {color: #e66e43;}
.cat7 h2,.cat7 h3, li.cat7 a, .cat7 #content a, .cat7 #content strong {color: #482a54;}
.cat8 h2,.cat8 h3, li.cat8 a, .cat8 #content a, .cat8 #content strong {color: #803a64;}
.cat9 h2,.cat9 h3, li.cat9 a, .cat9 #content a, .cat9 #content strong {color: #ca9faa;}
#content a:hover{
	color: #FFF;
}
#content li{
background-image:url(images/icons-puces_cat0_12.png); 
background-position:0 -5px;
background-repeat:no-repeat;
list-style-type:none;
padding-left:30px;
}

.cat1 #content li{ background-image:url(images/icons-puces_cat1_12.png); }
.cat2 #content li{ background-image:url(images/icons-puces_cat2_12.png); }
.cat3 #content li{ background-image:url(images/icons-puces_cat3_12.png); }
.cat4 #content li{ background-image:url(images/icons-puces_cat4_12.png); }
.cat5 #content li{ background-image:url(images/icons-puces_cat5_12.png); }
.cat6 #content li{ background-image:url(images/icons-puces_cat6_12.png); }
.cat7 #content li{ background-image:url(images/icons-puces_cat7_12.png); }
.cat8 #content li{ background-image:url(images/icons-puces_cat8_12.png); }
.cat9 #content li{ background-image:url(images/icons-puces_cat9_12.png); }


#lightbox-overlay-text{
	display: none !important;
}




.cat1 table { border-color: #a03d1b; outline-color: #a03d1b; }
.cat2 table { border-color: #85cee0; outline-color: #85cee0; }
.cat3 table { border-color: #4b6672; outline-color: #4b6672; }
.cat4 table { border-color: #96b315; outline-color: #96b315; }
.cat5 table { border-color: #466635; outline-color: #466635; }
.cat6 table { border-color: #e66e43; outline-color: #e66e43; }
.cat7 table { border-color: #482a54; outline-color: #482a54; }
.cat8 table { border-color: #803a64; outline-color: #803a64; }
.cat9 table { border-color: #ca9faa; outline-color: #ca9faa; }

table tr td{
	padding: 2px;
}
a {
	text-decoration: none;
}

a:hover {
	color: #FFF ;
	font-style: italic;
}
h1{
	color: #FFF;
	padding:2px;
	line-height:26px;
}
h2{
	font-size: 1.2em;
}
h3{
	font-size: 1.1em;
	padding-left: 15px;
}
/* trois types d'alignement */

.imgfleft {
float:left;
height:auto;
margin:0 8px 8px 0;
width:250px;
}

.imgfright {
	float: right;
	margin: 0 8px 0 8px;
}

.imgfcenter {
	display: block;
	margin: 0 auto 8px auto;
}

/* @group header */
#header {
	font-size: 1.2em;
/*	background: transparent url(images/entete.jpg) no-repeat 0 0px;*/
}
#header h1,
#header h2 {
	margin: 0;
	background-color: transparent;
}

#header h1 a,
#header h2 a {
	display: block;
	text-indent: -9999px;
	height: 159px;
}
#header h1 a:hover,
#header h2 a:hover{
	background-color: transparent;
}
#header p {
	position: absolute;
	left: -9999px;
	visibility: hidden;
}

#header ul {
	font-size: 0.92em;
	line-height: 18px;
	list-style: none;
	margin-top: 10px;
}

#header li {
	margin: 0;
}

#header .line1{
	font-size: 1.1em;
	font-weight: bold;
	color: #e53817;
}
#header .line2{
	color: #96b315;
}
#header .line3 img{
	margin-top: 10px;
	float: right;
	height: 65px;
}
/* @end */

/* @group mainmenu */

#mainmenu ul {
	list-style: none;
	margin: 20px 0;
}

#mainmenu ul li {
	margin: 0; padding: 10px 0 0 10px;
}

#mainmenu ul li a {
	position: relative;
	display: block;
/*	text-transform: lowercase;
	height: 38px;
*/
	
	margin: 0;
	z-index: 100;
}
#mainmenu ul li a:hover{
	background-color: transparent;
	cursor: default;
}
#mainmenu .menu1 {
	margin: 10px 0 0 0;
}
/*
#mainmenu li.current a{
	height: 18px;
}
#mainmenu:hover li.current a{
	height: 38px;
}
#mainmenu li:hover a {
	height: 18px !important;
}
*/
#mainmenu .menu2 {
	margin: 10px 0 20px 0; padding: 10px 0 0 0;
	border-top: 1px solid #B3B3B3;
}
#mainmenu li.cat1.current{
	background-color: #e5c7bd;
}
#mainmenu li.cat2.current{
	background-color: #c0dfe7;
}
#mainmenu li.cat3.current{
	background-color: #a4b5bc;
}
#mainmenu li.cat4.current{
	background-color: #dce3b6;
}
#mainmenu li.cat5.current{
	background-color: #a7bb9d;
}
#mainmenu li.cat6.current{
	background-color: #dab6b1;
}
#mainmenu li.cat7.current{
	background-color: #9b86a3;
}
#mainmenu li.cat8.current{
	background-color: #cfb0c2;
}
#mainmenu li.cat9.current{
	background-color: #f3dae1;
}
#mainmenu:hover li.current{
	background-color: transparent;
}
#mainmenu li.cat1:hover{
	background-color: #e5c7bd;
}
#mainmenu li.cat2:hover{
	background-color: #c0dfe7;
}
#mainmenu li.cat3:hover{
	background-color: #a4b5bc;
}
#mainmenu li.cat4:hover{
	background-color: #dce3b6;
}
#mainmenu li.cat5:hover{
	background-color: #a7bb9d;
}
#mainmenu li.cat6:hover{
	background-color: #dab6b1;
}
#mainmenu li.cat7:hover{
	background-color: #9b86a3;
}
#mainmenu li.cat8:hover{
	background-color: #cfb0c2;
}
#mainmenu li.cat9:hover{
	background-color: #f3dae1;
}

#mainmenu .submenu {
	display: none;
	margin: 8px 0 0 0; padding: 8px;
	z-index: 10;
}



#mainmenu li.current .submenu {
	display: block;
}
/*
#mainmenu:hover li.current .submenu {
	display: none;
}
*/
#mainmenu li:hover .submenu{
	display: block !important;
}



#mainmenu .submenu li {
	padding: 0;
	margin-top:8px;
}

#mainmenu .submenu li a {
	display: inline;
	text-indent: 0;
	line-height: auto;
	
	height: auto;
	margin: 0; padding: 2px;
	background: none;
}

#mainmenu .submenu li a:hover {
cursor: pointer;
}
#mainmenu .submenu li.current a
{
	color: #000;
	font-weight: bold;
}

/* @end */

/* @group widget news */

#wdg-news {
	color: #FFF;
	font-size: 0.95em;
	line-height: 1.3em;
}

#wdg-news h2 {
	height: 38px;
	margin: 0;
	background: url(images/wdg-news-title.png) no-repeat;
	text-indent: -9999px;
}

#wdg-news p {
	margin-bottom: 10px;
}

#wdg-news h3 {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 4px;
}

#wdg-news h3 a {
	padding: 4px 4px;;
}

#wdg-news a {
	background-color: #C0AB95;
}

#wdg-news a:hover {
	color: #C0AB95;
	background-color: #FFF;
}

#wdg-news .more a {
	padding: 2px 4px;
}

#wdg-news .container {
	position: relative;
	color: #FFF;
	background-color: #A5896A;
	margin: 0; padding: 8px;
}

#wdg-news .container .scroll-pane {
	height: 400px;
	overflow: hidden;
}

#wdg-news .container .jScrollPaneDrag {
	background: #C0AB95;
}

#wdg-news .post-wrapper {
	margin-bottom: 18px;
}

/* @end */

/* @group widget calendar */

#wdg-cal {
	color: #FFF;
	font-size: 0.95em;
	line-height: 1.3em;
}

#wdg-cal h2 {
	height: 38px;
	margin: 0;
	background: url(images/wdg-cal-title.png) no-repeat;
	text-indent: -9999px;
}

#wdg-cal p {
	margin-bottom: 10px;
}

#wdg-cal h3 {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 4px;
}

#wdg-cal h3 a {
	padding: 4px 4px;
}

#wdg-cal a {
	background-color: #D37F85;
}

#wdg-cal a:hover {
	color: #D37F85;
	background-color: #FFF;
}

#wdg-cal .more a {
	padding: 2px 4px;
}

#wdg-cal .container {
	position: relative;
	color: #FFF;
	background-color: #B7424E;
	margin: 0; padding: 8px;
}

#wdg-cal .container .scroll-pane {
	height: 503px;
	overflow: hidden;
}

#wdg-cal .container .jScrollPaneDrag {
	background: #D37F85;
}

#wdg-cal .post-wrapper {
	margin-bottom: 18px;
}

/* @end */

/* @group widget search */

#wdg-search h2 {
	height: 38px;
	margin: 20px 0 0 0;
	background: url(images/wdg-search-title.png) no-repeat;
	text-indent: -9999px;
}

#wdg-search .container {
	background-color: #8C74AE;
	padding: 8px;
}

#wdg-search #formRowS {
	float: left;
	width: 75%;
}

#wdg-search .formRow input {
	display: block;
}

#wdg-search #inputS {
	border: none;
	padding: 4px;
	font-size: 1.2em;
	color: gray;
	width: 96%;
}

#wdg-search #inputS.active {
	color: #333;
}

#wdg-search #inputOk {
	border: none;
	padding: 5px 0;
	font-size: 1em;
	color: #FFF;
	background-color: #C5B9D6;
	width: 100%;
}

#wdg-search #inputOk:hover {
	background-color: #B6A7CD;
	cursor: pointer;
}

#wdg-search #formRowOk {
	float: left;
	width: 25%;
}

/* @end */

#header .catTitle {
	float: right;
	text-align: right;
	margin-top: 10px;
}

#header .catTitle h2 {
	width: 200px;
	text-transform: uppercase;
	line-height: 1em;
	margin-bottom: 5px;
}

#header .catTitle h3 {
	font-size: 1.4em;
	line-height: 1em;
	margin-bottom: 5px;
}

#content .wrapper {
	padding: 20px;
	background-color: #FFF;
}

/* @group footer */

#footer {
	margin-top: 20px; padding-top: 30px;
	float: right;
	background: url(images/arrow.gif) no-repeat 400px 0;
}

#footer .container {
	color: #FFF;
	padding: 0 0 8px 0;
	background-color: #a03d1b;
}

#footer h3 {
	font-size: 1em;
	margin: 10px 0 0 10px;
}

#footer p {
	margin: 4px 0 0 10px;
	line-height: 1.2em;
}

#footer ul.logos {
	list-style: none;
	margin: 8px;
}

#footer ul.logos li {
	margin: 0;
	float: left;
}

#footer ul.logos li a {
	display: block;
	background: none;
}

#footer ul.logos .line1 a {
	width: 39px; height: 51px;
	margin-right: 10px;
	text-indent: -9999px;
	background: url(images/logo-culture.gif) no-repeat;
}

#footer ul.logos .line2 a {
	width: 89px; height: 29px;
	margin-top: 12px;
	text-indent: -9999px;
	background: url(images/logo-vaucluse.gif) no-repeat;
}
#partenaire li{
	list-style: none;
	margin: none;
	padding: none;
	
}
#bloc_actu{
	float: right;
}
#bloc_actu .wrapper{
padding: 10px;
}
#actu{
	float: right;
	background: #ddd;
	border: 2px solid #bbb;
	padding: 4px;

}


.cat1 #actu{
	background-color: #e5c7bd;
	border-color: #a03d1b;
}
.cat2 #actu{
	background-color: #c0dfe7;
	border-color: #85cee0;
}
.cat3 #actu{
	background-color: #a4b5bc;
	border-color: #4b6672;
}
.cat4 #actu{
	background-color: #dce3b6;
	border-color: #96b315;
}
.cat5 #actu{
	background-color: #a7bb9d;
	border-color: #466635;
}
.cat6 #actu{
	background-color: #dab6b1;
	border-color: #e66e43;
}
.cat7 #actu{
	background-color: #9b86a3;
	border-color: #482a54;
}
.cat8 #actu{
	background-color: #cfb0c2;
	border-color: #803a64;
}
.cat9 #actu{
	background-color: #f3dae1;
	border-color: #ca9faa;
}
#submision_form{
		background-color: #9b86a3;
}
#submision_form select,
#submision_form textarea,
#submision_form input{
	border: 0px solid #482a54;
	color:  #482a54;
	padding: 0px;
}
#submision_form .form-row{
	margin-top: 15px;
}
#submision_form .form-row label{
	text-align: right;
	font-weight: bold;
}
#submision_form div.validation{
	height: 18px;
}
#submision_form div.err-1 ,
#submision_form div.err-2 {
	margin: 0;
	
	
}
#submision_form div.err-1 p,
#submision_form div.err-2 p{
	background: #E6C8F3;
	color: #FF7783;
	border: 1px solid #E6C8F3;

}
#submision_form  .sousFormulaire .dupl{
	margin: 0 15px;
	background: #AD96B7;
}
form .validation p{
	margin-bottom: 0;
}
form  .ui-icon{
	float: left;
}
form .sousFormulaire .menu_liste{
	padding: 0 0 0 30px;
}
#content form .sousFormulaire .menu_liste li{
	display: inline;
	list-style: none;
	background-image: none;
	padding: 0;
	margin:0;
}
#biography{
	height: 200px;
}
p{
text-align: justify;
}
#partenaire li,
#partenaire li a{
	display:bloc;
	float:left;
	height:48px;
	width:48px;
}
/* @end */
