body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #EA8A0D;
	font-weight: bold;
	background: #4673C8;
	margin-left: 0;
}

#updateDate
{
	font-weight: bolder;
	font-size: 11px;
}

#adminLink
{
	font-weight: lighter;
	font-size: 9px;
	color: #3E68BB;
}

#footerText
{
	font-size: 10px;
	font-weight: normal;
	color: Black;
}

#content
{
	font-weight: bolder;
}

#content a
{
	color: #EA8A0D;
	text-decoration: none;
}

#content a:hover
{
	color: #000000;
	text-decoration: underline;
}

#adminText a
{
	color: #4673B8;
	font-size: 10px;
	text-decoration: none;
	text-align: right;
}

#appartmentCell
{
	padding: 20px 20px 20px 20px;
}

#appartmentCell:hover
{
	background-color: #395CA2;
}

#appartmentCell a
{
	text-decoration: none;
	color: #EA8A0D;
	font-weight: bolder;
}

ul#menu 
{
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	margin-right: 3px;
	color: #FFFFFF;
}

ul#menu a
{
	color: #EA8A0D;
	display: block;
	height: 16px;
	text-decoration: none;
	text-align: right;
	font-size: 16px;
	margin-top: 10px;
}

ul#menu a:hover 
{
	color: #000000;
	text-decoration: underline;
}

#TexteTitreAdmin
{
	color: #FFFFFF;
	font-size: 30px;
	font-family: Arial;
	margin-left: 0px;
	text-align: center;
	height: 36px;
	vertical-align: middle;
	
}

#TexteTitre
{
	color: #143D74;
	font-weight: bold ;
	font-size: 16px;
	font-family: Arial;
	text-align: center;
}

#menuAmin
{
height:29px;
width:120px;
}

/* surchage de table avec <table id="sample"> */
table#sample {
    background-color: #FFFFFF;
    border: solid #396FB7 0px;
    width: 650px;
	border-spacing: 0px;
}
/* surchage des <TD> de table#sample*/
table#sample td {
    padding: 1px;
    border: solid #396FB7 0px;
 	border-width: 0px;
}
table#sample th {
    padding: 1px;
    border: solid #396FB7 1px;
 	border-width: 0px;
}

/*Les lignes impaires auront cette mise en forme */
#data {
	color: #000000;
	text-align: right;
	background-color: #CECFEB;
	font-size: 12px;
	font-family: Arial;
}

#data:hover{
background-color:#99CDDF;
}

/*Les lignes paires auront cette mise en forme */
#data2 {
	color: #000000;
	text-align: right;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
}
#data2:hover{
background-color:#99CDDF;
}

/* Titre des colonnes d'un tableau*/
#titrecolonne {
font-style: normal;
text-align: center;
background-color:#396FB7;
color: #FFFFFF;
font-weight: bold ;
font-family: Arial;
font-size: 14px;
}

/* Lien général permettant de trier les colonne*/
#tricolonne {
font-style: normal;
text-align: center;
font-weight: bold ;
font-family: Arial;
font-size: 14px;
height: 2Opx;
}
#tricolonne a{
background-color:#396FB7;
color: #FFFFFF;
text-decoration: underline;
}
#tricolonne:visited {
color: #FFFFFF;
}
	
/* Lien permettant de trier les colonnes par Id*/
#tri2 {
height:50px;
font-style: normal;
text-align: center;
font-weight: bold ;
font-family: Arial;
font-size: 14px;
}
#tri2 a {
background-color: #FFFFFF;
color:#396FB7;
text-decoration: underline;
}
#tri2:visited {
color:#396FB7;
}

#actionform{
text-align: center;
font-weight: bold ;
font-family: Arial;
font-size: 14px;
}
#actionform a{
color: #feae01;
}
#actionform a:hover{
color: #0d6971;
}

/* surchage de table avec <table id="sample"> */
table#sample {
/*background-color: #FFFFFF;*/

border-style:solid;
border-width: 0px;
border-spacing: 0px;
width: 650px;
padding: 1px;

}
/* surchage des <TD> de table#sample*/
table#sample td {
border-width: 0px;
border-style:solid;
font-family:Arial;
font-size:14px;

}
table#sample th {
padding: 1px;
vertical-align:middle;
}
table#sample th a {
font-family: Arial;
font-size:14px;
background-color: #FFFFFF;
color:#396FB7;
text-decoration: none;
vertical-align:middle;
width:60px;
border-style:solid;
border-style:none;
border-width: 0px;
}

table#sample th a:hover {
background-color: #FFFFFF;
color:#053b83;
text-decoration: none;
vertical-align:middle;
text-decoration:none;
}
#colonnedescrip {
	width:110px;
	text-align: right;
	font-style: italic;
	vertical-align: top;
	color:#396FB7;
}

table#actualites {
width:650px;
padding: 1px;
border-spacing: 0px;
border-style:solid;
border-width:0px;
margin-bottom: 20px;
}
table#actualites th{
background-color:#cfdae9;
border-color:#cfdae9;

}
table#actualites td{
padding: 0px;
border-spacing: 0px;
}
#titreactualite{
font-family: Arial;
font-size: 14px;
color:#396FB7;
text-align:left;
}
#dateactualite{
font-family: Arial;
font-size: 12px;
color: #666666;
text-align:right;
width:15%;
}
#contenuactualite{
font-family: Arial;
font-size: 14px;
color: #000000;
text-align:left;
}
/*Les lignes impaires auront cette mise en forme */
#data {
color: #000000;
text-align: right;
background-color: #CECFEB;
font-size: 12px;
font-family: Arial;
}

#data:hover{
background-color:#99CDDF;
}

/*Les lignes paires auront cette mise en forme */
#data2 {
color: #000000;
text-align: right;
background-color: #FFFFFF;
font-size: 12px;
font-family: Arial;
}
#data2:hover{
background-color:#99CDDF;
}

/* Titre des colonnes d'un tableau*/
#titrecolonne {
font-style: normal;
text-align: center;
background-color:#396FB7;
color: #FFFFFF;
font-weight: bold ;
font-family: Arial;
font-size: 14px;
}

/* Lien général permettant de trier les colonne*/
#tricolonne {
font-style: normal;
text-align: center;
font-weight: bold ;
font-family: Arial;
font-size: 14px;
height: 20px;
}
#tricolonne a{
background-color:#396FB7;
color: #FFFFFF;
text-decoration: underline;
}
#tricolonne:visited {
color: #FFFFFF;
}
	
/* Lien permettant de trier les colonnes par Id*/
#tri2 {
height:50px;
font-style: normal;
text-align: center;
font-weight: bold ;
font-family: Arial;
font-size: 14px;
}
#tri2 a {
background-color: #FFFFFF;
color:#396FB7;
text-decoration: underline;
}
#tri2:visited {
color:#396FB7;
}
#trivisiteur {
height:50px;
font-style: normal;
text-align: center;
font-weight: bold ;
font-family: Arial;
font-size: 14px;
}
#trivisiteur a {
background-color: #FFFFFF;
color:#396FB7;
text-decoration: none;
text-align: center;
}
#trivisiteur a:hover{
text-decoration: underline;
}
#trivisiteur a:visited {
color: #396FB7;
}

#actionform{
text-align: center;
font-weight: bold ;
font-family: Arial;
font-size: 14px;
}
#actionform a{
color: #feae01;
}
#actionform a:hover{
color: #0d6971;
}
#pictureform {
/*background-color: #FFFFFF;*/
}

#pictureformie{
background-color:#99CDDF;
}

#pictureformie td{
background-color:#99CDDF;
}

