/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

body{
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#fff url(img/rose/bodytopbg.jpg) no-repeat center top;
	font-size:13px;
}

img {border:0;}
p { font-size:13px; f____ont-family:Arial, Helvetica, sans-serif;}
a, .police { text-decoration:none; color:#c60070;}
h1 { clear:left;font-size:21px; margin:0 0 20px 0; font-weight:normal; color:#c60070;}
h2 { clear:left;font-size:16px; margin:0 0 10px 0; font-weight:normal; line-height:16px;}
h3 { clear:left;font-size:21px; margin:0 0 0 0; font-weight:normal;}
.little{ font-size:12px; float:left;}
li{margin:0; padding:0; list-style:none;}

#print {
    position:absolute;
    top:0;
    right:0;
}

#logo{background:url(img/rose/logoheader.jpg); width:260px; height:147px; float:left;}

#container{
	width:960px;
	height:auto;
	position:relative;
	margin:0 auto;
	background:#FFF;
}

#header{
	width:960px;
	height:147px;
	float:left;
	position:relative;
}

#headeranim{
	width:700px;
	height:147px;
	position:absolute;
	top:0;
	right:0;
	background-color:#fff;
}

#menubg{height:48px; width:960px; float:left; background:#FBEBF2;}

#arborescence{
	width:935px;
	height:31px;
	padding:5px 0 0 25px;
	background:url(img/rose/arborescencebg.jpg) no-repeat;
	float:left;
	font-size:12px;
	margin-top:320px;
}

#arborescencecontent{
	width:935px;
	height:31px;
	padding:5px 0 0 25px;
	background:url(img/rose/arborescencebg2.jpg) no-repeat;
	float:left;
	font-size:12px;
}

/*----------NAVIGATION DU HEADER----------------*/

#topnav{
	width:700px;
	height:38px;
	position:absolute;
	z-index:90;
	top:0;
	left:260px;
	font-size:12px;
}

#topnav a{ text-decoration:none;}
#topnav a:hover{  color:#fff;}

#accueilbtn{
	width:50px;
	height:22px;
	padding:16px 0 0 25px;
	background: url(img/rose/accueil.png) no-repeat;
	margin-right:15px;
	float:left;
}
#accueilbtn:hover{
	background: url(img/rose/accueilhover.png) no-repeat;
}

#sitemapbtn{
	width:76px;
	height:22px;
	padding:16px 0 0 35px;
	background: url(img/rose/sitemap.png) no-repeat;
	margin-right:15px;
	float:left;
}
#sitemapbtn:hover{
	background: url(img/rose/sitemaphover.png) no-repeat;
}

#contactbtn{
	width:57px;
	height:22px;
	padding:16px 0 0 40px;
	background: url(img/rose/contact.png) no-repeat;
	margin-right:15px;
	float:left;
}
#contactbtn:hover{
	background: url(img/rose/contacthover.png) no-repeat;
}

#logbtn{
	width:157px;
	height:22px;
	padding:16px 0 0 55px;
	background: url(img/rose/log.png) no-repeat;
	margin-right:15px;
	float:left;
}
#logbtn:hover{
	background: url(img/rose/loghover.png) no-repeat;
}

#share{
	width:107px;
	height:26px;
	padding:12px 0 0;
	float:left;
}

	#facebook{ height:23px; width:23px; background:url(img/rose/fb.png); float:left; margin-right:5px;}
	#twitter{ height:23px; width:23px; background:url(img/rose/twitter.png); float:left; margin-right:5px;}
	#blogger{ height:23px; width:23px; background:url(img/rose/blogger.png); float:left; margin-right:5px;}
	#rss{ height:23px; width:23px; background:url(img/rose/rss.png); float:left;}

	#facebook:hover{ background:url(img/rose/fbhover.png);}
	#twitter:hover{ background:url(img/rose/twitterhover.png);}
	#blogger:hover{ background:url(img/rose/bloggerhover.png);}
	#rss:hover{ background:url(img/rose/rsshover.png);}

/*-------NAVIGATION DU HEADER FIN---------------
-----------------SLIDESHOW----------------------*/

#slideshow{
	width:960px;
	height:320px;
	position:absolute;
	z-index:20;
	top:147px;
	left:0;
	}

#arrondislideshow{
	width:960px;
	height:320px;
	position:absolute;
	z-index:30;
	top:147px;
	left:0;
    background:url(img/rose/arrondislideshow.png) no-repeat bottom center;
	}

/*-------------SLIDESHOW FIN--------------------
-----------NAVIGATION DU SLIDESHOW--------------*/

#menu{
	width:920px;
	padding:0 15px;
	height:50px;
	position:absolute;
	z-index:90;
	top:147px;
	left:0;
	font-size:16px;
}

