body{
 margin: 0; /* tenir compte des differentes valeurs par defaut des navigateurs */
 padding: 0;
 text-align: center; /* ce parametrage centre le conteneur dans les navigateurs IE 5.x. */
}
#general{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	margin-left: 250px;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center ;		
	width: 750px;
}

table.status_actif{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	background: #cbdecb; 
	margin-top: 10px;
	border: 1px solid #628c0d;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
table.status_actif td{
	text-align:left;
}

table.status_inactif{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	background: #f1c9c9; 
	margin-top: 10px;
	border: 1px solid #c71414;
	padding-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
table.status_inactif td{
	text-align:left;
}
#content{
	display: block;
	font-size: 16px;
	color: #424242;
	line-height: 1em ;  
	margin-left: auto; 
	margin-right: auto; 
	width: 750px;
}

table{
	font-size: 12px;
}

.left {
	text-align: left;
	}
.right {
	text-align: right;
	}
/* message d'alerte */
.ok{
	font-weight: bold;
	color: #628c0d;
	background: #f2f2f2;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	border: 1px solid #86b031;
	margin-left: auto; 
	margin-right: auto; 
	width: 740px;
	font-size: 12px;
}

.pb{
	font-weight: bold;
	color: #c71414;
	background: #f2f2f2;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	border: 1px solid #c71414;
	margin-left: auto; 
	margin-right: auto; 
	width: 740px;
	font-size: 12px;
}

.info{
	font-weight: bold;
	color: #424242;
	background: #f2f2f2;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	border: 1px solid #424242;
	margin-left: auto; 
	margin-right: auto; 
	width: 740px;
	font-size: 12px;
}
/****** Login *******/
.myBox1{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	display: block;
	width: 400px;
	margin-top: 5px;
	text-align: left;
	background: #f1f1f1;
	border: 1px solid #9f9f9f;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
}

.myBox1 table{
	width: 400px;
}

.myBox1 .champ,.myBox1 .champ:hover,.myBox1 .champ:focus{
	border:1px solid #ccc;
	width:200px;
	font-size:12px;
	line-height:1em;
	padding:4px;
	-moz-box-shadow:inset 0 0 5px #ccc;
	-webkit-box-shadow:inset 0 0 5px #ccc;
	box-shadow:inset 0 0 5px #ccc;
}
.myBox1 .bouton{
	border:0;
	padding:0 30px;
	margin-top: 20px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:12px;
	color:#fffff;
	background:#c71414;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
}
.myBox1 .bouton:hover{
	text-decoration: none;
}
.myBox1 td{
	text-align: center;
	font-size:14px;
}

.myBox1 caption{
	background:#9f9f9f;
	color:#fff;
/*	text-shadow:#007dab 0 1px 0;*/
	font-size:20px;
	padding:18px 23px;
	margin:0 0 1.5em 0;
	border-bottom:1px solid #9f9f9f;
	border-top:1px solid #9f9f9f;
}
/* Titre */
#titre {
	width: 750px;
	text-align: center;
	margin-bottom: 10px;
	margin-left: auto; 
	margin-right: auto; 
	display : block;
}

#titre p.domaine{
	text-align: center ;   
	font-weight: bold;
}

/*** Menu de navigation ***/

#nav_h, #nav_h_admin { 
	margin-left: auto; 
	margin-right: auto; 
	display: block;
    list-style: none ; 
    text-align: center ;		
	width: 750px;
	height: 35px;
}

#nav_h ul, #nav_h_admin ul{	 
	padding-left:0px;
	list-style-type:none;

}
#nav_h ul{	 
	margin:2px 10px;	
	width: 750px;
}
#nav_h_admin ul{	 
	margin:10px 2px 25px 50px;	
	width: 750px;
}

#nav_h li, #nav_h_admin li{ 
	float: left;
	display: inline; 
	margin-right: 1px; 
	color: #fff ; 
}

