/* CSS Document */

*{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  border:0;
  margin:0;
  padding:0;
}

img{
	vertical-align: middle;
}

body{
  background:#000000 url(images/bg.jpg) repeat-x;
  font-size:11px;
}

input, select, textarea{
  font-size:10px;
  padding:2px;
  border:1px solid #cccccc;
  margin:3px;
  _margin:2px;
  width:240px;
}


input.btn{
  width:50px;
}

input.radio{
  border:none;
  width:25px;
}

input.check{
	width:25px;
	border: none;
	padding: 0px;
	margin: 1px 1px -1px 1px;
}



form._readonly input,
form._readonly select,
form._readonly textarea {
  background-color: #eee;
  border-color: #ddd;
}

a{
  font-weight: bold;
  text-decoration: none;
  color:#000000;  
}

p{
	clear: both;
	margin-bottom: 2px;
	overflow: hidden;
	_height: 1%;
}

form p.submit{
	text-align: center;
}
form p.submit input{
	width: 100px;
}

form .ville{
	color: #8EA21F;
	font-weight: bold;
}


.aucun{
  font-style: italic;
  color: #9c9b9b;
}

table{
  border-collapse: collapse;
}

.container{
  width:1003px;
  margin:auto;
  /*border:1px solid #ffffff;*/
  margin-top:20px;  
	position: relative;
}

h1{
  font-size: 17px;
  color: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
}


h2{
  font-size: 10px;
  color: #fff;
	background: #9D0C15;
	font-weight: bold;
	text-transform: uppercase;
	height: 17px;
	line-height: 17px;
	text-indent: 5px;
}

h2:first-letter{
	font-size: 13px;
}

h3{
  font-size: 11px;
}




/* header */
.container .header{
  height: 120px;
  overflow:hidden;
  background: url(images/header.jpg);
}

.container #goHomeLink{
	position: absolute;
	display: block;
	width: 200px;
	height: 90px;
	top: 0px;
	left: 0px;
	font-size: 0px;
	text-indent: -999em;
}

.container .header div{
  color:#ffffff;
  float: right;
  margin: 72px 20px 0 0;
  
}
.container .header div a{
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  
}

/* menu principal */
.container .menu{
  margin: 3px 3px 0px 3px;
  background: #90141C;
  overflow: hidden;
  _height: 1%;
	
	display: none;
}

.container .menu .main-menu{
  margin: 0px;
}
.container .menu .main-menu li{
  list-style: none;
  width: 158px;
  text-align: center;
  float: left;
  height: 20px;
  line-height: 20px;
}
.container .menu .main-menu li a{
  color: #fff;
  display: block;
}
.container .menu .main-menu li a:hover{
  background: #fff;
  color: #90141C;
}




.container .content{
  overflow: auto;
	/*background: url(images/bg-container.jpg);*/
	background: #171717;
	height: 469px;
	position: relative;
}

.container .content .add{
  margin:20px;
  text-align:right;
  display:block;
  font-weight:bold;
  text-decoration:none;
  color:#013565;
}


.container .content .box{
  margin:0px;
  background:url(images/filigrane-bloc-home.png);
	_background: #4D4D4D none;
	position: absolute;
	width: 220px;
}

.container .content .box li{
	margin-top: 5px;
	list-style-type: disc;
	margin-left: 20px;
	color: #fff;
	font-size: 11px;
}

.container .content .box a{
	color: #fff;	
	font-weight: normal;
}

.container .content .box .title{
  background: #9d0c15;
  color: #fff;
  font-weight: bold;
  padding: 2px;
}


.container .content .box .b_content{
	overflow: hidden;	
}
.container .content .box .b_content .filtre{
	background: #ffffff;
	border: 1px solid #F0F0F0;
	padding: 3px;
	margin-bottom: 10px;
}
.container .content .box .b_content .filtre label{
	float: none;
	display: block;
}

.container .content .box .b_content .filtre .add{
	display: inline;
	margin: 0px;
}


.container .content .box .b_content .sub{
	background: #ffffff;
	border: 1px solid #F0F0F0;
	padding: 3px;
	margin-top: 10px;
}
.container .content .box .b_content .sub label{
	float: none;
	display: block;
}



/* ---- Arborescence des familles de fichiers -------------*/
.family-arbo ul{
  margin-left: 10px;
}
.family-arbo ul ul{
  margin-left: 20px;
}
.family-arbo ul li{
  list-style: none;
  background: url(images/folder.png) no-repeat left 0px;
  text-indent: 20px;
  padding: 2px;
}

.family-arbo ul li li{
  background: none;
  text-indent: 8px;
  background: url(images/puce.gif) no-repeat left 5px;
}
.family-arbo ul li li a{
  font-weight: normal;
}


/* ------ PAGE INDEX.PHP -------- */