/*-------NAVIGATION DU SLIDESHOW FIN------------*/

#contentall{
	width:960px;
	height:auto;
	float:left;
	background:#FFF;
}

#content{
	/*width: 660px;*/
	height:auto;
	float:left;
	margin:30px 35px 10px 30px;
	position:relative;
	text-align:left;
}

#contenttxt { width:660px; height:auto; float:left;}
.guimet{ font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; font-weight:bold;}
#content p a{ text-decoration:underline;}

#contenuimg{
	width:660px;
	height:149px;
	float:left;
	position:relative;
	margin:15px 0 15px 0;
}

#contenuimgcache{
	width:660px;
	height:149px;
	float:left;
	position:absolute;
	background:url(img/contenuimgcache.png);
	z-index:120;
	top: 0;
	left: 0;
}

#publication{
	width:160px;
	min-height:500px;
	float:left;
	margin-right:35px;
	text-align:left;
}

#publication h2{margin-bottom:20px;}

#publication img, #flash img{
	border:1px #ECB1CC solid;
}

#actualites{
	width:460px;
	float:left;
}

#dossiers{
	width:460px;
	float:left;
	margin-bottom:20px;
}

#shortlist{
	width:660px;
	height:auto;
	float:left;
	margin:30px 0 30px 5px;
}

#shortlist h1{margin-bottom:15px;}

#shortlist ul, #shortlist li {
	margin:0;
	padding:0;
	list-style:none;
}

#shortlist ul li{
	height:34px;
	width:660px;
	float:left;
}

#simplelist{
	width:660px;
	height:auto;
	float:left;
	margin:30px 0 30px 5px;
}

#simplelist h1{margin-bottom:15px;}

#simplelist ul, #simplelist li {
	margin:0;
	padding:0;
	list-style:none;
}

#simplelist ul li{
	height:48px;
	width:660px;
	float:left;
}

#listpagesnav {
	height:10px;
	width:660px;
	float:left;
	text-align:center;
	padding-top:10px;
	color:#999;
	font-size:12px;
}

#listpagesnav a{text-decoration:none;}

#actus{
	float:left;
	margin-bottom:20px;
}

#actualites ul, #actualites li {
	margin:0;
	padding:0;
	list-style:none;
}

#actualites ul li{
	height:48px;
	width:460px;
	float:left;
}

.li2{
	background:url(img/rose/dossierbg.jpg);
}

.simplelistli2{
	background:url(img/rose/simplelistbg.jpg) no-repeat;
}

.shortlistli2{
	background:url(img/rose/shortlistbg.jpg) no-repeat;
}

#actualites h2, #simplelist h2{ margin:7px 0 0 0;}
.comment{ font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#666;}
.actualitestxt{ width:380px; height:50px; float:left;}
.simplelisttxt{ width:500px; height:50px; float:left;}
.shortlisttxt{ width:630px; height:26px; float:left; padding-top:8px;}
.docweight{ width:80px; height:35px; float:left; color:#999; text-align:right; padding-top:15px; padding-right:10px;}

.toolicon{ width:40px; height:30px; float:left;}
.santeicon{ width:50px; height:50px; float:left; background:url(img/rose/sante.png) 10px 6px no-repeat;}
.justiceicon{ width:50px; height:50px; float:left; background:url(img/rose/justiceicon.png) 10px 6px no-repeat;}

.membreicon{ width:50px; height:50px; float:left; background:url(img/rose/membre.png) 10px 6px no-repeat;}
.syndicaticon{ width:50px; height:50px; float:left; background:url(img/rose/lesyndicat.png) 10px 6px no-repeat;}
.metiericon{ width:50px; height:50px; float:left; background:url(img/rose/metier.png) 10px 6px no-repeat;}
.publiicon{ width:50px; height:50px; float:left; background:url(img/rose/publications.png) 10px 6px no-repeat;}
.calendaricon{ width:50px; height:50px; float:left; background:url(img/rose/calendar.png) 10px 6px no-repeat;}
.dossiersicon{ width:50px; height:50px; float:left; background:url(img/rose/dossiers.png) 10px 6px no-repeat;}
.partenairesicon{ width:50px; height:50px; float:left; background:url(img/rose/partenaires.png) 10px 6px no-repeat;}

.pdf{ width:35px; height:50px; float:left; background:url(img/rose/extentions/pdf.jpg) 0 6px no-repeat;}
.doc{ width:35px; height:50px; float:left; background:url(img/rose/extentions/doc.jpg) 0 6px no-repeat;}
.xls{ width:35px; height:50px; float:left; background:url(img/rose/extentions/xls.jpg) 0 6px no-repeat;}
.png{ width:35px; height:50px; float:left; background:url(img/rose/extentions/png.jpg) 0 6px no-repeat;}
.psw{ width:35px; height:50px; float:left; background:url(img/rose/extentions/psw.jpg) 0 6px no-repeat;}
.jpg{ width:35px; height:50px; float:left; background:url(img/rose/extentions/jpg.jpg) 0 6px no-repeat;}

.plusbtn{ width:20px; height:50px; float:left; background:url(img/rose/plus.png) right 13px no-repeat;}
.downloadbtn{ width:20px; height:50px; float:left; background:url(img/rose/download.png) right 13px no-repeat;}
.number{ width:20px; height:29px; float:left; font-size:18px; padding:5px 0 0 10px; color:#999;}
.portraitactu{ width:43px; height:43px; padding:7px 0 0 7px; float:left;}
.logospace{ width:20px; height:90px; float:left;}

#partenaires ul { width:460px; height:100px; float:left;}
#partenaires ul li{ width:100px; height:90px; float:left; text-align:center;}

#plus{
	width:200px;
	min-height:500px;
	float:left;
	margin-top:30px;
	margin-left:20px;
}

#membre{
	width:200px;
	height:140px;
	margin-bottom:20px;
	float:left;
	border-bottom: thin dotted #CCC;
}

#connexion{
	width:200px;
	height:150px;
	margin-bottom:20px;
	float:left;
	border-bottom: thin dotted #CCC;
}

