﻿/* Structure de layout.php et layout_admin.php*/

a {
	font-weight: bold; 
	text-decoration: none; 
	color: rgb(0,0,0);
}
a:hover {
	color: rgb(0,100,150);
}

#container
{
	position: absolute;
	border: 0px solid rgb(100,100,200);
	left: 50%;
	margin-left: -475px;
	margin-top: 0px;
	width: 950px;
	background-color: rgb(255,255,255);
	min-height: 550px;
	/* rounded corners */
   -moz-border-radius-topleft: 0px;
   -moz-border-radius-topright: 0px;
   -moz-border-radius-bottomright: 15px;
   -moz-border-radius-bottomleft: 15px;
   
   -webkit-border-top-left-radius: 0px;
   -webkit-border-top-right-radius: 0px;
   -webkit-border-bottom-left-radius: 15px;
   -webkit-border-bottom-right-radius: 15px;
}

#top
{
	float: left;
	clear: both;
	height: 145px;
	margin-top: 0px; 
}

#center
{
	float: left;
	clear: both;
	border: none;
	width: 950px;
	margin-top: 20px; 
	min-height:365px;
	_height:365px
}

#bottom
{
	float: left;
	clear: both;
	border: none;
	width: 950px;
	margin: 0;
	font-weight: bold;
}

/*déclaration des classes*/

.input_text
{
	background: transparent url("/images/input_text.png") no-repeat scroll center;
	border: none;
	height: 28px;
	width: 151px;
	font-size:14px;
	max-width:151px;
	min-width:151px;
	outline-style:none;
	outline-width:medium;
	padding:10px 6px 0pt;
}

.input_ok
{
	vertical-align: middle;
	border: none;
	height: 26px;
	width: 47px;

}

hr {
	color: red;
	background-color: red;
	height: 1px;
	border: 0;
}

.erreurForm {
	color: red;
	font-size: 12px;
}

.okForm {
	color: green;
	font-size: 12px;
}

.indicator {
	background-image: url("/images/indicator.gif");
	background-repeat: no-repeat;
	background-position: center center;
	width: 390px;
	height: 20px;
}

.indicatorText {
	font-size: 12px;
}