#nav_h ul li a, #nav_h_admin ul li a{
	 display:block;
	 float:left;   
	 line-height:30px; /*hauteur de l'image de fond*/
	 background:#000000 url(http://www.domaine-achat.fr/images/public/menu-btn.gif) repeat-x 0 0;
	 color:#DCDCDC;
	 text-decoration:none;
	 text-align:center;
}
#nav_h ul li a{
	 width:90px;
}
#nav_h_admin ul li a{
	 min-width:110px;
}

#nav_h ul li a:hover, #nav_h_admin ul li a:hover, #nav_h ul li a:focus, #nav_h_admin ul li a:focus, #nav_h ul li a:active, #nav_h_admin ul li a:active  {
	background:#000000 url(http://www.domaine-achat.fr/images/public/menu-btn.gif) repeat-x 0 -33px;
	color:white;
} 

/*  page home */
#content dl {
	margin-top: 30px;
	}

#content dd {
	margin-top: 10px;
	margin-bottom: 20px;
	}

/* gestion des message */
#msg_result{
	height: 35px;
	/* jaune
	background: #fffdb2;
*/
}

/* gestion des formulaire */
#formulaire{
	margin-top : 5px;
	padding: 10px 0px 5px 10px;
	background: #e8e8e8;
}
.champ,.champ:hover,.champ:focus,.champ_quota,.champ_quota:hover,.champ_quota:focus {
	border: 1px solid #424242;
	background: #ffffff;
	width: 200px;
}
.champ:hover,.champ:focus,.champ_quota:hover,.champ_quota:focus   {
	border: 1px solid #c71414;
}

.champ_quota,.champ_quota:hover,.champ_quota:focus  {
	width: 50px;
}
.champ,.champ:hover,.champ:focus  {
	width: 200px;
}

.champ1,.champ1:hover,.champ1:focus  {
	border: 1px solid #424242;
	background: #ffffff;
	width: 400px;
	float:left;

}
.champ1:hover,.champ1:focus  {
	border: 1px solid #c71414;
}

input.bouton{ 
	border:0;
	padding:0 30px;
	margin-top: 20px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:12px;
	color:#ffffff;
	background:#c71414;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
	border: 1px solid #424242
}
input.bouton:hover, input.bouton:focus {  
	text-decoration: underline;
	background-color:#424242;
}
table {
	margin-top: 30px;
	width: 750px;
}
caption{
margin-bottom: 30px;
	font-weight: bold;
	font-size: 20px;
}

th {
	background: #f2f2f2;
	border-top: 1px solid #424242;
	border-bottom: 1px solid #424242;
}

td{
	text-align: center;
}
td.domaine{
	text-align: left;
}

.survol{    
	background-color:#FFFF00;
	color:#424242;

}
.parti{    
	background-color:transparent;
	color:#424242;
}

table.rep{
	background: #f1f1f1;
	border: 1px solid #747474;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
table.redirection{
	background: #f1f1f1;
	border: 1px solid #747474;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
table.histo-admin{
	width: 750px;
}

td.sujet1{
	margin-top: 10px;
	text-align:left;
	margin-bottom: 5px;
}
td.sujet2{
	margin-top: 10px;
	margin-bottom: 5px;
	float:left;
}


table.general{

	margin-top: 10px;
	background: #f1f1f1;
	border: 1px solid #747474;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
table.general td{
	text-align:left;
}

td.pass{
	padding-top: 15px;
}


/* css pour la tooltip lien avec preview
#screenshot{
        position:absolute;
        border:1px solid #ccc;
        background:#333;
        padding:5px;
        display:none;
        color:#fff;
}
 css pour la tooltip image preview 
#preview{
        position:absolute;
        border:1px solid #ccc;
        background:#333;
        padding:5px;
        display:none;
        color:#fff;
}
*/

/* css pour la tooltip normal */
#tooltip{
	font: 12px "Trebuchet MS",Arial, Helvetica, sans-serif;
	position:absolute;
	width: 350px;
	border:1px solid #333;
	background:#424242;
	padding:2px 5px;
	color:#ffffff;
	display:none;
	text-align:left;
}
.aide{
	position:relative;
	top: 3px;
}
