/*****************/
/* CSS pour PMS
 * ed : 2012
******************/
html{
background: url(../images/linen.jpg) repeat #d1d5d8;
font-family: Arial;
}
body{
 margin: 0; 
 padding: 0;
 text-align: center; 

}

/****** Gestion des tailles *****/
.s10{font-size:10px;}
.s12{font-size:12px;}
.s14{font-size:14px;}
.s20{font-size:20px;}
.s25{font-size:25px;}

.bold{font-weight:bold;}

.blanc{color: #ffffff;}
.bleu{color: #2a8fbd;}

.left {text-align: left;}
.right {text-align: right;}

.50pc{width: 50%;}



#titre {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	background: url(../images/linen_header.jpg) repeat #5c5c5c;
	height: 50px;

}

#logo{
	float: left;
	width: 55%;
	color: #ffffff;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 25px;
	margin-left: 3%;
}



#menu{
	/*float:left;
	
	width: 50%;*/
	font-size: 13px;
	font-family: Arial, "Trebuchet MS",Helvetica, sans-serif;
	text-align: right ;
	padding-top: 1%;
	margin-right: 1%;
	color : #ffffff;
}
#menu a {
color: #ffffff;
text-decoration: none;
}
#menu a:hover{
color: #ffffff;
text-decoration: underline;
}

#menu a.button-logout {
	display: inline-block;
	padding: 2px 10px 2px 20px;
	background: url(../images/buttons.png) -6px -193px no-repeat;
	color: #fff;
}
#menu a.button-add {
	display: inline-block;
	padding: 2px 10px 2px 20px;
	background: url(../images/buttons.png) -6px -357px no-repeat;
	color: #fff;
}
#menu a.button-list {
	display: inline-block;
	padding: 2px 1px 2px 20px;
	/*background: url(../images/buttons.png) -3px -478px no-repeat;*/
	background: url(../images/liste.png) -2px 1px no-repeat;
	color: #fff;
}
/***************** SOUS MENU *******************/
#sous-menu {  

  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0; 
} 
#sous-menu ul{
width: 100%;
margin: 0;
} 
#sous-menu li {  
		display: inline ;
		list-style: none; /* nécessaire pour IE7 */  
		text-align: left;
} 
#sous-menu li a {
color:black;
padding: 6px 8px 6px 8px; /* padding of the 4 sides of each menu link */
margin-right: 15px; /* spacing between each menu link */
text-decoration: none;
}
#sous-menu li a:hover, #sous-menu li a:focus, #sous-menu li a:active {
  background: #900 ;
  text-decoration: underline ;
}

/***************** FIN SOUS MENU **************/





/*
#general{
	font-family: Arial, "Trebuchet MS",Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	text-align: center ;		
	margin-top: -50px;
	background: #f1f1f1;
}
* */
#content{
	font-family: Arial, "Trebuchet MS";
	font-size: 12px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	text-align: center ;
	padding-top: 20px;
	color: #5c5c5c;
/*
	display: block;
	font-size: 16px;
	color: #424242;
	line-height: 1em ;  
	margin-left: auto; 
	margin-right: auto; 
	width: 100%;
	* */
}

a.link{
color: #000000;
text-decoration: none;
}
.link:hover{
color: #424242;
text-decoration: underline;
}
a.dom_syn{
color: #d9b059;
text-decoration: none;
}
a.dom_syn:hover{
color: #d9b059;
text-decoration: underline;
}



/********************** button **********************/

/*** buttons ***/

input.button {
	display: inline-block;
	margin: 0 2px 5px;
	padding: 2px 5px;
	color: #525252;
	text-shadow: 0px 1px 1px #fff;
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6));
	background: -o-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
	background: linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
	box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
	-o-box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
	-webkit-box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
	-moz-box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
	text-decoration: none;
	outline: none;
}