.bloc_login{
	width: 250px;
	margin: 100px auto;
	background: #ffffff;
	border: 1px solid #454841;
	padding: 20px;
}

.bloc_login .logo{
  text-align: center;
}










/* ------- les differents bloc de la home ------- */

.box#blocCommission{
	top: 10px;
	left: 55px;	
	height: 140px;
}

.box#blocProjets{
	top: 160px;
	left: 55px;	
	height: 115px;
}

.box#blocPress{
	top: 285px;
	left: 55px;	
	height: 80px;	
}

.box#blocEvents{
	top: 10px;
	left: 285px;	
	height: 150px;
}


.box#cities{
	top: 10px;
	left: 515px;	
	height: 150px;
}

.box#cities ul{
	height: 133px;
	overflow: auto;
}
.box#cities ul li{
	width: 80px;
	float: left;
}


.box#imageBank{
	width: 450px;
	top: 170px;
	left: 285px;	
	height: 195px;
}

.box#imageBank h2{ 
	background: #fbba00;
	color: #000;
}

.box#imageBank .image{
	width: 50%;
	float: left;
	text-align: center;
	padding-top: 5px;	
}
.box#imageBank span{
	display: block;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.box#directory{
	width: 680px;
	top: 375px;
	left: 55px;	
	height: 77px;
}

.box#directory select{
	width: 670px;
	margin-top: 5px;
}

.box#forum{
	top: 10px;
	left: 745px;
	height: 147px;
}
.box#forum h2{
	background: #bfce00;
	color: #000;
}
.box#forum .b_content{
	background: url(images/picto-forum.gif) 3px center no-repeat;
	height: 130px;
	overflow: auto;
}
.box#forum li{
	margin-left: 80px;
}
.box#forum #seeAll{
	font-weight: bold;
	color: #FBBA00;
	text-align: center;
	display: block;
	margin-top: 3px;
	width: 90%;
}

.box#blocMembership{
	top: 167px;
	left: 745px;	
	height: 60px;
}

.box#blocStatues{
	top: 237px;
	left: 745px;	
	height: 110px;
}

.box#blocTools{
	top: 357px;
	left: 745px;	
	height: 95px;
}
.box#blocTools h2{
	background: #009ee0;
}

.box#blocTools .b_content{
	height: 78px;
	overflow: auto;
}



/* ------- la page qui detaille les documents ------- */
.document{
	padding-left: 135px;	
}
.document #phototequeLink{
	color: #E7B000;
	clear: both;
	display: block;
	margin-left: 450px;
	padding-top: 10px;
}

.document h2{
	font-size: 15px;
	height: auto;
	padding: 3px;
	padding-left: 10px;
	text-indent: 0px;
}
.document h3{
	color: #fff;
	margin: 10px;
}
.document h2:first-letter{
	font-size: 18px;
}
.document #menuDoc{
	width: 250px;
	float: left;	
	padding-right: 10px;
}

.document #menuDoc li{
	list-style-type: none;	
	font-size: 13px;
	margin-bottom: 15px;
}
.document #menuDoc li.active li a{
	color: #E7B000;		
}

.document #menuDoc a{
	color: #E7B000;		
}
.document #menuDoc ul{
	padding-left: 10px;	
}
.document #menuDoc ul li{
	margin-bottom: 2px;
	font-size: 10px;
}
.document #menuDoc li.active ul li a{
	color: #9c9b9b;	
}
.document #menuDoc li.active li.active a{
	color: #fff;
}

.document #docBox{
	width: 560px;
	float: left;	
	
	background: url(images/filigrane-bloc-home.png);
	_background: #4D4D4D none;
	
	/*border: 1px solid #4D4D4D;*/
	height: 350px;
}

.document #docBox.tools h2{
	background: #009ee0;
	color: #fff;
	
}
.document #docBox.visuelBloc{
	background: none;
}
.document #docBox.visuelBloc h2{
	display: none;
}
.document #docBox li{
	list-style-type: none;
	background: url(images/picto-pdf.png) no-repeat left center;
	padding-left: 20px;
	margin-left: 40px;
	margin-top: 10px;
	color: #fff;
}
.document #docBox span.file-desc{
	margin-left: 60px;
	font-size: 10px;
	color: #aaa;	
}
.document #docBox li a{
	color: #fff;
	font-weight: normal;
}

.documentVille #menuDoc{
	width: 270px;	
}
.documentVille #menuDoc li{
	width: 130px;
	float: left;	
	font-size: 10px;
}

.documentVille #blocVille{
	background: url(images/filigrane-bloc-home.png);
	_background: #4D4D4D none;
	float: left;
	width: 550px;
	height: 243px;
}
.documentVille #blocVille ul{
	width: 255px;
	float: left;	
}
.documentVille #blocVille ul li{
	color: #fff;
	margin-left: 20px;
	margin-top: 20px;
	list-style-type: none;
	background: url(images/picto-pdf.png) left center no-repeat;
	text-indent: 20px;
}
.documentVille #blocVille ul li a{
	color: #fff;
}
.documentVille #blocVille #visuelVille{
	float: right;
}
.contentList{
	height: 326px;
	overflow: auto;
}
.contentList .visuel{
	margin:0px auto; 
}

	
	
	/* Horizontal Carousel */
	
