/* 	SECTION GENERAL	*/

body{
	background-attachment: fixed;
	background-image: url(../../images/background.jpg);
	background-repeat: repeat-x;
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	background-color: #A3D5EE;
	margin-top: 5px;
	margin-left: 0px;
	text-align: center;
	cursor: default;
}

#main{
	margin: 0px auto;
	width: 1000px;
	text-align: left;
}

#bloc_gauche{
	float: left;
	width: 130px;
	text-align: center;
}

#bloc_contenu{
	float: right;
	width: 860px;
	text-align: left;
}

#footer{
	float: left;
	width: 1000px;
	height: 20px;
	text-align: center;
}

table{
	border-collapse: collapse;
	background-color: #FFFFFF;
	border: none;
}

a{
	border-bottom: none;
	border-bottom-color: #999999;
	color: #000000;
	text-decoration: none;
	font-weight: bold;	
}

a:hover{
	color: #0099ff;
}

img{
	border: none;
	vertical-align: top;
	margin: 0px 4px;
}

.sep{
	float: left;
	width: 100%;
	height: 10px;
}

#newyear{
	cursor: pointer;
	display: none;
	position: fixed;
	text-align: center;
	top: 20%;
	left: 35%;
	height: 200px;
	width: 400px;
	border: 1px yellow solid;
	background-color: rgb(0, 200, 0);
	color: red;
	font-size: 24px;
	font-weight: bolder;
	z-index: 1;
}

/*	SECTION BANDEAU	*/
#titre{
	width: 1000px;
	height: 140px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../../images/fond_titre.gif);
	filter:alpha(opacity=95);
   	-moz-opacity:0.95;
   	opacity: 0.95;
}

#titre .logo1{
	height: 120px;
	width: 130px;
	float: left;
}

#titre .logo2{
	height: 120px;
	width: 130px;
	float: right;
}

#titre .ligne1{
	padding-left: 100px;
	padding-top: 10px;
	height: 90px;
	text-align: left;
	font-size:18px;
	font-weight:bold;
	width: 630px;
	float: left;
	letter-spacing: 10px;
	word-spacing: 10px;
}

#titre .lettrine{
	margin-left: 4px;
	margin-right: 4px;
	color: blue;
	font-size: 20px;
}

#titre .ligne2{
	padding-top: 2px;
	height: 18px;
	text-align: right;
	font-size:12px;
	width: 980px;
	float: left;
}
/*	SECTION MENU	*/
table.menus{
	font-family: Tahoma;
	text-align: left;
	border: solid 1px gray;
	width: 130px;	
}

th.menus{
	text-align: center;
	color: #666666;
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	border-bottom: 1px dotted black;
}

td.menus{
	font-size: 12px;
	color: #000000;
	padding-left: 10px;
}

td.sepmenu{
	width: 130px;
	height: 10px;	
}

td.menus:hover{
	background-color: #cccccc;
}

a.menus{
	border-bottom: none;
	color: #000000;
	font-weight: normal;
}

a.menus:hover{
	color: #0099ff;
}

a.menus:active{
	color: blue;
}

a.menusactif{
	font-weight: normal; 
	color: #0099FF;
}
/*	SECTION CONTENU	*/
.divDetails{
	position: fixed;
	width: 600px;
	background: #FFFFFF none repeat scroll 0 0;
	left: 25%;
	top: 10%;
	border: dashed 1px black;
	display: none;
	z-index: 4000;
	cursor: pointer;
	height: 400px;
	padding-top: 10px;
	text-indent: 20px;	
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	padding-left: 10px;
	padding-bottom: 20px;
	overflow: scroll;
}

#divMasquage{
	position: fixed;
	background: #000000 none repeat scroll 0 0;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	display: none;
	z-index: 1000;
	filter:alpha(opacity=50);
   	-moz-opacity:0.5;
   	opacity: 0.5;
}