#connexion form{ width:150px; height:100px; float:left;}
#connexion .text{ width:190px; height:17px; margin-bottom:10px; background:#FFF; border:1px solid #666; color:#999; padding-left:5px;}
#connexion .bouton{ width:200px; height:22px; margin-bottom:10px; background:url(img/rose/button.png) no-repeat; border:none; color:#fff; cursor:pointer;}

#flash{
	width:200px;
	min-height:250px;
	float:left;
}

#calendrier{
	width:910px;
	height:200px;
	float:left;
	/*margin-top:20px;*/
	margin-left:30px;
}

#calendrier ul{ list-style:none; margin:0; padding:0;}
#calendrier h1{ margin:0;}
#calendrier h2{ margin:0; font-size:17px; line-height:19px;}
.calevent{ width:175px; height:175px; float:left;}

.inscription{width:142px; height:30px; float:left; text-align:center; color:#FFF;}

.calitem{ width:137px; height:137px; padding:5px 25px 5px 10px; float:left; background:url(img/rose/calitembg.jpg) no-repeat;}
.calitem.calform:hover{ background:url(img/rose/calitembghover.jpg) no-repeat;}

.caltxt{ width:137px; height:60px; float:left;}

.formationicon{ width:137px; height:20px; float:left; background:url(img/rose/formationicon.png) right no-repeat;}
.reunionicon{ width:137px; height:20px; float:left; background:url(img/rose/reunionicon.png) right no-repeat;}
.presentationicon{ width:137px; height:20px; float:left; background:url(img/rose/presentationicon.png) right no-repeat;}
.miscicon{ width:137px; height:20px; float:left; text-align:right; }

.caldate{ width:137px; height:13px; float:left; padding-top:9px; font-size:12px;}

.middlemonthline{ width:175px; height:5px; float:left; margin-top:10px; background:#ECB1CC;}
.endmonthline{ width:165px; height:5px; float:left; margin-top:10px; background:#ECB1CC;}
.calmonth{ width:175px; height:15px; color:#ECB1CC; float:left;}

.calplus{ width:25px; height:150px; float:left; background:url(img/rose/calplus.jpg) no-repeat; margin-top:25px;}

#footercontainer{
    position:relative;
	width:100%;
	height:auto;
	float:left;
	background:url(img/rose/bodybottombg.jpg) no-repeat center 30px;
}

#footertop{
    height:15px;
    width:960px;
    background:url(img/rose/footerbg.jpg);
}

#footer{
    position:relative;
	width:960px;
	height: auto;
	margin:0 auto;
	background:url(img/rose/footerbottombg.jpg) bottom center #fdf7fb no-repeat;
	margin-top: 30px;
	padding-bottom:40px;
}

#links{
	width:930px;
	height:auto;
	margin:30px 0 0 30px;
}

.linkscolumn{
	width:92px;
	height:auto;
	margin-right:23px;
	float:left;
}

.linkscolumn h2{ font-size:18px;}

.linkscolumn ul, .linkscolumnlast ul{ margin:0; padding:0;}
.linkscolumn ul ul li, .linkscolumnlast ul ul li{ margin-left:10px; margin-bottom:0; font-size:11px;}
.linkscolumn ul ul, .linkscolumnlast ul ul{ margin:0 0 5px 0;}
.linkscolumn ul li, .linkscolumnlast ul li{ margin:0 0 5px 0;}

.linkscolumnlast{
	width:102px;
	height:auto;
	float:left;
}

