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




/* Confirmé pour Gestion Dupéré */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}




#mainContent { 
	margin: 0 0 0 0px; 
/* 	border: 1px solid #FFFFFF; */
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
} 



#logo {
	background-image: url(images/logoBig2.png);
	background-repeat: no-repeat;
/* 	position: absolute; */
/* 	left: 0; */
/* 	top: 0; */
/* 	padding-top: 10px; */
/* 	padding-right: 0; */
/* 	padding-bottom: 0px; */
/* 	padding-left: 0px; */
	height: 89px;
	width: 561px;
/* 	text-indent:-9999px; */
/*     display: block; */
/*     cursor: pointer; */
}



#imgmenu
 {
 	margin-top: 50px;
 	margin-left: 40px;
 	margin-bottom: 20px;
 	width: 700;
 	float: left;
	position: absolute;
	background-color: black;
}

#textmenu
 {
 	margin-top: 350px;
 	margin-left: 140px;
 	margin-bottom: 20px;
 	width: 900;
 	float: left;
	position: absolute;
	background-color: black;
}


/* Menu 2 */
#menu2
 {
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   width: auto;
   float: left;
   position: absolute;
   font-size: 18px;
/*    color: #5154f6; */
}
  #menu2 a:link {text-decoration: none; color: #FFFFFF}
  #menu2 a:visited {text-decoration: none; color: #FFFFFF}
  #menu2 a:active {text-decoration: none; color: #FFFFFF}
  #menu2 a:hover {text-decoration: underline; color: #FFFFFF;}

#menulist2 li
{
   display: inline;
   list-style-type: none;
   padding-right: 50px;
}



#galeryPortrait
 {
 	margin-top: 100px;
 	margin-left: 0px;
 	margin-bottom: 20px;
 	width: 4000px;
 	height: 600px;
 	float: left;
	position: absolute;
	background-color: black;
}

#galeryPhysique
 {
 	margin-top: 100px;
 	margin-left: 0px;
 	margin-bottom: 20px;
 	width: 2000px;
 	height: 600px;
 	float: left;
	position: absolute;
	background-color: black;
}


#galeryExpo1
 {
 	margin-top: 100px;
 	margin-left: 0px;
 	margin-bottom: 20px;
 	width: 8000px;
 	height: 600px;
 	float: left;
	position: absolute;
	background-color: black;
}


#galeryExpo2
 {
 	margin-top: 100px;
 	margin-left: 0px;
 	margin-bottom: 20px;
 	width: 500px;
 	height: 600px;
 	float: left;
	position: absolute;
	background-color: black;
}



#galeryZone
 {
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   width: auto;
   float: left;
   position: absolute;
   }

#galeryist li
{
   display: inline;
   list-style-type: none;
   padding-right: 10px;
}















.twoColFixLt #container { 
	width: 1500px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}


.twoColFixLt #mainContent222 { 
	/* margin: 0 0 0 199px; */ /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	margin: 0 0 0 20px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/* padding: 0 20px 20px; */ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 1px solid #FFFFFF;
	width: 1000px;
} 


#subcontent
 {
	/* position: absolute; */
	/* margin-top: 210px; */
	margin-top: 10px;
	margin-left: 0px;
	width: 1500px;
	/* float: left; */
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
	line-height: 17px;
	color: #666666;
}


#footer
{
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
    clear:both;
	//font-family: Arial, Helvetica, sans-serif;
	//font-size: 10px;
	//color: #715D47;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	text-align: right
	//margin-right: 30px;
	height: 40px;
	width: 999px;
	}

.footertxt
{
	float: right;
	font-size: 12px;
	margin-top: 15px;
	margin-right: 30px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #715D47;
}

.footerbordertxt
{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: 715D47;
}