.imageBank #zoom{
	height: 380px;
	text-align: center;	
}

.imageBank #legendLabel{
	text-align: center;	
	color: #FBBA00;
	font-weight: bold;
	padding-top: 3px;
}
.imageBank #credits{
	text-align: center;	
	color: #ddd;
	font-style: italic;
	font-size: 9px;
}
	
#carousel {
  float: left;
  width: 800px;
  height: 66px;
  margin-bottom: 10px;
	margin-left: 100px;
  position: relative;
	_display: inline;
}

#carousel .container {
  float: left;
  width: 720px;
  height: 66px;
  position: relative;    
  overflow: hidden;
  background: white;
	margin: 0px;
}

#carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 66px;
	background: #000;
}                      

#carousel ul li {
  /*width: 100px;*/
  text-align: center; 
  list-style:none;   
  float:left;
	padding: 0 1px;
}


#carousel .previous_button, #carousel .next_button {
	float:left;  
	width: 40px;
	height: 66px;
	z-index: 100;
	cursor: pointer;
	font-size: 0px;
	text-indent: -999em;
}

#carousel .previous_button { 
  background: url(images/flecheGauche.gif) no-repeat left center;
}

#carousel .next_button {
  background: url(images/flecheDroite.gif) no-repeat left center;
}

#carousel .previous_button_disabled, #carousel .next_button_disabled  {
  background: none;
	cursor: default;
}
	
/* ------------------- les page du forum -------------------- */

.forum label{
	display: block;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
	text-indent: 3px;
}
.forum input, .forum select, .forum textarea{
	width: 99%;
}


.forum h2{
	padding: 2px;
}
.forum .forumBox{
	width: 95%;
	background: url(images/filigrane-bloc-home.png);
	_background: #4D4D4D none;
	margin: 10px auto;
}

.forum .forumBoxContent{
	padding: 5px;
}
			

.forum .add-bloc{
  width: auto;
  float: right;
	background: #68030a;
	height: 19px;
	line-height: 19px;
	padding: 0px 5px;
	border: 1px solid #9D0C15;
}
.forum .add-bloc a{
	color: #fff;	
	font-size: 10px;
	text-transform: uppercase;
}

.forum .memberDetail label{
	display: block;
	float: left;
	width: 15%;
}
.forum .memberDetail input{
	display: block;
	float: left;
	width: 3	0%;
}

/* affichage des message du forum */
.forum-msg{
  width: 930px;
  clear: both;
  overflow: hidden;
  background: #DEDFDF;
  border: 1px solid #F1F1F1;
  margin: 5px auto;
}
 .header-forum-msg{
  /*background: url(images/bg-header-msg.gif) repeat-x;*/
  background: #D1D1D1;
  border-bottom: 1px solid #fff;
  color: #333333;
  /*font-weight: bold;*/
  padding: 2px 5px;  
}
.header-forum-msg .delete{
  text-align: right;
}
.forum-msg .auteur-forum-msg{
  float: left;
  width: 200px;
  padding: 5px;
 
}
.forum-msg .content-forum-msg{
  background: #F1F1F1;
  float: left;
  width: 709px;
  padding: 5px;
  border-left: 1px solid #ffffff;
}

.forum-msg .content-forum-msg .fichier{
  background: #cfddf6;
  border: 1px solid #bdcce7;
  float: right;
  padding: 3px;
  margin: 3px;
  text-align: right;
  width: 250px;
}

textarea.reponse{
  width: 100%;
  height: 100px;
}




/* tableau d'affichage */
table.tab{
	width: 100%;
	border-collapse: collapse;
}
table.tab th{
  background: #D1D1D1;
  color:#333333;
	text-align:center;
	padding: 3px;
	font-weight: normal;
	border: 1px solid #fff;
}
table.tab th.col-libelle{
  width: 250px;
}
table.tab th.col-date{
  width: 170px;
}
table.tab th.col-stat{
  width: 70px;
}
table.tab th.col-action{
  width: 60px;
}

table.tab td{
  border:1px solid #ffffff;
  padding:1px;
  background:#F1F1F1;
}
table.tab img{
  vertical-align: bottom;
}
table.tab td.vues, table.tab td.nb-reponses{
  background: #DEDFDF;
  text-align: center;
}
table.tab a{
  font-weight: normal;
  color: #9D0C15;
}

.copyright{
position:absolute;
top:112px;
left:87px;
z-index:1;
color:#FFFFFF;
font-size:10px;
}

.copyright a{
color:#FFFFFF;
}