#copyrights{
	position:absolute;
	bottom:0;
	left:290px;
	height:20px;
}

/*-------MENU A DIFFERENTS NIVEAUX------------*/

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;margin-right:1px;}
.menu li.top.active a {color:#000;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:26px; padding-top:10px; }/* move the link text off screen */

.menu li {width:auto;}
.menu li a{min-width:5px; background:#fff; text-decoration:none; font-weight:normal; }
.menu li li a{background:#fdf7fb;}
.menu li .left{ height:36px; width:19px; float:left; background:url(img/menubtnleftradius.png) no-repeat;}
.menu li .right{ height:36px; width:19px; float:left; background:url(img/menubtnrightradius.png) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */


/* keep the 'next' level invisible by placing it off screen. */
.menu ul,
.menu :hover ul ul,
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:0; top:35px; padding:0 0; white-space:nowrap; width:163px; height:auto; margin-left:3px;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:163px;}
.menu :hover ul.sub li a {display:block; font-size:11px; height:20px; width:163px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:none; border-width:none;}
.menu :hover ul.sub li a:hover {background:#c60070; color:#fff;}

.topradius{ width:163px; height:12px; float:left; background:url(img/rose/flytopradius.png) no-repeat;}
.bottomradius{width:163px; height:10px; float:left; background:url(img/rose/flybottomradius.png) no-repeat;}

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:163px; top:-14px; padding:3px 0; border:none; white-space:nowrap; width:163px; z-index:200; height:auto; z-index:300;}

/* sitemap */
ul.sitemap {
    padding-left:0;
    font-size:18px;
}
ul.sitemap ul {
    padding-left:40px;
}
ul.sitemap li {
    padding-bottom:15px;
}
ul.sitemap li li {
    padding-bottom:0;
}
div#cats {
    clear:left;
}
div#cats ul {
    padding-left:0;
}

/* LISTES */

ul.simplelist li {
    min-height:40px;
    padding-top:8px;
    padding-left:10px;
    padding-right:15px;
}

ul.simplelist h3 {
    font-size:18px;
}
.toggle_content {
    display:none;
    clear:left;
    background-color:#fafafa;
    padding:10px 20px 10px 10px;
    margin-top:5px;
    margin-bottom:20px;
    border-bottom:dotted 1px #ccc;
}
.toggle_content p {
    margin-top:0;
}

/* calendrier */
ul.calendrier {
    margin:0;
    padding:0;
}
ul.calendrier div.date {
    width:170px;
    float:left;
}
ul.calendrier div.lieu {
    width:100px;
    float:left;
}
ul.calendrier li.finished div {
    color:#999;
}
.form {
    line-height:30px;
}
.form input, textarea {
    float:left;
    border:solid 1px #7f7f7f;
    width:360px;
}
input.button {
    background:url(img/rose/button.png);
    width:197px;
    height:22px;
    text-align:center;
    border:none;
    color:#fff;
    padding-bottom:2px;
}
.form div.field {
    float:left;
    width:200px;
}
.calendrier .size {
    font-size:12px;
    color:#b3b3b3;
    font-style:italic;
    margin-right:5px;
}

/* actualités */
ul.actualites {
    margin:0;
    padding:0;
}
ul.actualites li {
    margin-bottom:20px;
}
.actualites .icon {
    float:left;
    width:32px;
    margin-right:10px;
}
.news-intro {
    float:left;
}
.news-content {
    display:none;
    clear:left;
    background-color:#fafafa;
    padding:10px 20px 10px 10px;
    margin-top:5px;
    margin-bottom:20px;
    border-bottom:dotted 1px #ccc;
}
div.intro {
    font-style:italic;
    margin-bottom:15px;
    border-left:solid 5px #ccc;
    padding-left:15px;
}
div.intro p {
    font-size:16px;
}

/* publications */
ul.publications {
    margin:0;
    padding:0;
}
ul.publications .size {
    font-size:12px;
    color:#b3b3b3;
    font-style:italic;
    padding-right:8px;
    padding-top:8px;
}

/* dossiers */
ul.dossiers {
    margin:0;
    padding:0;
}
ul.dossiers li {
    margin-bottom:20px;
}
.caticon {
    float:left;
    padding:3px 5px 0 5px;
    width:32px;
    height:32px;
}

/* map */
.map {
    float:left;
}
.region-adresse {
    float:right;
    width:180px;
    display:none;
}
.region-pic {
    border:solid 5px #FBEBF2;
    margin:5px 0 5px 0;
}

.years {
    position:absolute;
    top:0;
    right:30px;
    margin:0;
    padding:0;
}
.years li {
    float:left;
    margin-left:10px;
}
.years li.hidden {
    color:#ccc;
}

.form .error {
    background-color:#fbecf3;
    border-color:#ff6699;
}














