iframe {	border:0px;	background-color:white;	border:1px solid grey;	border-radius:5px;}body {	background-color:rgb(138,183,58);	font-family: verdana;	font-size:9pt;}#wrapper {	width:1024px;	margin:auto;}#wrapper-menu {	width:300px;}#wrapper-footer {	clear:both;	margin-top:10px;	color:#3D3D3D;	font-style: italic;	font-size:8pt;}input[type=text], input[type=password] {  border:1px solid #B8B8B8; 	padding:2px;	border-radius:5px;	width:95%;}input[type=text].error, input[type=password].error {  border-color:rgba(236,82,82,0.8);  outline:0;	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(236,82,82,0.6);	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(236,82,82,0.6);	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(236,82,82,0.6);}.error { color: red; }.myCenter { text-align:center; }.myRight { text-align:right; }.myLeft { text-align:left; }.clear {	clear:both; }.borderStyle1 {	border: 1px solid grey; }.cell { margin:5px; }/********************************** MENU **********************************/#menu {	min-height:450px;	margin-top:50px;}#menu a{	text-decoration:none;}.imagePharmodel {	width:240px;}.logoMini, .logoAdmin {	width:300px;	height:200px;	background-repeat:no-repeat;	background-image:url("../image/logo_mini_360.png");}.bouton, .boutonSelected {	border:1px solid white;	border-radius:5px;	margin:10px 30px;	padding:5px;	text-align:center;	cursor:pointer;	color:white;	background-color:#4f5255;	font-weight:bold;}.boutonSelected {	background-color: rgb(138,183,58);}.bouton:hover {	color:#4f5255;	background-color:white;}.deconnexion {	background-color:transparent;}/********************************** SOUS MENU **********************************/.sousMenu {	padding-top:20px;}.sousMenu .delimiter {	height:4px;	clear:both;	background-color:white;	margin-bottom:5px;}.sousCatBouton, .sousCatBoutonSelected {	border-radius:5px 5px 0px 0px ;	padding:5px 0px;	text-align:center;	background-color: #4F5255;	font-weight:bold;	color:white;	cursor:pointer;	float:left;}.sousCatBoutonSelected {	background-color:white;	color: #4F5255;}.sousCatBouton:hover {	color:white;	background-color:#5E6164;}.separation {	color:rgb(138,183,58);	border:2px solid;}/********************************** CORPS **********************************/#wrapper-body {	padding-left:10px;	padding-top:10px;}.profil {	margin-left:auto;	margin-right:auto;	margin-top:300px;	text-align:center;}/********************************** BOUTON **********************************/.button {	background: #F5F5F5;	border:1px solid #A9A9A9;	border-radius:9px;	padding:5px;	color:black;	text-decoration:none;	text-align:center;	cursor:pointer;}.button:hover {	background: #BFBFBF;	color:white;}/********************************** TABLE **********************************/table.styleTable1 {	width:100%;	border-collapse:collapse;}