body  { 
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url("images/bg-page.jpg");
	background-repeat: no-repeat;
	background-position: right 0px;
	margin: 110px 0 0;
	overflow: hidden;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #666666;
	scrollbar-highlight-color: #666666;
	scrollbar-track-color: #FFFFFF 
}

.index {
	background-image: url("images/index-bg03.jpg");
	background-position: left 0px;
	background-repeat: no-repeat;   
}


.attente {
	background-image: url("images/index-bg01.jpg");
	background-repeat: repeat;    
}

.admin {
	margin: 10px;
	background-image: none;
}

td {
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
}

p { text-align: justify; }

h1  { color: #ff002a; font-size: 14px }

h2 {
	color: #FF002A;
	font-size: 14px;
}
legend { color: #ff002a; font-size: 12px; font-weight: bold }
input, select, textarea {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #696969;
	border: solid 1px #DCDCDC;
}

#contenu {
	padding-top: 15px;
	padding-right: 18px;
	margin-left: 25px;
	overflow-y: scroll;
	overflow-x: hidden; 
	height: 100%;
	width: 100%;
}

#droite  { text-align: right; position: absolute; top: 110px; right: 18px; width: 225px; height: 500px }

#menu {
	position:absolute;
	top:0px;
	left:0px;
}

.formdroite {
	font-weight: bold;
	text-align: right;
	padding-right: 12px;
}

.menu {
	visibility: hidden;
	position: absolute;
	z-index: 5;
}

a {
	color: #696969;
	font-weight: bold;
	text-decoration: none;
}

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

.small { font-size: 10px; }

.fin { font-weight: normal; }

.dhtml { display: none; }

.blanc { color: #DCDCDC; }

.blanc:hover { color: #fff; }

.cadregris { border: solid 1px #666666; }

.cadrerouge { border: solid 1px #FF002A; }
.rouge { color: #f03 }

#galerie{position:absolute; top:440px; left:30px; width:742px; height:105px; overflow:hidden;  }
#listephoto { background-color: #ff002a; width: 722px; height: 92px; overflow: auto; scrollbar-3dlight-color: #ffffff; scrollbar-arrow-color: #00A0AF; scrollbar-darkshadow-color: #ffffff; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #ffffff; scrollbar-track-color: #ffffff }
/* menu */

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 16px;
}

html>body dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height:auto; !important;
	min-height: 16px; !important;
}
#men dl {
	float: left;
	width: 12em;
	margin: 0 1px;
}

#men dt {
	cursor: pointer;	
	font-weight: bold;
	background: #FF002A;
	border: 0px solid gray;
}

#men dd { border: 0px solid gray; }

#men li  { background: #ff002a; border: solid 0 #ffffff }

#men li a, #men dt a {
	color: #ccc;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}

#men li a:hover, #menu dt a:hover { background: #FF002A; }

#men {
	visibility: visible;
	position: absolute;
	top: 80;
	left: 400;
	z-index: 5;
}