p.titredetails{
	width: 100%;
	color: #666666;
	font-size: 20px;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: center;
}


input{
	font-size: 12px;
}

textarea{
	font-size: 12px;
}

select{
	font-size: 12px;
}
/*contenu*/
td.contenu{
	color: #333333;
	padding-left: 10px;
}

.bas{
	color: #ffffff;
	text-decoration: none;
}

div.lignecontenu{
	width: 100%;
	float: right;
	border: solid 1px gray;
	background-color: white;	
}

table.entetecontenu{
	width: 100%;
	border-bottom: dotted 1px black;
	color: #666666;
	font-size: 16px;
	font-weight: bolder;
	text-transform: uppercase;
	background-image: url(../../images/box.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

.entetecontenu .libelle{
	text-align: left;
	padding-left: 20px;
	width: 90%;
}

.entetecontenu .actions{
	text-align: right;
}

.description{
	text-indent: 20px;	
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}

p.bascontenu{
	text-align: right; 
	padding-right: 10px	
}

div.pager{
	float: left;
	text-align: center; 
	height: 30px;
	width: 100%; 
	margin: 0px auto; 
	font-size: 14px;
}

tr.lignetableau:hover{
	background-color: #cccccc;
}

/*listeflash*/
table.listeflash{
	border: 1px solid gray;
	border-collapse: collapse;
	width: 97%;	
}

th.listeflash{
	text-align: left;
	color: #666666;
	font-size: 12px;
	font-weight: bolder;
	border-bottom: 1px dotted black;
}

th.actionlisteflash{
	text-align: right;
	color: #666666;
	font-size: 12px;
	font-weight: bolder;
	border-bottom: 1px dotted black;
}

td.contenulisteflash{
	font-size: 12px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}

td.baslisteflash{
	font-size: 10px;
	text-align: right;
	color: #000000;
	padding-right: 10px;
	font-style: italic;
}

/*listeevenements*/
table.listeevenements{
	border: solid 1px gray;
	border-collapse: collapse;
	width: 97%;	
}

th.listeevenements{
	text-align: left;
	color: #666666;
	font-size: 12px;
	font-weight: bolder;
	border-bottom: 1px dotted black;
}

th.actionlisteevenements{
	text-align: right;
	color: #666666;
	font-size: 12px;
	font-weight: bolder;
	border-bottom: 1px dotted black;
}

td.contenulisteevenements{
	font-size: 12px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}

td.baslisteevenements{
	font-size: 10px;
	text-align: right;
	color: #000000;
	padding-right: 10px;
	font-style: italic;
}

div.cellulePhotos{
	overflow:auto; 
	height:180px;
}

/*Liste des comptes*/
tr.tabCompte:hover{
	background-color: #00ff00;
}
/*	SECTION CALENDRIER	*/
.calendarNav1{  
	font-family: Tahoma, Verdana, Arial, Helvetica; 
	font-size: 9px; 
	font-style: normal; 
	background-color: #FFFFFF;
}
.calendarTop1{  
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica; 
	font-size: 11px; 
	font-style: normal; 
	color: #FFFFFF; 
	font-weight: bold;  
	background-color: #FFFFFF;
}

.calendarToday1{
	font-family: Tahoma, Verdana, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: bold; 
	color: #990000; 
	background-color: #A0C0C0;
}

.calendarDays1{
	width:20px; 
	height:20px; 
	font-family: Tahoma, Verdana, Arial, Helvetica; 
	font-size: 10px; 
	font-style: normal; 
	color: #000000; 
	background-color: #FFFFFF; 
	text-align: center;
}

.calendarHL1{
	color: #FF0000; 
	background-color: lime; 
}

.calendarHeader1{  
	font-family: Tahoma, Verdana, Arial, Helvetica; 
	font-size: 9px; 
	background-color: #B0BBCC; 
	color: #FFFFFF;
}

.calendarTable1 {  
	background-color: #FFFFFF; 
	border: none;
}