@charset "utf-8";
/* Auteur: Alain Bocciarelli */
/* Date de cr�ation: 30 juin 2015 */
/* Date de modification:  */

input[type=submit], input[type=reset]
{
	box-shadow:1px 1px 1px #D83F3D;
	cursor:pointer;
	margin-left:0px;
	width:100px;
}
input[type=text]
{
	color: Blue;
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	text-align: center;
}
input[type=password]
{
	color: Blue;
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	text-align: center;
}
select
{
	color: Blue;
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	text-align: center;
	width: 210px;
}

/*--------*/
/* A HREF */
/*--------*/
a.Co_A_Retour:link
{
	text-decoration: none;
	color: Blue;
}
a.Co_A_Retour:visited
{
	text-decoration: none;
	color: Blue;
}
a.Co_A_Retour:hover
{
	text-decoration: underline;
}

/*-------*/
/* Table */
/*-------*/
.Co_Tab
{
	text-align: center;
	top: 0px;
	width: 100%;
}

/*---------*/
/* Colonne */
/*---------*/
.Co_Td_Titre
{
	width: 100%;
	text-align: center;
	font-size: 15pt;
	font-family: Arial;
	font-style: bold;
	text-decoration:none;
	color: Green
}
.Co_Td_Observation
{
	width: 100%;
	text-align: center;
	font-size: 10pt;
	font-family: Arial;
	font-style: bold;
	text-decoration:none;
	color: Green
}
.Co_Td_Retour
{
	font-family: Arial;
	font-size: 11pt;
	font-style: bold;
	text-align: center;
	text-decoration:none;
	width: 100%;
}
.Co_Td_100_ELibelles
{
	color: red;
	font-family: Arial;
	font-size: 9pt;
	font-style: bold;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
	text-decoration:none;
	width: 100%;
}
.Co_Td_100_Libelles
{
	color: #660099;
	font-family: Arial;
	font-size: 9pt;
	font-style: bold;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
	text-decoration:none;
	width: 100%;
}
.Co_Td_050_ELibelles
{
	color: red;
	font-family: Arial;
	font-size: 9pt;
	font-style: bold;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
	text-decoration:none;
	width: 50%;
}
.Co_Td_050_Libelles
{
	color: #660099;
	font-family: Arial;
	font-size: 9pt;
	font-style: bold;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
	text-decoration:none;
	width: 50%;
}
.Co_Td_100C
{
	width: 100%;
	text-align: center
}
.Co_Td_050C
{
	width: 50%;
	text-align: center
}
.submit
{
     border:none;
     color:green;
     background: transparent ;
     width:110px;
     height:25px;
}
.tabcenter{
   margin-left:auto;
   margin-right:auto;
}

.pop1{
cursor:default;
text-decoration: none;
}
a.pop1:link {
  text-decoration: none;
  color: red;
}