body
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	color:#323232;
    background-color: #ddd;
	background-image:url(../img/bg_small.png);
    margin:0;
    font-size:13px;
}
#haut
{
    background:	transparent url(../img/bgheader.png) repeat-x 0 0;
	border-top:1px solid #2a2a2a;
    height:42;
	width:100%
}
.field1
{
	background:#eee;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border:#AAA solid 1px;
	width:800px;
}
.field1 label
{
	width:100px;
	text-align:right;
	float:left;
	color:#444;
	display: block;
	padding-top: 4px;
	margin-top: 6px;
	vertical-align: middle;

}
.field1 input[type="text"],.field1 select,.field1 textarea
{	
	vertical-align: middle;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0 1px 2px #ddd;
	-moz-box-shadow: 0 1px 2px #ddd;
	-webkit-box-shadow: 0 1px 2px #000000;
	border: 1px solid #6757F7;
	color: #555;
	padding: 4px;
	margin: 4px;
}
.field1 input[type="password"],.field1 select,.field1 textarea
{	
	vertical-align: middle;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0 1px 2px #ddd;
	-moz-box-shadow: 0 1px 2px #ddd;
	-webkit-box-shadow: 0 1px 2px #000000;
	border: 1px solid #6757F7;
	color: #555;
	padding: 4px;
	margin: 4px;
}
.field1 input[type="text"],#sexe,#typeatcd,#typephy,.field1 textarea
{
	width:260px;
}
.field1 input[type="password"],#sexe,#typeatcd,#typephy,.field1 textarea
{
	width:260px;
}
#jr
{
	width:72px;
}
#ms
{
	width:72px;
}
#an
{
	width:90px;
}
.field1 legend
{
	font-weight: bold;
	color: #444;
	padding: 5px 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #AAA;
	background-color: white;
	-moz-box-shadow: 3px 3px 15px #bbb;
	-webkit-box-shadow: 3px 3px 15px #bbb;
	box-shadow: 3px 3px 15px #bbb;
}
.field1 legend img
{
	float:left;
	margin-left:4px;
	margin-right:4px;
}
.field1 textarea
{
	height:100px;
}
.gauche
{
	float:left;
	width:50%;
	border-right: 1px solid #ccc;
}
.gauche1
{
	float:left;
	width:60%;
}
input,select{


	color: #000;
	text-decoration:none;
	padding: 4px 8px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

#corps
{
	margin:0;
    background:#eee;
    padding-top:0px;
    width:1100px;
	text-align:left;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 10px rgba(129, 131, 131, 1);
	-moz-box-shadow:    0px 0px 10px rgba(129, 131, 131, 1);
	box-shadow:         0px 0px 10px rgba(129, 131, 131, 1);
}
.centre
{
	text-align: center;
}

/* Menu */

#menu, #menu ul /* Liste */	
{
	padding : 0; /* pas de marge intérieure */
	margin : 0; /* ni extérieure */
	list-style : none; /* on supprime le style par défault de la liste */
	line-height : 25px; /* on défini une hauteur pour chaque élément */
	text-align : center; /* on centre le texte qui se trouve dans la liste */
}

#menu /* Ensemble du menu */
{
	font-family : Arial; /* on utilise Arial c'est plus beau ^^ */
	font-size : 14px; /* hauteur du texte : 12 pixels */
}

#menu a /* Contenu des listes */
{
	display	: block; /* on change le type d'élément, les liens deviennent des balises de type block */
	padding	: 0; /* aucune marge intérieure */
	color : #003399; /* couleur du texte */
	border : 1px solid #bbb; /* on met une bordure blanche à droite de chaque élément */
	text-decoration : none; /* on supprime le style par défault des liens (la pluspart du temps = souligné) */
	width : 115px; /* largeur */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(0.5, #dfdfdf), color-stop(0.51, #eeeeee), color-stop(1, #e1e1e1));
    background-image: -moz-linear-gradient(center bottom, #efefef 0%, #dddddd 50%, #eeeeee 51%, #eeeeee 100%);
    background-color:#dddddd; /* Fallback */
	font-family : 'Trebuchet MS', Tahoma, Sans-serif;
}

#menu li /* Elements des listes */	
{ 
	float : left; 
	/* pour ie qui ne reconnait pas "transparent" */
	border-right : 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
}

/* ie ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
	border-right: 1px solid transparent ; /* on met une bordure transparante à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{ 
	position: absolute; /* Position absolu */
	width: 157px; /* Largeur des sous-listes */
	left: -999em; /* Hop, on envoi loin du champ de vision */
}


#menu li ul li /* Eléments de sous-listes */
{
	/* pour ie qui ne reconnait pas "transparent" (comme précédement) */
	border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
}

/* ie ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li		
{
	border-top : 1px solid transparent; /* on met une bordure transparante en haut de chaque élément */
}

#menu li ul ul 
{
	margin		: -28px 0 0 116px ; /* On décale les sous-sous-listes qu'elles ne soient pas au dessus des sous-listes */	
	/* pour ie qui ne reconnait pas "transparent" (comme précédement) */
	border-left	: 1px solid #fff ; /* Petite bordure à gauche pour ne pas coller ... */	
}

/* ie ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menu li ul ul		
{
	border-left	: 1px solid transparent ; /* on met une bordure transparante sur la gauche de chaque élément */
}