/* Tables pour diverses listes */
thead.travaux th {
	font-size: 10px;
	text-transform: uppercase;
	color: #663333;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

tbody.travaux th {
	font-size: 10px;
	color: #660000;
	padding-top: 4px;
}


th.divers, td.divers {
	width: 200px;
	text-align: left;
}


th.batiment, td.batiment {
	width: 40px;
	text-align: center;
}



th.etage, td.etage {
	width: 44px;
	text-align: center;
}

th.localisation, td.localisation {
	width: 112px;
	text-align: center;
}

th.unite, td.unite {
	width: 40px;
	text-align: center;
}

th.occupation, td.occupation {
	width: 60px;
	text-align: center;
}

th.piece, td.piece {
	width: 98px;
	text-align: center;
}

th.inspreachat, td.inspreachat {
	width: 30px;
	text-align: center;
}

th.inspreachatHead {
	width: 20px;
	text-align: center;
	-webkit-transform: rotate(-90deg);
}

th.item, td.item {
	width: 132px;
	text-align: center;
}

th.precisions, td.precisions {
	width: 134px;
	text-align: center;
}

th.travaux, td.travaux {
	width: 130px;
	text-align: center;
}

th.notes, td.notes {
	width: 144px;
	text-align: center;
}

th.dates, td.dates {
	width: 56px;
	text-align: center;
}

th.professionnel, td.professionnel {
	width: 68px;
	text-align: center;
}

th.soustraitant, td.soustraitant {
	width: 70px;
	text-align: center;
}

th.responsable, td.responsable {
	width: 82px;
	text-align: center;
}



th.photo, td.photo {
	width: 40px;
	text-align: center;
}

th.petiteColonne, td.petiteColonne {
	width: 40px;
	text-align: center;
}

th.tresGrandeColonne, td.tresGrandeColonne {
	width: 400px;
	text-align: left;
}

th.checkBox, td.checkBox {
	width: 10px;
	text-align: center;
}

/*
th.numero, td.numero {
	width: 150px;
	text-align: left;
}
th.nom, td.nom {
	width: 400px;
	text-align: left;
}
th.telephone, td.telephone {
	width: 100px;
	text-align: left;
}
th.parent, td.parent {h	width: 200px;
	text-align: left;
}
th.ladate, td.ladate {
	width: 150px;
	text-align: left;
}
th.divers, td.divers {
	width: 100px;
	text-align: left;
}
th.listBut, td.listBut {
	width: 20px;
	text-align: left;
}
*/

  tbody a:link {text-decoration: none; color:#000000}
  tbody a:visited {text-decoration: none; color: #000000}
  tbody a:active {text-decoration: none; color: #000000}
  tbody a:hover {text-decoration: underline; color: #000000;}





#logo222 {
	
	background-image: url(/images/logo2.png);
	background-repeat: no-repeat;
	position: relative;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 72px;
	width: 1374px;
	text-indent:-9999px;
    display: block;
    cursor: pointer;
}


P.siteTitle {
	text-align: left;
	margin-left: 136px;
	margin-top: 27px;
	}


#infoBox {
    position: relative;
/*     position: absolute; */
	float: right;
    top: 4px;
    right: 100px;
    width: 140px;
    height: 92px;
    border: 3px solid red;
    overflow: visible;
}

#infoBox p {
	padding-left: 6px ;
	padding-right: 4px ;
	font-size: 12px;
    color: red;
    line-height: 2px;
    text-align: right;
}










/* Non confirmé pour Gestion Dupéré */

.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}










#gauche
 {
	float:left;
	width:210px;
	padding-top: 38px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
 }
 
 
.topmenu
 {
	float: right;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 30px;
}
.topmenu a:link,visited,active,hover
 {
	color: #85855C;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}




.nouvellesTitre
 {
	font-size: 24px;
	color: #0000FF;
	font-weight: bold;
}







/* Tables pour diverses listes à l'intérieur d'éditeurs */
thead.adminSml th {
	font-size: 10px;
	text-transform: uppercase;
	color: #663333;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
tbody.adminSml th {
	font-size: 10px;
	color: #663333;
	padding-top: 4px;
}
th.numeroSml, td.numeroSml {
	width: 80px;
	text-align: left;
}
th.amount1, td.amount1 {
	width: 80px;
	text-align: right;
	}
th.nomSml, td.nomSml {
	width: 160px;
	text-align: left;
}
th.coursSml, td.coursSml {
	width: 200px;
	text-align: left;
}
th.telephoneSml, td.telephoneSml {
	width: 80px;
	text-align: left;
}
th.parentSml, td.parentSml th.profSml, td.profSml {
	width: 140px;
	text-align: left;
}
th.lieuSml, td.lieuSml {
	width: 220px;
	text-align: left;
}
th.diversSml, td.diversSml {
	width: 60px;
	text-align: left;
}
th.small1, td.small1 {
	width: 30px;
	text-align: left;
}

thead.adminSml2 th {
	font-size: 10px;
	text-transform: uppercase;
	color: #003399;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
tbody.adminSml2 th {
	font-size: 10px;
	color: #003399;
	padding-top: 4px;
}
th.numeroSml2, td.numeroSml2 {
	width: 80px;
	text-align: left;
}
th.nomSml2, td.nomSml2 {
	width: 160px;
	text-align: left;
}
th.coursSml2, td.coursSml2 {
	width: 200px;
	text-align: left;
}
th.telephoneSml2, td.telephoneSml2 {
	width: 80px;
	text-align: left;
}
th.parentSml2, td.parentSml2 th.profSml2, td.profSml2 {
	width: 140px;
	text-align: left;
}
th.lieuSml2, td.lieuSml2 {
	width: 220px;
	text-align: left;
}
th.diversSml2, td.diversSml2 {
	width: 80px;
	text-align: left;
}
*/