.formbuttons input.button {
	color: #ddd;
	font-size: 110%;
	text-shadow: 0px 1px 1px #333;
	padding: 4px 12px;
	border-color: #465864;
	border-radius: 5px;
	background: #7a7b7d;
	/*background: #a0a4ae;*/
	background: -moz-linear-gradient(top, #7a7b7d 0%, #606060 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a7b7d), color-stop(100%,#606060)); /* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #a7a7b7d 0%, #606060 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7a7b7d 0%, #606060 100%); /* IE10+ */
	background: linear-gradient(top, #7a7b7d 0%, #606060 100%); /* W3C */
	box-shadow: 0 1px 1px 0 #ccc, inset 0 1px 0 0 #888;
	-o-box-shadow: 0 1px 1px 0 #ccc, inset 0 1px 0 0 #888;
	-webkit-box-shadow: 0 1px 1px 0 #ccc, inset 0 1px 0 0 #888;
	-moz-box-shadow: 0 1px 1px 0 #ccc, inset 0 1px 0 0 #888;
}

.formbuttons input.button:hover,
.formbuttons input.button:focus,
input.button.mainaction:hover,
input.button.mainaction:focus {
	color: #f2f2f2;
	border-color: #465864;
	box-shadow: 0 0 5px 2px rgba(71,135,177, 0.6), inset 0 1px 0 0 #888;
	-moz-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.6), inset 0 1px 0 0 #888;
	-webkit-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.6), inset 0 1px 0 0 #888;
	-o-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.6), inset 0 1px 0 0 #888;
}