#menu a:hover, #menu li ul a:hover /* Lorsque la souris passe sur un des liens */	
{
	color: #fff; /* On passe le texte en noir ... */
	background: #005add; /* ... et au contraire, le fond en blanc */
}

#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
	left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
	left: auto; /* Repositionnement normal */
	min-height: 0; /* Corrige un bug */
}

#footer1
{
	background: #5b554f;
	margin:0px;
	height: 10px;
	width: 100%;
}
#footer2
{
	background: #3e3832;
	margin:0px;
	height: 120px;
	font-family : Arial;
	width: 100%;
	color:#fff;
}
#box-table-a,#tabb
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
	border-collapse: collapse;
}
#box-table-a
{
	width: 775px;
	text-align: left;
	margin: 20px;
}
,#tabb
{
	width: 100%;
	margin: 0px;
}
#box-table-a a,#tabb a
{
	text-decoration:none;
	color:#039;
}
#box-table-a th,#tabb th
{
	font-size: 13px;
	padding: 8px;
	background: #b9c9fe;
	text-align:left;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-a td,#tabb td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#box-table-b
{
	border-collapse: collapse;
	width:100%;
}
#box-table-b td
{
	border: 1px solid #666;
}
.last-tr td
{
	background: #ddd;
	border-top: 1px solid #aaa;
	color:#333;
}
#box-table-a tr:hover td,#tabb tr:hover td
{
	background: #d0dafd;
	color: #339;
}
.hl
{
	font-weight:bold;
	}
#tabb input
{
	width:16px;
	height:16px;
}
 .lab label
{
    color: #746485;
    width:40%;
    float:right;
    text-align:right;
}

.form1,.form2
{
	border:1px solid #ccc;
	border-radius: 4px;
	background:#DADADA;
}
.form1
{
	width:300px;
	padding:30px;
}
.form2
{
	width:600px;
	padding:10px;
}
.options a,.options
{
	color:#fff;
	text-decoration:none;
	padding-left:8px;
	padding-right:8px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:14px;
	border: 1px solid #00aa00;
}
.options a:hover,.options:hover
{
	cursor:pointer;
}
.green
{
	background:#53a93f;
	color:#fff;
}
.orange
{
	background:#ffa93f;
	color:#fff;
}
.blue
{
	background:#005add;
	color:#fff;
}
.ajax input[type="text"]
{
    border: 1px solid rgb(197, 179, 146);
    width:250px;
    height:18px;
    margin-bottom:7px;
}
h3
{
	background: #555;
	color: #fff;
	border-radius: 10px;
}
#contenu
{
	width:648px;
	text-align:center;
	background:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.fieldset,.fieldset2,.fieldset3
{
	border:1px solid #ccc;
	border-radius: 4px;
	background:#eee;
}
.fieldset
{
	width:450px;
	padding:30px;
}
.fieldset2
{
	width:600px;
	padding:10px;
}
.fieldset3
{
	padding:10px;
	margin-left:10px;
	margin-right:10px;
}

.redmsg
{
	font-size:16px;
	color:#fff;
	background:#ff5555;
	padding-left:8px;
	padding-right:8px;
	padding-top:3px;
	margin:10px;
	padding-bottom:3px;
}
.greenmsg
{
	padding-left:8px;
	padding-right:8px;
	padding-top:3px;
	margin:10px;
	padding-bottom:3px;
	color:#fff;
	font-size:16px;
	background:#11dd11;
}
 .lab label
{
    color: #746485;
    width:40%;
    float:left;
    text-align:right;
}
#cnx
{
    margin-top:8%;
    background: #ffdab5;
    width: 400;
    border-radius: 20px;
    border:1px solid #ccc;
}
#cnx h2
{
    color:#203360;
	font-family:Arial;
}
#cnx label
{
    color: #7C6791;
    width: 26%;
    float:left;
	font-size:14px;
    text-align:right;
}
#cnx input[type="text"],#cnx input[type="password"]
{
    border: 1px solid rgb(197, 179, 146);
    width:50%;
    height:19px;
    margin-bottom:7px;
    margin-left:10px;
}
#cnx input[type="submit"]
{
    border:1px solid #fff;
    width:30%;
	font-size:15px;
    color:#fff;
    background:#203360;
    height:30px;
    margin-bottom:10px;
    font-style:bold;
}
#cnx input[type="submit"]:hover
{
    cursor:pointer;
}
#dcnx
{
	text-align:center;
	position:absolute;
	margin:0;
	top:0px;
}
#dcnx a
{
	text-decoration:none;
	color:#fff;
	background-color:#259709;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #27b706), color-stop(0.5, #359919), color-stop(0.51, #359919), color-stop(1, #27b706));
	background-image: -moz-linear-gradient(center bottom, #259709 0%, #359919 50%, #45a739 51%, #85a749 100%);
	height:23px;
	border-bottom:1px solid #008C00;
	border-right:1px solid #008C00;
	font-size:15px;
	padding-left: 10px;
	padding-right: 10px;
	display:inline-block;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	border-bottom-right-radius: 12px;
}
#dcnx a:hover
{
	background-color:#45a739;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #259709), color-stop(0.5, #27b706), color-stop(0.51, #27ba04), color-stop(1, #35b817));
    background-image: -moz-linear-gradient(center bottom, #259709 0%, #359919 50%, #45a739 51%, #85a749 100%);
}
/**************************   FR    ***************************/
.caissebtn
{
	border:1px solid #ccc;
	display:inline-block;
	font-size:18px;
	text-decoration:none;
	color:#00e;
	margin:5px;
	width:142px;
	padding-bottom:2px;
	padding-left:9px;
	padding-right:9px;
	background:#fff;
}
.well
{
	border:1px solid #ccc;
	width:300px;
	background:#F2F2F2;
	-webkit-box-shadow: 0px 0px 10px rgba(129, 131, 131, 1);
	-moz-box-shadow:    0px 0px 10px rgba(129, 131, 131, 1);
	box-shadow:         0px 0px 10px rgba(129, 131, 131, 1);
}
.well1
{
	border:1px solid #ccc;
	width:600px;
	margin-top:0;
	text-align:left;
	background:#FFF;
	-webkit-box-shadow: 0px 0px 10px rgba(129, 131, 131, 1);
	-moz-box-shadow:    0px 0px 10px rgba(129, 131, 131, 1);
	box-shadow:         0px 0px 10px rgba(129, 131, 131, 1);
}
.leftSide
{
	float:left;
	width:45%;
	margin-left:8px;
	margin-right:15px;
	border-right:1px solid #ddd;
}

/***************** ConnexioN *****************/
#cnx
{
    margin-top:10px;	
    background: #ffdab5 url(../../fstnet/img/cnxbg.png) top right no-repeat;
    width: 400px;
    margin-left:20px;
    border-radius: 20px;
    border:1px solid #ccc;
}
#cnx h4
{
    color:#203360;
	font-family:Arial;
}
#cnx label
{
    color: #7C6791;
    width:45%;
    float:left;
    text-align:right;
}
#cnx input[type="text"],#cnx input[type="password"]
{
    border: 1px solid rgb(197, 179, 146);
    width:50%;
    height:25px;
    margin-bottom:7px;
}
#cnx input[type="submit"]
{
    border:1px solid #fff;
    width:30%;
    color:#fff;
    background:#203360;
    height:30px;
    margin-bottom:10px;
    font-style:bold;
	margin-top:10px;
}
#cnx input[type="submit"]:hover
{
    cursor:pointer;
}
.form-control
{
	width:270px;
	
}
.form-control1
{
	width:205px;
	height:32px;
}
.tdlabel
{
	vertical-align:top;
	padding-right:10px;
}
.tdinput .error
{
	width:100%;
	color:red;
	text-align:left;
	padding-left:4px;
	margin:0px;
}
#cnx
{
    margin-top:8%;
    background: #ffdab5;
    width: 400;
    border-radius: 20px;
    border:1px solid #ccc;
}
#cnx h2
{
    color:#203360;
	font-family:Arial;
}
#cnx label
{
    color: #7C6791;
    width:35%;
    float:left;
	font-size:14px;
    text-align:right;
}
#cnx input[type="text"],#cnx input[type="password"]
{
    border: 1px solid rgb(197, 179, 146);
    width:50%;
    height:25px;
    margin-bottom:7px;
    margin-left:10px;
}
#cnx input[type="submit"]
{
    border:1px solid #fff;
    width:30%;
	font-size:15px;
    color:#fff;
    background:#203360;
    height:30px;
    margin-bottom:10px;
    font-style:bold;
}
#cnx input[type="submit"]:hover
{
    cursor:pointer;
}
#dcnx
{
	text-align:center;
	position:absolute;
	margin:0;
	top:0px;
}
#dcnx a
{
	text-decoration:none;
	color:#fff;
	background-color:#259709;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #27b706), color-stop(0.5, #359919), color-stop(0.51, #359919), color-stop(1, #27b706));
	background-image: -moz-linear-gradient(center bottom, #259709 0%, #359919 50%, #45a739 51%, #85a749 100%);
	height:23px;
	border-bottom:1px solid #008C00;
	border-right:1px solid #008C00;
	font-size:15px;
	padding-left: 10px;
	padding-right: 10px;
	display:inline-block;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	border-bottom-right-radius: 12px;
}
#dcnx a:hover
{
	background-color:#45a739;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #259709), color-stop(0.5, #27b706), color-stop(0.51, #27ba04), color-stop(1, #35b817));
    background-image: -moz-linear-gradient(center bottom, #259709 0%, #359919 50%, #45a739 51%, #85a749 100%);
}
.caissebtn
{
	border:1px solid #ccc;
	display:inline-block;
	font-size:16px;
	text-decoration:none;
	color:#00e;
	margin:5px;
	width:112px;
	padding-bottom:2px;
	padding-left:9px;
	padding-right:9px;
	background:#fff;
	border-radius: 4px;
}
input#montant {
    width: 263px;
    width: 263px;
}
.Style5 {
    font-family: "Courier New",Courier,monospace;
    font-style: italic;
}
.pagination {
  position: absolute;
  left: 50%;
 
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  padding: 10px;
  background-color: #fff0;
  border-radius: 40px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.5);
}
.pagination li {
  display: inline-block;
  list-style: none;
}
.pagination li a {
  display: block;
  width: 67px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  color: #252525;
  border-radius: 4px;
  margin: 5px;
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  font-family: cursive;
    font-size: 14px;
}
.pagination li a:hover, .pagination li a.active {
  color: #fff;
  background-color: #03a9f4;
}
.pagination li:first-child a {
  border-radius: 40px 0 0 40px;
}
.pagination li:last-child a {
  border-radius: 0 40px 40px 0;
}