.formbuttons input.button:active {
	color: #fff;
	background: -moz-linear-gradient(top, #5c5c5c 0%, #7b7b7b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c5c5c), color-stop(100%,#7b7b7b));
	background: -o-linear-gradient(top, #5c5c5c 0%, #7b7b7b 100%);
	background: -ms-linear-gradient(top, #5c5c5c 0%, #7b7b7b 100%);
	background: linear-gradient(top, #5c5c5c 0%, #7b7b7b 100%);
}
/*
input.button.mainaction {
	color: #ededed;
	text-shadow: 0px 1px 1px #333;
	border-color: #1f262c;
	background: #505050;
	background: -moz-linear-gradient(top, #505050 0%, #2a2e31 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#505050), color-stop(100%,#2a2e31));
	background: -o-linear-gradient(top, #505050 0%, #2a2e31 100%);
	background: -ms-linear-gradient(top, #505050 0%, #2a2e31 100%);
	background: linear-gradient(top, #505050 0%, #2a2e31 100%);
	box-shadow: inset 0 1px 0 0 #777;
	-moz-box-shadow: inset 0 1px 0 0 #777;
	-webkit-box-shadow: inset 0 1px 0 0 #777;
	-o-box-shadow: inset 0 1px 0 0 #777;
}
*/
input.button.mainaction:active {
	color: #fff;
	background: #515151;
	background: -moz-linear-gradient(top, #2a2e31 0%, #505050 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a2e31), color-stop(100%,#505050));
	background: -o-linear-gradient(top, #2a2e31 0%, #505050 100%);
	background: -ms-linear-gradient(top, #2a2e31 0%, #505050 100%);
	background: linear-gradient(top, #2a2e31 0%, #505050 100%);
}

input.button[disabled],
input.button[disabled]:hover,
input.button.mainaction[disabled] {
	color: #aaa !important;
}

input.mainaction {
	font-weight: bold;
}
/************* Login/accueil ***************/
.lBox{
	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;
	 -moz-border-radius: 5px / 5px;
    -webkit-border-radius: 5px / 5px;
    -khtml-border-radius: 5px / 5px;
    border-radius: 5px / 5px;
}

.lBox table{
	width: 400px;
}

.lBox .champ,.lBox .champ:hover,.lBox .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;
}
.lBox .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;
}
.lBox .bouton:hover{
	text-decoration: none;
}
.lBox td{
	text-align: center;
	font-size:14px;
}

.lBox 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;
}


/******************************************************/



h3{
font-family: "Trebuchetbackground MS",Arial, Helvetica, sans-serif;
margin-bottom: 2px;
}

h2.titre_info{
color: #5c5c5c;
text-align:left;
width: 99%;
padding-left: 1%;
border-bottom:1px solid #5c5c5c;
font-size: 16px;

}
/*
#titre_info{
background:#c1c1c1;
color: #5c5c5c;
text-align:left;
width: 100%;
border-bottom:1px solid #5c5c5c;
margin-bottom: 15px;
height: 30px;
padding-bottom: 2px;

}
#titre_info #ss-menu li {
  display: inline;
}
#titre_info li a{
color: #5c5c5c;
font-size: 20px;
font-weight: bold;
text-decoration: none;
padding: 4px 15px 0px 0px;
}
*/

.email{
font-size: 20px;
letter-spacing:0.8px;
color: #2a8fbd;
}

/********** GESTION DES SS MENU *****************/
table.ss-menu{
height : 40px;
/*background:#c1c1c1;*/
width: 100%;
margin-bottom: 15px;
border-bottom:1px solid #5c5c5c;
text-align:left;
}
table.ss-menu tr td{
text-align:left;
padding-left: 10px;
font-size: 20px;
font-weight: bold;

}
table.ss-menu tr td a{
color: #5c5c5c;
text-decoration: none;
}

table.ss-menu tr td a:hover{
color: #ffffff;

}
table.creation{
letter-spacing:0.8px;

font-size: 12px;
width: 100%;
vertical-align:top;
color: #ffffff; 
background: #5b9ebd;
background: -moz-linear-gradient(top, #5b9ebd 0%, #2a8fbd 100%);
background: -webkit-linear-gradient(top, #5b9ebd 0%, #2a8fbd 100%);
background: -o-linear-gradient(top, #5b9ebd 0%, #2a8fbd 100%);
background: -ms-linear-gradient(top, #5b9ebd 0%, #2a8fbd 100%);
background: linear-gradient(top, #5b9ebd 0%, #2a8fbd 100%);

/*** Gestion du dégradé de couleur de fond ****/
/*background: #539357;
background: -moz-linear-gradient(top, #5ca160 0%, #539357 100%);
background: -webkit-linear-gradient(top, #5ca160 0%, #539357 100%);
background: -o-linear-gradient(top, #5ca160 0%, #539357 100%);
background: -ms-linear-gradient(top, #5ca160 0%, #539357 100%);
background: linear-gradient(top, #5ca160 0%, #539357 100%);*/
/* pour IE **/
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b9ebd',
endColorstr='#2a8fbd', GradientType=0);
/* si GradientType=0 --> dégradé de haut vers le bas
* si GradientType= --> dégradé de gauche vers la droite*/

/**** Gestion des aroondis *********/
/** premier donnée : angle horizontal
 * deuxiéme donnée : angle verticale
 * ^
 * |
 * |
 * -------->
*/
    -moz-border-radius: 5px / 5px; 
    -webkit-border-radius: 5px / 5px; 
    -khtml-border-radius: 5px / 5px; 
    border-radius: 5px / 5px; 




}



/**********  FIN GESTION DES SS MENU *****************/


table.classique{
	width: 100%;
	border-color: #4787b1;	
	background:#ffffff;
	/*
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	*/
	box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
	-moz-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
	-webkit-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
	-o-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
	outline: none;
	
}
table.classique tr{
padding-top: 5px;
}
table.classique tr td{
color: ffffff;
text-align:left;
/*background: #d9ecf4;*/
/*background: #ffffff;*/
padding-left: 10px;
padding-top: 15px;
}

table.classique table.infos_user td{
letter-spacing:0.8px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
font-size: 12px;
width: 80%;
vertical-align:top;
color: #ffffff; 
/*** Gestion du dégradé de couleur de fond ****/
background: #424242;
background: -moz-linear-gradient(top, #747474 0%, #424242 100%);
background: -webkit-linear-gradient(top, #747474 0%, #424242 100%);
background: -o-linear-gradient(top, #747474 0%, #424242 100%);
background: -ms-linear-gradient(top, #747474 0%, #424242 100%);
background: linear-gradient(top, #747474 0%, #424242 100%);
/* pour IE **/
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#747474',
endColorstr='#424242', GradientType=0);
/* si GradientType=0 --> dégradé de haut vers le bas
* si GradientType= --> dégradé de gauche vers la droite*/

/**** Gestion des aroondis *********/
/** premier donnée : angle horizontal
 * deuxiéme donnée : angle verticale
 * ^
 * |
 * |
 * -------->
*/
    -moz-border-radius: 5px / 5px; 
    -webkit-border-radius: 5px / 5px; 
    -khtml-border-radius: 5px / 5px; 
    border-radius: 5px / 5px; 



}
table.classique table.infos_user td span.titre{
font-size: 18px;
padding-left : 20px;
background-image:url(/images/aide.png);
background-repeat:no-repeat;
/*  Par défaut, l'image se positionne en haut à gauche de l'écran   */
background-position:0% 30%;

}
table.classique table.infos_user td span.ss-titre{
font-size: 16px;
}

table.classique td.fond_noir_tissu{

	background: url(../images/linen_header.jpg) repeat #5c5c5c;
	color: #ffffff;
	text-align: left;
	font-weight:bold;
}
table.classique tr.titre{
background: #d9ecf4;
color: ffffff;
font-weight:bold;
}
.ombre_sur_un_bloc{
     -webkit-border-radius:40px;
     -moz-border-radius:40px;
     border-radius:40px;
     background:#FFF;
     border:1px solid #777;
     background:#000;
}


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-right: 10px;
}
table.status_actif td{
	text-align:left;
	background: #cbdecb; 
}

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;
	background: #f1c9c9;
}


/************************* message d'alerte *****************************/
.ok{
	font-weight: bold;
	color: #ffffff;
	height: 20px;	
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left: auto; 
	margin-right: auto; 
	width: 100%;
	font-size: 14px;
	
	border-color: #ffffff;	
	
	/*** Gestion des dégradés ****/
	box-shadow: 0 0 5px 2px rgba(255,255,255, 0.9); /* IE9+, FF4+, Chrome10+, Safari 5.1+, Opera10.5+, Opera mobile 11+ **/
	-moz-box-shadow: 0 0 5px 2px rgba(255,255,255, 0.9); /* pour FF <4 */
	-webkit-box-shadow: 0 0 5px 2px rgba(255,255,255, 0.9); /* pour chrome <10 Safari <5.1 et Android ainsi que Safari Mobile <5.0 */
	-o-box-shadow: 0 0 5px 2px rgba(255,255,255, 0.9); /* Opera < 10.5 */
	outline: none;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#ffffff', Strength=3);
    zoom: 1; /** spécifique a IE **/

	/*** Gestion du dégradé de couleur de fond ****/
	background: #628c0d;
	background: -moz-linear-gradient(top, #4f8c0b 0%, #628c0d 100%);
	background: -webkit-linear-gradient(top, #4f8c0b 0%, #628c0d 100%);
	background: -o-linear-gradient(top, #4f8c0b 0%, #628c0d 100%);
	background: -ms-linear-gradient(top, #4f8c0b 0%, #628c0d 100%);
	background: linear-gradient(top, #4f8c0b 0%, #628c0d 100%);
	/* pour IE **/
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f8c0b',
  endColorstr='#628c0d', GradientType=0);
  /* si GradientType=0 --> dégradé de haut vers le bas
   * si GradientType= --> dégradé de gauche vers la droite*/
}

.pb{
	font-weight: bold;
	color: #ffffff;
	height: 20px;	
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left: auto; 
	margin-right: auto; 
	width: 100%;
	font-size: 14px;
	border-color: #ffffff;	

	/*** Gestion des dégradés ****/
	box-shadow: 0 0 5px 2px rgba(255,255,255, 0.9); /* IE9+, FF4+, Chrome10+, Safari 5.1+, Opera10.5+, Opera mobile 11+ **/
	-moz-box-shadow: 0 0 5px 2px rgba(255,255,255, 0.9); /* pour FF <4 */
	-webkit-box-shadow: 0 0 5px 2px rgba(255,255,255, 0.9); /* pour chrome <10 Safari <5.1 et Android ainsi que Safari Mobile <5.0 */
	-o-box-shadow: 0 0 5px 2px rgba(255,255,255, 0.9); /* Opera < 10.5 */
	outline: none;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#ffffff', Strength=3);
    zoom: 1; /** spécifique a IE **/

	/*** Gestion du dégradé de couleur de fond ****/
	background: #c71414;
	background: -moz-linear-gradient(top, #d41411 0%, #c71414 100%);
	background: -webkit-linear-gradient(top, #d41411 0%, #c71414 100%);
	background: -o-linear-gradient(top, #d41411 0%, #c71414 100%);
	background: -ms-linear-gradient(top, #d41411b 0%, #c71414 100%);
	background: linear-gradient(top, #d41411 0%, #c71414 100%);
	/* pour IE **/
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41411',
  endColorstr='#c71414', GradientType=0);
  /* si GradientType=0 --> dégradé de haut vers le bas
   * si GradientType= --> dégradé de gauche vers la droite*/
	
	
}

.ok_popup{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 12px;
	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; 
	font-size: 12px;
}

.pb_popup{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 12px;
	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; 
	font-size: 12px;
}
.info{

	font-weight: bold;
	color: #424242;
	height: 20px;	
	padding-bottom: 10px;
	padding-top: 10px;
	
	margin-left: auto; 
	margin-right: auto; 
	width: 100%;
	font-size: 12px;
	
	border-color: #424242;	
	
	/*** Gestion des dégradés ****/
	box-shadow: 0 0 5px 2px rgba(66,66,66, 0.9); /* IE9+, FF4+, Chrome10+, Safari 5.1+, Opera10.5+, Opera mobile 11+ **/
	-moz-box-shadow: 0 0 5px 2px rgba(66,66,66, 0.9); /* pour FF <4 */
	-webkit-box-shadow: 0 0 5px 2px rgba(66,66,66, 0.9); /* pour chrome <10 Safari <5.1 et Android ainsi que Safari Mobile <5.0 */
	-o-box-shadow: 0 0 5px 2px rgba(66,66,66, 0.9); /* Opera < 10.5 */
	outline: none;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#424242', Strength=3);
    zoom: 1; /** spécifique a IE **/

	/*** Gestion du dégradé de couleur de fond ****/
	background: #f2f2f2;
	background: -moz-linear-gradient(top, #f8f8f8 0%, #f2f2f2 100%);
	background: -webkit-linear-gradient(top, #f8f8f8 0%, #f2f2f2 100%);
	background: -o-linear-gradient(top, #f8f8f8 0%, #f2f2f2 100%);
	background: -ms-linear-gradient(top, #f8f8f8 0%, #f2f2f2 100%);
	background: linear-gradient(top, #f8f8f8 0%, #f2f2f2 100%);
	/* pour IE **/
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8',
  endColorstr='#f2f2f2', GradientType=0);
  /* si GradientType=0 --> dégradé de haut vers le bas
   * si GradientType= --> dégradé de gauche vers la droite*/


}
.info_popup{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #424242;
	background: #f2f2f2;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	border: 1px solid #424242;
	font-size: 12px;
}
/* gestion du survol souris **/
.survol{
        background-color:#FFFF00;
        color:#424242;

}
.parti{
        background-color:transparent;
        color:#424242;
}
/****** 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;
}


/*  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{
border: 1px solid;

}

.champ:focus {
border: 1px solid #4787b1;

	box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
	-moz-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
	-webkit-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
	-o-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
	outline: none;

	/*width: 200px;*/

}


.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{ 

	height:25px;
	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;
	margin-bottom: 4px;
}
input.bouton:hover, input.bouton:focus {  
	text-decoration: underline;
	background-color:#424242;
}

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;
}


.general{
	
	background: #f1f1f1;
	border: 1px sotablelid #747474;
	padding-top: 10px;
	padding-bottom: 10px;
	/*padding-left: 10px;*/
}
table
tr.domaine_suspend
{
	color: #c71414;
	font-weight: bold;

}
tr.domaine_suspend a
{
	color: #c71414;
	font-weight: bold;	
}

table.general_popup {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 2px solid #999999;
	margin-top: 10px;
	width: 100%;
	background: #ffffff;
	/*background: #fffdf6;*/
	-webkit-border-radius:6px;
    -moz-border-radius:6px;
     border-radius:6px;
}

table.ftp {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 2px solid #999999;
	margin-top: 10px;
	width: 100%;
	background: #ffffff;
	/*background: #fffdf6;*/
	-webkit-border-radius:6px;
    -moz-border-radius:6px;
     border-radius:6px;
}

table.ftp .titre{
height: 30px;
background: #d9ecf4;
}
.attention{
color: #be0101;
font-size: 13px;
font-weight: bold;
}

table.general{
	border: 2px solid #999999;
	margin-top: 10px;
	width: 100%;
	background: #d9ecf4;
	/*-webkit-border-radius:6px;
    -moz-border-radius:6px;
     border-radius:6px;*/
}
table.general tr.titre{
background: #d9ecf4;
color: ffffff;

}
table.general tr.titre td{
border-bottom: 0px;
background: #d9ecf4;
}
table.general tr td{
border-bottom: 1px solid #bbd3da;
color: ffffff;
text-align:left;
/*background: #d9ecf4;*/
background: #ffffff;
padding-left: 10px;
}
table.general tr td.titre{
	text-align:center;
}

table.general tr td.action{
	background-color:#f1f1f1;
	text-align:center;
}

table.general tr td.action a{
	color:#579575;
}
table.general .titre{
background: #ffffff;
font-weight: bold;
text-align: center;
height: 20px;
}


.table1{
	margin-top: 10px;
	background: #f1f1f1;
	border: 1px solid #747474;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.table_abonnes{
	margin-top: 2%;
	margin-left: 20px;

	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	width: 90%;
	background: #f1f1f1;
	border: 1px solid #747474;
	padding-top: 10px;
	padding-bottom: 10px;
}
.table_abonnes .titre td{
padding-left: 0px;
margin-top: 5%;
background: #ffffff;
font-weight: bold;
text-align: left;
height: 20px;
}
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;
}
*/


    
p {
    margin: 2em 0;
}
/* css pour la tooltip normal */
#tooltip_blanc{
	font-size: 13px;
	position:absolute;
	width: 350px;
	border:1px solid #333;
	background:#ffffff;
	padding:2px 5px;
	color:#424242;
	display:none;
	text-align:left;
}
#tooltip{
	font-size: 13px;
	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;
}
